Home
last modified time | relevance | path

Searched refs:observed (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphoreExternalFuchsia.hpp80 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/
Dtest-process-really-exit.js15 const observed = out.output[1].toString('utf8').trim(); constant
16 assert.strictEqual(observed, 'really exited');
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md31 **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/
Des_FONIPA_zh.txt41 # 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/
Des_FONIPA_zh.txt41 # 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/
Dtest_shlex.py264 observed = []
273 observed.append((t, tt))
274 self.assertEqual(observed, expected)
/third_party/openssl/test/
DREADME-dev.md118 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/
Dbug_report.md18 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/
Dhlsl.matrixindex.frag19 // These can be observed in the AST post-const folding to ensure we obtain the right value,
/third_party/typescript/tests/baselines/reference/
DfixingTypeParametersRepeatedly2.errors.txt23 // The same error should be observed in both cases.
DfixingTypeParametersRepeatedly2.types33 // The same error should be observed in both cases.
DfixingTypeParametersRepeatedly2.symbols42 // The same error should be observed in both cases.
/third_party/libjpeg-turbo/.github/
DCONTRIBUTING.md17 observed
18 - The versions of libjpeg-turbo with which the bug was observed
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_fragment_density_map2.txt39 implementation limits are not observed by the app.
DVK_EXT_fragment_density_map2.adoc34 implementation limits are not observed by the app.
/third_party/python/Doc/c-api/
Dallocation.rst20 detector's set of observed objects. Other fields of the object are not
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs634 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/
DREADME.zh-cn.md129 // It can be observed that the configuration use case is properly masked
/third_party/libabigail/
DABIXML-FORMAT-VERSIONS16 change observed between its diff->first_subject()->get_type() and
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc904 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/
Dgtest-death-test.cc916 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/
Dgtest-death-test.cc923 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/
DREADME75 file, by pressing ctrl+a+l on the console. Else, when it is observed
/third_party/ltp/testcases/kdump/doc/
DREADME75 file, by pressing ctrl+a+l on the console. Else, when it is observed
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Coverage14 should be observed in creating the file.

1234567