Home
last modified time | relevance | path

Searched refs:status (Results 3651 - 3675 of 6163) sorted by relevance

1...<<141142143144145146147148149150>>...247

/third_party/musl/src/unistd/
H A Dfaccessat.c42 int status; in faccessat() local
56 __sys_wait4(pid, &status, __WCLONE, 0); in faccessat()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemalign.c49 int status = delete_node(mem); in __memalign() local
50 if (status != 0) { in __memalign()
/third_party/node/benchmark/napi/ref/
H A Daddon.c7 napi_status status = (call); \
8 if (status != napi_ok) { \
/third_party/node/benchmark/napi/string/
H A Dbinding.c7 napi_status status = call; \
8 assert(status == napi_ok && #call " failed"); \
/third_party/node/deps/icu-small/source/common/
H A Drestrace.h87 CharString& getFilePath(CharString& output, UErrorCode& status) const;
89 CharString& getResPath(CharString& output, UErrorCode& status) const;
/third_party/node/benchmark/misc/
H A Dstartup.js21 if (child.status !== 0) {
26 throw new Error(`Child process stopped with exit code ${child.status}`);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunorm.h212 * @param status A pointer to a UErrorCode to receive any errors.
221 UErrorCode *status);
237 * @param status a pointer to a UErrorCode to receive any errors
246 UErrorCode *status);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_compositions.cpp22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match()
31 maybeMore = matcher->match(segment, result, status); in match()
H A Dindiancal.h148 * @param success Indicates the status of IndianCalendar object construction.
175 //void setCivil(ECivil beCivil, UErrorCode &status);
255 virtual void handleComputeFields(int32_t julianDay, UErrorCode &status) override;
292 virtual int32_t getRelatedYear(UErrorCode &status) const override;
H A Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble()
74 status = U_INVALID_STATE_ERROR; in getDouble()
H A Dpersncal.h146 * @param success Indicates the status of PersianCalendar object construction.
249 virtual void handleComputeFields(int32_t julianDay, UErrorCode &status) override;
286 virtual int32_t getRelatedYear(UErrorCode &status) const override;
H A Dwindtfmt.h45 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
121 UnicodeString* getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const;
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgtypes.h92 typedef void (UPKGMODE)(struct UPKGOptions_ *, FileStream *s, UErrorCode *status);
98 * @param status ICU error code
100 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.h34 * If the given system tzid is not known, U_ILLEGAL_ARGUMENT_ERROR is set in the status.
39 static UnicodeString& U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status);
45 * is set in the status.
47 * @param status Receives the status
50 static const UChar* U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status);
H A Dwindtfmt.h45 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status);
121 UnicodeString* getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const;
/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h72 UErrorCode& status);
118 IcuTestErrorCode status);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java137 public void showStatus(String status) { in showStatus() argument
138 System.out.println(status); in showStatus()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h92 typedef void (UPKGMODE)(struct UPKGOptions_ *, FileStream *s, UErrorCode *status);
98 * @param status ICU error code
100 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
/third_party/libdrm/tests/util/
H A Dkms.c93 const char *util_lookup_connector_status_name(unsigned int status) in util_lookup_connector_status_name() argument
95 return util_lookup_type_name(status, connector_status_names, in util_lookup_connector_status_name()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
H A Dhugeshmctl03.c66 int status; in test_hugeshmctl() local
75 SAFE_WAITPID(pid, &status, 0); in test_hugeshmctl()
/third_party/ltp/testcases/lib/
H A Ddaemonlib.sh74 service $1 status > /dev/null 2>&1
76 /etc/init.d/$1 status > /dev/null 2>&1
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H A Dhugeshmat04.c48 int status, shmid; in shared_hugepage() local
75 wait(&status); in shared_hugepage()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace08.c67 int status; in ptrace_try_kern_addr() local
77 if (SAFE_WAITPID(child_pid, &status, WUNTRACED) != child_pid) in ptrace_try_kern_addr()
/third_party/rust/crates/env_logger/tests/
H A Dlog_tls_dtors.rs59 if !out.status.success() { in main()
60 println!("test failed: {}", out.status); in main()
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py85 status = run_tests(dirname, tree)
86 if status == 0:

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...247