/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 174 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 175 elements.addAll(complexType.getElements()); in printClass() 197 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 199 attributes.addAll(complexType.getAttributes()); in printClass() 471 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 472 elements.addAll(complexType.getElements()); in stackComponents() 474 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 476 attributes.addAll(complexType.getAttributes()); in stackComponents() 483 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 485 attributes.addAll(attributeGroup.getAttributes()); in getAllAttributes() [all …]
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 226 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 227 elements.addAll(complexType.getElements()); in printClass() 249 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 251 attributes.addAll(complexType.getAttributes()); in printClass() 520 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 521 elements.addAll(complexType.getElements()); in stackComponents() 523 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 525 attributes.addAll(complexType.getAttributes()); in stackComponents() 532 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 534 attributes.addAll(attributeGroup.getAttributes()); in getAllAttributes() [all …]
|
/system/libvintf/ |
D | SystemSdk.cpp | 35 void SystemSdk::addAll(SystemSdk* other) { in addAll() function in android::vintf::SystemSdk
|
D | CompatibilityMatrix.cpp | 301 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 358 success = baseMatrix->addAll(&e, error); in combine() 382 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() 395 bool CompatibilityMatrix::addAll(Named<CompatibilityMatrix>* inputMatrix, std::string* error) { in addAll() function in android::vintf::CompatibilityMatrix
|
D | VintfObject.cpp | 227 if (!manifest->addAll(&fragmentManifest, error)) { in addDirectoryManifests() 269 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest() 405 if (!out->addAll(&halManifest, error)) { in fetchFrameworkHalManifest()
|
D | HalManifest.cpp | 573 bool HalManifest::addAll(HalManifest* other, std::string* error) { in addAll() function in android::vintf::HalManifest 623 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | AssembleVintf.cpp | 387 if (!halManifest->addAll(&manifestToAdd, &error)) { in assembleHalManifest()
|
/system/libvintf/include/vintf/ |
D | SystemSdk.h | 42 void addAll(SystemSdk* other);
|
D | CompatibilityMatrix.h | 72 bool addAll(Named<CompatibilityMatrix>* inputMatrix, std::string* error);
|
D | HalManifest.h | 141 [[nodiscard]] bool addAll(HalManifest* other, std::string* error = nullptr);
|
/system/core/libutils/include/utils/ |
D | PropertyMap.h | 75 void addAll(const PropertyMap* map);
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | RecordOptions.java | 82 this.threads.addAll(threads); in setSampleThreads()
|
D | ProfileSession.java | 307 args.addAll(recordArgs); in createSimpleperfProcess()
|
/system/core/libutils/ |
D | PropertyMap.cpp | 108 void PropertyMap::addAll(const PropertyMap* map) { in addAll() function in android::PropertyMap
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 178 stateStack.peek().tags.addAll(makeSequence(state)); in endElement() 181 stateStack.peek().tags.addAll(makeChoice(state)); in endElement() 184 stateStack.peek().tags.addAll(makeAll(state)); in endElement() 246 state.tags.addAll(enumTags); in makeSchema()
|
/system/timezone/input_tools/android/zone_compactor/main/java/ |
D | ZoneCompactor.java | 141 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 3512 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3545 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3560 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3584 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3604 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3938 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F()
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 1006 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|