Home
last modified time | relevance | path

Searched defs:got (Results 1 – 25 of 119) 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.c29 int got, total = 0; in full_read() local
54 int fd, got, i; in main() local
/external/vulkan-validation-layers/layers/
Dvk_layer_data.h28 typename std::unordered_map<void *, DATA_T *>::const_iterator got; in get_my_data_ptr() 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/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc16 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
/external/syslinux/com32/lib/
Dcom32.ld61 KEEP (*(.got.plt))
63 HIDDEN(__got_end = .);
/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/pdfium/third_party/zlib_v128/
Dgzread.c54 unsigned got; in gz_avail() local
293 unsigned got, n; in gzread() local
/external/python/cpython2/Modules/zlib/
Dgzread.c54 unsigned got; local
293 unsigned got, n; 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/e2fsprogs/misc/
Dbadblocks.c361 long got; in do_read() local
437 long got; in do_write() local
485 int got; in test_ro() local
599 int i, try, got, nr_pattern, pat_idx; in test_rw() local
742 int got, used2, written; in test_nd() local
/external/syslinux/efi/i386/
Dsyslinux.ld104 KEEP (*(.got.plt))
106 __got_end = .;
/external/syslinux/efi/x86_64/
Dsyslinux.ld104 KEEP (*(.got.plt))
106 __got_end = .;
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py54 def check_path(got, expected): argument
/external/syslinux/efi/
Dsyslinux.ld104 KEEP (*(.got.plt))
106 __got_end = .;
/external/toybox/toys/net/
Dftpget.c141 int p1, got = 0; in ftpget_main() local
/external/e2fsprogs/debugfs/
Ddump.c108 unsigned int got, blocksize = current_fs->blocksize; in dump_file() local
224 unsigned int got; in rdump_symlink() 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/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/ltp/utils/ffsb-6.0-rc2/
Drand.c49 int got = 0; in sgenrand() local

12345