/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_server.c | 69 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 D | test_bigint.c | 132 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 D | binding.c | 44 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 D | test-cluster-basic.js | 34 const { status } = spawnSync(process.execPath, [ 42 assert.strictEqual(status, 0);
|
H A D | test-vm-module-link.js | 76 assert.strictEqual(foo.status, 'linking'); 80 assert.strictEqual(bar.status, 'linked');
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | sortkey.cpp | 182 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const in compareTo() 184 if(U_SUCCESS(status)) { in compareTo()
|
H A D | number_multiplier.cpp | 155 UErrorCode& status) const { in processQuantity() 156 fParent->processQuantity(quantity, micros, status); in processQuantity()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.h | 153 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 D | aiodio_append.c | 143 int status; in run() local 177 if (SAFE_WAITPID(-1, &status, WNOHANG)) in run()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
H A D | hugeshmctl01.c | 212 int status; in stat_cleanup() local 218 SAFE_WAIT(&status); in stat_cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns02.c | 117 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 D | Makefile | 38 $(RM) -f config.log config.status 54 $(AUTOGENERATED_FILES): $(top_builddir)/config.status
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.cc | 100 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 D | nvc0_screen.h | 177 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 D | x509.c | 114 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 D | req-inl.h | 31 #define SET_REQ_STATUS(req, status) \ 32 (req)->u.io.overlapped.Internal = (ULONG_PTR) (status)
|
/third_party/python/Tools/clinic/ |
H A D | cpp.py | 43 def status(self): member in Monitor 177 print(self.status())
|
/third_party/protobuf/benchmarks/util/ |
H A D | big_query_utils.py | 40 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 D | compact_ids_test.cpp | 272 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 D | FrameBufferX11.cpp | 58 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 D | compact_ids_test.cpp | 272 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 D | number_multiplier.cpp | 155 UErrorCode& status) const { in processQuantity() 156 fParent->processQuantity(quantity, micros, status); in processQuantity()
|
H A D | sortkey.cpp | 182 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 D | test_misc.c | 100 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 D | SkXMLParser.cpp | 168 XML_Status status = XML_ParseBuffer(ctx.fXMLParser, SkToS32(len), done); in parse() local 169 if (XML_STATUS_ERROR == status) { in parse()
|