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

<<11121314151617181920>>

  /external/ltp/testcases/kernel/containers/netns/
netns_helper.h 18 * Net namespaces were introduced around 2.6.25. Kernels before that,
  /external/ltp/testcases/kernel/containers/share/
ns_create.c 51 "of namespaces to create.\nExample: ns_create net,ipc\n");
  /external/ltp/testcases/kernel/containers/userns/
userns07.c 16 * The kernel imposes a limit of at least 32 nested levels on user namespaces.
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
runtime.py 32 self.namespaces = {}
153 c.namespaces = self.namespaces
393 Namespaces are often created with copies of contexts that
452 namespaces. However, since all ``<%namespace>`` tags are
454 this method can be used to locate namespaces using
461 if key in self.context.namespaces:
462 return self.context.namespaces[key]
467 self.context.namespaces[key] = ns
codegen.py 178 namespaces = {}
187 namespaces[node.name] = node
198 self.compiler.namespaces = namespaces
260 self.write_namespaces(namespaces)
262 elif len(namespaces):
263 self.write_namespaces(namespaces)
336 def write_namespaces(self, namespaces):
341 "return context.namespaces[(__name__, name)]",
344 "return context.namespaces[(__name__, name)]"
    [all...]
  /external/python/cpython2/Lib/ensurepip/_bundled/
setuptools-28.8.0-py2.py3-none-any.whl 
  /external/python/cpython3/Lib/ensurepip/_bundled/
setuptools-28.8.0-py2.py3-none-any.whl 
  /external/tensorflow/tensorflow/core/kernels/fuzzing/
example_proto_fast_parsing_fuzz.cc 31 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
  /external/tensorflow/tensorflow/examples/adding_an_op/
cuda_op_kernel.cc 19 using namespace tensorflow; // NOLINT(build/namespaces)
zero_out_op_kernel_1.cc 20 using namespace tensorflow; // NOLINT(build/namespaces)
zero_out_op_kernel_3.cc 20 using namespace tensorflow; // NOLINT(build/namespaces)
  /external/tensorflow/tensorflow/tools/graph_transforms/
fake_quantize_training_test.cc 40 using namespace ::tensorflow::ops; // NOLINT(build/namespaces)
  /hardware/interfaces/tests/extension/light/2.0/
types.hal 33 * advantages of the different namespaces.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS08.java 37 * '*' should match elements in all namespaces and unqualified elements.
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserImpl.java 93 return reader.getFeature("http://xml.org/sax/features/namespaces");
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2-sources.jar 
  /sdk/eclipse/
dictionary.txt 191 namespaces
  /bionic/linker/
linker.cpp 213 // more linked namespaces
    [all...]
linker.h 150 * which means that they are shared between namespaces - the caller namespace and the new one
155 * Shared namespaces can be isolated or regular. Note that they do not inherit the search path nor
linker_namespaces.h 141 // For isolated namespaces - checks if the file is on the search path;
162 // lookup in linked namespaces are limited by the list of
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 38 // name lookup that considers functions from namespaces and classes
71 // on innermost namespaces.
  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 13 // These are not separated into namespaces because the way that Sema
14 // currently reports namespaces to IR-generation (i.e., en masse for
  /external/kernel-headers/original/uapi/linux/
ndctl.h 248 #define ND_DEVICE_REGION_PMEM 2 /* nd_region: (parent of PMEM namespaces) */
249 #define ND_DEVICE_REGION_BLK 3 /* nd_region: (parent of BLK namespaces) */
  /external/ltp/testcases/kernel/containers/mqns/
mqns_03.c 147 tst_resm(TINFO, "Testing posix mq namespaces through clone(2)");
151 "Testing posix mq namespaces through unshare(2)");
  /external/python/cpython2/Doc/library/
symtable.rst 67 Return ``True`` if the block has nested namespaces within it. These can
187 Return a list of namespaces bound to this name.

Completed in 1861 milliseconds

<<11121314151617181920>>