/system/libvintf/ |
D | SystemSdk.cpp | 35 void SystemSdk::addAll(SystemSdk* other) { in addAll() function in android::vintf::SystemSdk
|
D | CompatibilityMatrix.cpp | 327 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 384 success = baseMatrix->addAll(&e, error); in combine() 408 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() 421 bool CompatibilityMatrix::addAll(Named<CompatibilityMatrix>* inputMatrix, std::string* error) { in addAll() function in android::vintf::CompatibilityMatrix
|
D | VintfObject.cpp | 218 if (!manifest->addAll(&fragmentManifest, error)) { in addDirectoryManifests() 258 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest() 362 if (!out->addAll(&productManifest, error)) { in fetchFrameworkHalManifest()
|
D | HalManifest.cpp | 483 bool HalManifest::addAll(HalManifest* other, std::string* error) { in addAll() function in android::vintf::HalManifest 547 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | AssembleVintf.cpp | 361 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 | 136 [[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 | 265 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 | 169 stateStack.peek().tags.addAll(makeSequence(state)); in endElement() 172 stateStack.peek().tags.addAll(makeChoice(state)); in endElement() 175 stateStack.peek().tags.addAll(makeAll(state)); in endElement()
|
/system/timezone/zone_compactor/main/java/ |
D | ZoneCompactor.java | 141 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor()
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 428 elements.addAll(complexType.getElements()); in stackComponents() 429 attributes.addAll(complexType.getAttributes()); in stackComponents()
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 497 elements.addAll(complexType.getElements()); in stackComponents() 498 attributes.addAll(complexType.getAttributes()); in stackComponents()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 3508 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3541 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 3556 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3580 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 3600 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F()
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 903 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|