Home
last modified time | relevance | path

Searched refs:getFieldCount (Results 1 – 25 of 56) sorted by relevance

123

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java158 for (int i=0; i < c.getFieldCount(); i++) { in applyFields()
193 for (int i=0; i < c.getFieldCount(); i++) { in fieldsEqual()
198 for (int j=0; j<c.getFieldCount(); ++j) { in fieldsEqual()
DCompatibilityTest.java337 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
377 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DTestCase.java161 for (int i=0; i < c.getFieldCount(); i++) { in applyFields()
196 for (int i=0; i < c.getFieldCount(); i++) { in fieldsEqual()
201 for (int j=0; j<c.getFieldCount(); ++j) { in fieldsEqual()
DCompatibilityTest.java340 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
380 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
/external/protobuf/php/tests/
Ddescriptors_test.php86 $this->assertSame(7, $desc->getFieldCount());
234 $this->assertSame(1, $oneofDesc->getFieldCount());
240 for ($i = 0; $i < $desc->getFieldCount(); $i++) {
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp98 struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8; in ExtractFromFunctionDecl()
102 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl()
/external/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php71 public function getFieldCount() function in Google\\Protobuf\\OneofDescriptor
DDescriptor.php79 public function getFieldCount() function in Google\\Protobuf\\Descriptor
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java231 public int getFieldCount() {
335 if (index < 0 || index >= getFieldCount()) {
342 return getFieldCount();
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestAnnotatedClass.java86 assertEquals(2, ac.getFieldCount()); in testFieldIntrospection()
/external/clang/include/clang/AST/
DRecordLayout.h173 unsigned getFieldCount() const { return FieldOffsets.size(); } in getFieldCount() function
/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h196 unsigned getFieldCount() const { return FieldOffsets.size(); } in getFieldCount() function
/external/protobuf/php/ext/google/protobuf/
Ddef.c142 PHP_ME(Descriptor, getFieldCount, NULL, ZEND_ACC_PUBLIC)
226 PHP_METHOD(Descriptor, getFieldCount) { in PHP_METHOD() argument
479 PHP_ME(Oneof, getFieldCount, NULL, ZEND_ACC_PUBLIC)
545 PHP_METHOD(Oneof, getFieldCount) { in PHP_METHOD() argument
Dprotobuf.h807 PHP_METHOD(Descriptor, getFieldCount);
1181 PHP_METHOD(Oneof, getFieldCount);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DHeaderItem.java132 public int getFieldCount() { in getFieldCount() method in HeaderItem
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java881 fields = new FieldDescriptor[proto.getFieldCount()]; in Descriptor()
882 for (int i = 0; i < proto.getFieldCount(); i++) { in Descriptor()
892 oneofs[i].fields = new FieldDescriptor[oneofs[i].getFieldCount()]; in Descriptor()
895 for (int i = 0; i < proto.getFieldCount(); i++) { in Descriptor()
2622 public int getFieldCount() { in getFieldCount() method in Descriptors.OneofDescriptor
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedClass.java333 public int getFieldCount() { in getFieldCount() method in AnnotatedClass
/external/clang/lib/CodeGen/
DCGClass.cpp870 SmallVector<SizeAndOffset, 16> SSV(Info.getFieldCount()); in EmitAsanPrologueOrEpilogue()
871 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) in EmitAsanPrologueOrEpilogue()
1707 if (Layout.getFieldCount() == 0) in Emit()
1728 if (fieldIndex == Layout.getFieldCount() - 1) { in Emit()
1729 PoisonMembers(CGF, startIndex, Layout.getFieldCount()); in Emit()
1762 if (layoutEndOffset >= Layout.getFieldCount()) { in PoisonMembers()
DCGObjCRuntime.cpp60 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!"); in LookupFieldBitOffset()
DCGRecordLayoutBuilder.cpp761 for (unsigned i = 0, e = AST_RL.getFieldCount(); i != e; ++i, ++it) { in ComputeRecordLayout()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp794 SmallVector<SizeAndOffset, 16> SSV(Info.getFieldCount()); in EmitAsanPrologueOrEpilogue()
795 for (unsigned i = 0, e = Info.getFieldCount(); i != e; ++i) in EmitAsanPrologueOrEpilogue()
1688 if (Layout.getFieldCount() == 0) in Emit()
1751 if (layoutEndOffset >= Layout.getFieldCount()) { in PoisonMembers()
DCGRecordLayoutBuilder.cpp947 for (unsigned i = 0, e = AST_RL.getFieldCount(); i != e; ++i, ++it) { in ComputeRecordLayout()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java2360 CAL_FIELD_COUNT = cal.getFieldCount();
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormat.java2194 CAL_FIELD_COUNT = cal.getFieldCount();
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java710 assertEquals(4, oneofDescriptor.getFieldCount()); in testOneofDescriptor()

123