Home
last modified time | relevance | path

Searched defs:kIsDebug (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanInterface.cpp265 constexpr int kIsDebug = 1; variable
267 constexpr int kIsDebug = 0; variable
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp44 static const bool kIsDebug = false; variable
H A DBackupData.cpp29 static const bool kIsDebug = false; variable
H A DAsset.cpp49 static const bool kIsDebug = false; variable
H A DBackupHelpers.cpp74 static const bool kIsDebug = false; variable
H A DAssetManager.cpp61 static const bool kIsDebug = false; variable
/aosp_15_r20/frameworks/base/tools/aapt/
H A DStringPool.cpp16 static const bool kIsDebug = false; variable
H A DXMLNode.cpp27 static const bool kIsDebug = false; variable
H A DImages.cpp19 static const bool kIsDebug = false; variable
H A DResource.cpp35 static const bool kIsDebug = false; variable
H A DResourceTable.cpp31 static const bool kIsDebug = false; variable
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp34 constexpr bool kIsDebug = true; variable
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAsset.java260 static final boolean kIsDebug = false; field in Asset
H A DCppAssetManager.java41 private static final boolean kIsDebug = false; field in CppAssetManager