HomeSort by relevance Sort by last modified time
    Searched full:nspace (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rlcompleter.py 113 for nspace in [__builtin__.__dict__, self.namespace]:
114 for word, val in nspace.items():
  /external/python/cpython2/Lib/
rlcompleter.py 111 for nspace in [self.namespace, __builtin__.__dict__]:
112 for word, val in nspace.items():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rlcompleter.py 109 for nspace in [__builtin__.__dict__, self.namespace]:
110 for word, val in nspace.items():
  /prebuilts/gdb/linux-x86/lib/python2.7/
rlcompleter.py 109 for nspace in [__builtin__.__dict__, self.namespace]:
110 for word, val in nspace.items():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 109 for nspace in [__builtin__.__dict__, self.namespace]:
110 for word, val in nspace.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py 109 for nspace in [__builtin__.__dict__, self.namespace]:
110 for word, val in nspace.items():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ucn.py 137 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /external/python/cpython3/Lib/
rlcompleter.py 123 for nspace in [self.namespace, builtins.__dict__]:
124 for word, val in nspace.items():
  /external/mesa3d/src/mesa/main/
debug_output.c 577 struct gl_debug_namespace *nspace = local
579 debug_namespace_set_all(nspace, severity, enabled);
596 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type]; local
601 return debug_namespace_get(nspace, id, severity);
    [all...]
  /external/python/cpython2/Lib/test/
test_ucn.py 143 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ucn.py 139 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ucn.py 139 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 139 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 139 unicode, "\\NSPACE", 'unicode-escape', 'strict'
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 159 /* nspace directives */
160 #define %nspace %feature("nspace")
161 #define %nonspace %feature("nspace","0")
162 #define %clearnspace %feature("nspace","")
swig.2.0.11.tar.gz 
  /external/python/cpython3/Lib/test/
test_ucn.py 220 str, b"\\NSPACE", 'unicode-escape', 'strict'
  /frameworks/base/tools/aapt/
XMLNode.cpp 255 const String8 nspace(String16(ns, nslen));
256 if (nspace == XLIFF_XMLNS) {
312 const String8 nspace(String16(ns, nslen));
313 if (nspace == XLIFF_XMLNS) {
    [all...]
  /external/mksh/src/
misc.c 1471 unsigned int i, r = 0, c, rows, cols, nspace, max_col; local
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 70 CodeGenSubRegIndex(StringRef N, StringRef Nspace, unsigned Enum);
CodeGenRegisters.cpp 42 CodeGenSubRegIndex::CodeGenSubRegIndex(StringRef N, StringRef Nspace,
44 : TheDef(nullptr), Name(N), Namespace(Nspace), Size(-1), Offset(-1),
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 1251 milliseconds

1 2