/third_party/node/test/parallel/ |
H A D | test-child-process-exec-error.js | 38 test(child_process.exec, 1, 'number'); // Exit code of cmd.exe 40 test(child_process.exec, 127, 'number'); // Exit code of /bin/sh
|
H A D | test-cluster-setup-primary-emit.js | 31 assert.strictEqual(settings.exec, 'new-exec'); 34 cluster.setupPrimary({ exec: 'new-exec' }); 39 assert('exec' in settings);
|
H A D | test-cli-node-print-help.js | 10 const { exec } = require('child_process'); 15 exec(`${process.execPath} --help`, common.mustSucceed((stdout, stderr) => {
|
H A D | test-cli-node-options-disallowed.js | 9 const exec = require('child_process').execFile; 35 exec(process.execPath, { cwd: tmpdir.path, env }, common.mustCall((err) => {
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_helper.cpp | 129 auto exec = [ctxInfo](AsyncCall::Context *ctx) { in Napi_CreateDataShareHelper() local 139 return asyncCall.Call(env, exec); in Napi_CreateDataShareHelper() 230 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Insert() local 244 return asyncCall.Call(env, exec); in Napi_Insert() 275 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Delete() local 289 return asyncCall.Call(env, exec); in Napi_Delete() 330 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Query() local 345 return asyncCall.Call(env, exec); in Napi_Query() 383 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Update() local 397 return asyncCall.Call(env, exec); in Napi_Update() 423 auto exec = [context](AsyncCall::Context *ctx) { Napi_BatchUpdate() local 467 auto exec = [context](AsyncCall::Context *ctx) { Napi_BatchInsert() local 502 auto exec = [context](AsyncCall::Context *ctx) { Napi_NormalizeUri() local 538 auto exec = [context](AsyncCall::Context *ctx) { Napi_DenormalizeUri() local 600 auto exec = [context](AsyncCall::Context *ctx) { Napi_NotifyChange() local 726 auto exec = [context](AsyncCall::Context *ctx) { Napi_Publish() local 765 auto exec = [context](AsyncCall::Context *ctx) { Napi_GetPublishedData() local 937 auto exec = [context](AsyncCall::Context *ctx) { Napi_Close() local 1252 auto exec = [context](AsyncCall::Context *ctx) { SetSilentSwitch() local [all...] |
H A D | async_call.cpp | 56 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument 62 context_->ctx->exec_ = std::move(exec); in Call() 79 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall() argument 85 context_->ctx->exec_ = std::move(exec); in SyncCall()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 541 auto exec = [context]() { in Insert() local 556 context->SetAction(env, info, input, exec, output); in Insert() 575 auto exec = [context]() { in BatchInsert() local 593 context->SetAction(env, info, input, exec, output); in BatchInsert() 618 auto exec = [context]() { in Delete() local 633 context->SetAction(env, info, input, exec, output); in Delete() 661 auto exec = [context]() { in Update() local 676 context->SetAction(env, info, input, exec, output); in Update() 707 auto exec = [context]() { in Query() local 723 context->SetAction(env, info, input, exec, outpu in Query() 747 auto exec = [context]() { QuerySql() local 816 auto exec = [context]() { ExecuteSql() local 846 auto exec = [context]() { Count() local 882 auto exec = [context]() { Replace() local 915 auto exec = [context]() { Attach() local 1032 auto exec = [context]() { QueryByStep() local 1117 auto exec = [context]() { SetDistributedTables() local 1150 auto exec = [context]() { ObtainDistributedTableName() local 1187 auto exec = [context]() { Sync() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_transaction.cpp | 301 auto exec = [context]() -> int { in Commit() local 309 context->SetAction(env, info, input, exec, output); in Commit() 336 auto exec = [context]() -> int { in Rollback() local 344 context->SetAction(env, info, input, exec, output); in Rollback() 376 auto exec = [context]() -> int { in Delete() local 386 context->SetAction(env, info, input, exec, output); in Delete() 426 auto exec = [context]() -> int { in Update() local 437 context->SetAction(env, info, input, exec, output); in Update() 477 auto exec = [context]() -> int { in Insert() local 488 context->SetAction(env, info, input, exec, outpu in Insert() 523 auto exec = [context]() -> int { BatchInsert() local 570 auto exec = [context]() -> int { Query() local 617 auto exec = [context]() -> int { QuerySql() local 661 auto exec = [context]() -> int { Execute() local [all...] |
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
H A D | dicttrieperf.cpp | 69 virtual UPerfFunction *runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL); 645 UPerfFunction *DictionaryTriePerfTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 651 if(exec) { in runIndexedTest() 657 if(exec) { in runIndexedTest() 663 if(exec) { in runIndexedTest() 669 if(exec) { in runIndexedTest() 678 if(index==0 && exec) { in runIndexedTest() 685 if(exec) { in runIndexedTest() 691 if(exec) { in runIndexedTest() 697 if(exec) { in runIndexedTest() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 157 bld.sop2(Builder::s_and, dst, bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code() 160 bld.sop2(Builder::s_orn2, dst, bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code() 172 cur = Operand(exec, bld.lm); in build_merge_code() 175 bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code() 183 bld.sop2(Builder::s_or, dst, bld.def(s1, scc), prev, Operand(exec, bld.lm)); in build_merge_code() 185 bld.sop2(Builder::s_andn2, dst, bld.def(s1, scc), prev, Operand(exec, bld.lm)); in build_merge_code() 189 bld.sop2(Builder::s_andn2, bld.def(bld.lm), bld.def(s1, scc), prev, Operand(exec, bld.lm)); in build_merge_code() 190 cur = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code()
|
/third_party/node/benchmark/child_process/ |
H A D | child-process-exec-stdout.js | 3 const { exec, execSync } = require('child_process'); 20 const child = exec(cmd, { 'stdio': ['ignore', 'pipe', 'ignore'] });
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_doubleconversion.cpp | 13 void DoubleConversionTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument 14 if (exec) { in runIndexedTest()
|
H A D | itutil.cpp | 50 void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument 52 if (exec) logln("TestSuite Utilities: "); in runIndexedTest() 86 void ErrorCodeTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument 87 if (exec) logln("TestSuite Utilities: "); in runIndexedTest() 89 case 0: name = "TestErrorCode"; if (exec) TestErrorCode(); break; in runIndexedTest() 90 case 1: name = "TestSubclass"; if (exec) TestSubclass(); break; in runIndexedTest() 91 case 2: name = "TestIcuTestErrorCode"; if (exec) TestIcuTestErrorCode(); break; in runIndexedTest() 315 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 333 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 334 if(exec) { in runIndexedTest() 842 runIndexedTest(int32_t index, UBool exec, const char *&name, char * ) runIndexedTest() argument [all...] |
H A D | currcoll.cpp | 145 void CollationCurrencyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument 147 if (exec) in runIndexedTest() 154 case 0: name = "currencyTest"; if (exec) currencyTest(/*par*/); break; in runIndexedTest()
|
H A D | units_data_test.cpp | 22 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL) override; 32 void UnitsDataTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 33 if (exec) { logln("TestSuite UnitsDataTest: "); } in runIndexedTest()
|
H A D | string_segment_test.cpp | 19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 24 void StringSegmentTest::runIndexedTest(int32_t index, UBool exec, const char*&name, char*) { in runIndexedTest() argument 25 if (exec) { in runIndexedTest()
|
/third_party/libunwind/libunwind/tests/ |
H A D | crasher.c | 19 char exec; in write_maps() local 29 if (sscanf(buf, "%jx-%*x %*c%*c%c%*c %*x %*s %*d /%126[^\n]", &addr, &exec, path+1) != 3) in write_maps() 32 if (exec != 'x') in write_maps()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_helper_invocations.c | 267 bool exec = false; in bi_analyze_helper_requirements() local 271 exec |= BITSET_TEST(deps, bi_get_node(I->dest[d])); in bi_analyze_helper_requirements() 274 I->skip = !exec; in bi_analyze_helper_requirements()
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 30 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 45 if (exec) { \ 53 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 69 if (exec) { \ 161 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // override !
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-regex.cc | 71 v8::Local<v8::Value> exec; in match() local 72 if (!regex->Get(context, toV8StringInternalized(isolate, "exec")) in match() 73 .ToLocal(&exec)) in match() 78 if (!exec.As<v8::Function>() in match() 83 // RegExp#exec returns null if there's no match, otherwise it returns an in match() 88 // https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/exec in match()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 30 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 45 if (exec) { \ 53 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 69 if (exec) { \ 161 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 12 use crate::exec::{Exec, ExecNoSync}; 99 fn from(exec: Exec) -> Regex { in from() 100 Regex(exec) in from()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | useRegexpGroups.js | 3 let result = re.exec("2015-01-02"); 20 var result = re.exec("2015-01-02");
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_napi_utils.h | 70 #define IMG_CREATE_CREATE_ASYNC_WORK(env, status, workName, exec, complete, aContext, work) \ 75 (status) = napi_create_async_work(env, nullptr, _resource, (exec), \ 85 #define IMG_CREATE_CREATE_ASYNC_WORK_WITH_QOS(env, status, workName, exec, complete, aContext, work, qos) \ 90 (status) = napi_create_async_work(env, nullptr, _resource, (exec), \
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | async_call.cpp | 54 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument 65 context_->ctx->exec_ = std::move(exec); in Call() 79 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "async call exec"); in Call() 83 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall() argument 89 context_->ctx->exec_ = std::move(exec); in SyncCall()
|