/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()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_data.h | 30 typename std::unordered_map<void *, DATA_T *>::const_iterator got; in GetLayerDataPtr() local 47 auto got = layer_data_map.find(data_key); in FreeLayerDataPtr() local
|
/external/u-boot/examples/standalone/ |
D | mips64.lds | 30 *(.got) 31 __got_end = .;
|
D | mips.lds | 30 *(.got) 31 __got_end = .;
|
D | riscv.lds | 27 *(.got) 28 __got_end = .;
|
D | nds32.lds | 26 *(.got) 27 __got_end = .;
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 29 int got, total = 0; in full_read() local 54 int fd, got, i; in main() local
|
/external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/ |
D | CheckedProviderSubject.java | 52 T got; in providedValue() local 74 T got; in thrownException() local
|
/external/u-boot/arch/nds32/cpu/n1213/ |
D | u-boot.lds | 33 *(.got.plt) *(.got) 34 __got_end = .;
|
/external/u-boot/arch/riscv/cpu/ax25/ |
D | u-boot.lds | 30 *(.got.plt) *(.got) 31 __got_end = .;
|
/external/skqp/tests/ |
D | ICCTest.cpp | 23 auto got = SkColorSpace::Make(parsed); in DEF_TEST() local
|
/external/skia/tests/ |
D | ICCTest.cpp | 23 auto got = SkColorSpace::Make(parsed); in DEF_TEST() 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/grpc-grpc/test/core/transport/chttp2/ |
D | stream_map_test.cc | 73 size_t got; in test_basic_add_find() local 104 size_t got; in check_delete_evens() local
|
/external/syzkaller/executor/ |
D | common_test.h | 35 static long syz_compare(long want, long want_len, long got, long got_len) in syz_compare()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | decorate_proc_maps.cc | 16 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() 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/e2fsprogs/misc/ |
D | badblocks.c | 370 long got; in do_read() local 446 long got; in do_write() local 494 int got; in test_ro() local 608 int i, try, got, nr_pattern, pat_idx; in test_rw() local 751 int got, used2, written; in test_nd() local
|
/external/grpc-grpc/test/core/slice/ |
D | slice_string_helpers_test.cc | 37 char* got = grpc_dump_slice(slice, flags); in expect_slice_dump() local
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | nohugepage_test.cc | 38 ssize_t got = read (fd, p, size); in FileToString() local
|
/external/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 83 char got[512]; in main() local
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_install.py | 55 def check_path(got, expected): argument
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_install.py | 54 def check_path(got, expected): argument
|
/external/python/cpython2/Modules/zlib/ |
D | gzread.c | 59 unsigned got; local 299 z_size_t got; local
|