Home
last modified time | relevance | path

Searched refs:status (Results 13501 - 13525 of 24646) sorted by relevance

1...<<541542543544545546547548549550>>...986

/third_party/mbedtls/programs/fuzz/
H A Dfuzz_server.c69 psa_status_t status = psa_crypto_init(); in LLVMFuzzerTestOneInput() local
70 if (status != PSA_SUCCESS) { in LLVMFuzzerTestOneInput()
/third_party/node/test/js-native-api/test_bigint/
H A Dtest_bigint.c132 napi_status status = napi_create_bigint_words(env, in MakeBigIntWordsThrow() local
137 if (status != napi_pending_exception) in MakeBigIntWordsThrow()
138 napi_throw_error(env, NULL, "Expected status `napi_pending_exception`"); in MakeBigIntWordsThrow()
/third_party/node/test/node-api/test_async_context/
H A Dbinding.c44 napi_status status = napi_async_destroy(env, (napi_async_context)data); in AsyncDestroyCb() local
47 assert(status == napi_ok); in AsyncDestroyCb()
/third_party/node/test/parallel/
H A Dtest-cluster-basic.js34 const { status } = spawnSync(process.execPath, [
42 assert.strictEqual(status, 0);
H A Dtest-vm-module-link.js76 assert.strictEqual(foo.status, 'linking');
80 assert.strictEqual(bar.status, 'linked');
/third_party/node/deps/icu-small/source/i18n/
H A Dsortkey.cpp182 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const in compareTo()
184 if(U_SUCCESS(status)) { in compareTo()
H A Dnumber_multiplier.cpp155 UErrorCode& status) const { in processQuantity()
156 fParent->processQuantity(quantity, micros, status); in processQuantity()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h153 res->status |= NOUVEAU_BUFFER_STATUS_GPU_WRITING | in nv50_resource_validate()
156 res->status |= NOUVEAU_BUFFER_STATUS_GPU_READING; in nv50_resource_validate()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiodio_append.c143 int status; in run() local
177 if (SAFE_WAITPID(-1, &status, WNOHANG)) in run()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
H A Dhugeshmctl01.c212 int status; in stat_cleanup() local
218 SAFE_WAIT(&status); in stat_cleanup()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c117 int ret, status; in test_flag() local
128 SAFE_WAITPID(ret, &status, 0); in test_flag()
/third_party/ltp/testcases/open_posix_testsuite/
H A DMakefile38 $(RM) -f config.log config.status
54 $(AUTOGENERATED_FILES): $(top_builddir)/config.status
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.cc100 CompilationJob::Status status = in CompileNext()
102 USE(status); // Prevent an unused-variable error. in CompileNext()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h177 res->status |= NOUVEAU_BUFFER_STATUS_GPU_WRITING | in nvc0_resource_validate()
180 res->status |= NOUVEAU_BUFFER_STATUS_GPU_READING; in nvc0_resource_validate()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dx509.c114 int status, reason; in FuzzerTestOneInput() local
129 OCSP_resp_find_status(bs, id, &status, &reason, &revtime, &thisupd, in FuzzerTestOneInput()
/third_party/node/deps/uv/src/win/
H A Dreq-inl.h31 #define SET_REQ_STATUS(req, status) \
32 (req)->u.io.overlapped.Internal = (ULONG_PTR) (status)
/third_party/python/Tools/clinic/
H A Dcpp.py43 def status(self): member in Monitor
177 print(self.status())
/third_party/protobuf/benchmarks/util/
H A Dbig_query_utils.py40 if http_error.resp.status == 409:
115 if http_error.resp.status == 409:
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dcompact_ids_test.cpp272 const auto status = compact_id_pass.Run(context.get()); in TEST() local
273 ASSERT_NE(status, Pass::Status::Failure); in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp58 Status status = libX11->XMatchVisualInfo(x_display, screen, 32, TrueColor, &x_visual); in FrameBufferX11() local
59 bool match = (status != 0 && x_visual.blue_mask == 0xFF); // Prefer X8R8G8B8 in FrameBufferX11()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dcompact_ids_test.cpp272 const auto status = compact_id_pass.Run(context.get()); in TEST() local
273 ASSERT_NE(status, Pass::Status::Failure); in TEST()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_multiplier.cpp155 UErrorCode& status) const { in processQuantity()
156 fParent->processQuantity(quantity, micros, status); in processQuantity()
H A Dsortkey.cpp182 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const in compareTo()
184 if(U_SUCCESS(status)) { in compareTo()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_misc.c100 enum SPDY_RESPONSE_RESULT status, in response_done_callback()
103 (void)status; in response_done_callback()
97 response_done_callback(void *cls, struct SPDY_Response * response, struct SPDY_Request * request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
/third_party/skia/src/xml/
H A DSkXMLParser.cpp168 XML_Status status = XML_ParseBuffer(ctx.fXMLParser, SkToS32(len), done); in parse() local
169 if (XML_STATUS_ERROR == status) { in parse()

Completed in 19 milliseconds

1...<<541542543544545546547548549550>>...986