Home
last modified time | relevance | path

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

12

/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()
124 static void Deallocate(uptr x, uptr class_id) { in Deallocate()
139 static uptr BytesInSizeClass(uptr class_id) { in BytesInSizeClass()
146 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/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()
346 uptr class_id) { in AllocateBatch()
356 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch()
372 uptr class_id = GetSizeClass(p); in GetBlockBegin() local
394 uptr class_id = GetSizeClass(p); in GetMetaData() local
417 for (uptr class_id = 1; class_id < kNumClasses; class_id++) { in PrintStats() local
426 for (uptr class_id = 1; class_id < kNumClasses; class_id++) { in PrintStats() local
455 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/v8/src/profiler/
Dheap-profiler.cc46 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback) { in DefineWrapperClass()
57 uint16_t class_id, Object** wrapper) { in ExecuteWrapperClassCallback()
Dheap-snapshot-generator.cc2240 void VisitEmbedderReference(Object** p, uint16_t class_id) override { in VisitEmbedderReference()
2516 void NativeObjectsExplorer::VisitSubtreeWrapper(Object** p, uint16_t class_id) { in VisitSubtreeWrapper()
/external/selinux/libsepol/src/
Davrule_block.c177 int is_perm_enabled(char *class_id, char *perm_id, policydb_t * p) in is_perm_enabled()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+KeyPoint.java33 public int class_id; field in KeyPoint
/external/opencv3/modules/core/src/
Dtypes.cpp90 float size, float response, int octave, int class_id ) in convert()
/external/opencv3/modules/calib3d/src/
Dcheckchessboard.cpp60 …vGetQuadrangleHypotheses(CvSeq* contours, std::vector<std::pair<float, int> >& quads, int class_id) in icvGetQuadrangleHypotheses()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc114 uptr class_id = a->GetSizeClass(x); in TestSizeClassAllocator() local
503 for (int class_id = 1; class_id <= 5; class_id++) { in TestSizeClassAllocatorLocalCache() local
575 uptr class_id; member
595 uptr class_id = DefaultSizeClassMap::ClassID(sizeof(NewThreadParams)); in TEST() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h200 unsigned int class_id; member
/external/v8/src/third_party/vtune/
Djitprofiling.h239 unsigned int class_id; member
/external/selinux/checkpolicy/
Dmodule_compiler.c743 char *class_id = queue_remove(id_queue); in require_class() local
1295 int is_perm_in_scope(hashtab_key_t perm_id, hashtab_key_t class_id) in is_perm_in_scope()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c615 unsigned int chan, class_id, writemask = 0; in do_advanced_regalloc() local
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h206 __u32 class_id:12; member
/external/opencv3/modules/ts/src/
Dts_perf.cpp151 cv::Mat class_id(len, 1, CV_32SC1, len ? (void*)&array[0].class_id : 0, sizeof(cv::KeyPoint)); in addKeypoints() local
/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp699 …CV_PROP_RW int class_id; //!< object class (if the keypoints need to be clustered by an object the… member in cv::KeyPoint
/external/v8/include/
Dv8.h5269 uint16_t class_id) {} in VisitPersistentHandle()
/external/v8/test/cctest/
Dtest-heap-profiler.cc1433 uint16_t class_id, v8::Local<v8::Value> wrapper) { in WrapperInfoCallback()
/external/v8/src/
Dapi.cc7608 void VisitEmbedderReference(i::Object** p, uint16_t class_id) override { in VisitEmbedderReference()
8286 void HeapProfiler::SetWrapperClassInfoProvider(uint16_t class_id, in SetWrapperClassInfoProvider()
Dobjects.h10734 virtual void VisitEmbedderReference(Object** p, uint16_t class_id) {} in VisitEmbedderReference()

12