Home
last modified time | relevance | path

Searched +defs:val +defs:root (Results 1 – 25 of 66) sorted by relevance

123

/aosp12/art/runtime/
H A Dsubtype_check_info_test.cc39 BitStringChar MakeBitStringChar(size_t idx, size_t val) { in MakeBitStringChar()
43 BitStringChar MakeBitStringChar(size_t val) { in MakeBitStringChar()
53 for (size_t val : values) { local
81 BitString SetBitStringCharAt(BitString bit_string, size_t i, size_t val) { in SetBitStringCharAt()
320 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F() local
340 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F() local
350 SubtypeCheckInfo root = SubtypeCheckInfo::CreateRoot(); in TEST_F() local
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h136 void setUTF8(bool val) { mUTF8 = val; } in setUTF8()
155 sp<XMLNode> root; member
H A DResourceTable.cpp46 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
62 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
73 const sp<XMLNode>& root, in compileXmlFile()
381 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute() local
399 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute() local
2553 Res_value val; in getAttributeFlags() local
4770 const sp<AaptFile>& target, const sp<XMLNode>& root) { in versionForCompat()
4842 const sp<XMLNode>& root) { in modifyForCompat()
5078 const sp<XMLNode>& root) { in processBundleFormat()
H A DXMLNode.cpp487 const char16_t* val = block->getAttributeStringValue(i, &len); in printXMLBlock() local
555 sp<XMLNode> root = XMLNode::parse(file); in parseXMLResource() local
H A DResource.cpp857 status_t massageManifest(Bundle* bundle, ResourceTable* table, sp<XMLNode> root) in massageManifest()
1048 Res_value val; in getPlatformAssetCookie() local
1204 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); in generateAndroidManifestForSplit() local
1837 Res_value val; in buildResources() local
/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.h136 void setUTF8(bool val) { mUTF8 = val; } in setUTF8()
155 sp<XMLNode> root; member
H A DResourceTable.cpp46 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
62 sp<XMLNode> root = XMLNode::parse(target); in compileXmlFile() local
73 const sp<XMLNode>& root, in compileXmlFile()
381 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute() local
399 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute() local
2552 Res_value val; in getAttributeFlags() local
4761 const sp<AaptFile>& target, const sp<XMLNode>& root) { in versionForCompat()
4833 const sp<XMLNode>& root) { in modifyForCompat()
5069 const sp<XMLNode>& root) { in processBundleFormat()
H A DXMLNode.cpp487 const char16_t* val = block->getAttributeStringValue(i, &len); in printXMLBlock() local
555 sp<XMLNode> root = XMLNode::parse(file); in parseXMLResource() local
H A DResource.cpp857 status_t massageManifest(Bundle* bundle, ResourceTable* table, sp<XMLNode> root) in massageManifest()
1048 Res_value val; in getPlatformAssetCookie() local
1204 sp<XMLNode> root = XMLNode::newNamespace(filename, androidPrefix, androidNSUri); in generateAndroidManifestForSplit() local
1837 Res_value val; in buildResources() local
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DFlattenConfig.java82 final String root = rootNodes.get(0); in flattenImpl() local
345 final StringBuilder val = new StringBuilder(); in flattenInheritsFrom() local
458 final Value val = mVariables.get(varName); in setDefaultKnownVars() local
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp92 const std::string val = elem->Attribute(key.c_str()); in XMLYesNo() local
284 tinyxml2::XMLConstHandle root(handle.FirstChildElement("config")); in ParseXml() local
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp92 const std::string val = elem->Attribute(key.c_str()); in XMLYesNo() local
284 tinyxml2::XMLConstHandle root(handle.FirstChildElement("config")); in ParseXml() local
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js71 function setToRoot(root) { argument
120 function writeCookie(cookie, val, section, expiration) { argument
/aosp12/system/tools/hidl/
H A DCoordinator.cpp85 status_t Coordinator::addPackagePath(const std::string& root, const std::string& path, std::string*… in addPackagePath()
103 void Coordinator::addDefaultPackagePath(const std::string& root, const std::string& path) { in addDefaultPackagePath()
1015 std::string val(optarg); in parseOptions() local
1022 auto root = val.substr(0, index); in parseOptions() local
/aosp12/bionic/tests/
H A Dmalloc_test.cpp412 auto root = doc.FirstChildElement(); in TEST() local
419 int val; in TEST() local
448 int val; in TEST() local
482 auto root = doc.FirstChildElement(); in TEST() local
489 int val; in TEST() local
703 auto root = doc.FirstChildElement(); in GetAllocatorVersion() local
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp551 for (const auto& val : json_value) { in InsertTag() local
736 Json::Value root; in Initialize() local
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgrpc-context-1.19.0.jar ... implements java.lang.Runnable { final synthetic Runnable val$r final synthetic io.grpc.Context this ...
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java330 ViewNode root = win.mRoot; in writeNextEntryToParcel() local
500 WindowNode(AssistStructure assist, ViewRootImpl root, boolean forAutoFill, int flags) { in WindowNode()
843 int val = in.readInt(); in initializeFromParcelWithoutChildren() local
2335 ViewRootImpl root = views.get(i); in AssistStructure() local
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java331 ViewNode root = win.mRoot; in writeNextEntryToParcel() local
501 WindowNode(AssistStructure assist, ViewRootImpl root, boolean forAutoFill, int flags) { in WindowNode()
850 int val = in.readInt(); in initializeFromParcelWithoutChildren() local
2355 ViewRootImpl root = views.get(i); in AssistStructure() local
/aosp12/art/runtime/arch/
H A Dstub_test.cc1381 ObjPtr<mirror::Object> val, in set_and_check_static()
1431 ObjPtr<mirror::Object> val, in set_and_check_instance()
1975 GcRoot<mirror::Class> root(GetClassRoot<mirror::String>()); in TEST_F() local
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jar ... { final synthetic java.lang.reflect.Method val$method final synthetic Object[] val$args ...
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp2490 auto root = doc.FirstChildElement(); in TEST_F() local
2525 auto root = doc.FirstChildElement(); in TEST_F() local
2533 int val; in TEST_F() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp257 Node root; in FlattenXmlSubtree() local
1471 android::Res_value val; in ParseEnumOrFlagItem() local
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser.cpp253 Node root; in FlattenXmlSubtree() local
1478 android::Res_value val; in ParseEnumOrFlagItem() local
/aosp12/packages/inputmethods/LatinIME/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

123