/system/linkerconfig/devicetest/src/android/linkerconfig/gts/ |
D | LinkerConfigTest.java | 153 libraries.addAll(LibraryListLoader.getLibrariesFromFile(targetDevice, in loadSystemAvailableLibraries() 158 libraries.addAll(LibraryListLoader.getLibrariesFromFile(targetDevice, in loadSystemAvailableLibraries() 161 libraries.addAll(LibraryListLoader.getLibrariesFromFile(targetDevice, in loadSystemAvailableLibraries() 167 libraries.addAll(LibraryListLoader.STUB_LIBRARIES); in loadSystemAvailableLibraries() 173 libraries.addAll(LibraryListLoader.getLibrariesFromFile(targetDevice, in loadSystemAvailableLibraries()
|
/system/tools/xsdc/src/main/java/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 213 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 214 elements.addAll(complexType.getElements()); in printClass() 236 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 238 attributes.addAll(complexType.getAttributes()); in printClass() 744 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 745 elements.addAll(complexType.getElements()); in stackComponents() 747 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 749 attributes.addAll(complexType.getAttributes()); in stackComponents() 756 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 758 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() 374 success = baseMatrix->addAll(&e, error); in combine() 398 bool success = baseMatrix->addAll(&e, error); in combineDeviceMatrices() 411 bool CompatibilityMatrix::addAll(CompatibilityMatrix* inputMatrix, std::string* error) { in addAll() function in android::vintf::CompatibilityMatrix
|
D | VintfObject.cpp | 258 if (!manifest->addAll(&fragmentManifest, error)) { in addDirectoryManifests() 331 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest() 474 if (!out->addAll(&halManifest, error)) { in fetchUnfilteredFrameworkHalManifest()
|
D | HalManifest.cpp | 749 bool HalManifest::addAll(HalManifest* other, std::string* error) { in addAll() function in android::vintf::HalManifest 799 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | AssembleVintf.cpp | 582 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 | 158 [[nodiscard]] bool addAll(HalManifest* other, std::string* error = nullptr);
|
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 396 elements.addAll(getAllElements(complexType.getGroup())); in printClass() 397 elements.addAll(complexType.getElements()); in printClass() 419 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in printClass() 421 attributes.addAll(complexType.getAttributes()); in printClass() 1154 elements.addAll(getAllElements(complexType.getGroup())); in stackComponents() 1155 elements.addAll(complexType.getElements()); in stackComponents() 1157 attributes.addAll(getAllAttributes(resolveAttributeGroup(attributeGroup))); in stackComponents() 1159 attributes.addAll(complexType.getAttributes()); in stackComponents() 1166 attributes.addAll(getAllAttributes(resolveAttributeGroup(attrGroup))); in getAllAttributes() 1168 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 | 335 args.addAll(recordArgs); in createSimpleperfProcess()
|
/system/timezone/input_tools/android/zone_compactor/main/java/ |
D | ZoneCompactor.java | 146 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor()
|
/system/tools/xsdc/src/main/java/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/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | TzLookupFile.java | 206 alreadyDefinedTimeZoneIds.addAll(timeZoneMapping.alternativeZoneIds); in addTimeZoneMapping()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 4385 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 4418 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 4450 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 4467 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 4491 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 4511 ASSERT_FALSE(manifest1.addAll(&manifest2, &error)); in TEST_F() 5291 ASSERT_TRUE(manifest1.addAll(&manifest2, &error)) << error; in TEST_F() 5364 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 | 1040 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
|