/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 188 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 189 elements.addAll(complexType.getElements()); in printClass() 211 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 213 attributes.addAll(complexType.getAttributes()); in printClass() 642 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 643 elements.addAll(complexType.getElements()); in stackComponents() 645 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 647 attributes.addAll(complexType.getAttributes()); in stackComponents() 654 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 656 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 | 315 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 373 success = baseMatrix->addAll(&e, error); in combine() 397 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() 410 bool CompatibilityMatrix::addAll(CompatibilityMatrix* inputMatrix, std::string* error) { in addAll() function in android::vintf::CompatibilityMatrix
|
D | VintfObject.cpp | 224 if (!manifest->addAll(&fragmentManifest, error)) { in addDirectoryManifests() 266 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest() 402 if (!out->addAll(&halManifest, error)) { in fetchFrameworkHalManifest()
|
D | HalManifest.cpp | 615 bool HalManifest::addAll(HalManifest* other, std::string* error) { in addAll() function in android::vintf::HalManifest 665 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 | 78 bool addAll(CompatibilityMatrix* inputMatrix, std::string* error);
|
D | HalManifest.h | 146 [[nodiscard]] bool addAll(HalManifest* other, std::string* error = nullptr);
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 241 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 242 elements.addAll(complexType.getElements()); in printClass() 264 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 266 attributes.addAll(complexType.getAttributes()); in printClass() 761 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 762 elements.addAll(complexType.getElements()); in stackComponents() 764 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 766 attributes.addAll(complexType.getAttributes()); in stackComponents() 773 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 775 attributes.addAll(attributeGroup.getAttributes()); in getAllAttributes() [all …]
|
/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 | 92 mThreads.addAll(threads); in setSampleThreads()
|
D | ProfileSession.java | 313 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 | 145 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 3505 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3538 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3569 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3586 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3610 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3630 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3964 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 | 1020 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|