/third_party/icu/icu4c/source/common/ |
H A D | ucln_imp.h | 138 BOOL status = true; in DllMain() local 164 return status; in DllMain()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.h | 46 static TimeZoneGenericNames* createInstance(const Locale& locale, UErrorCode& status); 58 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
|
H A D | number_asformat.h | 54 UErrorCode& status) const U_OVERRIDE; 61 UErrorCode& status) const U_OVERRIDE; 82 * FormattedNumber result = fmt->getNumberFormatter().formatDouble(514.23, status);
|
/third_party/libuv/test/ |
H A D | test-loop-alive.c | 38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() argument 40 ASSERT_OK(status); in after_work_cb()
|
H A D | test-threadpool.c | 38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() argument 39 ASSERT_OK(status); in after_work_cb()
|
H A D | test-pipe-connect-prepare.c | 50 static void connect_cb(uv_connect_t* connect_req, int status) { in connect_cb() argument 51 ASSERT_EQ(status, UV_ENOENT); in connect_cb()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns_helper.h | 30 int pid, status; in check_newuser() local 38 SAFE_WAIT(NULL, &status); in check_newuser()
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
H A D | cgroup_fj_proc.c | 28 int status; in main() local 55 wait(&status); in main()
|
/third_party/node/lib/internal/ |
H A D | wasm_web_api.js | 36 `has status code ${response.status}`);
|
/third_party/node/test/parallel/ |
H A D | test-child-process-stdio-overlapped.js | 76 child.on('exit', common.mustCall((status) => { 77 // The test program will return the number of writes as status code. 78 assert.strictEqual(status, 0);
|
H A D | test-tls-env-bad-extra-ca.js | 32 .on('exit', common.mustCall(function(status) { 34 assert.strictEqual(status, 0);
|
H A D | test-tls-env-extra-ca.js | 42 fork(__filename, { env }).on('exit', common.mustCall(function(status) { 44 assert.strictEqual(status, 0);
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.h | 20 // |status->ok()| will be false iff the handler routine HandleError() is called. 26 Status* status); 28 std::unique_ptr<ParserHandler> NewJSONEncoder(std::string* out, Status* status);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucln_imp.h | 138 BOOL status = true; in DllMain() local 164 return status; in DllMain()
|
H A D | servnotf.h | 89 virtual void addListener(const EventListener* l, UErrorCode& status); 96 virtual void removeListener(const EventListener* l, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tmutamt.h | 44 * @param status the input-output error code. 53 UErrorCode& status); 61 * @param status the input-output error code. 68 UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.h | 46 static TimeZoneGenericNames* createInstance(const Locale& locale, UErrorCode& status); 58 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
|
H A D | number_asformat.h | 54 UErrorCode& status) const override; 61 UErrorCode& status) const override; 82 * FormattedNumber result = fmt->getNumberFormatter().formatDouble(514.23, status);
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | sync_file.h | 56 * @status: status of the fence 0:active 1:signaled <0:error 58 * @timestamp_ns: timestamp of status change in nanoseconds 63 __s32 status; member 71 * @status: status of fence. 1: signaled 0:active <0:error 80 __s32 status; member
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tmutamt.h | 44 * @param status the input-output error code. 53 UErrorCode& status); 61 * @param status the input-output error code. 68 UErrorCode& status);
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | gnomeglue.cpp | 55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gnomeFontMapOpen() argument 57 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status); in fm_gnomeFontMapOpen()
|
/third_party/ltp/testcases/kernel/syscalls/wait4/ |
H A D | wait402.c | 55 int status = 1; in main() local 65 TEST(wait4(epid, &status, 0, &rusage)); in main()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
H A D | hugeshmat03.c | 44 int status; in verify_hugeshmat() local 64 SAFE_WAITPID(pid, &status, 0); in verify_hugeshmat()
|
/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_ilb_test.py | 46 status = validate_ilb(options.mc_level, options.smt_level) 50 return(status)
|
H A D | pm_sched_domain.py | 40 status = verify_sched_domain_dmesg(options.mc_level, options.smt_level) 44 return(status)
|