Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp81 uint32_t dummy = 0; in swp() local
82 uint32_t *ptr = &dummy; in swp()
/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp96 std::thread dummy([&]() { in main() local
/cts/hostsidetests/appsecurity/test-apps/UseEmbeddedDexApp/
DAndroid.bp90 // // LOCAL_PREBUILT_JNI_LIBS := dummy.so
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1080 } catch (DummyException dummy) { in testPartialImageThrowException()