HomeSort by relevance Sort by last modified time
    Searched defs:fields (Results 1 - 25 of 1401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfdoc/
cpdf_actionfields.cpp 26 pFields = pDict->GetArrayFor("Fields");
40 std::vector<CPDF_Object*> fields; local
42 return fields;
46 return fields;
53 pFields = pDict->GetArrayFor("Fields");
56 return fields;
59 fields.push_back(pFields);
64 fields.push_back(pObj);
67 return fields;
83 pFields = pDict->GetArrayFor("Fields");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 156 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
167 return fmt.Sprintf("tostruct(%s)", i.fields(t.Fields, true))
175 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string { func
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_plan9.go 19 func fields(s string) []string { func
20 // First count the fields.
53 f := fields(s)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 156 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
167 return fmt.Sprintf("tostruct(%s)", i.fields(t.Fields, true))
175 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string { func
  /prebuilts/go/linux-x86/src/time/
zoneinfo_plan9.go 19 func fields(s string) []string { func
20 // First count the fields.
53 f := fields(s)
  /dalvik/dx/src/com/android/dx/cf/direct/
FieldListParser.java 28 * Parser for lists of fields in a class file.
32 private final StdFieldList fields; field in class:FieldListParser
45 fields = new StdFieldList(getCount());
55 return fields;
83 fields.set(n, field);
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
SuperTypesLastSorter.java 16 * Sort fields in an order suitable for injection, by name with superclasses
25 * Return a new collection with the fields sorted first by name,
26 * then with any fields moved after their supertypes.
29 List<Field> fields = new ArrayList<Field>(unsortedFields); local
31 Collections.sort(fields, compareFieldsByName);
35 while (i < fields.size() - 1) {
36 Field f = fields.get(i);
39 for (int j = i + 1; j < fields.size(); j++) {
40 Class<?> t = fields.get(j).getType();
50 fields.remove(i)
    [all...]
LenientCopyTool.java 31 Field[] fields = classFrom.getDeclaredFields(); local
33 for (Field field : fields) {
34 // ignore static fields
  /art/tools/dexfuzz/src/dexfuzz/program/
MutationSerializer.java 40 // Write out the common fields.
44 // Use the mutation's own function to write out the rest of the fields.
51 String[] fields = null; local
53 fields = line.split(" ");
59 String mutatorClassName = fields[0];
83 // Populate the common fields of the mutation.
88 mutation.mutatableCodeIdx = Integer.parseInt(fields[1]);
90 // Use the mutation's own method to read the rest of the fields.
91 mutation.parseString(fields);
  /dalvik/dx/tests/131-perf/
ClassGen.java 10 int fields = 4; local
19 fields = Integer.parseInt(args[2]);
30 for (int field = 1; field <= fields; field++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structseq.h 18 struct PyStructSequence_Field *fields; member in struct:PyStructSequence_Desc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structseq.h 18 struct PyStructSequence_Field *fields; member in struct:PyStructSequence_Desc
  /external/droiddriver/src/io/appium/droiddriver/helpers/
D2ActivityInstrumentationTestCase2.java 37 * NullPointerException if your leaf-level test class declares static fields.
44 * {@code final} fields, the fix below also skips {@code static} fields, which
50 final Field[] fields = getClass().getDeclaredFields(); local
51 for (Field field : fields) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_array.h 37 int stride, fields, type; member in struct:nouveau_array
49 int fields, int type, struct gl_buffer_object *obj,
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNamesCache.java 15 Field[] fields = SIPHeaderNames.class.getFields(); external variable declarations
16 for (int i = 0; i < fields.length; i++) {
17 Field field = fields[i];
  /external/protobuf/objectivec/google/protobuf/
Struct.pbobjc.h 63 /// `Struct` represents a structured data value, consisting of fields
74 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; variable
75 /// The number of items in @c fields without causing the array to be created.
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_reflection_class.cc 222 // corresponding to fields, names corresponding to oneofs, nested enums, and nested types. Each array part
239 // Fields
241 std::vector<std::string> fields; local
243 fields.push_back(GetPropertyName(descriptor->field(i)));
245 printer->Print("new[]{ \"$fields$\" }, ", "fields", JoinStrings(fields, "\", \""));
  /external/toybox/toys/other/
lspci.c 43 driver[256], *vbig = 0, *dbig = 0, **fields; local
57 for (fields = (char*[]){"class", "vendor", "device", 0}; *fields; fields++) {
61 if (-1 == (fd = openat(dirfd, *fields, O_RDONLY))) {
  /external/v8/tools/
gen-postmortem-metadata.py 38 # v8dbg_class_CLASS__FIELD__TYPE = OFFSET Describes class fields
217 # The following useful fields are missing accessors, so we define fake ones.
272 fields = []; # field declarations variable
517 # Each class's fields and the corresponding offsets are described in the
548 fields.append(parse_field(current));
563 fields.append(parse_field(current));
567 fields.append(parse_field('ACCESSORS(%s)' % body));
626 emit_set(out, fields);
  /frameworks/base/core/jni/
android_media_ToneGenerator.cpp 39 static fields_t fields; variable
45 fields.context);
58 fields.context);
70 fields.context);
80 fields.context);
83 env->SetLongField(thiz, fields.context, 0);
92 env->SetLongField(thiz, fields.context, 0);
106 env->SetLongField(thiz, fields.context, (jlong)lpToneGen);
108 ALOGV("ToneGenerator fields.context: %p", (void*) env->GetLongField(thiz, fields.context))
    [all...]
  /frameworks/base/test-runner/src/android/test/
ActivityTestCase.java 67 final Field[] fields = getClass().getDeclaredFields(); local
68 for (Field field : fields) {
  /libcore/luni/src/main/java/libcore/net/http/
ResponseUtils.java 65 String[] fields = contentTypeHeader.split(";"); local
66 if (fields.length > 1) {
69 for (int i = 1; i < fields.length; ++i) {
70 final String parameter = fields[i];
  /libcore/ojluni/src/test/java/time/test/java/time/
AbstractTest.java 88 Field[] fields = cls.getDeclaredFields(); local
89 for (Field field : fields) {
  /prebuilts/gdb/darwin-x86/include/python2.7/
structseq.h 18 struct PyStructSequence_Field *fields; member in struct:PyStructSequence_Desc
  /prebuilts/gdb/linux-x86/include/python2.7/
structseq.h 18 struct PyStructSequence_Field *fields; member in struct:PyStructSequence_Desc

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>