HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 76 - 100 of 2171) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/
__init__.py 6 Namespaces.
  /system/media/camera/docs/
metadata_model_test.py 35 combined_ins = [i for i in combined_children_namespace.namespaces]
80 self.assertIn(ins1, combined_kind.namespaces)
81 self.assertIn(ins2, combined_kind.namespaces)
115 combined_ins = [i for i in combined_children_kind.namespaces]
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
00_Descriptions.txt 26 test02 - namespaces with parent-slave
41 namespaces with parent-slave
  /external/flatbuffers/src/
code_generators.cpp 81 auto &namespaces = ns.components; local
82 for (auto it = namespaces.begin(); it != namespaces.end(); ++it) {
96 auto &namespaces = ns.components; local
97 for (auto it = namespaces.begin(); it != namespaces.end(); ++it) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 104 namespaces = self.__check_children(name)
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
174 def __init__(self, name, flags, namespaces=None):
178 self.__namespaces = namespaces or ()
224 """Return a list of namespaces bound to this name"""
230 Raises ValueError if the name is bound to multiple namespaces.
233 raise ValueError, "name is bound to multiple namespaces"
  /external/python/cpython2/Lib/
symtable.py 101 namespaces = self.__check_children(name)
102 sym = self._symbols[name] = Symbol(name, flags, namespaces)
171 def __init__(self, name, flags, namespaces=None):
175 self.__namespaces = namespaces or ()
221 """Return a list of namespaces bound to this name"""
227 Raises ValueError if the name is bound to multiple namespaces.
230 raise ValueError, "name is bound to multiple namespaces"
  /external/python/cpython3/Lib/
symtable.py 96 namespaces = self.__check_children(name)
97 sym = self._symbols[name] = Symbol(name, flags, namespaces)
166 def __init__(self, name, flags, namespaces=None):
170 self.__namespaces = namespaces or ()
219 """Return a list of namespaces bound to this name"""
225 Raises ValueError if the name is bound to multiple namespaces.
228 raise ValueError("name is bound to multiple namespaces")
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 58 private static final String NAMESPACES = BASE_URI + "namespaces";
79 if (name.equals(Feature.NAMESPACES)) {
111 if (name.equals(Feature.NAMESPACES)) {
228 * Returns true if this SAX parser processes namespaces.
256 * prefixes if namespaces are disabled.
259 "feature is not supported while the 'namespaces' " +
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 104 namespaces = self.__check_children(name)
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
174 def __init__(self, name, flags, namespaces=None):
178 self.__namespaces = namespaces or ()
224 """Return a list of namespaces bound to this name"""
230 Raises ValueError if the name is bound to multiple namespaces.
233 raise ValueError, "name is bound to multiple namespaces"
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 104 namespaces = self.__check_children(name)
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
174 def __init__(self, name, flags, namespaces=None):
178 self.__namespaces = namespaces or ()
224 """Return a list of namespaces bound to this name"""
230 Raises ValueError if the name is bound to multiple namespaces.
233 raise ValueError, "name is bound to multiple namespaces"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 104 namespaces = self.__check_children(name)
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
174 def __init__(self, name, flags, namespaces=None):
178 self.__namespaces = namespaces or ()
224 """Return a list of namespaces bound to this name"""
230 Raises ValueError if the name is bound to multiple namespaces.
233 raise ValueError, "name is bound to multiple namespaces"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 104 namespaces = self.__check_children(name)
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
174 def __init__(self, name, flags, namespaces=None):
178 self.__namespaces = namespaces or ()
224 """Return a list of namespaces bound to this name"""
230 Raises ValueError if the name is bound to multiple namespaces.
233 raise ValueError, "name is bound to multiple namespaces"
  /external/iproute2/man/man8/
ip-netns.8 65 For applications that are aware of network namespaces, the convention
82 .B ip netns list - show all of the named network namespaces
84 This command displays all of the network namespaces in /var/run/netns
146 .B ip netns identify [PID] - Report network namespaces names for process
195 Shows the list of current named network namespaces
  /frameworks/base/tools/streaming_proto/cpp/
main.cpp 138 vector<string> namespaces = split(file_descriptor.package(), '.'); local
139 for (vector<string>::iterator it = namespaces.begin(); it != namespaces.end(); it++) {
155 for (vector<string>::iterator it = namespaces.begin(); it != namespaces.end(); it++) {
  /bionic/tests/
dlext_private.h 25 * Initializes anonymous namespaces. The shared_libs_sonames is the list of sonames
49 * which means that they are shared between namespaces - the caller namespace and the new one
54 * Shared namespaces can be isolated or regular. Note that they do not inherit the search path nor
  /bionic/tests/libs/
Android.build.linker_namespaces.mk 18 # This set of libraries are used to verify linker namespaces.
22 # This set of libraries is to test isolated namespaces
24 # Isolated namespaces do not allow loading of the library outside of
  /external/ltp/testcases/kernel/containers/mqns/
mqns_01.c 98 "Testing posix mq namespaces through clone(2).");
102 "Testing posix mq namespaces through unshare(2).");
115 tst_resm(TINFO, "Checking namespaces isolation from parent to child");
mqns_02.c 131 "Testing posix mq namespaces through clone(2).");
135 "Testing posix mq namespaces through unshare(2).");
147 tst_resm(TINFO, "Checking namespaces isolation (child to parent)");
  /external/ltp/testcases/kernel/containers/sysvipc/
shm_comm.c 24 * two different IPC namespaces should not interfere with each other
148 " between namespaces");
151 " between namespaces");
  /external/clang/unittests/Tooling/
