Home
last modified time | relevance | path

Searched refs:statuses (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.c194 g_hash_table_insert (statuses, GUINT_TO_POINTER(c), (gpointer) t)
199 GHashTable *statuses = g_hash_table_new (NULL, NULL); in rtsp_init_status() local
255 return statuses; in rtsp_init_status()
389 static GHashTable *statuses; in gst_rtsp_status_as_text() local
391 if (G_UNLIKELY (statuses == NULL)) in gst_rtsp_status_as_text()
392 statuses = rtsp_init_status (); in gst_rtsp_status_as_text()
394 return g_hash_table_lookup (statuses, GUINT_TO_POINTER (code)); in gst_rtsp_status_as_text()
/third_party/skia/tools/skdiff/
Dskdiff.cpp98 bool DiffResource::getMatchingStatuses(char* selector, bool statuses[kStatusCount]) { in getMatchingStatuses()
101 statuses[statusIndex] = true; in getMatchingStatuses()
107 statuses[statusIndex] = false; in getMatchingStatuses()
122 statuses[statusIndex] |= isStatusFailed(status); in getMatchingStatuses()
129 statuses[status] = true; in getMatchingStatuses()
Dskdiff.h74 static bool getMatchingStatuses(char* selector, bool statuses[kStatusCount]);
/third_party/node/test/fixtures/wpt/wasm/webapi/
Dstatus.any.js3 const statuses = [ variable
15 for (const status of statuses) {
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py126 statuses = {}
155 if (job.id not in statuses) or (job.status not in statuses[job.id]):
157 statuses[job.id] = job.status
/third_party/skia/tools/
Dcompare_codereview.py56 return parser.statuses
70 self.statuses = {}
139 self.statuses[bot] = stat
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py92 self.statuses = set() #type: Set[str]
316 self.statuses.add(name)
368 'ERROR': self.statuses,
450 'status': self.statuses,
/third_party/curl/tests/data/
Dtest122216 Verify deprecation statuses and versions
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_cl_event.txt198 4) Should all possible statuses of the CL event be reflected through to the
201 DISCUSSION: CL event objects have four execution statuses:
203 objects have only two statuses: UNSIGNALED and SIGNALED. The
/third_party/EGL/extensions/KHR/
DEGL_KHR_cl_event.txt198 4) Should all possible statuses of the CL event be reflected through to the
201 DISCUSSION: CL event objects have four execution statuses:
203 objects have only two statuses: UNSIGNALED and SIGNALED. The
/third_party/mbedtls/scripts/
Dgenerate_psa_constants.py247 sorted(self.statuses)))
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_cl_event.txt283 3) Should all possible statuses of the CL event be reflected through
286 DISCUSSION: CL event objects have four execution statuses:
288 objects have only two statuses: UNSIGNALED and SIGNALED. The
DARB_robustness.txt892 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/openGLES/extensions/ARB/
DARB_cl_event.txt293 3) Should all possible statuses of the CL event be reflected through
296 DISCUSSION: CL event objects have four execution statuses:
298 objects have only two statuses: UNSIGNALED and SIGNALED. The
DARB_robustness.txt902 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_robustness.txt333 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/openGLES/extensions/EXT/
DEXT_robustness.txt333 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function8640 psa_status_t statuses[] = { expected_status_arg1, expected_status_arg2,
8685 statuses[i]);
8687 if (statuses[i] != PSA_SUCCESS) {
8722 statuses[i]);
8742 statuses[i]);
8758 key_agreement_peer_key->len), statuses[i]);
8765 if (statuses[i] != PSA_SUCCESS) {
8772 inputs[i]->x, inputs[i]->len), statuses[i]);
8774 if (statuses[i] != PSA_SUCCESS) {
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt429 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt439 statuses. These are guidelines to the immediate cause of a reset, but
/third_party/mbedtls/tests/scripts/
Dall.sh1636 grep -q '^0:psa_crypto_init:' tests/statuses.log
1637 rm -f tests/statuses.log
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md406 These functions can return the following statuses:
574 The entry point may return the following statuses:
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dqueries.txt1022 To copy query statuses and numerical results directly to buffer memory,
/third_party/python/Doc/whatsnew/
D3.2.rst402 environment dictionary and for response headers and statuses in the
/third_party/node/doc/api/
Dhttp.md589 101 Upgrade statuses do not fire this event due to their break from the

12