HomeSort by relevance Sort by last modified time
    Searched defs:REGISTER (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/luni/src/main/native/
Register.cpp 26 // DalvikVM calls this on startup, so we can statically register all our native methods.
36 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env)
37 REGISTER(register_android_system_OsConstants);
38 // REGISTER(register_java_lang_StringToReal);
39 REGISTER(register_java_lang_invoke_MethodHandle);
40 REGISTER(register_java_math_NativeBN);
41 REGISTER(register_java_util_regex_Matcher);
42 REGISTER(register_java_util_regex_Pattern);
43 REGISTER(register_libcore_icu_ICU);
44 REGISTER(register_libcore_icu_NativeConverter)
    [all...]
  /external/nist-sip/java/javax/sip/message/
Request.java 12 String REGISTER = "REGISTER";
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 74 public static final TextAttributesKey REGISTER = createTextAttributesKey(
75 "REGISTER", DefaultLanguageHighlighterColors.LOCAL_VARIABLE);
SmaliTokens.java 149 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType REGISTER;
267 tokenColors.put("REGISTER", SmaliHighlightingColors.REGISTER);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 51 public static final String REGISTER = Request.REGISTER;
TokenTypes.java 41 public static final int REGISTER = START + 4;
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPoller.java 37 * also services "requests" from clients to register for new events or cancel
76 * Executed by poller thread to register directory for changes
93 * Requests, and waits on, poller thread to register given file.
95 final WatchKey register(Path dir, method in class:AbstractPoller
124 throw new IllegalArgumentException("No events to register");
125 return (WatchKey)invoke(RequestType.REGISTER, dir, eventSet, modifiers);
151 REGISTER,
251 * Register directory
253 case REGISTER: {
  /external/v8/src/compiler/
linkage.h 44 return LinkageLocation(REGISTER, ANY_REGISTER, type);
50 return LinkageLocation(REGISTER, reg, type);
107 enum LocationType { REGISTER, STACK_SLOT };
138 bool IsRegister() const { return TypeField::decode(bit_field_) == REGISTER; }
187 // Causes the code generator to initialize the root register.
437 // A special {OsrValue} index to indicate the accumulator register.
instruction.h 20 #include "src/register-configuration.h"
58 // UnallocatedOperands are place-holder operands created before register
61 // Constant operands participate in register allocation. They are allocated to
66 // ImmediateOperands do not participate in register allocation and are only
70 // ExplicitOperands do not participate in register allocation. They are
72 // stack slots, completely bypassing the register allocator. They are never
73 // associated with a virtual register
76 // register allocator and are always associated with a virtual register.
187 // instruction start. Register allocator is free to assign the same registe
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 91 REGISTER,
175 bool isReg() const override { return Kind == REGISTER; }
550 case REGISTER:
578 auto Op = make_unique<LanaiOperand>(REGISTER);
847 // (1) Register|Immediate|'' '[' '*'? Register '*'? ']' or
849 // (2) '[' '*'? Register '*'? AluOperator Register ']'
851 // (3) '[' '--'|'++' Register '--'|'++' ']'
876 // The start of this custom parsing overlaps with register/immediate s
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 128 putName(Request.REGISTER);
332 if (method.compareTo(Request.REGISTER) == 0 || method.compareTo(Request.INVITE) == 0) {
    [all...]
  /external/v8/src/crankshaft/
lithium.h 24 V(Register, REGISTER, 16) \
35 REGISTER,
53 if (kind == REGISTER) DCHECK(index >= 0);
94 // instruction start. Register allocator is free to assign the same register
100 // instruction. This means that register allocator will not reuse it's
101 // register for any other operand inside instruction.
243 // [virtual_register]: The virtual register ID for this operand.
500 void Register(int deoptimization_index
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr,
152 register PCRE2_SPTR p;
299 #define REGISTER register
309 #define REGISTER
428 match(REGISTER PCRE2_SPTR eptr, REGISTER PCRE2_SPTR ecode, PCRE2_SPTR mstart,
471 op_recurse_ovecsave(REGISTER PCRE2_SPTR eptr, PCRE2_SPTR callpat,
475 register int rrc;
579 match(REGISTER PCRE2_SPTR eptr, REGISTER PCRE2_SPTR ecode, PCRE2_SPTR mstart
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 104 "PROLOGUE_DIRECTIVE", "REGISTER", "REGISTERS_DIRECTIVE", "RESTART_LOCAL_DIRECTIVE",
293 public static final int REGISTER=187;
346 private byte parseRegister_nibble(String register)
351 //register should be in the format "v12"
352 int val = Byte.parseByte(register.substring(1));
353 if (register.charAt(0) == 'p') {
357 throw new SemanticException(input, "The maximum allowed register in this context is list of registers is v15");
359 //the parser wouldn't have accepted a negative register, i.e. v-1, so we don't have to check for val<0;
364 private short parseRegister_byte(String register)
368 //register should be in the format "v123
    [all...]
smaliParser.java 73 "PROLOGUE_DIRECTIVE", "REGISTER", "REGISTERS_DIRECTIVE", "RESTART_LOCAL_DIRECTIVE",
262 public static final int REGISTER=187;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 982 milliseconds

1 2