Home
last modified time | relevance | path

Searched defs:got (Results 1 – 25 of 110) sorted by relevance

12345

/external/deqp/modules/egl/
DteglApiCase.cpp107 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()
DteglApiCase.hpp62 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()
DteglNegativePartialUpdateTests.cpp68 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/
Dmake-sparse.c25 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/
DCipherInputStreamTest.java105 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/
Dcopy_sparse.c67 int got, total = 0; in full_read() local
94 ssize_t got, got2; in copy_sparse_file() local
/external/vulkan-validation-layers/layers/
Dvk_layer_data.h35 typename std::unordered_map<void *, DATA_T *>::const_iterator got; in get_my_data_ptr() local
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Ddecorate_proc_maps.cc16 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
/external/e2fsprogs/misc/
Dbadblocks.c354 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/
Dgzread.c54 unsigned got; in gz_avail() local
293 unsigned got, n; in gzread() local
/external/opencv3/3rdparty/zlib/
Dgzread.c54 unsigned got; local
293 unsigned got, n; local
/external/zlib/src/examples/
Denough.c206 big_t got; /* value returned from count() */ in count() local
462 big_t got; /* return value of count() */ in main() local
/external/zlib/src/
Dgzread.c54 unsigned got; local
293 unsigned got, n; local
/external/ltrace/
Ddebug.c63 size_t got = umovebytes(proc, addr, buf, length); in xinfdump() local
/external/compiler-rt/test/BlocksRuntime/
Dfail.c83 char got[512]; in main() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc38 ssize_t got = read (fd, p, size); in FileToString() local
/external/deqp/modules/gles2/functional/
Des2fBufferObjectQueryTests.cpp48 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/
Ddump.c110 unsigned int got, blocksize = current_fs->blocksize; in dump_file() local
226 unsigned int got; in rdump_symlink() local
Dlogdump.c276 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/
Dcmac_test.cc25 static void dump(const uint8_t *got, const uint8_t *want, size_t len) { in dump()
/external/vboot_reference/host/lib/
Dhost_misc.c63 char* got; in ReadFileString() local
/external/elfutils/tests/
Dbacktrace-dwarf.c156 pid_t got = waitpid (pid, &status, 0); in main() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java183 String got = future.get(); in getExpectingExecutionException() local
/external/owasp/sanitizer/src/tests/org/owasp/html/
DSanitizersTest.java92 String got = sanitizer.sanitize(input); in testStylesAndFormatting() local
/external/autotest/client/tests/linus_stress/
Dlinus_stress.c40 unsigned char got = *p++; in checkmem() local

12345