OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIsDebug
(Results
1 - 7
of
7
) sorted by null
/art/libartbase/base/
debug_stack.h
31
template <bool
kIsDebug
>
34
template <bool
kIsDebug
>
37
template <bool
kIsDebug
>
75
template <bool
kIsDebug
>
89
template <bool
kIsDebug
>
92
explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<
kIsDebug
>* counter)
118
template <bool
kIsDebug
>
121
explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<
kIsDebug
>* ref)
142
DebugStackReferenceImpl<
kIsDebug
>* ref_;
/external/skia/src/gpu/gl/
GrGLInterface.cpp
20
static int
kIsDebug
= 1;
22
static int
kIsDebug
= 0;
26
if (
kIsDebug
) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/skqp/src/gpu/gl/
GrGLInterface.cpp
20
static int
kIsDebug
= 1;
22
static int
kIsDebug
= 0;
26
if (
kIsDebug
) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/skia/src/gpu/vk/
GrVkInterface.cpp
254
static int
kIsDebug
= 1;
256
static int
kIsDebug
= 0;
260
if (
kIsDebug
) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/skqp/src/gpu/vk/
GrVkInterface.cpp
254
static int
kIsDebug
= 1;
256
static int
kIsDebug
= 0;
260
if (
kIsDebug
) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java
249
static final boolean
kIsDebug
= false;
269
// if (
kIsDebug
) {
292
// if (
kIsDebug
) {
[
all
...]
CppAssetManager.java
40
private static final boolean
kIsDebug
= false;
106
// static final boolean
kIsDebug
= false;
190
// if (
kIsDebug
) {
198
// if (
kIsDebug
) {
[
all
...]
Completed in 839 milliseconds