Searched defs:fields (Results 26 - 50 of 251) sorted by relevance

1234567891011

/external/harfbuzz_ng/src/
H A Dgen-indic-table.py24 fields = [x.strip () for x in line.split (';')] variable
25 if len (fields) == 1:
28 uu = fields[0].split ('..')
35 t = fields[1]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DGrego.java117 public static int[] dayToFields(long day, int[] fields) { argument
118 if (fields == null || fields.length < 5) {
119 fields = new int[5];
153 fields[0] = year;
154 fields[1] = month;
155 fields[2] = dayOfMonth;
156 fields[3] = dayOfWeek;
157 fields[4] = dayOfYear;
159 return fields;
172 timeToFields(long time, int[] fields) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCECalendar.java262 public static void jdToCE(int julianDay, int jdEpochOffset, int[] fields) { argument
269 fields[0] = 4 * c4 + (r4[0]/365 - r4[0]/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
274 fields[1] = doy / 30; // 30 -> Coptic/Ethiopic month length up to 12th month
276 fields[2] = (doy % 30) + 1; // 1-based days in a month
/external/icu/icu4c/source/tools/toolutil/
H A Duparse.c74 char *fields[][2], int32_t fieldCount,
86 if(fields==NULL || lineFn==NULL || fieldCount<=0) {
148 /* set the field start and limit in the fields array */
149 fields[i][0]=start;
150 fields[i][1]=limit;
170 lineFn(context, fields, fieldCount, pErrorCode);
73 u_parseDelimitedFile(const char *filename, char delimiter, char *fields[][2], int32_t fieldCount, UParseLineFn *lineFn, void *context, UErrorCode *pErrorCode) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DGrego.java115 public static int[] dayToFields(long day, int[] fields) { argument
116 if (fields == null || fields.length < 5) {
117 fields = new int[5];
151 fields[0] = year;
152 fields[1] = month;
153 fields[2] = dayOfMonth;
154 fields[3] = dayOfWeek;
155 fields[4] = dayOfYear;
157 return fields;
170 timeToFields(long time, int[] fields) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCECalendar.java258 public static void jdToCE(int julianDay, int jdEpochOffset, int[] fields) { argument
265 fields[0] = 4 * c4 + (r4[0]/365 - r4[0]/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
270 fields[1] = doy / 30; // 30 -> Coptic/Ethiopic month length up to 12th month
272 fields[2] = (doy % 30) + 1; // 1-based days in a month
/external/jdiff/src/jdiff/
H A DAPIComparator.java241 * Need to compare constructors, methods and fields.
478 // compareTo(), unlike constructors and fields?
677 * Compare all the fields in two classes.
682 System.out.println(" Comparing fields: #old " +
690 // Find fields which were removed in the new class
705 // We also know that one of the fields is locally defined.
783 // Find fields which were added in the new class
787 // Only concerned with locally defined fields
919 * Return the number of fields which are locally defined.
921 public int numLocalFields(List fields) { argument
[all...]
/external/libxml2/
H A DgenChRanges.py78 # split line into space-separated fields, then split on type
80 fields = string.split(line, ' ') variable
88 if fields[0] == 'name':
89 name = fields[1]
92 "completed" % (fields[1])
108 elif fields[0] == 'end':
117 # process remaining fields on the line, which may be either
120 elif fields[0] == 'ur':
123 for el in fields[1:]:
H A DgenUnicode.py56 fields = string.split(line, ';') variable
57 range = string.strip(fields[0])
59 name = string.strip(fields[1])
111 fields = string.split(line, ';') variable
112 point = string.strip(fields[0])
123 name = fields[2]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DClassNode.java124 * The fields of this class. This list is a list of {@link FieldNode}
129 public List fields; field in class:ClassNode
145 this.fields = new ArrayList();
207 fields.add(fn);
269 // visits fields
270 for (i = 0; i < fields.size(); ++i) {
271 ((FieldNode) fields.get(i)).accept(cv);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java49 private Map fields; field in class:FieldProviderTransformer
56 fields = new HashMap();
64 fields.put(name, type);
82 final String[] names = (String[])fields.keySet().toArray(new String[fields.size()]);
113 Type type = (Type)fields.get(names[i]);
141 Type type = (Type)fields.get(names[key]);
159 Type type = (Type)fields.get(names[key]);
179 Type type = (Type)fields.get(key);
198 Type type = (Type)fields
[all...]
/external/nanopb-c/generator/google/protobuf/compiler/
H A Dplugin_pb2.py28 fields=[ variable
70 fields=[ variable
111 fields=[ variable
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py24 fields=[ variable
66 fields=[ variable
107 fields=[ variable
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.cc58 // Whether two fields have conflicting accessors (assuming name1 and name2
66 // Both fields are repeated.
93 // None of the two fields are repeated.
111 vector<const FieldDescriptor*> fields; local
113 fields.push_back(message->field(i));
115 InitializeFieldGeneratorInfoForFields(fields);
127 const vector<const FieldDescriptor*>& fields) {
128 // Find out all fields that conflict with some other field in the same
130 vector<bool> is_conflict(fields.size());
131 vector<string> conflict_reason(fields
126 InitializeFieldGeneratorInfoForFields( const vector<const FieldDescriptor*>& fields) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc71 // Sort the fields of the given Descriptor by number into a new[]'d array
74 const FieldDescriptor** fields = local
77 fields[i] = descriptor->field(i);
79 sort(fields, fields + descriptor->field_count(),
81 return fields;
91 // Returns true if the message type has any required fields. If it doesn't,
101 // a. The type has no required fields.
102 // b. We are in the midst of checking if the type has required fields,
104 // has any required fields, the
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc64 // Sort the fields of the given Descriptor by number into a new[]'d array
67 const FieldDescriptor** fields = local
70 fields[i] = descriptor->field(i);
72 sort(fields, fields + descriptor->field_count(),
74 return fields;
121 // Note: constants (from enums and fields requiring stored defaults, emitted in the loop below)
181 // Lazy initialization of otherwise static final fields can help prevent the
185 // public static final fields with initializers, so with their existence we
217 // Integers for bit fields
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableClassDef.java70 @Nullable Iterable<? extends Field> fields,
72 if (fields == null) {
73 fields = ImmutableList.of();
85 this.staticFields = ImmutableField.immutableSetOf(Iterables.filter(fields, FieldUtil.FIELD_IS_STATIC));
86 this.instanceFields = ImmutableField.immutableSetOf(Iterables.filter(fields, FieldUtil.FIELD_IS_INSTANCE));
64 ImmutableClassDef(@onnull String type, int accessFlags, @Nullable String superclass, @Nullable Collection<String> interfaces, @Nullable String sourceFile, @Nullable Collection<? extends Annotation> annotations, @Nullable Iterable<? extends Field> fields, @Nullable Iterable<? extends Method> methods) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderClassDef.java69 @Nullable Iterable<? extends BuilderField> fields,
71 if (fields == null) {
72 fields = ImmutableList.of();
85 (Iterable<? extends BuilderField>)Iterables.filter(fields, FieldUtil.FIELD_IS_STATIC));
87 (Iterable<? extends BuilderField>)Iterables.filter(fields, FieldUtil.FIELD_IS_INSTANCE));
63 BuilderClassDef(@onnull BuilderTypeReference type, int accessFlags, @Nullable BuilderTypeReference superclass, @Nonnull BuilderTypeList interfaces, @Nullable BuilderStringReference sourceFile, @Nonnull BuilderAnnotationSet annotations, @Nullable Iterable<? extends BuilderField> fields, @Nullable Iterable<? extends BuilderMethod> methods) argument
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyObjectReference.java59 @Override public Map<Field, Value> getValues(List<? extends Field> fields) { argument
60 return getValue().getValues(fields);
/external/autotest/frontend/afe/
H A Dadmin.py36 name_field = self.fields.pop(model.name_field)
39 self.fields[model.name_field] = name_field
134 self.fields['labels'].widget = LabelsCommaSpacedWidget()
135 self.fields['labels'].help_text = ('Please enter a comma seperated '
177 fields specifies the visibility and order of HostAdmin attributes
184 self.fields = ('hostname', 'locked', 'lock_reason', 'leased',
190 self.fields = ('hostname', 'locked', 'lock_reason',
262 fields = ('name', 'author', 'test_category', 'test_class', variable in class:TestAdmin
309 self.fields['drones'].widget.choices = [(drone.id, drone.hostname)
/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetDataProcessor.java208 private Header getHeaderSqlNames(List<HeaderField> fields) { argument
210 for (HeaderField field : fields) {
H A DSpreadsheetHeaderSelect.java81 public void setSelectedItems(List<HeaderField> fields) { argument
82 headerSelect.setSelectedItems(fields);
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dextended_descriptor.py13 for new fields, we start numbering at 100.
29 """Enum value descriptor with additional fields.
44 """Enum class descriptor with additional fields.
72 """Field descriptor with additional fields.
88 """Message descriptor with additional fields.
92 fields: Fields defined for message.
111 fields = messages.MessageField(ExtendedFieldDescriptor, 2, repeated=True) variable in class:ExtendedMessageDescriptor
127 """File descriptor with additional fields.
219 message_type.fields))
298 PrintIndentedDescriptions(self.__printer, message_type.fields,
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Ddescriptor.py34 NOTE: The names of types and fields are not always the same between these
50 fields = []
57 fields.append(field)
64 fields.append(field)
71 fields.append(field)
75 message.fields = fields
134 # NOTE: MessageField is missing because message fields cannot have
138 # Map to functions that convert default values of fields of a given type
193 Label: Values for optional, required and repeated fields
239 fields = messages.MessageField(FieldDescriptor, 2, repeated=True) variable in class:MessageDescriptor
[all...]
/external/gmock/src/
H A Dgmock-matchers.cc103 // Joins a vector of strings as if they are fields of a tuple; returns
105 GTEST_API_ string JoinAsTuple(const Strings& fields) { argument
106 switch (fields.size()) {
110 return fields[0];
112 string result = "(" + fields[0];
113 for (size_t i = 1; i < fields.size(); i++) {
115 result += fields[i];

Completed in 5445 milliseconds

1234567891011