/third_party/ltp/testcases/kernel/mem/mtest07/ |
H A D | mallocstress.c | 171 void *status; in stress_malloc() local 173 SAFE_PTHREAD_JOIN(thread_id[thread_index], &status); in stress_malloc() 174 if ((intptr_t)status != 0) { in stress_malloc()
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork09.c | 67 int pid, status, nf; in main() local 141 wait(&status); in main() 142 if (status >> 8 != 0) in main()
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs01_open_files.c | 33 int status; in main() local 62 waitpid(cid, &status, 0); in main() 70 exit(WEXITSTATUS(status)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages03.c | 129 int status[TEST_PAGES]; in main() local 166 status, MPOL_MF_MOVE_ALL); in main() 174 verify_pages_on_node(pages, status, TEST_PAGES, to_node); in main() 180 /* Read the status, no zombies! */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | swapon03.c | 105 int status; in setup_swap() local 174 waitpid(pid, &status, 0); in setup_swap() 176 if (WEXITSTATUS(status)) in setup_swap()
|
/third_party/lzma/C/ |
H A D | LzmaDec.h | 98 You can check status result also.
101 1) Check Result and "status" variable.
179 status:
189 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
206 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
220 status:
233 ELzmaStatus *status, ISzAllocPtr alloc);
|
/third_party/node/deps/v8/src/regexp/ |
H A D | gen-regexp-special-case.cc | 54 UErrorCode status = U_ZERO_ERROR; in PrintSpecial() local 55 icu::UnicodeSet upper("[\\p{Lu}]", status); in PrintSpecial() 56 CHECK(U_SUCCESS(status)); in PrintSpecial()
|
/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
H A D | renderonly.c | 116 boolean status; in renderonly_create_gpu_import_for_resource() local 126 status = screen->resource_get_handle(screen, NULL, rsc, &handle, in renderonly_create_gpu_import_for_resource() 128 if (!status) in renderonly_create_gpu_import_for_resource()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | name2uni.cpp | 196 UErrorCode status = U_ZERO_ERROR; in handleTransliterate() local 197 c = u_charFromName(U_EXTENDED_CHAR_NAME, cbuf, &status); in handleTransliterate() 198 if (U_SUCCESS(status)) { in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | util.cpp | 32 void check(UErrorCode& status, const char* msg) { in check() argument 33 if (U_FAILURE(status)) { in check() 34 printf("ERROR: %s (%s)\n", u_errorName(status), msg); in check()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiDeviceMonitor.java | 100 public void onDeviceStatusChanged(final MidiDeviceStatus status) { in onDeviceStatusChanged() argument 105 callback.onDeviceStatusChanged(status); in onDeviceStatusChanged() 110 callback.onDeviceStatusChanged(status); in onDeviceStatusChanged()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
H A D | SemaphoreServiceZirconHandle.cpp | 86 MaybeError status = CheckVkSuccess(mDevice->fn.ImportSemaphoreZirconHandleFUCHSIA( in ImportSemaphore() local 90 if (status.IsError()) { in ImportSemaphore() 92 DAWN_TRY(std::move(status)); in ImportSemaphore()
|
H A D | SemaphoreServiceFD.cpp | 90 MaybeError status = CheckVkSuccess( in ImportSemaphore() local 94 if (status.IsError()) { in ImportSemaphore() 96 DAWN_TRY(std::move(status)); in ImportSemaphore()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Buffer.h | 62 void OnMapRequestCompleted(MapRequestID mapID, WGPUBufferMapAsyncStatus status); 108 void CallMapCallback(MapRequestID mapID, WGPUBufferMapAsyncStatus status); 113 WGPUBufferMapAsyncStatus* status) const;
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | mutator.cc | 99 auto status = MaybeApplyMutation(program, *mutation, node_id_map, &program, in Replay() local 101 (void)status; // `status` will be unused in release mode. in Replay() 102 assert(status && "`mutation` is inapplicable - it's most likely a bug"); in Replay()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucurr.h | 153 * @param status the in/out status code 161 UErrorCode* status); 169 * @param status the in/out status code, no special meanings are assigned 174 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status); 444 * @param status error status 452 UErrorCode* status);
|
/third_party/python/Mac/Tools/ |
H A D | pythonw.c | 159 int status; in main() local 163 status = _NSGetExecutablePath(path, &size); in main() 164 if (status == 0) { in main()
|
/third_party/rust/crates/proc-macro2/ |
H A D | build.rs | 177 match cmd.status() { in compile_probe() 178 Ok(status) => status.success(), in compile_probe()
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_get_digests_all_partial_matches.c | 33 bool status, recurse = false; in main() local 103 status = selabel_get_digests_all_partial_matches(hnd, in main() 116 if (status) { /* They match */ in main()
|
/third_party/spirv-tools/tools/link/ |
H A D | linker.cpp | 169 spv_result_t status = Link(context, contents, &linkingResult, options); in main() local 170 if (status != SPV_SUCCESS && status != SPV_WARNING) return 1; in main()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMath.c | 38 unsigned int status = 0; in deGetRoundingMode() local 41 ret = _controlfp_s(&status, 0, 0); in deGetRoundingMode() 44 switch (status & _MCW_RC) in deGetRoundingMode()
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | oled_ssd1306.c | 120 uint32_t status = WriteCmd(initCmds[i]); in OledInit() local 121 if (status != WIFI_IOT_SUCCESS) { in OledInit() 122 return status; in OledInit()
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.c | 126 uint32_t status = WriteCmd(initCmds[i]); in OledInit() local 127 if (status != IOT_SUCCESS) { in OledInit() 128 return status; in OledInit()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_feedback.c | 119 int status, ret; in activate() local 229 if (ff_inlink_acknowledge_status(ctx->inputs[0], &status, &pts)) { in activate() 230 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate() 231 ff_outlink_set_status(ctx->outputs[1], status, pts); in activate() 235 if (ff_inlink_acknowledge_status(ctx->inputs[1], &status, &pts)) { in activate() 236 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate() 237 ff_outlink_set_status(ctx->outputs[1], status, pts); in activate()
|
/third_party/backends/backend/ |
H A D | gt68xx_low.h | 78 status = function; \ 79 if (status != SANE_STATUS_GOOD) \ 82 sane_strstatus (status)); \ 83 return status; \ 91 do { status = function; \ 92 if (status != SANE_STATUS_GOOD) return status; \ 271 * @param loaded Returned firmware status: 284 * @param power_ok Returned power status: 296 * @param ta_attached Returned transparency adapter status [all...] |