HomeSort by relevance Sort by last modified time
    Searched refs:FIELD (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilt/linux-x86/toolchain/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...]
cursesf.h 55 // Class to represent builtin field types as well as C++ written new
100 // The class representing a forms field, wrapping the lowlevel FIELD struct
108 FIELD *field; // lowlevel structure member in class:NCursesFormField
109 NCursesFieldType* ftype; // Associated field type
118 // Create a 'Null' field. Can be used to delimit a field list
120 : field(STATIC_CAST(FIELD*)(0))
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimpleField.java 5 @Target(ElementType.FIELD)
AnnoFancyField.java 5 @Target(ElementType.FIELD)
AnnoArrayField.java 7 @Target({ElementType.FIELD})
ExportedProperty.java 6 @Target({ ElementType.FIELD, ElementType.METHOD })
  /libcore/luni/src/main/java/java/lang/annotation/
ElementType.java 33 * Field declaration.
35 FIELD,
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java 18 * The field or method to which this annotation is applied can only be accessed
22 * The argument determines which lock guards the annotated field or method: this :
23 * The string literal "this" means that this field is guarded by the class in
27 * object to which the field refers. field-name : The lock object is referenced
28 * by the (instance or static) field specified by field-name.
29 * class-name.field-name : The lock object is reference by the static field
30 * specified by class-name.field-name. method-name() : The lock object i
    [all...]
  /frameworks/base/core/java/android/annotation/
SdkConstant.java 25 * Indicates a constant field value should be exported to be used in the SDK tools.
28 @Target({ ElementType.FIELD })
  /libcore/luni/src/main/java/java/lang/
SuppressWarnings.java 35 @Target( { ElementType.TYPE, ElementType.FIELD, ElementType.METHOD,
  /external/v8/src/
property.cc 61 case FIELD:
62 PrintF(" -type = field\n");
property.h 111 // Marks a field name in a map so that adding the field is guaranteed
112 // to create a FIELD descriptor in the new map. Used after adding
115 // the same CONSTANT_FUNCTION field.
129 : Descriptor(key, Smi::FromInt(field_index), attributes, FIELD, index) {}
244 case FIELD:
269 ASSERT(type() == FIELD);
300 // In the dictionary case, the data is held in the value field.
ic.cc 513 case FIELD: {
659 lookup.type() == FIELD &&
722 case FIELD: {
    [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);
291 #undef FIELD
  /cts/tools/dasm/src/dasm/
sym.java 72 static final int FIELD = 30;
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
Entry.java 40 @Target(ElementType.FIELD)
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
ElementTypeTest.java 39 assertSame(ElementType.FIELD, ElementType.valueOf("FIELD"));
  /external/protobuf/src/google/protobuf/
descriptor.h 39 // fields by passing the FieldDescriptor of the field you are interested
147 // Field stuff -----------------------------------------------------
151 // Gets a field by index, where 0 <= index < field_count().
153 const FieldDescriptor* field(int index) const;
155 // Looks up a field by declared tag number. Returns NULL if no such field
158 // Looks up a field by name. Returns NULL if no such field exists.
161 // Looks up a field by lowercased name (as returned by lowercase_name()).
162 // This lookup may be ambiguous if multiple field names differ only by case
    [all...]
generated_message_reflection.h 76 // the appropriate type. For primitive fields and string fields, each field
86 // of whatever type the individual field would be. Strings and
101 // the start of the message object, of each field. These can
108 // corresponding field of the message has been initialized.
109 // The bit for field index i is obtained by the expression:
140 bool HasField(const Message& message, const FieldDescriptor* field) const;
141 int FieldSize(const Message& message, const FieldDescriptor* field) const;
142 void ClearField(Message* message, const FieldDescriptor* field) const;
143 void RemoveLast(Message* message, const FieldDescriptor* field) const;
145 void SwapElements(Message* message, const FieldDescriptor* field,
    [all...]
  /external/v8/src/arm/
fast-codegen-arm.cc 76 ASSERT(lookup.type() == FIELD);
122 ASSERT(lookup.type() == FIELD);
  /external/v8/src/x64/
fast-codegen-x64.cc 75 ASSERT(lookup.type() == FIELD);
127 ASSERT(lookup.type() == FIELD);
  /external/libvpx/nestegg/src/
nestegg.c 109 /* Field Flags */
316 #define E_FIELD(ID, TYPE, STRUCT, FIELD) \
317 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_NONE, NULL, 0, 0 }
318 #define E_MASTER(ID, TYPE, STRUCT, FIELD) \
319 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_MULTI, ne_ ## FIELD ## _elements, \
320 sizeof(struct FIELD), 0 }
321 #define E_SINGLE_MASTER_O(ID, TYPE, STRUCT, FIELD) \
322 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_OFFSET, ne_ ## FIELD ## _elements, 0,
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 34 #define CONTEXT_LOAD(REG, FIELD) \
35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
37 #define CONTEXT_STORE(REG, FIELD) \
38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))

Completed in 446 milliseconds

1 2 3