/art/test/084-class-init/src/ |
Exploder.java | 22 public static final Object FIELD = new AssertThrower();
|
/dalvik/tests/084-class-init/src/ |
Exploder.java | 22 public static final Object FIELD = new AssertThrower();
|
/external/clang/test/CodeGenCXX/ |
2004-06-08-LateTemplateInstantiation.cpp | 6 int FIELD;
|
/libcore/luni/src/main/java/java/lang/annotation/ |
ElementType.java | 33 * Field declaration. 35 FIELD,
|
/external/elfutils/backends/ |
linux-core-note.c | 41 #define FIELD(type, name) type name __attribute__ ((aligned (ALIGN_##type))) 45 FIELD (INT, si_signo); 46 FIELD (INT, si_code); 47 FIELD (INT, si_errno); 52 FIELD (ULONG, tv_sec); 53 FIELD (ULONG, tv_usec); 59 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2) 61 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2) 68 FIELD (SHORT, pr_cursig); 69 FIELD (ULONG, pr_sigpend) [all...] |
/external/qemu/audio/ |
dsound_template.h | 30 #define FIELD dsound_capture_buffer 38 #define FIELD dsound_buffer 162 if (ds->FIELD) { 163 hr = glue (IFACE, _Stop) (ds->FIELD); 168 hr = glue (IFACE, _Release) (ds->FIELD); 172 ds->FIELD = NULL; 236 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL); 250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc); 292 #undef FIELD
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 27 #define FIELD 10
|
FuzzyLexer.h | 39 #define FIELD 14
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 39 #define FIELD 14
|
/external/v8/src/ |
property-details.h | 59 FIELD = 1, // only in fast mode
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceConstants.java | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 214 # define FIELD(_n) \ 224 FIELD(0) | FIELD(1) | FIELD(2) | FIELD(3) 225 | FIELD(4) | FIELD(5) | FIELD(6) | FIELD(7); 227 # undef FIELD [all...] |
guest_ppc_toIR.c | 239 /* Extract field from insn, given idx (zero = lsb) and field length */ 267 /* Extract RD (destination register) field, instr[25:21] */ 272 /* Extract XT (destination register) field, instr[0,25:21] */ 280 /* Extract XS (store source register) field, instr[0,25:21] */ 286 /* Extract RA (1st source register) field, instr[20:16] */ 291 /* Extract XA (1st source register) field, instr[2,20:16] */ 299 /* Extract RB (2nd source register) field, instr[15:11] */ 304 /* Extract XB (2nd source register) field, instr[1,15:11] */ 312 /* Extract RC (3rd source register) field, instr[10:6] * 10238 IRTemp field = newTemp( Ity_I32 ); local 11334 IRTemp field = newTemp( Ity_I32 ); local [all...] |
/cts/tools/dasm/src/dasm/ |
sym.java | 72 static final int FIELD = 30;
|
/external/chromium_org/v8/src/ |
property-details.h | 69 FIELD = 1,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 68 * FIELD * 79 int maxgrow; /* maximum field growth */ 84 short index; /* into form -> field */ 91 struct fieldnode * link; /* linked field chain */ 93 struct typenode * type; /* field type */ 95 FIELD_CELL * buf; /* field buffers * 149 FIELD ** field; \/* field [maxfield] *\/ member in struct:formnode [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 68 * FIELD * 79 int maxgrow; /* maximum field growth */ 84 short index; /* into form -> field */ 91 struct fieldnode * link; /* linked field chain */ 93 struct typenode * type; /* field type */ 95 FIELD_CELL * buf; /* field buffers * 149 FIELD ** field; \/* field [maxfield] *\/ member in struct:formnode [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ 62 short pmax; /* index of last field on page */ 63 short smin; /* index of top leftmost field on page */ 64 short smax; /* index of bottom rightmost field on page */ 68 * FIELD * 79 int maxgrow; /* maximum field growth */ 84 short index; /* into form -> field */ 91 struct fieldnode * link; /* linked field chain */ 93 struct typenode * type; /* field type */ 95 FIELD_CELL * buf; /* field buffers * 149 FIELD ** field; \/* field [maxfield] *\/ member in struct:formnode [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE 245 #define CONSTRUCTOR(TYPE, TYPE_CONSTANT, FIELD) \ 248 this->FIELD = value; \ 252 CONSTRUCTOR(FieldDescriptor , FIELD , field_descriptor ) 264 case FIELD : return field_descriptor ->file(); 368 bool AddExtension(const FieldDescriptor* field); 466 bool AddFieldByNumber(const FieldDescriptor* field); 469 // Adds the field to the lowercase_name and camelcase_name maps. Never 470 // fails because we allow duplicates; the first field by the name wins. 471 void AddFieldByStylizedNames(const FieldDescriptor* field); 2897 const FieldDescriptor* field = result->field(i); local 3902 const FieldDescriptor* field = NULL; local 4044 const FieldDescriptor* field = local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 239 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, 263 #define CONSTRUCTOR(TYPE, TYPE_CONSTANT, FIELD) \ 266 this->FIELD = value; \ 270 CONSTRUCTOR(FieldDescriptor , FIELD , field_descriptor ) 282 case FIELD : return field_descriptor ->file(); 411 bool AddExtension(const FieldDescriptor* field); 527 bool AddFieldByNumber(const FieldDescriptor* field); 530 // Adds the field to the lowercase_name and camelcase_name maps. Never 531 // fails because we allow duplicates; the first field by the name wins. 532 void AddFieldByStylizedNames(const FieldDescriptor* field); 3287 const FieldDescriptor* field = result->field(i); local 4354 const FieldDescriptor* field = NULL; local 4493 const FieldDescriptor* field = local [all...] |
/prebuilts/devtools/tools/lib/ |
monkeyrunner.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |