OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_check
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/strings/
safe_sprintf.cc
32
#define
DEBUG_CHECK
RAW_CHECK
34
#define
DEBUG_CHECK
(x) do { if (x) { } } while (0)
119
DEBUG_CHECK
(size > 0);
120
DEBUG_CHECK
(size <= kSSizeMax);
126
// verifying this with
DEBUG_CHECK
()s in the constructor. So, we can
145
DEBUG_CHECK
(count_ < kSSizeMax);
174
DEBUG_CHECK
(pad);
175
DEBUG_CHECK
(padding >= 0 && padding <= kSSizeMax);
176
DEBUG_CHECK
(len >= 0);
231
DEBUG_CHECK
(inc <= kSSizeMax - 1)
[
all
...]
/dalvik/vm/compiler/codegen/x86/libenc/
encoder.cpp
141
static int
debug_check
() {
function
151
static int dummy =
debug_check
();
153
// can have this - initialization order problems.... static int dummy_run_the_debug_test =
debug_check
();
Completed in 183 milliseconds