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

  /external/v8/tools/gyp/test/mac/
gyptest-lto.py 38 def ObjType(p, t_expected):
41 objtype = 'unknown'
43 objtype = 'mach-o'
45 objtype = 'llvm'
46 if objtype != t_expected:
47 print 'Expected %s, got %s' % (t_expected, objtype)
50 ObjType(ObjPath('cfile', 'lto'), 'llvm')
51 ObjType(ObjPath('ccfile', 'lto'), 'llvm')
52 ObjType(ObjPath('mfile', 'lto'), 'llvm')
53 ObjType(ObjPath('mmfile', 'lto'), 'llvm'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
descriptors.py 37 def __get__(self, obj, objtype=None):
  /prebuilts/go/darwin-x86/src/
make.rc 42 eval `{grep '^(CC|LD|O)=' /$objtype/mkfile}
  /prebuilts/go/linux-x86/src/
make.rc 42 eval `{grep '^(CC|LD|O)=' /$objtype/mkfile}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 75 def __get__(self, obj, objtype=None):
134 def __get__(self, obj, objtype=None):
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 466 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) objtype^ obj = orig;\
468 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) objtype^ obj = safe_cast<objtype^>(orig);\
488 #define ACTIVATE_LOCAL_OBJ_BASE(objtype) ref new objtype()
489 #define ACTIVATE_LOCAL_OBJ(objtype, ...) ref new objtype(__VA_ARGS__)
490 #define ACTIVATE_EVENT_HANDLER(objtype, ...) ref new objtype(__VA_ARGS__
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
property.py 54 def __get__(self, obj, objtype):
233 def __get__(self, obj, objtype):
234 return self.data_type(super(PasswordProperty, self).__get__(obj, objtype), hashfunc=self.hashfunc)
283 def __get__(self, obj, objtype):
284 value = super(S3KeyProperty, self).__get__(obj, objtype)
489 def __get__(self, obj, objtype):
585 def __get__(self, obj, objtype):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py 813 for objtype in ('buffer', 'bytearray'):
816 r'sys.stdout.write(%s("\xe9"))' % objtype,
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 813 for objtype in ('buffer', 'bytearray'):
816 r'sys.stdout.write(%s("\xe9"))' % objtype,
test_descr.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 813 for objtype in ('buffer', 'bytearray'):
816 r'sys.stdout.write(%s("\xe9"))' % objtype,
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 813 for objtype in ('buffer', 'bytearray'):
816 r'sys.stdout.write(%s("\xe9"))' % objtype,
test_descr.py     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-alpha.c     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 469 milliseconds