HomeSort by relevance Sort by last modified time
    Searched refs:mnemonic (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/harfbuzz_ng/test/shaping/
hb-manifest-read 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
hb-manifest-update 5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
hb_test_tools.py 344 def process_multiple_files (callback, mnemonic = "FILE"):
347 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
360 def process_multiple_args (callback, mnemonic):
363 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
375 def filter_multiple_strings_or_stdin (callback, mnemonic, \
381 % (sys.argv[0], mnemonic, sys.argv[0])
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.h 38 const char *mnemonic; member in struct:sh_opcode_info
svga_shader_op.c 160 opcode_info[op].mnemonic);
svga_shader_dump.c 70 static void dump_op( struct sh_op op, const char *mnemonic )
79 _debug_printf( "%s", mnemonic );
534 dump_op(op, info->mnemonic);
658 info.mnemonic = "texld";
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.h 38 const char *mnemonic; member in struct:sh_opcode_info
svga_shader_op.c 160 opcode_info[op].mnemonic);
  /external/llvm/test/MC/AsmParser/
purgem.s 12 # CHECK: error: invalid instruction mnemonic 'foo'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 25 # For every mnemonic, compute whether or not it can have a carry setting
29 mnemonic = insn[1]
31 flags = mnemonic_flags[mnemonic] = mnemonic_flags.get(mnemonic, set())
40 print ' || '.join('Mnemonic == "%s"' % m
42 print ' || '.join('Mnemonic == "%s"' % m
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.h 81 const char *mnemonic; member in struct:tgsi_opcode_info
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 81 const char *mnemonic; member in struct:tgsi_opcode_info
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 61 .mnemonic-enabled .mnemonic {
menu.js 13 // Regular expression to match/find mnemonic key.
128 true /* enable mnemonic */);
254 // Map from mnemonic character to item to activate
287 * mnemonic key, preceded by '&'.
288 * @param {MenuItem} item The menu item to be activated by mnemonic
293 * @param {boolean} enableMnemonic True to enable mnemonic, or false
294 * to not to interprete mnemonic key. The function removes '&'
298 var mnemonic = MNEMONIC_REGEXP.exec(label);
299 if (mnemonic && enableMnemonic) {
300 var c = mnemonic[2].toLowerCase()
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 13 // Regular expression to match/find mnemonic key.
128 true /* enable mnemonic */);
260 // Map from mnemonic character to item to activate
293 * mnemonic key, preceded by '&'.
294 * @param {MenuItem} item The menu item to be activated by mnemonic
299 * @param {boolean} enableMnemonic True to enable mnemonic, or false
300 * to not to interprete mnemonic key. The function removes '&'
304 var mnemonic = MNEMONIC_REGEXP.exec(label);
305 if (mnemonic && enableMnemonic) {
306 var c = mnemonic[2].toLowerCase()
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 610 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1027 const char* mnemonic = TwoByteMnemonic(opcode); local
1096 const char* mnemonic = "?"; local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 605 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1019 const char* mnemonic = TwoByteMnemonic(opcode); local
1088 const char* mnemonic = "?"; local
    [all...]

Completed in 600 milliseconds

1 2 3 4