HomeSort by relevance Sort by last modified time
    Searched defs:_names (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 39 _names = ['dbhash', 'gdbm', 'dbm', 'dumbdbm'] variable
43 for _name in _names:
53 raise ImportError, "no dbm clone found; tried %s" % _names
os.py 28 _names = sys.builtin_module_names variable
41 if 'posix' in _names:
55 elif 'nt' in _names:
69 elif 'os2' in _names:
87 elif 'ce' in _names:
102 elif 'riscos' in _names:
123 del _names
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 39 _names = ['dbhash', 'gdbm', 'dbm', 'dumbdbm'] variable
43 for _name in _names:
53 raise ImportError, "no dbm clone found; tried %s" % _names
os.py 28 _names = sys.builtin_module_names variable
41 if 'posix' in _names:
55 elif 'nt' in _names:
69 elif 'os2' in _names:
87 elif 'ce' in _names:
102 elif 'riscos' in _names:
123 del _names
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 11 const char** _names = NULL; local
22 _names = (const char**)calloc(_count, sizeof(const char*));
31 _names[_i] = _env->GetStringUTFChars(_name, 0);
56 glGetUniformIndices(program, _count, _names, _indices);
64 if (_names[_i]) {
67 _env->ReleaseStringUTFChars(_name, _names[_i]);
71 free(_names);
87 const char** _names = NULL; local
108 _names = (const char**)calloc(_count, sizeof(const char*));
117 _names[_i] = _env->GetStringUTFChars(_name, 0)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 129 Integer offset = _out._names.get(aName);
136 _out._names.put(aName, Integer.valueOf(this.size() + _offset));
176 Map<String, Integer> _names; field in class:DNSOutgoing
219 _names = new HashMap<String, Integer>();
334 _names.clear();
439 buf.append(_names);
DNSIncoming.java 38 final Map<Integer, String> _names; field in class:DNSIncoming.MessageInputStream
51 _names = new HashMap<Integer, String>();
136 String compressedLabel = _names.get(Integer.valueOf(index));
157 _names.put(index, names.get(index).toString());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 1520 _names = {} variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 1520 _names = {} variable
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 3102 const char** _names = NULL; local
3178 const char** _names = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 3050 PTSTR _names; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 454 milliseconds