Home
last modified time | relevance | path

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

12345

/external/deqp/modules/egl/
DteglApiCase.cpp69 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean()
79 void ApiCase::expectNoContext (EGLContext got) in expectNoContext()
90 void ApiCase::expectNoSurface (EGLSurface got) in expectNoSurface()
101 void ApiCase::expectNoDisplay (EGLDisplay got) in expectNoDisplay()
111 void ApiCase::expectNull (const void* got) in expectNull()
DteglApiCase.hpp56 inline void expectTrue (EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue()
57 inline void expectFalse (EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse()
/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/chromium_org/media/filters/
Dh264_bitstream_buffer_unittest.cc32 uint64 got = 0; in TEST_P() local
/external/ltrace/
Ddebug.c63 size_t got = umovebytes(proc, addr, buf, length); in xinfdump() 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzread.c54 unsigned got; in gz_avail() local
293 unsigned got, n; in gzread() local
/external/qemu/distrib/zlib-1.2.8/
Dgzread.c54 unsigned got; local
293 unsigned got, n; local
/external/zlib/src/
Dgzread.c54 unsigned got; local
293 unsigned got, n; 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/compiler-rt/test/BlocksRuntime/
Dfail.c83 char got[512]; in main() 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/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java168 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/chromium_org/third_party/sqlite/src/tool/
Dshowjournal.c30 int got; in read_content() local
/external/smack/src/org/jivesoftware/smack/proxy/
DHTTPProxySocketFactory.java99 StringBuilder got = new StringBuilder(100); in httpProxifiedSocket() local
/external/chromium_org/third_party/icu/source/test/intltest/
Ddcfmapts.cpp486 void IntlTestDecimalFormatAPI::verify(const UnicodeString& message, const UnicodeString& got, doubl… in verify()
495 void IntlTestDecimalFormatAPI::verifyString(const UnicodeString& message, const UnicodeString& got,… in verifyString()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dputiltst.c316 int32_t op, invop, got, invgot; in TestCompareVersions() local
420 static void doAssert(double got, double expect, const char *message) in doAssert()
/external/jhead/
Djpgfile.c142 int ll,lh, got; in ReadJpegSections() local
340 int ll,lh, got; in ReadJpegSectionsFromBuffer() local
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c316 int32_t op, invop, got, invgot; in TestCompareVersions() local
420 static void doAssert(double got, double expect, const char *message) in doAssert()
/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp42 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals()
54 void checkIntEquals (tcu::TestContext& testCtx, GLint64 got, GLint64 expected) in checkIntEquals()

12345