/external/smack/src/org/xbill/DNS/ |
Lookup.java | 127 Cache c = (Cache) defaultCaches.get(Mnemonic.toInteger(dclass)); 130 defaultCaches.put(Mnemonic.toInteger(dclass), c); 144 defaultCaches.put(Mnemonic.toInteger(dclass), cache);
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 124 StringRef Mnemonic); 938 StringRef Mnemonic) { 941 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-arm.h | 193 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ 196 virtual const char* Mnemonic() const { return mnemonic; } \ 221 virtual const char* Mnemonic() const = 0; [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-ia32.h | 192 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ 195 virtual const char* Mnemonic() const { return mnemonic; } \ 220 virtual const char* Mnemonic() const = 0; [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-mips.h | 189 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ 192 virtual const char* Mnemonic() const { return mnemonic; } \ 217 virtual const char* Mnemonic() const = 0; [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-x64.h | 190 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ 193 virtual const char* Mnemonic() const { return mnemonic; } \ 218 virtual const char* Mnemonic() const = 0; [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | [all...] |
/external/v8/src/ |
hydrogen-instructions.cc | 56 const char* Representation::Mnemonic() const { 373 const char* HValue::Mnemonic() const { 473 stream->Add("%s%d", representation_.Mnemonic(), id()); 539 stream->Add("%s ", Mnemonic()); 904 stream->Add(" %s to %s", from().Mnemonic(), to().Mnemonic()); [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 180 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ 183 virtual const char* Mnemonic() const { return mnemonic; } \ 206 virtual const char* Mnemonic() const = 0; 1111 virtual const char* Mnemonic() const; [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.c | 589 * Return a mnemonic for class. 607 * Return a mnemonic for an option 650 * Return a mnemonic for a time to live.
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-parisc.pl | 719 my ($mnemonic,$mod,$args)=@_; 720 my $opcode = eval("\$$mnemonic"); 722 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
|
/external/openssl/crypto/modes/asm/ |
ghash-parisc.pl | 719 my ($mnemonic,$mod,$args)=@_; 720 my $opcode = eval("\$$mnemonic"); 722 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.c | 386 opcode_info->mnemonic);
|
/external/javassist/src/main/javassist/bytecode/ |
Opcode.java | 24 * @see Mnemonic
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
providex.php | 70 'long_form', 'menu_bar', 'merge', 'message_lib', 'mnemonic',
|
/external/llvm/lib/Target/X86/ |
X86InstrFormats.td | 347 // AVX instructions have a 'v' prefix in the mnemonic 358 // AVX instructions have a 'v' prefix in the mnemonic 369 // AVX instructions have a 'v' prefix in the mnemonic 387 // AVX instructions have a 'v' prefix in the mnemonic [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.c | 386 opcode_info->mnemonic);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowActivity.java | 26 import javassist.bytecode.Mnemonic;
|
/external/elfutils/libcpu/ |
i386_parse.c | 211 /* Mnemonic. */ 212 char *mnemonic; member in struct:instruction [all...] |
i386_data.h | 35 /* The mnemonic. Especially encoded for the optimized table. */ 36 unsigned int mnemonic : MNEMONIC_BITS; member in struct:instr_enc 42 /* Mnemonic suffix. */
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 868 return Error(IDLoc, "unrecognized instruction mnemonic"); [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/external/chromium_org/ui/views/controls/menu/ |
menu_controller.cc | 77 // Returns true if the mnemonic of |menu| matches key. 82 // Returns true if |menu| doesn't have a mnemonic and first character of the its 251 // Index of the first menu with the specified mnemonic. 254 // If true there are multiple menu items with the same mnemonic. 261 // currently selected item whose mnemonic matches. This may remain -1 even [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-parisc.pl | 757 my ($mnemonic,$mod,$args)=@_; 758 my $opcode = eval("\$$mnemonic"); 760 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
|