Home
last modified time | relevance | path

Searched defs:class_id (Results 1 – 25 of 25) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_fake_stack.h92 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset()
98 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames()
103 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames()
108 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags()
114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame()
125 static void Deallocate(uptr x, uptr class_id) { in Deallocate()
140 static uptr BytesInSizeClass(uptr class_id) { in BytesInSizeClass()
147 static u8 **SavedFlagPtr(uptr x, uptr class_id) { in SavedFlagPtr()
Dasan_fake_stack.cc30 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow()
70 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) in Destroy() local
88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate()
121 uptr class_id = (ptr - beg) >> stack_size_log; in AddrIsInFakeStack() local
144 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) { in GC() local
161 for (uptr class_id = 0; class_id < kNumberOfSizeClasses; class_id++) { in ForEachFakeFrame() local
202 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc()
214 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
223 #define DEFINE_STACK_MALLOC_FREE_WITH_CLASS_ID(class_id) \ argument
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
Dbluetooth_SDP_ServiceBrowse.py22 def get_attribute_ssr_sar(self, class_id, attr_id, size): argument
50 def get_attribute_ssar(self, class_id, attr_id, size): argument
76 def test_attribute(self, class_id, attr_id, get_attribute): argument
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc61 const int class_id = ground_truth_objects_.objects(i).class_id(); in Run() local
72 const int class_id = predicted_objects_.objects(i).class_id(); in Run() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h120 static uptr Size(uptr class_id) { in Size()
139 static uptr MaxCached(uptr class_id) { in MaxCached()
165 static bool SizeClassRequiresSeparateTransferBatch(uptr class_id) { in SizeClassRequiresSeparateTransferBatch()
354 uptr class_id) { in AllocateBatch()
364 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch()
386 uptr class_id = GetSizeClass(p); in GetBlockBegin() local
408 uptr class_id = GetSizeClass(p); in GetMetaData() local
432 for (uptr class_id = 1; class_id < kNumClasses; class_id++) { in PrintStats() local
441 for (uptr class_id = 1; class_id < kNumClasses; class_id++) { in PrintStats() local
470 for (uptr class_id = 1; class_id < kNumClasses; class_id++) { in ForEachChunk() local
[all …]
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py104 def get_single_handle(self, class_id): argument
140 def get_attribute(self, class_id, attr_id): argument
158 def assert_attribute_equals(self, class_id, attr_id, expected_value): argument
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py115 def test_non_existing(self, class_id, attr_id): argument
135 def get_attribute(self, class_id, attr_id, size): argument
160 def test_attribute(self, class_id, attr_id): argument
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc50 for (uptr class_id = 0; class_id < FakeStack::kNumberOfSizeClasses; in TEST() local
136 uptr class_id = depth / 3; in RecursiveFunction() local
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2225 def _at_k_name(name, k=None, class_id=None): argument
2294 class_id=None, argument
2340 class_id=None, argument
2390 class_id=None, argument
2435 class_id=None, argument
2487 class_id=None, argument
2580 class_id=None, argument
3333 class_id=None, argument
3378 class_id=None, argument
3430 class_id=None, argument
[all …]
/external/libusb/examples/
Dhotplugtest.c73 int product_id, vendor_id, class_id; in main() local
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h249 float nominals(const int class_id, const int64 index) const { in nominals()
255 float deltas(const int class_id, const int64 index) const { in deltas()
/external/selinux/libsepol/src/
Davrule_block.c195 int is_perm_enabled(char *class_id, char *perm_id, policydb_t * p) in is_perm_enabled()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc124 uptr class_id = a->GetSizeClass(x); in TestSizeClassAllocator() local
509 for (int class_id = 1; class_id <= 5; class_id++) { in TestSizeClassAllocatorLocalCache() local
581 uptr class_id; member
601 uptr class_id = DefaultSizeClassMap::ClassID(sizeof(NewThreadParams)); in TEST() local
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py242 class_id=None, argument
/external/mesa3d/include/android_stub/system/
Dradio.h135 radio_class_t class_id; /* Class of this module. E.g RADIO_CLASS_AM_FM */ member
151 radio_class_t class_id; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h200 unsigned int class_id; member
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h200 unsigned int class_id; member
/external/v8/src/profiler/
Dheap-profiler.cc73 const v8::Local<v8::Value> v8_value, uint16_t class_id) { in GetDetachedness()
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
Devaluation_stages.proto221 optional int32 class_id = 1; field
/external/selinux/checkpolicy/
Dmodule_compiler.c783 char *class_id = queue_remove(id_queue); in require_class() local
1176 int is_perm_in_scope(hashtab_key_t perm_id, hashtab_key_t class_id) in is_perm_in_scope()
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py2022 class_id=None, argument
2054 class_id=None, argument
2532 class_id=None, argument
2564 class_id=None, argument
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py1177 class_id=None, argument
1303 class_id=None, argument
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h207 __u32 class_id:12; member
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2029 void Assembler::LoadClassById(Register result, Register class_id) { in LoadClassById()
2047 intptr_t class_id, in CompareClassId()
/external/v8/include/
Dv8.h7970 uint16_t class_id) {} in VisitPersistentHandle()
10996 void PersistentBase<T>::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId()
11204 void TracedReferenceBase::SetWrapperClassId(uint16_t class_id) { in SetWrapperClassId()