Home
last modified time | relevance | path

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

/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp138 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>::iterator it = namespaces.begin(); it != namespaces.end(); 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/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.cpp5079 Vector<sp<XMLNode> > namespaces; in processBundleFormat() local
5081 namespaces.push(root); in processBundleFormat()
5083 return processBundleFormatImpl(bundle, resourceName, target, root, &namespaces); in processBundleFormat()
5090 Vector<sp<XMLNode> >* namespaces) { in processBundleFormatImpl()
5103 namespaces->push(child); in processBundleFormatImpl()
5109 namespaces); in processBundleFormatImpl()
5115 namespaces->pop(); in processBundleFormatImpl()
5227 for (size_t nsIndex = namespaces->size(); nsIndex > 0; nsIndex--) { in processBundleFormatImpl()
5228 const sp<XMLNode>& ns = namespaces->itemAt(nsIndex - 1); in processBundleFormatImpl()
DResourceTable.h622 Vector<sp<XMLNode> >* namespaces);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md85 using syntactic constructs like namespaces in C++ or packages in Java. Instead,
629 We can “fake” namespaces in Swift by declaring empty structs with private
633 source-drive way to group generated code into namespaces aside from this
672 of structs is a hack around the lack of namespaces, there is no equivalent to
/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/native/vulkan/api/templates/
Dvk_xml.tmpl196 their own numeric namespaces. The "name" attribute is the C enum
/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
DDoxyfile.orig241 # 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
800 # (namespaces, classes, functions, etc.) that should be excluded from the
/frameworks/base/media/native/midi/include/
DDoxyfile.orig259 # 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
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/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/opt/setupwizard/tools/docs/
Dandroid-22.txt58681 …g.String FEATURE_PROCESS_NAMESPACES = "http://xmlpull.org/v1/doc/features.html#process-namespaces";
58794 …tected static final java.lang.String NAMESPACES_FEATURE = "http://xml.org/sax/features/namespaces";
/frameworks/base/api/
Dcurrent.txt78061 …l String FEATURE_PROCESS_NAMESPACES = "http://xmlpull.org/v1/doc/features.html#process-namespaces";
78174 … field protected static final String NAMESPACES_FEATURE = "http://xml.org/sax/features/namespaces";