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

  /dalvik/libcore/annotation/src/main/java/java/lang/annotation/
ElementType.java 33 * Field declaration.
35 FIELD,
  /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);
291 #undef FIELD
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java     [all...]
  /cts/tools/dasm/src/dasm/
sym.java 72 static final int FIELD = 30;
  /external/v8/src/
globals.h 403 FIELD = 1, // only in fast mode
485 // The expression OFFSET_OF(type, field) computes the byte-offset
486 // of the specified field relative to the containing type. This
491 #define OFFSET_OF(type, field) \
492 (reinterpret_cast<intptr_t>(&(reinterpret_cast<type*>(4)->field)) - 4)
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 3093 milliseconds