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

  /libcore/luni/src/main/native/
Register.cpp 25 // DalvikVM calls this on startup, so we can statically register all our native methods.
35 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env)
36 REGISTER(register_java_io_Console);
37 REGISTER(register_java_io_File);
38 REGISTER(register_java_io_ObjectStreamClass);
39 REGISTER(register_java_lang_Character);
40 REGISTER(register_java_lang_Double);
41 REGISTER(register_java_lang_Float);
42 REGISTER(register_java_lang_Math);
43 REGISTER(register_java_lang_ProcessManager)
    [all...]
  /external/chromium_org/chrome_frame/
test_utils.h 22 // Helper class used to register different chrome frame DLLs while running
62 // register or unregister DLLs.
67 REGISTER,
86 // We need to register the chrome path provider only once per process. This
  /external/nist-sip/java/javax/sip/message/
Request.java 12 String REGISTER = "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;
  /art/runtime/
runtime.cc     [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/
lithium.h 46 REGISTER,
58 bool IsRegister() const { return kind() == REGISTER; }
102 // instruction start. Register allocator is free to assign the same register
108 // instruction. This means that register allocator will not reuse it's
109 // register for any other operand inside instruction.
357 explicit LRegister(int index) : LOperand(REGISTER, index) { }
491 void Register(int deoptimization_index,
  /external/chromium_org/v8/src/
lithium.h 42 V(Register, REGISTER) \
54 REGISTER,
113 // instruction start. Register allocator is free to assign the same register
119 // instruction. This means that register allocator will not reuse it's
120 // register for any other operand inside instruction.
258 // [virtual_register]: The virtual register ID for this operand.
427 explicit LRegister(int index) : LOperand(REGISTER, index) { }
609 void Register(int deoptimization_index
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 53 // the register initialization to depend on the particular initialization
56 // "initialization". Also, the Register objects cannot be const as this
70 // Implementation of Register and FPURegister.
72 // Core register.
73 struct Register {
80 static int ToAllocationIndex(Register reg) {
84 static Register FromAllocationIndex(int index) {
110 static Register from_code(int code) {
111 Register r = { code };
116 bool is(Register reg) const { return code_ == reg.code_;
    [all...]
  /external/v8/src/mips/
assembler-mips.h 53 // the register initialization to depend on the particular initialization
56 // "initialization". Also, the Register objects cannot be const as this
70 // Implementation of Register and FPURegister.
72 // Core register.
73 struct Register {
78 static int ToAllocationIndex(Register reg) {
82 static Register FromAllocationIndex(int index) {
108 static Register from_code(int code) {
109 Register r = { code };
114 bool is(Register reg) const { return code_ == reg.code_;
    [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/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 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 676 milliseconds