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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /art/tools/
cpplint.py 445 _TYPE_NAMES = {
512 (self._TYPE_NAMES[header_type],
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 445 _TYPE_NAMES = {
512 (self._TYPE_NAMES[header_type],
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 558 _TYPE_NAMES = {
637 (self._TYPE_NAMES[header_type],
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 558 _TYPE_NAMES = {
637 (self._TYPE_NAMES[header_type],
    [all...]

Completed in 472 milliseconds