Home
last modified time | relevance | path

Searched full:statuses (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/mbedtls/tests/scripts/
Dpsa_collect_statuses.py2 """Describe the test coverage of PSA functions in terms of return statuses.
23 DEFAULT_STATUS_LOG_FILE = 'tests/statuses.log'
26 class Statuses: class
71 """Build and run unit tests and report observed function return statuses.
74 test suites and display information about observed return statuses.
93 data = Statuses()
/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.h70 /** Sets statuses[i] if it is implied by selector, unsets it if not.
74 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/littlefs/.github/workflows/
Dstatus.yml11 # custom statuses?
47 "$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/statuses/`
/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/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/skia/tools/
Dcompare_codereview.py56 return parser.statuses
69 # statuses is a dictionary of CodeReviewHTMLParser.Status
70 self.statuses = {}
139 self.statuses[bot] = stat
/third_party/mbedtls/tests/src/
Dpsa_crypto_helpers.c104 /** Name of the file where return statuses are logged by #RECORD_STATUS. */
105 #define STATUS_LOG_FILE_NAME "statuses.log"
/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
/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
/third_party/curl/tests/data/
Dtest122216 Verify deprecation statuses and versions
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dpackage-lock.json306 "statuses": "~1.5.0", string
356 "statuses": "~1.5.0", string
422 "statuses": ">= 1.5.0 < 2", string
720 "statuses": "~1.5.0" string
746 "statuses": { object
748 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
/third_party/skia/tools/run-wasm-gm-tests/
Dpackage-lock.json306 "statuses": "~1.5.0", string
356 "statuses": "~1.5.0", string
422 "statuses": ">= 1.5.0 < 2", string
720 "statuses": "~1.5.0" string
746 "statuses": { object
748 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
/third_party/node/deps/v8/tools/
Dpackage-lock.json391 "statuses": ">= 1.5.0 < 2", string
405 "statuses": ">= 1.5.0 < 2", string
554 "statuses": "^1.5.0", string
581 "statuses": "^1.0.0" string
1066 "statuses": ">= 1.5.0 < 2", string
1113 "statuses": ">= 1.4.0 < 2" string
1178 "statuses": ">= 1.4.0 < 2" string
1208 "statuses": { object
1210 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
/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/node/test/parallel/
Dtest-http2-compat-serverresponse-end-after-statuses-without-body.js9 // 204, 205 and 304 HTTP statuses will not cause an error
/third_party/node/deps/npm/node_modules/jsonparse/examples/
Dtwitterfeed.js7 var request = client.request("GET", "/1/statuses/sample.json", {
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
Dtestlist.go214 // Statuses is the full list of status types
215 var Statuses = []Status{ var
/third_party/mbedtls/tests/include/test/drivers/
Dpake.h33 pake_output/pake_input (added to distinguish forced statuses). */
/third_party/spirv-tools/source/fuzz/
Dreplayer.h33 // Possible statuses that can result from running the replayer.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dreplayer.h33 // Possible statuses that can result from running the replayer.
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dreplayer.h33 // Possible statuses that can result from running the replayer.
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.h83 // precedence over the success value returned from the server. However Error statuses

1234