/aosp14/frameworks/base/tools/streaming_proto/cpp/ |
H A D | main.cpp | 138 vector<string> namespaces = split(file_descriptor.package(), '.'); in write_header_file() local 139 for (vector<string>::iterator it = namespaces.begin(); it != namespaces.end(); it++) { in write_header_file() 155 for (vector<string>::reverse_iterator it = namespaces.rbegin(); it != namespaces.rend(); it++) { in write_header_file()
|
/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.cpp | 115 map<string,string> namespaces; member 125 namespaces = p->namespaces; in Scope() 191 scope->namespaces[match[2]] = match[3]; in inspect_apk() 200 element->ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk()
|
/aosp14/frameworks/base/identity/java/android/security/identity/ |
H A D | CredstoreWritableIdentityCredential.java | 116 Collection<String> namespaces = personalizationData.getNamespaces(); in personalize() local 118 EntryNamespaceParcel[] ensParcels = new EntryNamespaceParcel[namespaces.size()]; in personalize() 120 for (String namespaceName : namespaces) { in personalize()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | XMLNode.cpp | 417 static String8 build_namespace(const Vector<namespace_entry>& namespaces, in build_namespace() argument 423 const size_t N = namespaces.size(); in build_namespace() 425 const namespace_entry& ne = namespaces.itemAt(i); in build_namespace() 440 Vector<namespace_entry> namespaces; in printXMLBlock() local 450 String8 elemNs = build_namespace(namespaces, ns16); in printXMLBlock() 464 String8 ns = build_namespace(namespaces, ns16); in printXMLBlock() 511 namespaces.push(ns); in printXMLBlock() 520 const namespace_entry& ns = namespaces.top(); in printXMLBlock() 540 namespaces.pop(); in printXMLBlock()
|
H A D | ResourceTable.cpp | 5070 Vector<sp<XMLNode> > namespaces; in processBundleFormat() local 5072 namespaces.push(root); in processBundleFormat() 5074 return processBundleFormatImpl(bundle, resourceName, target, root, &namespaces); in processBundleFormat() 5081 Vector<sp<XMLNode> >* namespaces) { in processBundleFormatImpl() 5094 namespaces->push(child); in processBundleFormatImpl() 5100 namespaces); in processBundleFormatImpl() 5106 namespaces->pop(); in processBundleFormatImpl() 5218 for (size_t nsIndex = namespaces->size(); nsIndex > 0; nsIndex--) { in processBundleFormatImpl() 5219 const sp<XMLNode>& ns = namespaces->itemAt(nsIndex - 1); in processBundleFormatImpl()
|
H A D | ResourceTable.h | 622 Vector<sp<XMLNode> >* namespaces);
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | ReferenceLinker.cpp | 204 explicit MacroDeclStack(std::vector<Macro::Namespace> namespaces) in MacroDeclStack() 205 : alias_namespaces_(std::move(namespaces)) { in MacroDeclStack()
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | Android.bp | 34 "modernize-concat-nested-namespaces",
|
/aosp14/frameworks/base/cmds/idmap2/ |
H A D | Android.bp | 40 "-modernize-concat-nested-namespaces",
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 259 # for that language. For instance, namespaces will be presented as packages, 316 # classes, or namespaces to their corresponding documentation. Such a link can 474 # If this flag is set to YES, the members of anonymous namespaces will be 603 # fully-qualified names, including namespaces. If set to NO, the class list will 895 # (namespaces, classes, functions, etc.) that should be excluded from the
|
/aosp14/system/core/init/ |
H A D | README.md | 250 > Enters the namespace of type _type_ located at _path_. Only network namespaces are supported with
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 53 # Set up linker config subdirectories based on mount namespaces
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |