Home
last modified time | relevance | path

Searched refs:exec (Results 126 - 150 of 1839) sorted by relevance

12345678910>>...74

/third_party/node/test/parallel/
H A Dtest-child-process-exec-error.js38 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 Dtest-cluster-setup-primary-emit.js31 assert.strictEqual(settings.exec, 'new-exec');
34 cluster.setupPrimary({ exec: 'new-exec' });
39 assert('exec' in settings);
H A Dtest-cli-node-print-help.js10 const { exec } = require('child_process');
15 exec(`${process.execPath} --help`, common.mustSucceed((stdout, stderr) => {
H A Dtest-cli-node-options-disallowed.js9 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 Dnapi_datashare_helper.cpp129 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 Dasync_call.cpp56 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 Dnapi_rdb_store.cpp541 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 Dnapi_transaction.cpp301 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 Ddicttrieperf.cpp69 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 Daco_lower_phis.cpp157 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 Dchild-process-exec-stdout.js3 const { exec, execSync } = require('child_process');
20 const child = exec(cmd, { 'stdio': ['ignore', 'pipe', 'ignore'] });
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_doubleconversion.cpp13 void DoubleConversionTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
14 if (exec) { in runIndexedTest()
H A Ditutil.cpp50 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 Dcurrcoll.cpp145 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 Dunits_data_test.cpp22 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 Dstring_segment_test.cpp19 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 Dcrasher.c19 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 Dbi_helper_invocations.c267 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 Duperf.h30 //| 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 Dv8-regex.cc71 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 Duperf.h30 //| 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 Dre_bytes.rs12 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 DuseRegexpGroups.js3 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 Dimage_napi_utils.h70 #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 Dasync_call.cpp54 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()

Completed in 18 milliseconds

12345678910>>...74