Searched refs:CheckScalar (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | memory_allocator_dump_unittest.cc | 68 void CheckScalar(const MemoryAllocatorDump* dump, in CheckScalar() function 97 CheckScalar(root_heap, MemoryAllocatorDump::kNameSize, in TEST() 99 CheckScalar(root_heap, MemoryAllocatorDump::kNameObjectCount, in TEST() 101 CheckScalar(root_heap, "attr1", "units1", 1234); in TEST() 108 CheckScalar(sub_heap, MemoryAllocatorDump::kNameSize, in TEST() 110 CheckScalar(sub_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | memory_allocator_dump_unittest.cc | 66 void CheckScalar(const MemoryAllocatorDump* dump, in CheckScalar() function 95 CheckScalar(root_heap, MemoryAllocatorDump::kNameSize, in TEST() 97 CheckScalar(root_heap, MemoryAllocatorDump::kNameObjectCount, in TEST() 99 CheckScalar(root_heap, "attr1", "units1", 1234); in TEST() 106 CheckScalar(sub_heap, MemoryAllocatorDump::kNameSize, in TEST() 108 CheckScalar(sub_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Tensor.cpp | 221 CheckScalar(); in SetNumDimensions() 234 CheckScalar(); in SetDimensionSize() 307 void TensorShape::CheckScalar() const in CheckScalar() function in armnn::TensorShape
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Tensor.hpp | 143 void CheckScalar() const;
|