/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
new.py | 13 from types import InstanceType as instance
|
types.py | 56 InstanceType = type(_x)
|
copy.py | 141 d[types.InstanceType] = _copy_inst 304 d[types.InstanceType] = _deepcopy_inst
|
dis.py | 25 if isinstance(x, types.InstanceType):
|
traceback.py | 171 isinstance(etype, types.InstanceType) or
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
new.py | 13 from types import InstanceType as instance
|
types.py | 56 InstanceType = type(_x)
|
copy.py | 141 d[types.InstanceType] = _copy_inst 304 d[types.InstanceType] = _deepcopy_inst
|
dis.py | 25 if isinstance(x, types.InstanceType):
|
traceback.py | 171 isinstance(etype, types.InstanceType) or
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
deduping_factory.h | 78 typedef std::string InstanceType; 82 typedef base::hash_map<InstanceType, PrototypeList> ExistingPrototypes; 83 typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods; 84 typedef base::hash_set<InstanceType> ParameterizedTypes;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_suite_impl.hpp | 235 template<typename InstanceType,typename UserTestCase> 239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method ) 244 shared_ptr<InstanceType> m_inst; 260 template<typename UserTestCase, typename InstanceType> 264 boost::shared_ptr<InstanceType> user_test_case ) 267 ut_detail::user_tc_method_invoker<InstanceType,UserTestCase>( user_test_case, test_method ) );
|
/external/chromium_org/v8/src/ |
factory.h | 225 Handle<Struct> NewStruct(InstanceType type); 264 InstanceType type, 435 InstanceType type, 445 InstanceType type,
|
heap.h | [all...] |
/external/v8/src/ |
factory.h | 190 Handle<Struct> NewStruct(InstanceType type); 216 Handle<Map> NewMap(InstanceType type, 360 InstanceType type, 370 InstanceType type,
|
heap.h | 591 InstanceType type, 619 InstanceType instance_type, 624 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type, [all...] |
heap-inl.h | 350 InstanceType type = object->map()->instance_type(); 358 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
|
/external/v8/test/cctest/ |
test-alloc.cc | 102 InstanceType instance_type = JS_OBJECT_TYPE;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 123 InstanceType: InstanceTreeItem,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 123 InstanceType: InstanceTreeItem,
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 341 void CmpObjectType(Register heap_object, InstanceType type, Register map); 344 void CmpInstanceType(Register map, InstanceType type); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 241 from types import InstanceType 242 self.assertEqual(type(value), InstanceType)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 241 from types import InstanceType 242 self.assertEqual(type(value), InstanceType)
|
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):
|