| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| google-power-relay.py | 18 ser.write(command.encode())
|
| cros_servo_run.py | 77 self.ec_ser.serial.write(s.encode()) 81 self.cpu_ser.serial.write(s.encode())
|
| serial_buffer.py | 65 self.byte_queue.put(greet.encode()) 84 self.byte_queue.put(greet.encode())
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| params.h | 12 #include <brotli/encode.h>
|
| quality.h | 14 #include <brotli/encode.h>
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| encode.py | 32 # should contain enough information to re-encode it again.) 44 # ... encode field A ... 45 # ... encode field B ... 51 # ... encode field C ... 53 # ... encode field C ... 63 # by an override, so the exact choice to encode a given field 100 # to the ones which are directly used to encode the 134 if bitset.encode is not None: 135 for name, val in bitset.encode.forced.items(): 205 return bitset.encode.case_prefix + name.upper().replace('.', '_').replace('-', '_').replace('#', '' [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| xxd.py | 50 f.write("0x{:02x}, ".format(ord(b)).encode('utf-8')) 65 outfile.write("static const char {}[] = {{\n".format(name).encode('utf-8'))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| xxd.py | 71 f.write("\\x{:x}{:x}".format(hi, lo).encode('utf-8')) 86 outfile.write("static const char {}[] =\n \"".format(name).encode('utf-8'))
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| gen_release_notes_test.py | 153 mock_com = mock.AsyncMock(return_value=(textwrap.dedent(content).encode(), ''))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| optimization_test.py | 73 out, err = proc.communicate(source.encode('utf-8'))
|
| sexps.py | 81 return sexp.encode('utf-8')
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| radeon_vce_50.c | 70 static void encode(struct rvce_encoder *enc) function 112 RVCE_BEGIN(0x03000001); // encode 237 enc->encode = encode;
|
| radeon_vce_40_2_2.c | 286 static void encode(struct rvce_encoder *enc) function 302 RVCE_BEGIN(0x03000001); // encode 441 enc->encode = encode;
|
| radeon_vcn_enc_2_0.c | 488 static void encode(struct radeon_encoder *enc) function 510 enc->encode = encode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| radeon_vce_50.c | 73 static void encode(struct rvce_encoder *enc) function 115 RVCE_BEGIN(0x03000001); // encode 240 enc->encode = encode;
|
| radeon_vce_40_2_2.c | 289 static void encode(struct rvce_encoder *enc) function 305 RVCE_BEGIN(0x03000001); // encode 444 enc->encode = encode;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| optimization_test.py | 91 out, err = proc.communicate(source.encode('utf-8'))
|
| /xsrc/external/mit/freetype/dist/src/type42/ |
| t42parse.c | 325 T1_Encoding encode = &face->type1.encoding; local 357 if ( encode->char_index ) 359 FT_FREE( encode->char_index ); 360 FT_FREE( encode->char_name ); 365 loader->num_chars = encode->num_chars = count; 366 if ( FT_NEW_ARRAY( encode->char_index, count ) || 367 FT_NEW_ARRAY( encode->char_name, count ) ||
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| report-flakes.py | 41 self.s.sendall((line + '\n').encode())
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| titlestack.pl | 43 use Encode qw(decode encode); 108 encode( ( ( $encoding eq "utf-8" ) ? "utf-8" : "iso-8859-1" ), $value ); 145 print STDERR encode( &SendUTF8 ? "utf-8" : "iso-8859-1", $command ); 548 encode( ( &SendUTF8 ? "utf-8" : "iso-8859-1" ), $text );
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| sid_tables.py | 76 string_to_chars(te[0].encode('unicode_escape').decode()), 77 te[0].encode('unicode_escape').decode(),
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcstring.fncs | 46 <parameter>dst</parameter> and returns the number of bytes needed to encode
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| glcpp_test.py | 155 contents = contents.replace('\n', replace).encode('utf-8')
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| egd_tables.py | 62 te[0].encode('unicode_escape').decode(),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| egd_tables.py | 64 te[0].encode('unicode_escape').decode(),
|