OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseBuildAssertion
(Results
1 - 4
of
4
) sorted by null
/external/gemmlowp/profiling/
instrumentation.h
66
inline void
ReleaseBuildAssertion
(bool condition, const char* msg) {
127
ReleaseBuildAssertion
(size < kMaxSize, "ProfilingStack overflow");
136
ReleaseBuildAssertion
(size > 0, "ProfilingStack underflow");
profiler.h
351
ReleaseBuildAssertion
(!IsProfiling(), "We're already profiling!");
361
ReleaseBuildAssertion
(IsProfiling(), "We weren't profiling!");
/external/gemmlowp/test/
test.h
44
ReleaseBuildAssertion
( \
/external/gemmlowp/internal/
allocator.h
118
ReleaseBuildAssertion
(!storage_size_ || storage_, "allocation failure");
Completed in 5040 milliseconds