HomeSort by relevance Sort by last modified time
    Searched refs:nspace (Results 1 - 7 of 7) 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 1174 unsigned int i, r, c, rows, cols, nspace, max_col; local
1222 nspace = (x_cols + max_col * cols) / cols;
1223 if (nspace <= 0)
1224 nspace = 1;
1232 shf_fprintf(shf, "%*s", nspace, null);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 233 const String8 nspace(String16(ns, nslen));
234 if (nspace == XLIFF_XMLNS) {
290 const String8 nspace(String16(ns, nslen));
291 if (nspace == XLIFF_XMLNS) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]

Completed in 243 milliseconds