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

  /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():
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/mksh/src/
misc.c 1236 unsigned int i, r, c, rows, cols, nspace, max_col; local
1282 nspace = (x_cols - max_col * cols) / cols;
1284 if (nspace <= 0)
1285 nspace = 1;
1293 shf_fprintf(shf, "%*s", nspace, null);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 242 const String8 nspace(String16(ns, nslen));
243 if (nspace == XLIFF_XMLNS) {
299 const String8 nspace(String16(ns, nslen));
300 if (nspace == XLIFF_XMLNS) {
    [all...]
  /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","")
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]

Completed in 148 milliseconds