Home
last modified time | relevance | path

Searched refs:CheckScalar (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump_unittest.cc68 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 Dmemory_allocator_dump_unittest.cc66 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 DTensor.cpp221 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 DTensor.hpp143 void CheckScalar() const;