Home
last modified time | relevance | path

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

/external/libdrm/tests/etnaviv/
Detnaviv_cmd_stream_test.c92 static void test_offset() in test_offset() function
/external/mesa3d/src/etnaviv/drm/tests/
Detnaviv_cmd_stream_test.c92 static void test_offset() in test_offset() function
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/mdspan/default_accessor/
Doffset.pass.cpp26 constexpr void test_offset() { in test_offset() function
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/mdspan/default_accessor/
Doffset.pass.cpp26 constexpr void test_offset() { in test_offset() function
/external/strace/tests-m32/
Dset_mempolicy.c96 test_offset(const unsigned int offset) in test_offset() function
/external/strace/tests/
Dset_mempolicy.c96 test_offset(const unsigned int offset) in test_offset() function
/external/strace/tests-mx32/
Dset_mempolicy.c96 test_offset(const unsigned int offset) in test_offset() function
/external/clang/bindings/python/tests/cindex/
Dtest_type.py362 def test_offset(): function
/external/mbedtls/library/
Dhmac_drbg.c548 static size_t test_offset; variable
Dctr_drbg.c792 static size_t test_offset; variable
/external/openthread/third_party/mbedtls/repo/library/
Dhmac_drbg.c548 static size_t test_offset; variable
Dctr_drbg.c927 static size_t test_offset; variable
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc281 int32_t test_offset; in TEST() local
296 int32_t test_offset; in TEST() local
316 int32_t test_offset; in TEST() local
337 int32_t test_offset; in TEST() local
/external/python/cpython3/Lib/test/
Dtest_mmap.py588 def test_offset (self): member in MmapTests
Dtest_strptime.py385 def test_offset(self): member in StrptimeTests
/external/zucchini/
Ddisassembler_dex.cc361 auto comp = [](offset_t test_offset, offset_t code_item_offset) { in InstructionReferenceReader()