/external/deqp/modules/egl/ |
D | teglApiCase.cpp | 107 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean() 117 void ApiCase::expectNoContext (EGLContext got) in expectNoContext() 128 void ApiCase::expectNoSurface (EGLSurface got) in expectNoSurface() 139 void ApiCase::expectNoDisplay (EGLDisplay got) in expectNoDisplay() 149 void ApiCase::expectNull (const void* got) in expectNull()
|
D | teglApiCase.hpp | 62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue() 63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse()
|
D | teglNegativePartialUpdateTests.cpp | 68 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue() 69 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() 216 void NegativePartialUpdateTest::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean()
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 25 int got, total = 0; in full_read() local 50 int fd, got, i; in main() local
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | CipherInputStreamTest.java | 105 int got = cis.read(result); // the number of got bytes in testRead2() local 146 int got = skip + cis.read(result, 0, 1); // the number of got bytes in testRead3() local 181 int got = skipped + cis.read(result, 0, 1); // the number of got bytes in testSkip() local
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 67 int got, total = 0; in full_read() local 94 ssize_t got, got2; in copy_sparse_file() local
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_data.h | 35 typename std::unordered_map<void *, DATA_T *>::const_iterator got; in get_my_data_ptr() local
|
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | decorate_proc_maps.cc | 16 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 354 long got; in do_read() local 430 long got; in do_write() local 478 int got; in test_ro() local 592 int i, try, got, nr_pattern, pat_idx; in test_rw() local 735 int got, used2, written; in test_nd() local
|
/external/pdfium/third_party/zlib_v128/ |
D | gzread.c | 54 unsigned got; in gz_avail() local 293 unsigned got, n; in gzread() local
|
/external/opencv3/3rdparty/zlib/ |
D | gzread.c | 54 unsigned got; local 293 unsigned got, n; local
|
/external/zlib/src/examples/ |
D | enough.c | 206 big_t got; /* value returned from count() */ in count() local 462 big_t got; /* return value of count() */ in main() local
|
/external/zlib/src/ |
D | gzread.c | 54 unsigned got; local 293 unsigned got, n; local
|
/external/ltrace/ |
D | debug.c | 63 size_t got = umovebytes(proc, addr, buf, length); in xinfdump() local
|
/external/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 83 char got[512]; in main() local
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | nohugepage_test.cc | 38 ssize_t got = read (fd, p, size); in FileToString() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() 60 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 110 unsigned int got, blocksize = current_fs->blocksize; in dump_file() local 226 unsigned int got; in rdump_symlink() local
|
D | logdump.c | 276 unsigned int *got) in read_journal_block() 340 unsigned int got; in dump_journal() local 578 unsigned int got; in dump_metadata_block() local
|
/external/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 25 static void dump(const uint8_t *got, const uint8_t *want, size_t len) { in dump()
|
/external/vboot_reference/host/lib/ |
D | host_misc.c | 63 char* got; in ReadFileString() local
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 156 pid_t got = waitpid (pid, &status, 0); in main() local
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractFutureTest.java | 183 String got = future.get(); in getExpectingExecutionException() local
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | SanitizersTest.java | 92 String got = sanitizer.sanitize(input); in testStylesAndFormatting() local
|
/external/autotest/client/tests/linus_stress/ |
D | linus_stress.c | 40 unsigned char got = *p++; in checkmem() local
|