| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | title.sh | 65 read -r original 72 original=`echo "$original" |sed -e 's/^...//' -e 's/.$//'` 73 original=${ESC}]2\;"${original}"${SUF} 75 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 76 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| H A D | resize.pl | 74 our $original = get_reply("\x1b[18t"); 78 if ( defined($original) and ( $original =~ /\x1b\[8;\d+;\d+t/ ) ) { 79 $high = csi_field( $original, 2 ); 80 $wide = csi_field( $original, 3 ); 147 write_tty($original);
|
| H A D | dynamic2.sh | 69 original= 74 eval original"$N"='${reply}${SUF}' 75 original=${original}${reply}${SUF} 79 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 80 trap '$CMD $OPT "$original" >/dev/tty' 0 108 eval restore=\$original"$N"
|
| H A D | dynamic.sh | 67 read -r original 69 original=${original}${SUF} 71 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 72 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| H A D | fonts.sh | 64 read -r original 67 original="${original}${SUF}" 69 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 70 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| H A D | acolors.sh | 66 read -r original 68 original=${original}${SUF} 70 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 71 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| H A D | doublechars.sh | 92 original=${CSI}8\;${high}\;${wide}t${SUF} 94 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 95 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| H A D | resize.sh | 74 original=${CSI}8\;${high}\;${wide}t${SUF} 79 trap '$CMD $OPT "$original" >/dev/tty; exit 1' 1 2 3 15 80 trap '$CMD $OPT "$original" >/dev/tty' 0
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | dataTransform.h | 46 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl);
|
| H A D | dataTransform.cc | 164 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl) argument 166 directedLine* ret = original;
|
| /xsrc/external/mit/brotli/dist/python/tests/ |
| H A D | compress_test.py | 18 # Write decompression to temp file and verify it matches the original. 21 original = test_data 25 self.assertFilesMatch(temp_uncompressed, original)
|
| H A D | decompress_test.py | 19 # Verify decompression matches the original. 21 original = _get_original_name(test_data) 22 self.assertFilesMatch(temp_uncompressed, original)
|
| H A D | bro_test.py | 23 # Verify decompression matches the original. 25 original = _get_original_name(test_data) 26 self.assertFilesMatch(temp_uncompressed, original) 58 # Write decompression to temp file and verify it matches the original. 61 original = test_data 65 self.assertFilesMatch(temp_uncompressed, original)
|
| H A D | decompressor_test.py | 28 # Verify decompression matches the original. 30 original = _get_original_name(test_data) 31 self.assertFilesMatch(temp_uncompressed, original)
|
| H A D | compressor_test.py | 24 # Write decompression to temp file and verify it matches the original. 27 original = test_data 31 self.assertFilesMatch(temp_uncompressed, original)
|
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | dither.c | 40 pixman_image_t * original; member in struct:__anon000593ed0108 122 app->original, NULL, tmp, 188 app_new (pixman_image_t *original) argument 195 app->original = original; 197 if (original->type == BITS) 199 app->width = pixman_image_get_width (original); 200 app->height = pixman_image_get_height (original);
|
| H A D | scale.c | 38 pixman_image_t * original; member in struct:__anon63d13d350108 233 new_width = pixman_image_get_width (app->original) * fscale_x; 234 new_height = pixman_image_get_height (app->original) * fscale_y; 250 pixman_image_set_transform (app->original, &transform); 263 pixman_image_set_filter (app->original, PIXMAN_FILTER_SEPARABLE_CONVOLUTION, params, n_params); 266 app->original, get_value (app, repeats, "repeat_combo_box")); 299 app->original, NULL, tmp, 365 app_new (pixman_image_t *original) argument 372 app->original = original; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mieq.c | 293 InternalEvent* original, InternalEvent *master) 295 CHECKEVENT(original); 299 if (original->any.type == ET_ButtonPress || 300 original->any.type == ET_ButtonRelease) 302 int btn = original->device_event.detail.button; 312 * @param sdev The slave device the original event comes from 313 * @param original The event as it came from the EQ 319 InternalEvent* original, InternalEvent *copy) 322 int len = original->any.length; 323 int type = original 292 FixUpEventForMaster(DeviceIntPtr mdev,DeviceIntPtr sdev,InternalEvent * original,InternalEvent * master) argument 318 CopyGetMasterEvent(DeviceIntPtr sdev,InternalEvent * original,InternalEvent * copy) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mieq.c | 361 InternalEvent *original, InternalEvent *master) 363 verify_internal_event(original); 367 if (original->any.type == ET_ButtonPress || 368 original->any.type == ET_ButtonRelease) { 369 int btn = original->device_event.detail.button; 380 * @param sdev The slave device the original event comes from 381 * @param original The event as it came from the EQ 387 InternalEvent *original, InternalEvent *copy) 390 int len = original->any.length; 391 int type = original 360 FixUpEventForMaster(DeviceIntPtr mdev,DeviceIntPtr sdev,InternalEvent * original,InternalEvent * master) argument 386 CopyGetMasterEvent(DeviceIntPtr sdev,InternalEvent * original,InternalEvent * copy) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/ |
| H A D | rbug_shader.h | 86 uint32_t *original; member in struct:rbug_proto_shader_info_reply 123 uint32_t *original,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/ |
| H A D | rbug_shader.h | 86 uint32_t *original; member in struct:rbug_proto_shader_info_reply 123 uint32_t *original,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_functions.cpp | 67 * shader callee will point to an ir_function_signature in the original 69 * Doing so will modify the original shader. This may prevent that 153 foreach_in_list(const ir_instruction, original, &sig->parameters) { 154 assert(const_cast<ir_instruction *>(original)->as_variable()); 156 ir_instruction *copy = original->clone(linked, ht); 165 foreach_in_list(const ir_instruction, original, &sig->body) { 166 ir_instruction *copy = original->clone(linked, ht); 223 * found, then it's a global that *MUST* be defined in the original
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_functions.cpp | 67 * shader callee will point to an ir_function_signature in the original 69 * Doing so will modify the original shader. This may prevent that 153 foreach_in_list(const ir_instruction, original, &sig->parameters) { 154 assert(const_cast<ir_instruction *>(original)->as_variable()); 156 ir_instruction *copy = original->clone(linked, ht); 165 foreach_in_list(const ir_instruction, original, &sig->body) { 166 ir_instruction *copy = original->clone(linked, ht); 223 * found, then it's a global that *MUST* be defined in the original
|
| /xsrc/external/mit/libpciaccess/dist/ |
| H A D | README.md | 10 For historical reference, the original proposal for this work is at:
|
| /xsrc/external/mit/mesa-demos/dist/src/rbug/ |
| H A D | shdr_dump.c | 68 tgsi_dump((struct tgsi_token *)info->original, 0);
|