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

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/src/ftrace_reader/
event_info_constants.cc 30 std::vector<Field> fields; local
32 fields.push_back(MakeField("common_pid", 2, kProtoInt32));
34 return fields;
event_info_unittest.cc 27 // For each event the following fields should be filled
39 for (const Field& field : event.fields) {
45 // Other fields should be zeroed.
55 std::vector<Field> fields = GetStaticCommonFieldsInfo(); local
56 for (const Field& field : fields) {
62 // Other fields should be zeroed.
  /external/tensorflow/tensorflow/contrib/lite/testing/
split.h 29 // parts of the original string. Empty fields are not represented in the
40 std::vector<string> fields; local
42 fields.push_back(s.substr(p.first, p.second - p.first));
44 return fields;
49 std::vector<int> fields; local
51 fields.push_back(strtol(s.data() + p.first, nullptr, 10));
53 return fields;
58 std::vector<int64_t> fields; local
60 fields.push_back(strtoll(s.data() + p.first, nullptr, 10));
62 return fields;
67 std::vector<float> fields; local
76 std::vector<uint8_t> fields; local
    [all...]
split.cc 22 std::vector<std::pair<size_t, size_t>> fields; local
24 fields.emplace_back(0, s.length());
25 return fields;
31 fields.emplace_back(start, pos);
36 fields.emplace_back(start, s.length());
38 return fields;
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_plan9.go 23 func fields(s string) []string { func
24 // First count the fields.
57 f := fields(s)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_plan9.go 23 func fields(s string) []string { func
24 // First count the fields.
57 f := fields(s)
  /external/pdfium/core/fpdfdoc/
cpdf_actionfields.cpp 31 pFields = pDict->GetArrayFor("Fields");
45 std::vector<CPDF_Object*> fields; local
47 return fields;
51 return fields;
58 pFields = pDict->GetArrayFor("Fields");
61 return fields;
64 fields.push_back(pFields);
69 fields.push_back(pObj);
72 return fields;
88 pFields = pDict->GetArrayFor("Fields");
    [all...]
  /external/perfetto/tools/ftrace_proto_gen/
ftrace_proto_gen.h 35 std::vector<Field> fields; member in struct:perfetto::Proto
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 169 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
180 return fmt.Sprintf("tostruct(%s)", i.fields(t.Fields, true))
188 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 169 return fmt.Sprintf("functype(nil, %s, %s)", i.fields(t.Params, false), i.fields(t.Results, false))
180 return fmt.Sprintf("tostruct(%s)", i.fields(t.Fields, true))
188 func (i *typeInterner) fields(fl *ast.FieldList, keepNames bool) string { func
  /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/test/662-regression-alias/src/
Main.java 26 static void setFields(int[] fields) {
27 if (fields == null || fields.length < 6)
28 fields = new int[6]; // creates phi
29 fields[5] = 127;
42 int[] fields = new int[6]; local
44 setFields(fields);
45 processFieldValues(fields[0], fields[1], fields[2]
    [all...]
  /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/icu/android_icu4j/src/main/java/android/icu/impl/number/
NumberStringBuilder.java 22 * <li>Keeps tracks of Fields in an efficient manner.
33 private Field[] fields; field in class:NumberStringBuilder
43 fields = new Field[capacity];
54 fields = Arrays.copyOf(source.fields, source.fields.length);
78 return fields[zero + index];
127 fields[position] = field;
129 fields[position + 1] = field;
171 fields[position + i] = field
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
NumberStringBuilder.java 21 * <li>Keeps tracks of Fields in an efficient manner.
31 private Field[] fields; field in class:NumberStringBuilder
41 fields = new Field[capacity];
52 fields = Arrays.copyOf(source.fields, source.fields.length);
76 return fields[zero + index];
125 fields[position] = field;
127 fields[position + 1] = field;
169 fields[position + i] = field
    [all...]
  /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/perfetto/include/perfetto/ftrace_reader/
format_parser.h 48 std::vector<Field> fields; member in struct:perfetto::FtraceEvent
  /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.

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>