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

  /libcore/luni/src/main/native/
Register.cpp 24 // 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_java_io_Console);
38 REGISTER(register_java_io_File);
39 REGISTER(register_java_io_ObjectStreamClass);
40 REGISTER(register_java_lang_Character);
41 REGISTER(register_java_lang_Math);
42 REGISTER(register_java_lang_ProcessManager);
43 REGISTER(register_java_lang_RealToString);
44 REGISTER(register_java_lang_StrictMath)
    [all...]
  /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;
  /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/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/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 202 milliseconds