HomeSort by relevance Sort by last modified time
    Searched refs:_names (Results 1 - 25 of 74) sorted by null

1 2 3

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /external/python/cpython2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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
  /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
  /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
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 72 return util_dump_enum_continuous(value, ARRAY_SIZE(util_dump_##_name##_names), util_dump_##_name##_names); \
84 STATIC_ASSERT(ARRAY_SIZE(util_dump_##_name##_names) == _count); \
89 return util_dump_enum_continuous(value, ARRAY_SIZE(util_dump_##_name##_names), util_dump_##_name##_names); \
  /external/tensorflow/tensorflow/python/util/
tf_export.py 67 self._names = args
101 undecorated_func._tf_api_names = self._names
127 module._tf_api_constants.append((self._names, name))
  /external/python/cpython3/Lib/dbm/
__init__.py 41 _names = ['dbm.gnu', 'dbm.ndbm', 'dbm.dumb'] variable
66 for name in _names:
75 raise ImportError("no dbm clone found; tried %s" % _names)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_whichdb.py 38 for name in anydbm._names:
  /external/python/cpython2/Lib/test/
test_whichdb.py 37 for name in anydbm._names:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_whichdb.py 38 for name in anydbm._names:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_whichdb.py 38 for name in anydbm._names:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_whichdb.py 38 for name in anydbm._names:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_whichdb.py 38 for name in anydbm._names:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 144 private String[] _names; field in class:TZDBTimeZoneNames.TZDBNames
149 _names = names;
197 if (_names == null) {
203 name = _names[0];
206 name = _names[1];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 142 private String[] _names; field in class:TZDBTimeZoneNames.TZDBNames
147 _names = names;
195 if (_names == null) {
201 name = _names[0];
204 name = _names[1];
  /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);
  /external/tensorflow/tensorflow/python/ops/
data_flow_ops.py 176 self._names = names
178 self._names = None
251 return self._names
274 if not self._names:
276 if sorted(self._names, key=str) != sorted(vals.keys(), key=str):
279 (sorted(vals.keys()), sorted(self._names)))
280 # The order of values in `self._names` indicates the order in which the
282 vals = [vals[k] for k in self._names]
284 if self._names:
407 if self._names
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
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:
116 elif 'edk2' in _names:
137 del _names
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 41 _names = sys.builtin_module_names variable
54 if 'posix' in _names:
68 elif 'nt' in _names:
82 elif 'os2' in _names:
100 elif 'ce' in _names:
115 elif 'riscos' in _names:
129 elif 'edk2' in _names:
150 del _names

Completed in 502 milliseconds

1 2 3