/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSemaphoreExternalFuchsia.hpp | 80 zx_signals_t observed = 0; in wait() local 82 handle, ZX_EVENT_SIGNALED, ZX_TIME_INFINITE, &observed); in wait() 88 if(observed != ZX_EVENT_SIGNALED) in wait() 90 DABORT("zx_object_wait_one() returned observed %x (%x expected)", observed, ZX_EVENT_SIGNALED); in wait() 104 zx_signals_t observed = 0; in tryWait() local 106 handle, ZX_EVENT_SIGNALED, zx_clock_get_monotonic(), &observed); in tryWait() 112 if(observed != ZX_EVENT_SIGNALED) in tryWait()
|
/third_party/node/test/parallel/ |
D | test-process-really-exit.js | 15 const observed = out.output[1].toString('utf8').trim(); constant 16 assert.strictEqual(observed, 'really exited');
|
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 31 **Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:** 34 **libjpeg-turbo release(s), commit(s), or branch(es) in which the bug was observed (always test the…
|
/third_party/icu/icu4c/source/data/translit/ |
D | es_FONIPA_zh.txt | 41 # it was <u> plus <ai>. This is not borne out by the observed data, which 80 bwin } $not_vowel → 布因 ; # Nonstandard, but fits observed data. 181 gwan } [$] → 古安 ; # Nonstandard, but fits observed data. 297 mwin } $not_vowel → 穆因 ; # Nonstandard, but fits observed data. 428 # entirely from the observed data. They apply mostly to native toponyms
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | es_FONIPA_zh.txt | 41 # it was <u> plus <ai>. This is not borne out by the observed data, which 80 bwin } $not_vowel → 布因 ; # Nonstandard, but fits observed data. 181 gwan } [$] → 古安 ; # Nonstandard, but fits observed data. 297 mwin } $not_vowel → 穆因 ; # Nonstandard, but fits observed data. 428 # entirely from the observed data. They apply mostly to native toponyms
|
/third_party/python/Lib/test/ |
D | test_shlex.py | 264 observed = [] 273 observed.append((t, tt)) 274 self.assertEqual(observed, expected)
|
/third_party/openssl/test/ |
D | README-dev.md | 118 int observed; 120 observed = function(); /* Call the code under test */ 121 if (!TEST_int_eq(observed, 2)) /* Check the result is correct */
|
/third_party/jerryscript/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 18 Identify the git hash(es) or tag(s) where the issue was observed. 39 Even if the bug was originally observed when JerryScript was integrated into a
|
/third_party/glslang/Test/ |
D | hlsl.matrixindex.frag | 19 // These can be observed in the AST post-const folding to ensure we obtain the right value,
|
/third_party/typescript/tests/baselines/reference/ |
D | fixingTypeParametersRepeatedly2.errors.txt | 23 // The same error should be observed in both cases.
|
D | fixingTypeParametersRepeatedly2.types | 33 // The same error should be observed in both cases.
|
D | fixingTypeParametersRepeatedly2.symbols | 42 // The same error should be observed in both cases.
|
/third_party/libjpeg-turbo/.github/ |
D | CONTRIBUTING.md | 17 observed 18 - The versions of libjpeg-turbo with which the bug was observed
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_fragment_density_map2.txt | 39 implementation limits are not observed by the app.
|
D | VK_EXT_fragment_density_map2.adoc | 34 implementation limits are not observed by the app.
|
/third_party/python/Doc/c-api/ |
D | allocation.rst | 20 detector's set of observed objects. Other fields of the object are not
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | tests.rs | 634 let observed = std::fs::read_to_string(observed_depfile).unwrap(); in emit_depfile() localVariable 636 assert_eq!(observed.trim(), expected.trim()); in emit_depfile()
|
/third_party/typescript/tests/arkTSTest/ |
D | README.zh-cn.md | 129 // It can be observed that the configuration use case is properly masked
|
/third_party/libabigail/ |
D | ABIXML-FORMAT-VERSIONS | 16 change observed between its diff->first_subject()->get_type() and
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 904 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_PROCESS_TERMINATED); in Wait() 908 if (packet.signal.observed & ZX_SOCKET_READABLE) { in Wait() 929 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_SOCKET_PEER_CLOSED); in Wait()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 916 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_PROCESS_TERMINATED); in Wait() 920 if (packet.signal.observed & ZX_SOCKET_READABLE) { in Wait() 941 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_SOCKET_PEER_CLOSED); in Wait()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 923 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_PROCESS_TERMINATED); in Wait() 927 if (packet.signal.observed & ZX_SOCKET_READABLE) { in Wait() 949 GTEST_DEATH_TEST_CHECK_(packet.signal.observed & ZX_SOCKET_PEER_CLOSED); in Wait()
|
/third_party/ltp/testcases/kdump/ |
D | README | 75 file, by pressing ctrl+a+l on the console. Else, when it is observed
|
/third_party/ltp/testcases/kdump/doc/ |
D | README | 75 file, by pressing ctrl+a+l on the console. Else, when it is observed
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Coverage | 14 should be observed in creating the file.
|