Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp137 vector<string> namespaces = split(file_descriptor.package(), '.'); in write_header_file() local
138 for (vector<string>::iterator it = namespaces.begin(); it != namespaces.end(); it++) { in write_header_file()
154 for (vector<string>::reverse_iterator it = namespaces.rbegin(); it != namespaces.rend(); it++) { in write_header_file()
/frameworks/base/tools/bit/
Daapt.cpp115 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()
/frameworks/base/identity/java/android/security/identity/
DCredstoreWritableIdentityCredential.java116 Collection<String> namespaces = personalizationData.getNamespaces(); in personalize() local
118 EntryNamespaceParcel[] ensParcels = new EntryNamespaceParcel[namespaces.size()]; in personalize()
120 for (String namespaceName : namespaces) { in personalize()
/frameworks/libs/binary_translation/prebuilt/system/etc/
Dld.config.riscv64.txt34 additional.namespaces = com_android_neuralnetworks
62 additional.namespaces += com_android_i18n
86 additional.namespaces += com_android_art
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDeviceConfigService.java464 List<String> namespaces; in onCommand() local
466 namespaces = DeviceConfig.getPublicNamespaces(); in onCommand()
469 namespaces = new ArrayList<>(fields.length); in onCommand()
478 namespaces.add((String) field.get(null)); in onCommand()
483 for (int i = 0; i < namespaces.size(); i++) { in onCommand()
484 pout.println(namespaces.get(i)); in onCommand()
/frameworks/av/services/audioflinger/
DAndroid.bp37 "modernize-concat-nested-namespaces",
84 "-google-build-namespaces",
90 "-modernize-concat-nested-namespaces",
/frameworks/base/tools/aapt/
DXMLNode.cpp417 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()
DResourceTable.cpp5072 Vector<sp<XMLNode> > namespaces; in processBundleFormat() local
5074 namespaces.push(root); in processBundleFormat()
5076 return processBundleFormatImpl(bundle, resourceName, target, root, &namespaces); in processBundleFormat()
5083 Vector<sp<XMLNode> >* namespaces) { in processBundleFormatImpl()
5096 namespaces->push(child); in processBundleFormatImpl()
5102 namespaces); in processBundleFormatImpl()
5108 namespaces->pop(); in processBundleFormatImpl()
5220 for (size_t nsIndex = namespaces->size(); nsIndex > 0; nsIndex--) { in processBundleFormatImpl()
5221 const sp<XMLNode>& ns = namespaces->itemAt(nsIndex - 1); in processBundleFormatImpl()
DResourceTable.h622 Vector<sp<XMLNode> >* namespaces);
/frameworks/native/libs/bufferstreams/rust/
Dcbindgen.toml19 namespaces = [] qkey
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp204 explicit MacroDeclStack(std::vector<Macro::Namespace> namespaces) in MacroDeclStack()
205 : alias_namespaces_(std::move(namespaces)) { in MacroDeclStack()
/frameworks/base/media/jni/soundpool/
DAndroid.bp34 "modernize-concat-nested-namespaces",
/frameworks/av/media/audio/aconfig/
DREADME.md10 There are several global namespaces involved with flagging which must be maintained:
14 - **Blueprint namespaces**: the name field of any module is unique over a particular build
/frameworks/av/services/oboeservice/
DAndroid.bp38 "modernize-concat-nested-namespaces",
/frameworks/av/services/mediametrics/
DAndroid.bp27 "modernize-concat-nested-namespaces",
/frameworks/base/cmds/idmap2/
DAndroid.bp43 "-modernize-concat-nested-namespaces",
/frameworks/av/media/libaaudio/src/
DAndroid.bp25 "modernize-concat-nested-namespaces",
/frameworks/av/apex/
Dld.config.txt11 additional.namespaces = platform,sphal
/frameworks/wilhelm/doc/
DDoxyfile193 # Java. For instance, namespaces will be presented as packages, qualified
326 # If this flag is set to YES, the members of anonymous namespaces will be
335 # undocumented members of documented classes, files or namespaces.
432 # sorted by fully-qualified names, including namespaces. If set to
630 # (namespaces, classes, functions, etc.) that should be excluded from the
844 # files or namespaces will be aligned in HTML using tables. If set to
/frameworks/native/docs/
DDoxyfile226 # Java. For instance, namespaces will be presented as packages, qualified
266 # or namespaces to their corresponding documentation. Such a link can be
408 # If this flag is set to YES, the members of anonymous namespaces will be
412 # anonymous namespaces are hidden.
417 # undocumented members of documented classes, files or namespaces.
514 # sorted by fully-qualified names, including namespaces. If set to
762 # (namespaces, classes, functions, etc.) that should be excluded from the
/frameworks/av/media/libaaudio/
DDoxyfile241 # for that language. For instance, namespaces will be presented as packages,
286 # classes, or namespaces to their corresponding documentation. Such a link can
437 # If this flag is set to YES, the members of anonymous namespaces will be
559 # fully-qualified names, including namespaces. If set to NO, the class list will
809 # (namespaces, classes, functions, etc.) that should be excluded from the
/frameworks/av/media/codec2/docs/
Ddoxygen.config259 # for that language. For instance, namespaces will be presented as packages,
307 # classes, or namespaces to their corresponding documentation. Such a link can
465 # If this flag is set to YES, the members of anonymous namespaces will be
594 # fully-qualified names, including namespaces. If set to NO, the class list will
845 # (namespaces, classes, functions, etc.) that should be excluded from the
/frameworks/base/media/native/midi/include/
DDoxyfile259 # 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
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/proto_logging/stats/
Datoms.proto13458 // Time used to rewrite types and namespaces in the document.
13514 // Time used to read and process the schema and namespaces.
13610 // Number of namespaces filtered.
13654 // Time spent on ACL checking. This is the time spent filtering namespaces
13826 // Number of namespaces seen from the current documents.

12