Home
last modified time | relevance | path

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

1234567

/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()
/external/vulkan-validation-layers/layers/
Dvk_layer_data.h30 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/
Dmips64.lds30 *(.got)
31 __got_end = .;
Dmips.lds30 *(.got)
31 __got_end = .;
Driscv.lds27 *(.got)
28 __got_end = .;
Dnds32.lds26 *(.got)
27 __got_end = .;
/external/e2fsprogs/contrib/
Dmake-sparse.c29 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/
DCheckedProviderSubject.java52 T got; in providedValue() local
74 T got; in thrownException() local
/external/u-boot/arch/nds32/cpu/n1213/
Du-boot.lds33 *(.got.plt) *(.got)
34 __got_end = .;
/external/u-boot/arch/riscv/cpu/ax25/
Du-boot.lds30 *(.got.plt) *(.got)
31 __got_end = .;
/external/skqp/tests/
DICCTest.cpp23 auto got = SkColorSpace::Make(parsed); in DEF_TEST() local
/external/skia/tests/
DICCTest.cpp23 auto got = SkColorSpace::Make(parsed); in DEF_TEST() 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/grpc-grpc/test/core/transport/chttp2/
Dstream_map_test.cc73 size_t got; in test_basic_add_find() local
104 size_t got; in check_delete_evens() local
/external/syzkaller/executor/
Dcommon_test.h35 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/
Ddecorate_proc_maps.cc16 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() 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/e2fsprogs/misc/
Dbadblocks.c370 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/
Dslice_string_helpers_test.cc37 char* got = grpc_dump_slice(slice, flags); in expect_slice_dump() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc38 ssize_t got = read (fd, p, size); in FileToString() local
/external/compiler-rt/test/BlocksRuntime/
Dfail.c83 char got[512]; in main() local
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py55 def check_path(got, expected): argument
/external/python/cpython3/Lib/distutils/tests/
Dtest_install.py54 def check_path(got, expected): argument
/external/python/cpython2/Modules/zlib/
Dgzread.c59 unsigned got; local
299 z_size_t got; local

1234567