QualTypeNamesTest.cpp 45 // named namespaces inside anonymous namespaces
81 // Anonymous Namespaces
83 // Keyword inclusion with namespaces
85 // Anonymous Namespaces nested in named namespaces and vice-versa.
  /external/tensorflow/tensorflow/compiler/aot/
codegen_test.cc 74 std::vector<string> namespaces; local
75 TF_EXPECT_OK(ParseCppClass(cpp_class, &class_name, &namespaces));
77 EXPECT_EQ(namespaces, want_namespaces);
82 std::vector<string> namespaces; local
83 EXPECT_NE(ParseCppClass(cpp_class, &class_name, &namespaces), Status::OK());
160 opts.namespaces = {"foo", "bar"};
  /frameworks/base/tools/bit/
aapt.cpp 115 map<string,string> namespaces; member in struct:Scope
125 namespaces = p->namespaces;
190 scope->namespaces[match[2]] = match[3];
199 element->ns = scope->namespaces[string(str, 0, colon)];
224 attr.ns = scope->namespaces[string(str, 0, colon)];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 106 def find(self, element, tag, namespaces=None):
111 def findtext(self, element, tag, default=None, namespaces=None):
116 def iterfind(self, element, tag, namespaces=None):
123 def findall(self, element, tag, namespaces=None):
124 return list(self.iterfind(element, tag, namespaces))
358 # @keyparam namespaces Optional namespace prefix map.
362 def find(self, path, namespaces=None):
363 return ElementPath.find(self, path, namespaces)
370 # @keyparam namespaces Optional namespace prefix map.
377 def findtext(self, path, default=None, namespaces=None):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 106 def find(self, element, tag, namespaces=None):
111 def findtext(self, element, tag, default=None, namespaces=None):
116 def iterfind(self, element, tag, namespaces=None):
123 def findall(self, element, tag, namespaces=None):
124 return list(self.iterfind(element, tag, namespaces))
358 # @keyparam namespaces Optional namespace prefix map.
362 def find(self, path, namespaces=None):
363 return ElementPath.find(self, path, namespaces)
370 # @keyparam namespaces Optional namespace prefix map.
377 def findtext(self, path, default=None, namespaces=None):
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py 106 def find(self, element, tag, namespaces=None):
111 def findtext(self, element, tag, default=None, namespaces=None):
116 def iterfind(self, element, tag, namespaces=None):
123 def findall(self, element, tag, namespaces=None):
124 return list(self.iterfind(element, tag, namespaces))
358 # @keyparam namespaces Optional namespace prefix map.
362 def find(self, path, namespaces=None):
363 return ElementPath.find(self, path, namespaces)
370 # @keyparam namespaces Optional namespace prefix map.
377 def findtext(self, path, default=None, namespaces=None)
    [all...]

Completed in 4447 milliseconds

1 2 34 5 6 7 8 91011>>