Home
last modified time | relevance | path

Searched refs:status (Results 4226 - 4250 of 24175) sorted by relevance

1...<<161162163164165166167168169170>>...967

/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-boardinfo.c53 int status; in i2c_register_board_info() local
61 for (status = 0; len; len--, info++) { in i2c_register_board_info()
67 status = -ENOMEM; in i2c_register_board_info()
81 status = -ENOMEM; in i2c_register_board_info()
92 return status; in i2c_register_board_info()
/kernel/liteos_m/components/net/test/
H A Dtest_main.c124 osStatus_t status; in LwipTestStartTimer() local
126 status = osTimerStart(g_lwipTestTimerId, timeout); in LwipTestStartTimer()
127 if (status != osOK) { in LwipTestStartTimer()
135 status = osTimerStart(g_lwipTestTimerId, timeout); in LwipTestStartTimer()
136 if (status != osOK) { in LwipTestStartTimer()
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_008.cpp46 int fpid, fpids, status, retValue; in TestSigKillWaitFromSigChild() local
66 retValue = waitpid(fpids, &status, 0); in TestSigKillWaitFromSigChild()
72 retValue = waitpid(fpid, &status, 0); in TestSigKillWaitFromSigChild()
74 ICUNIT_ASSERT_EQUAL(WEXITSTATUS(status), 0, WEXITSTATUS(status)); in TestSigKillWaitFromSigChild()
/third_party/fsverity-utils/programs/
H A Dcmd_measure.c26 int status; in fsverity_cmd_measure() local
56 status = 0; in fsverity_cmd_measure()
59 return status; in fsverity_cmd_measure()
62 status = 1; in fsverity_cmd_measure()
67 status = 2; in fsverity_cmd_measure()
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_decode.cpp34 astcenc_error status; in TEST() local
55 status = astcenc_context_alloc(&config, 1, &context); in TEST()
56 EXPECT_EQ(status, ASTCENC_SUCCESS); in TEST()
66 status = astcenc_decompress_image(context, data, 16, &image, &swizzle, 0); in TEST()
67 EXPECT_EQ(status, ASTCENC_SUCCESS); in TEST()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumsys.h91 * @param status ICU status
94 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
100 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
108 * @param status ICU status
111 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
122 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
134 * @param status ICU status; se
[all...]
H A Ducoleitr.h72 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
87 * ucol_reset has to be called first to reset the status, shifting pointers to
112 * @param status A pointer to a UErrorCode to receive any errors.
120 UErrorCode *status);
144 * Property settings for collation will be reset to the current status.
157 * @param status A pointer to a UErrorCode to receive any errors.
163 ucol_next(UCollationElements *elems, UErrorCode *status);
170 * @param status A pointer to a UErrorCode to receive any errors. Notably
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
208 * @param status
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnptrans.h44 NamePrepTransform(UParseError& parseError, UErrorCode& status);
49 static NamePrepTransform* createInstance(UParseError& parseError, UErrorCode& status);
80 * @param status ICU error code in/out parameter.
88 UErrorCode& status );
101 * @param status ICU error code in/out parameter.
109 UErrorCode& status );
116 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
H A Didnaref.h55 * @param status ICU in/out error code parameter.
68 UErrorCode* status);
93 * @param status ICU in/out error code parameter.
106 UErrorCode* status);
136 * @param status ICU in/out error code parameter.
149 UErrorCode* status);
175 * @param status ICU in/out error code parameter.
188 UErrorCode* status);
213 * @param status ICU error code in/out parameter.
221 UErrorCode* status);
[all...]
/third_party/icu/icu4c/source/common/
H A Dlstmbe.h41 LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status);
58 * @param status Information on any errors encountered.
66 UErrorCode& status) const override;
73 UScriptCode script, const LSTMData* data, UErrorCode& status);
76 UResourceBundle* rb, UErrorCode& status);
79 UScriptCode script, UErrorCode& status);
H A Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs()
48 if (U_SUCCESS(status)) { in getSupportedIDs()
55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate()
57 if (U_SUCCESS(status)) { in handleCreate()
68 return new ResourceBundle(pkg, loc, status); in handleCreate()
/third_party/icu/icu4c/source/common/unicode/
H A Duclean.h44 * @param status An ICU UErrorCode parameter. It must not be <code>NULL</code>.
53 u_init(UErrorCode *status);
147 * @param status Receives error values.
153 UErrorCode *status);
188 * @param status Error status. Report errors back to ICU by setting this variable
193 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
221 * @param status Receives error values.
227 UErrorCode *status);
251 * @param status Receive
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dquantityformatter.h76 * @param status any error returned here.
77 * @return true on success; false if status was set to a non zero error.
79 UBool addIfAbsent(const char *variant, const UnicodeString &rawPattern, UErrorCode &status);
102 * @param status any error returned here.
111 UErrorCode &status) const;
123 UErrorCode &status);
136 * @param status Set if an error occurs.
144 UErrorCode& status);
155 UErrorCode &status);
/third_party/node/deps/icu-small/source/common/
H A Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs()
48 if (U_SUCCESS(status)) { in getSupportedIDs()
55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate()
57 if (U_SUCCESS(status)) { in handleCreate()
68 return new ResourceBundle(pkg, loc, status); in handleCreate()
H A Dlstmbe.h41 LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status);
58 * @param status Information on any errors encountered.
66 UErrorCode& status) const override;
73 UScriptCode script, const LSTMData* data, UErrorCode& status);
76 UResourceBundle* rb, UErrorCode& status);
79 UScriptCode script, UErrorCode& status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Duclean.h44 * @param status An ICU UErrorCode parameter. It must not be <code>NULL</code>.
53 u_init(UErrorCode *status);
147 * @param status Receives error values.
153 UErrorCode *status);
188 * @param status Error status. Report errors back to ICU by setting this variable
193 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
221 * @param status Receives error values.
227 UErrorCode *status);
251 * @param status Receive
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dquantityformatter.h76 * @param status any error returned here.
77 * @return true on success; false if status was set to a non zero error.
79 UBool addIfAbsent(const char *variant, const UnicodeString &rawPattern, UErrorCode &status);
102 * @param status any error returned here.
111 UErrorCode &status) const;
123 UErrorCode &status);
136 * @param status Set if an error occurs.
144 UErrorCode& status);
155 UErrorCode &status);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumsys.h91 * @param status ICU status
94 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
100 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
108 * @param status ICU status
111 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
122 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
134 * @param status ICU status; se
[all...]
H A Ducoleitr.h72 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
87 * ucol_reset has to be called first to reset the status, shifting pointers to
112 * @param status A pointer to a UErrorCode to receive any errors.
120 UErrorCode *status);
144 * Property settings for collation will be reset to the current status.
157 * @param status A pointer to a UErrorCode to receive any errors.
163 ucol_next(UCollationElements *elems, UErrorCode *status);
170 * @param status A pointer to a UErrorCode to receive any errors. Notably
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
208 * @param status
[all...]
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm05.c51 int status; in test_ksm() local
74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
75 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in test_ksm()
76 tst_brk(TBROK, "invalid signal received: %d", status); in test_ksm()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork12.c59 int ret, status; in main() local
83 ret = SAFE_WAITPID(cleanup, -1, &status, WNOHANG); in main()
86 if (WTERMSIG(status) == SIGKILL) in main()
90 WEXITSTATUS(status), WTERMSIG(status)); in main()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace09.c46 int status; in run() local
55 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
66 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
69 if (WIFEXITED(status)) { in run()
74 if (WIFSTOPPED(status)) { in run()
/third_party/musl/libc-test/src/functional/
H A Dfcntl.c18 int status; in main() local
35 while (waitpid(pid, &status, 0)<0 && errno==EINTR); in main()
36 TEST(status==0, "lock failed to work\n"); in main()
43 while (waitpid(pid, &status, 0)<0 && errno==EINTR); in main()
44 TEST(status==0, "child failed to detect lock held by parent\n"); in main()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinline_exhaustive_pass.cpp62 Status status = Status::SuccessWithoutChange; in ProcessImpl() local
64 ProcessFunction pfn = [&status, this](Function* fp) { in ProcessImpl()
65 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
69 return status; in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinline_exhaustive_pass.cpp62 Status status = Status::SuccessWithoutChange; in ProcessImpl() local
64 ProcessFunction pfn = [&status, this](Function* fp) { in ProcessImpl()
65 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
69 return status; in ProcessImpl()

Completed in 12 milliseconds

1...<<161162163164165166167168169170>>...967