/external/libchrome/mojo/core/ |
D | shared_buffer_unittest.cc | 38 MojoHandle dupe = DuplicateBuffer(h, false); in TEST_F() local 39 ExpectBufferContents(dupe, 0, message); in TEST_F() 47 MojoHandle dupe = DuplicateBuffer(h, false); in TEST_F() local 51 WriteMessageWithHandles(p0, "...", &dupe, 1); in TEST_F() 52 EXPECT_EQ("...", ReadMessageWithHandles(p1, &dupe, 1)); in TEST_F() 54 ExpectBufferContents(dupe, 0, message); in TEST_F() 74 MojoHandle dupe = DuplicateBuffer(b, false); in TEST_F() local 75 WriteMessageWithHandles(h, message, &dupe, 1); in TEST_F() 115 MojoHandle dupe = DuplicateBuffer(b, false); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local 117 WriteMessageWithHandles(other_child, "", &dupe, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() [all …]
|
/external/curl/tests/libtest/ |
D | lib1536.c | 32 CURL *curl, *dupe = NULL; in test() local 86 dupe = curl_easy_duphandle(curl); in test() 87 if(!dupe) { in test() 94 res = curl_easy_getinfo(dupe, CURLINFO_SCHEME, &scheme); in test() 128 curl_easy_cleanup(dupe); in test()
|
D | lib1534.c | 32 CURL *curl, *dupe = NULL; in test() local 86 dupe = curl_easy_duphandle(curl); in test() 87 if(!dupe) { in test() 94 res = curl_easy_getinfo(dupe, CURLINFO_FILETIME, &filetime); in test() 128 curl_easy_cleanup(dupe); in test()
|
D | lib1535.c | 32 CURL *curl, *dupe = NULL; in test() local 89 dupe = curl_easy_duphandle(curl); in test() 90 if(!dupe) { in test() 98 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test() 135 curl_easy_cleanup(dupe); in test()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_handle.cc | 41 HANDLE dupe; in CloneHandle() local 43 ::GetCurrentProcess(), &dupe, 0, FALSE, in CloneHandle() 47 DCHECK_NE(dupe, INVALID_HANDLE_VALUE); in CloneHandle() 48 return base::win::ScopedHandle(dupe); in CloneHandle() 54 zx::handle dupe; 55 zx_status_t result = handle.duplicate(ZX_RIGHT_SAME_RIGHTS, &dupe); 58 return std::move(dupe);
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 316 for (var dupe = candidate; dupe; dupe = dupe.next) { 317 if (eq(dupe.node, adjacentNode)) { continue adj; }
|
/external/mtools/ |
D | fat.c | 99 unsigned int bit, unsigned int dupe, in fatReadSector() argument 106 dupe = (dupe + This->primaryFat) % This->num_fat; in fatReadSector() 107 fat_start = This->fat_start + This->fat_len * dupe; in fatReadSector() 143 unsigned int dupe) in fatWriteSector() argument 147 dupe = (dupe + This->primaryFat) % This->num_fat; in fatWriteSector() 148 if(dupe && !This->writeAllFats) in fatWriteSector() 151 fat_start = This->fat_start + This->fat_len * dupe; in fatWriteSector()
|
/external/curl/scripts/ |
D | cijobs.pl | 108 my %dupe = %job; 110 %job = %dupe;
|
/external/curl/tests/data/ |
D | test674 | 34 Set CURLOPT_CURLU and dupe the handle
|
/external/angle/scripts/ |
D | registry_xml.py | 598 for dupe in dupes: 599 ext_cmd_names.remove(dupe)
|
D | generate_entry_points.py | 3354 for dupe in xml.ext_dupes[extension_name]: 3355 msg = "// {} is already defined.\n".format(strip_api_prefix(dupe)) 3571 for dupe in clxml.ext_dupes[extension_name]: 3572 msg = "// %s is already defined.\n" % strip_api_prefix(dupe) 3670 for dupe in eglxml.ext_dupes[extension_name]: 3671 msg = "// %s is already defined.\n" % strip_api_prefix(dupe)
|
/external/skia/tests/ |
D | StreamTest.cpp | 254 std::unique_ptr<SkStream> dupe(original.duplicate()); in test_peeking_front_buffered_stream() local 255 REPORTER_ASSERT(r, dupe != nullptr); in test_peeking_front_buffered_stream() 257 std::move(dupe), bufferSize); in test_peeking_front_buffered_stream()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_schedule.c | 590 bool dupe = false; in mir_live_effect() local 593 dupe |= (ins->src[q] == S); in mir_live_effect() 595 if (dupe) in mir_live_effect()
|
D | disassemble.c | 588 bool dupe = (mask & (1 << (i + j))) != 0; in print_mask() local 589 tripped |= (dupe != a); in print_mask()
|
/external/kotlinpoet/docs/ |
D | interop-ksp.md | 122 `FileSpec.writeTo(CodeGenerator, ...)` function will automatically collect and de-dupe these origin…
|
/external/cronet/net/cookies/ |
D | cookie_monster.cc | 1118 for (const CookieMap::iterator& dupe : dupes) { in TrimDuplicateCookiesForKey() local 1121 cookie_partition_it.value(), dupe, true, in TrimDuplicateCookiesForKey() 1124 InternalDeleteCookie(dupe, true, in TrimDuplicateCookiesForKey()
|
/external/python/cpython3/Python/ |
D | compile.c | 6222 int dupe = PySequence_Contains(pc->stores, name); in compiler_pattern_or() local 6223 if (dupe < 0) { in compiler_pattern_or() 6226 if (dupe) { in compiler_pattern_or()
|
/external/lottie/ |
D | CHANGELOG.md | 3 * De-dupe gradient stops. On pre-Oreo devices, if you had color and opacity stops in the same place…
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 3185 dupe
|
/external/AFLplusplus/docs/ |
D | Changelog.md | 2736 The old approach could be compared to hashing stack traces to de-dupe
|
/external/AFLplusplus/ |
D | Changelog.md | 2736 The old approach could be compared to hashing stack traces to de-dupe
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | les-mis-utf8.txt | 1491 dupe de l'infini! pas si bête. Je suis néant. Je m'appelle monsieur le 1521 l'a, on n'est plus dupe; on ne se laisse pas bêtement exiler comme 2450 ménechme du talent, a une dupe: l'histoire. Juvénal et Tacite seuls en 7751 toujours pas sa dupe.»
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 19676 at last his own dupe as he is, if report belie him not, his own and his only
|