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

  /external/mesa3d/src/mesa/main/
errors.c 180 struct gl_client_namespace *nspace = local
187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
189 state = nspace->ZeroID;
210 _mesa_HashInsert(nspace->IDs, id, (void*)state);
212 nspace->ZeroID = state;
215 insert_at_tail(&nspace->Severity[severity], &entry->link);
231 struct gl_client_namespace *nspace = local
238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
240 state = nspace->ZeroID;
252 _mesa_HashInsert(nspace->IDs, id, (void*)state)
    [all...]
  /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():
  /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 
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd 8 <dd><pre class="stx">&lt;manifest xmlns:<a href="#nspace">android</a>="http://schemas.android.com/apk/res/android"
50 <dt><a name="nspace"></a>{@code xmlns:android}</dt>
  /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 1232 unsigned int i, r, c, rows, cols, nspace, max_col; local
1281 nspace = (x_cols - max_col * cols) / cols;
1282 if (nspace < 2)
1283 nspace = 2;
1294 max_col, str, nspace, null);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 71 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/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 

Completed in 853 milliseconds