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

1 2 3 4 5 6

  /system/libvintf/include/vintf/
HalGroup.h 33 using InstanceType = typename Hal::InstanceType;
79 bool forEachInstance(const std::function<bool(const InstanceType&)>& func) const {
88 const std::function<bool(const InstanceType&)>& func) const {
102 const std::function<bool(const InstanceType&)>& func) const = 0;
109 const std::function<bool(const InstanceType&)>& func) const {
111 [&func, &interface](const InstanceType& e) {
122 std::vector<InstanceType> getFqInstances(const std::string& package,
125 std::vector<InstanceType> v;
ManifestHal.h 39 using InstanceType = ManifestInstance;
MatrixHal.h 35 using InstanceType = MatrixInstance;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /external/python/cpython2/Lib/
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
  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/lib/python2.7/
new.py 13 from types import InstanceType as instance
types.py 56 InstanceType = type(_x)
  /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)
  /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)
  /external/v8/src/heap/
object-stats.h 40 void RecordObjectStats(InstanceType type, size_t size) {
78 over_allocated_[InstanceType::FIXED_ARRAY_TYPE] += over_allocated;
79 over_allocated_histogram_[InstanceType::FIXED_ARRAY_TYPE]
119 // Object counts and used memory by InstanceType.
124 // Approximation of overallocated memory by InstanceType.
126 // Detailed histograms by InstanceType.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 56 InstanceType = type(_x)
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /external/v8/src/compiler/
access-builder.h 212 static FieldAccess ForJSArrayIteratorIndex(InstanceType type = JS_OBJECT_TYPE,
js-intrinsic-lowering.h 50 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type);
  /external/v8/src/ffi/
ffi-compiler.cc 18 InstanceType instance_type = prev_map->instance_type();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 53 ULONG InstanceType;

Completed in 927 milliseconds

1 2 3 4 5 6