/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 209 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 210 elements.addAll(complexType.getElements()); in printClass() 232 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 234 attributes.addAll(complexType.getAttributes()); in printClass() 720 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 721 elements.addAll(complexType.getElements()); in stackComponents() 723 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 725 attributes.addAll(complexType.getAttributes()); in stackComponents() 732 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 734 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 | 314 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 372 success = baseMatrix->addAll(&e, error); in combine() 396 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() 409 bool CompatibilityMatrix::addAll(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 fetchUnfilteredFrameworkHalManifest()
|
D | HalManifest.cpp | 651 bool HalManifest::addAll(HalManifest* other, std::string* error) { in addAll() function in android::vintf::HalManifest 701 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | AssembleVintf.cpp | 372 if (!halManifest->addAll(&manifestToAdd, &error)) { in assembleHalManifest()
|
/system/libvintf/include/vintf/ |
D | SystemSdk.h | 42 void addAll(SystemSdk* other);
|
D | CompatibilityMatrix.h | 84 bool addAll(CompatibilityMatrix* inputMatrix, std::string* error);
|
D | HalManifest.h | 156 [[nodiscard]] bool addAll(HalManifest* other, std::string* error = nullptr);
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 340 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 341 elements.addAll(complexType.getElements()); in printClass() 363 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 365 attributes.addAll(complexType.getAttributes()); in printClass() 886 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 887 elements.addAll(complexType.getElements()); in stackComponents() 889 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 891 attributes.addAll(complexType.getAttributes()); in stackComponents() 898 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 900 attributes.addAll(attributeGroup.getAttributes()); in getAllAttributes() [all …]
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | RecordOptions.java | 92 mThreads.addAll(threads); in setSampleThreads()
|
D | ProfileSession.java | 321 args.addAll(recordArgs); in createSimpleperfProcess()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 180 stateStack.peek().tags.addAll(makeSequence(state)); in endElement() 183 stateStack.peek().tags.addAll(makeChoice(state)); in endElement() 186 stateStack.peek().tags.addAll(makeAll(state)); in endElement() 251 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 | 3499 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3532 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3563 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3580 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3604 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3624 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 4156 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 4190 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 | 1024 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|