Home
last modified time | relevance | path

Searched defs:tested (Results 1 – 16 of 16) sorted by relevance

/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/
DExecutorInstrumentationIT.java66 final Semaphore tested = new Semaphore(0); in execute() local
88 final AtomicBoolean tested = new AtomicBoolean(false); in submit_Callable() local
114 final AtomicBoolean tested = new AtomicBoolean(false); in submit_Runnable() local
138 final AtomicBoolean tested = new AtomicBoolean(false); in submit_RunnableWithResult() local
165 final Semaphore tested = new Semaphore(0); in currentContextExecutor() local
DThreadInstrumentationIT.java54 final AtomicBoolean tested = new AtomicBoolean(false); in start_Runnable() local
78 final AtomicBoolean tested = new AtomicBoolean(false); in start_Subclass() local
/external/crosvm/docs/book/src/
Dtesting.md79 …c]: qemu-static-aarch64 or qemu-static-arm translate instructions into x86 and executes them on the
83 [^qemu]: run_tests will launch a VM for testing in the background. This VM is using full system
87 …dows]: Windows builds of crosvm are a work in progress. Some tests are executed via wine64 on linux
/external/harfbuzz_ng/src/
Dcheck-libstdc++.py19 tested = False variable
33 tested = True variable
Dcheck-symbols.py22 tested = False variable
68 tested = True variable
Dcheck-static-inits.py23 tested = 0 variable
/external/igt-gpu-tools/tests/
Dkms_plane_lowres.c130 unsigned tested = 0; in test_planes_on_pipe_with_output() local
213 unsigned tested = 0; in test_planes_on_pipe() local
Dkms_atomic_transition.c978 int tested = 0; variable
990 int tested = 0; variable
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java29 @InjectMocks Tested tested = new Tested(); field in DeprecatedAnnotationEngineApiTest.SimpleTestCase
/external/javassist/src/test/test4/
DJIRA152.java9 public int tested(int k) { in tested() method in JIRA152
/external/skia/tests/
DSkColorSpaceXformStepsTest.cpp137 uint32_t tested = 0x00000000; in DEF_TEST() local
/external/libpng/contrib/libtests/
Dtarith.c616 int tested = 0; in validation_muldiv() local
Dpngimage.c118 png_byte tested; /* the transform was tested somewhere */ member
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c58 bool tested; member
/external/skia/src/gpu/ganesh/ops/
DAAHairLinePathRenderer.cpp125 static bool tested; in get_float_exp() local
/external/flatbuffers/tests/
Dtest.cpp4394 void TestIterators(const std::vector<T> &expected, const Container &tested) { in TestIterators()