/external/python/cpython3/Doc/library/ |
symtable.rst | 67 Return ``True`` if the block has nested namespaces within it. These can 183 Return a list of namespaces bound to this name.
|
/external/selinux/secilc/docs/ |
README.md | 16 * [Namespaces](cil_reference_guide.md#namespaces)
|
/external/tensorflow/tensorflow/compiler/aot/ |
flags.cc | 59 "namespaces may precede the class name, separated by double-colons. " 61 "namespaces are given, within the global namespace."},
|
codegen.cc | 315 for (const string& n : opts.namespaces) { 320 for (int i = opts.namespaces.size() - 1; i >= 0; --i) { 321 const string& n = opts.namespaces[i]; 528 for (const string& n : opts.namespaces) { 569 std::vector<string>* namespaces) { 571 namespaces->clear(); 578 namespaces->push_back(ns);
|
/external/tensorflow/tensorflow/core/graph/ |
algorithm_test.cc | 74 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 118 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Attributes2.java | 75 * <p>Remember that since DTDs do not "understand" namespaces, the 106 * <p>Remember that since DTDs do not "understand" namespaces, the
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
DriverCodeGenBase.h | 135 // Generates code that opens the default namespaces. 139 // Generates code that closes the default namespaces.
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
transform_utils_test.cc | 34 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 67 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 221 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 262 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 281 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 378 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 411 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 520 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 554 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) 592 using namespace ::tensorflow::ops; // NOLINT(build/namespaces) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 73 /** XML namespaces 1.1 NCNameStart */
76 /** XML namespaces 1.1 NCName */
249 * character as defined by production [4] in Namespaces in XML
261 * character as defined by production [5] in Namespaces in XML
338 * from the XML Namespaces 1.1 Recommendation
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XML11Char.java | 68 /** XML namespaces 1.1 NCNameStart */ 71 /** XML namespaces 1.1 NCName */ 244 * character as defined by production [4] in Namespaces in XML 256 * character as defined by production [5] in Namespaces in XML 333 * from the XML Namespaces 1.1 Recommendation
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux.go | 14 // SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux. 36 UidMappings []SysProcIDMap // User ID mappings for user namespaces. 37 GidMappings []SysProcIDMap // Group ID mappings for user namespaces. 247 // to unshare and the namespaces are unconditionally unshared. 494 // writeUidGidMappings writes User ID and Group ID mappings for user namespaces
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_linux.go | 14 // SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux. 36 UidMappings []SysProcIDMap // User ID mappings for user namespaces. 37 GidMappings []SysProcIDMap // Group ID mappings for user namespaces. 247 // to unshare and the namespaces are unconditionally unshared. 494 // writeUidGidMappings writes User ID and Group ID mappings for user namespaces
|
/external/libxml2/ |
pattern.c | 185 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext 186 int nb_namespaces; /* the number of namespaces */ 284 * @namespaces: the prefix definitions, array of [URI, prefix] terminated 293 const xmlChar **namespaces) { 309 if (namespaces != NULL) { 311 for (i = 0;namespaces[2 * i] != NULL;i++) 317 cur->namespaces = namespaces; 963 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) [all...] |
/external/perfetto/tools/proto_to_cpp/ |
proto_to_cpp.cc | 94 std::vector<std::string> namespaces = Split(msg->file()->package(), "."); local 95 for (auto it = namespaces.rbegin(); it != namespaces.rend(); it++) { 254 std::vector<std::string> namespaces = Split(proto_file->package(), "."); local 255 for (size_t i = 0; i < namespaces.size(); i++) 256 header_printer.Print("namespace $n$ {\n", "n", namespaces[i]); 259 for (size_t i = 0; i < namespaces.size(); i++)
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 55 * <code>true</code>: "namespaces", "namespace-declarations", "well-formed", 162 * comments", "namespaces".Other parameters are not changed unless 171 * <dt><code>"namespaces"</code></dt> 183 * parameter "namespaces" is set to <code>false</code>. 187 * the schema, in the document. See also the sections "Declaring Namespaces" 188 * in [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 189 * and [<a href='http://www.w3.org/TR/2004/REC-xml-names11-20040204/'>XML Namespaces 1.1</a>]
|
/bionic/linker/tests/ |
linker_config_test.cpp | 58 "additional.namespaces=system\n" 59 "additional.namespaces+=vndk\n" 221 "additional.namespaces = system\n"
|
/external/expat/doc/ |
xmlwf.1 | 73 This implies no namespaces (turns off \*(T<\fB\-n\fR\*(T>) and 115 Turns on namespace processing. (describe namespaces) 116 \*(T<\fB\-c\fR\*(T> disables namespaces.
|
/external/python/cpython3/Doc/tutorial/ |
classes.rst | 54 Python Scopes and Namespaces 58 scope rules. Class definitions play some neat tricks with namespaces, and you 59 need to know how scopes and namespaces work to fully understand what's going on. 65 A *namespace* is a mapping from names to objects. Most namespaces are currently 68 namespaces are: the set of built-in names (containing functions such as :func:`abs`, and 71 a namespace. The important thing to know about namespaces is that there is 72 absolutely no relation between names in different namespaces; for instance, two 90 Namespaces are created at different moments and have different lifetimes. The 93 when the module definition is read in; normally, module namespaces also last 111 time during execution, there are at least three nested scopes whose namespaces [all...] |
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlnsstack_unittest.cc | 168 // builtin namespaces cannot be added 176 // namespaces already added cannot be added again. 196 // verify added namespaces are still defined
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPConst.java | 24 // Standard namespaces 35 // Adobe standard namespaces 98 // XMP namespaces that are Adobe private
|
/system/media/camera/docs/ |
metadata_model.py | 534 ins_dict = self._dictionary_by_name(parent.namespaces) 557 if ins not in parent.namespaces: 719 for namespace in i.namespaces: 783 combined._namespaces.extend(k.namespaces) 796 namespaces: A sequence of InnerNamespace children. 809 def namespaces(self): member in class:Kind 826 for i in self.namespaces: 872 for ins in self.namespaces: 875 new_ins._namespaces.extend(ins.namespaces) 891 These namespaces may have other namespaces recursively, or entries as leafs 909 def namespaces(self): member in class:InnerNamespace [all...] |
/art/disassembler/ |
disassembler_arm64.cc | 28 using namespace vixl::aarch64; // NOLINT(build/namespaces)
|
/bionic/tests/ |
dlext_test.cpp | 635 // Testing namespaces 646 ASSERT_STREQ("android_init_anonymous_namespace failed: error linking namespaces" 694 // 1. For isolated namespaces 720 // 2. And for regular namespaces (make sure it does not load second copy of the library) 729 // TODO(dimitry): This is broken. Maybe we need to deprecate non-isolated namespaces? [all...] |
/build/soong/android/ |
neverallow_test.go | 123 expectedError: "nothing should care if linker namespaces are enabled or not",
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
template-params.xml | 55 Use <ext> for custom namespaces, if needed. See "Samples Index API" documentation
|