HomeSort by relevance Sort by last modified time
    Searched defs:fields (Results 151 - 175 of 191) sorted by null

1 2 3 4 5 67 8

  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 46 * its fields and other information about a type. You can get a message
457 /** Get a list of this message type's fields. */
459 return Collections.unmodifiableList(Arrays.asList(fields));
550 private final FieldDescriptor[] fields; field in class:Descriptors.Descriptor
576 fields = new FieldDescriptor[proto.getFieldCount()];
578 fields[i] = new FieldDescriptor(
597 for (final FieldDescriptor field : fields) {
618 for (int i = 0; i < fields.length; i++) {
619 fields[i].setProto(proto.getField(i));
739 * type. Not valid for non-extension fields. For example, conside
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 106 * when it is set, we dump interested fields and methods for the view on focus
162 * This annotation can be used to mark fields and methods to be dumped by
331 * This annotation can be used to mark fields and methods to be dumped when
1290 Field[] fields = map.get(klass); local
1445 final Field[] fields = getExportedPropertyFields(klass); local
1662 Field[] fields = map.get(klass); local
1768 final Field[] fields = capturedViewGetPropertyFields(klass); local
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 376 TypeFieldCache fields[1]; member in struct:TypeCache
396 TypeFieldCache *tfc = &tc->fields[0];
675 const TypeFieldCache *tfc = &tc->fields[ct];
697 const TypeFieldCache *tfc = &tc->fields[ct];
    [all...]
  /frameworks/base/include/ui/
InputReader.h 481 uint32_t fields; member in struct:android::TrackballInputMapper::Accumulator
488 fields = 0;
862 uint32_t fields; member in struct:android::SingleTouchInputMapper::Accumulator
871 fields = 0;
914 uint32_t fields; member in struct:android::MultiTouchInputMapper::Accumulator::Pointer
927 fields = 0;
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 21 // Harmony uses ObjectAccessors to access fields through JNI. Android has not
106 // false when reading missing fields
138 * GetField is an inner class that provides access to the persistent fields
502 * Default method to read objects from this stream. Serializable fields
1041 ObjectStreamField[] fields = new ObjectStreamField[numFields]; local
1218 ObjectStreamField[] fields = classDesc.getLoadFields(); local
1835 ObjectStreamField[] fields = newClassDesc.getLoadFields(); local
    [all...]
ObjectOutputStream.java 27 // Harmony uses ObjectAccessors to access fields through JNI. Android has not
127 * PutField is an inner class to provide access to the persistent fields
231 * Writes the fields to the target stream {@code out}.
386 * Computes the collection of emulated fields that users can manipulate to
398 * Default method to write objects to this stream. Serializable fields
532 * private fields, except by the use of a native method like this one.
577 * to the persistent fields that are eventually written to the output
578 * stream. It is used to transfer the values from the fields of the object
579 * that is currently being written to the persistent fields.
581 * @return the PutField object from which persistent fields can be accesse
969 ObjectStreamField[] fields = null; local
1088 ObjectStreamField[] fields = classDesc.fields(); local
1927 ObjectStreamField[] fields = classDesc.getSuperclass().fields(); local
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 392 } fields[] = { local
403 for (unsigned i = 0; i < sizeof(fields) / sizeof(fields[0]); i++) {
404 fieldInfo f = fields[i];
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 167 Field[] fields = URL.class.getDeclaredFields(); local
170 for (Field f : fields) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 84 ObjectInputStream.GetField fields = ois.readFields(); local
85 aField1 = (String) fields.get("aField1", "Zap");
90 ObjectOutputStream.PutField fields = oos.putFields(); local
91 fields.put("aField1", aField1);
330 * two fields (Strings) and simple implementations of readObject and
460 (byte) 0x00, (byte) 0x00, // fields : none
474 (byte) 0x00, (byte) 0x01, // fields
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 399 * two fields (Strings) and simple implementations of readObject and
645 (byte) 0x00, (byte) 0x00, // fields : none
659 (byte) 0x00, (byte) 0x01, // fields
1101 ObjectInputStream.GetField fields = ois.readFields(); local
1107 ObjectOutputStream.PutField fields = oos.putFields(); local
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 368 String[] fields = {"id", "field1", "field2", "field3", "fkey"}; local
375 Arrays.sort(fields);
389 assertTrue("Invalid field name", Arrays.binarySearch(fields, rs
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 179 /* Rule fields */
318 * fields. It corresponds with AUDIT_ADD_RULE, AUDIT_DEL_RULE and
326 __u32 fields[AUDIT_MAX_FIELDS]; member in struct:audit_rule_data
329 __u32 buflen; /* total length of string fields */
330 char buf[0]; /* string fields buffer */
334 * userspace. It supports integer fields only and corresponds to
342 __u32 fields[AUDIT_MAX_FIELDS]; member in struct:audit_rule
  /external/protobuf/src/google/protobuf/
descriptor.cc 375 // so its fields must be plain old data (primitive data types and
1494 vector<const FieldDescriptor*> fields; local
    [all...]
  /frameworks/base/libs/ui/
InputReader.cpp 1140 uint32_t fields = mAccumulator.fields; local
3253 uint32_t fields = mAccumulator.fields; local
3417 uint32_t fields = inPointer.fields; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 1171 Field[] fields = Cls2.class.getFields(); local
    [all...]
  /ndk/build/core/
definitions.mk 254 # the list of managed fields per module
255 modules-fields = depends \
267 $(foreach __field,$(modules-fields),\
378 $(foreach __field,$(modules-fields),\
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 149 static void inleap(char ** fields, int nfields);
150 static void inlink(char ** fields, int nfields);
151 static void inrule(char ** fields, int nfields);
152 static int inzcont(char ** fields, int nfields);
153 static int inzone(char ** fields, int nfields);
154 static int inzsub(char ** fields, int nfields, int iscont);
222 ** Which fields are which on a Zone line.
237 ** Which fields are which on a Zone continuation line.
266 ** Which fields are which on a Link line.
274 ** Which fields are which on a Leap line
943 register char ** fields; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 149 static void inleap(char ** fields, int nfields);
150 static void inlink(char ** fields, int nfields);
151 static void inrule(char ** fields, int nfields);
152 static int inzcont(char ** fields, int nfields);
153 static int inzone(char ** fields, int nfields);
154 static int inzsub(char ** fields, int nfields, int iscont);
222 ** Which fields are which on a Zone line.
237 ** Which fields are which on a Zone continuation line.
266 ** Which fields are which on a Link line.
274 ** Which fields are which on a Leap line
943 register char ** fields; local
    [all...]
  /external/v8/src/
objects.cc 705 // reinitializing the fields.
751 // reinitializing the fields.
7986 Object* fields = Heap::AllocateFixedArray(number_of_allocated_fields); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 302 // A lock for synchronizing access to fields that are shared
433 * the timezone dependent fields in the Instances table if the timezone
454 // database fields) to force a re-computation of Instances.
989 MetaData.Fields fields = mMetaData.getFieldsLocked(); local
2152 MetaData.Fields fields = mMetaData.getFieldsLocked(); local
2287 MetaData.Fields fields = mMetaData.getFieldsLocked(); local
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/libxml2/
xmlschemas.c 744 xmlSchemaIDCSelectPtr fields; member in struct:_xmlSchemaIDC
841 * Used to evaluate IDC selectors (and fields).
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 839 milliseconds

1 2 3 4 5 67 8