/third_party/icu/icu4c/source/test/intltest/ |
H A D | mnkytst.cpp | 255 void CollationMonkeyTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 257 if (exec) logln("TestSuite CollationMonkeyTest: "); in runIndexedTest() 260 case 0: name = "TestCompare"; if (exec) TestCompare(/* par */); break; in runIndexedTest() 261 case 1: name = "TestCollationKey"; if (exec) TestCollationKey(/* par */); break; in runIndexedTest() 262 case 2: name = "TestRules"; if (exec) TestRules(/* par */); break; in runIndexedTest()
|
H A D | restest.cpp | 208 void ResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 210 if (exec) logln("TestSuite ResourceBundleTest: "); in runIndexedTest() 213 case 0: name = "TestResourceBundles"; if (exec) TestResourceBundles(); break; in runIndexedTest() 214 case 1: name = "TestConstruction"; if (exec) TestConstruction(); break; in runIndexedTest() 215 case 2: name = "TestGetSize"; if (exec) TestGetSize(); break; in runIndexedTest() 216 case 3: name = "TestGetLocaleByType"; if (exec) TestGetLocaleByType(); break; in runIndexedTest() 221 case 4: name = "TestExemplar"; if (exec) TestExemplar(); break; in runIndexedTest()
|
H A D | caltest.cpp | 86 void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 88 if (exec) logln("TestSuite TestCalendar"); in runIndexedTest() 92 if (exec) { in runIndexedTest() 99 if (exec) { in runIndexedTest() 106 if (exec) { in runIndexedTest() 113 if (exec) { in runIndexedTest() 120 if (exec) { in runIndexedTest() 127 if (exec) { in runIndexedTest() 134 if (exec) { in runIndexedTest() 141 if (exec) { in runIndexedTest() [all...] |
H A D | genderinfotest.cpp | 39 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 47 void GenderInfoTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /* par */) { in runIndexedTest() argument 48 if (exec) { in runIndexedTest()
|
H A D | scientificnumberformattertest.cpp | 26 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 37 int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() 38 if (exec) { in runIndexedTest() 36 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
|
H A D | static_unisets_test.cpp | 19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 32 void StaticUnicodeSetsTest::runIndexedTest(int32_t index, UBool exec, const char*&name, char*) { in runIndexedTest() argument 33 if (exec) { in runIndexedTest()
|
/third_party/icu/icu4c/source/test/perf/utfperf/ |
H A D | utfperf.cpp | 96 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); 331 UPerfFunction* UtfPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument 333 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break; in runIndexedTest() 334 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break; in runIndexedTest() 335 case 2: name = "FromUTF8"; if (exec) return FromUTF8::get(*this); break; in runIndexedTest()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | import.go | 22 "os/exec" 101 if err := exec.Command(e.LLVM.Profdata(), "merge", "-sparse", profrawPath, "-output", profdata).Run(); err != nil { 121 data, err := exec.Command(e.LLVM.Cov(), args...).Output() 123 return nil, cause.Wrap(err, "llvm-cov errored: %v", string(err.(*exec.ExitError).Stderr)) 132 data, err := exec.Command(e.TurboCov, e.ExePath, profdata).Output() 134 return nil, cause.Wrap(err, "turbo-cov errored: %v", string(err.(*exec.ExitError).Stderr))
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/ |
H A D | main.go | 30 "os/exec" 78 buildScript, err = exec.LookPath(args[0]) 158 cmd := exec.Command("sh", "-c", buildScript) 163 case *exec.ExitError: 224 err := exec.Command("clang-format", "-i", f.path).Run() 233 err := exec.Command("git", "-C", fileutils.ProjectRoot(), "add", f.path).Run()
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps_test.go | 16 "go.skia.org/infra/go/exec" 29 mock := exec.CommandCollector{} 73 mock := exec.CommandCollector{} 114 mock := exec.CommandCollector{} 147 mock := exec.CommandCollector{} 190 mock := exec.CommandCollector{}
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
H A D | unisetperf.cpp | 92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); 410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument 412 case 0: name = "Contains"; if (exec) return Contains::get(*this); break; in runIndexedTest() 413 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break; in runIndexedTest() 414 case 2: name = "SpanBackUTF16";if (exec) return SpanBackUTF16::get(*this); break; in runIndexedTest() 415 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break; in runIndexedTest() 416 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break; in runIndexedTest()
|
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
H A D | run_wasm_gm_tests.go | 18 "go.skia.org/infra/go/exec" 141 if _, err := exec.RunCwd(ctx, workPath, args...); err != nil { 159 if _, err := exec.RunCwd(ctx, workPath, args...); err != nil { 188 if _, err := exec.RunCwd(ctx, testHarnessPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 210 _, err := exec.RunCwd(ctx, testHarnessPath, args...) 260 _, err = exec.RunCwd(ctx, goldctlWorkPath, args...) 270 _, err = exec.RunCwd(ctx, goldctlWorkPath, args...) 287 _, err := exec.RunCwd(ctx, workPath, goldctlPath, "imgtest", "finalize", "--work-dir", workPath)
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-split.js | 76 var exec = RegExp.prototype.exec; variable 79 Object.defineProperty(RegExp.prototype, "exec", { get : function() { throw "abrupt get exec"; }}) 84 assert (e === "abrupt get exec"); 88 Object.defineProperty(RegExp.prototype, "exec", { value: function (str) { 100 Object.defineProperty(RegExp.prototype, "exec", { value: function (str) {
|
/third_party/node/test/parallel/ |
H A D | test-domain-throw-error-then-throw-from-uncaught-exception-handler.js | 52 child_process.exec( 73 child_process.exec(createTestCmdLine({
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | subset-tests-by-key.js | 9 match = /(?:^\?|&)(include|exclude)=([^&]+)?/.exec(location.search); 19 match = /(?:^\?|&)get-keys(&get-counts)?(?:&|$)/.exec(location.search);
|
H A D | subset-tests.js | 6 match = /(?:^\?|&)(\d+)-(\d+|last)(?:&|$)/.exec(location.search); 16 match = /(?:^\?|&)split=(\d+)(?:&|$)/.exec(location.search);
|
/third_party/icu/icu4c/source/test/perf/localecanperf/ |
H A D | localecanperf.cpp | 55 int32_t index, UBool exec, const char *&name, char *par = nullptr); 66 int32_t index, UBool exec, const char *&name, char *par /*= nullptr*/) in runIndexedTest() 65 runIndexedTest( int32_t index, UBool exec, const char *&name, char *par ) runIndexedTest() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeGuardsNestedAssignments.js | 44 while ((match = re.exec("xxx")) != null) { 83 while ((match = re.exec("xxx")) != null) {
|
/third_party/rust/crates/regex/src/ |
H A D | lib.rs | 740 mod exec; modules 765 pub use crate::exec::{Exec, ExecBuilder};
|
H A D | re_set.rs | 11 use crate::exec::Exec; 434 fn from(exec: Exec) -> Self { in from() 435 RegexSet(exec) in from()
|
/third_party/curl/lib/ |
H A D | cf-h1-proxy.c | 604 if(!h->exec) { in start_CONNECT() 605 h->exec = hyper_executor_new(); in start_CONNECT() 606 if(!h->exec) { in start_CONNECT() 622 hyper_clientconn_options_exec(options, h->exec); in start_CONNECT() 635 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) { in start_CONNECT() 642 task = hyper_executor_poll(h->exec); in start_CONNECT() 760 if(HYPERE_OK != hyper_executor_push(h->exec, sendtask)) { in start_CONNECT() 801 task = hyper_executor_poll(h->exec); in send_CONNECT() 840 if(h->exec) { in recv_CONNECT_resp() 841 hyper_executor_free(h->exec); in recv_CONNECT_resp() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_transfer.c | 28 uint32_t exec = (1 << 20); in nvc0_m2mf_transfer_rect() local 50 exec |= NVC0_M2MF_EXEC_LINEAR_IN; in nvc0_m2mf_transfer_rect() 66 exec |= NVC0_M2MF_EXEC_LINEAR_OUT; in nvc0_m2mf_transfer_rect() 80 if (!(exec & NVC0_M2MF_EXEC_LINEAR_IN)) { in nvc0_m2mf_transfer_rect() 87 if (!(exec & NVC0_M2MF_EXEC_LINEAR_OUT)) { in nvc0_m2mf_transfer_rect() 99 PUSH_DATA (push, exec); in nvc0_m2mf_transfer_rect() 131 uint32_t exec; in nve4_m2mf_transfer_rect() local 143 exec = NVE4_COPY_EXEC_SWIZZLE_ENABLE | NVE4_COPY_EXEC_2D_ENABLE | NVE4_COPY_EXEC_FLUSH | NVE4_COPY_EXEC_COPY_MODE_NON_PIPELINED; in nve4_m2mf_transfer_rect() 165 exec |= NVE4_COPY_EXEC_DST_LAYOUT_BLOCKLINEAR; in nve4_m2mf_transfer_rect() 179 exec | in nve4_m2mf_transfer_rect() [all...] |
/third_party/rust/crates/syn/benches/ |
H A D | rust.rs | 107 fn exec(mut codepath: impl FnMut(&str) -> Result<(), ()>) -> Duration { in exec() functions 156 exec(|content| { in main() 174 let elapsed = exec(f); in main()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuThreadUtil.hpp | 141 virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform actual operation 175 void exec (void); 227 void exec (Thread& thread);
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 197 auto exec = [context]() -> int { in GetAll() local 209 context->SetAction(env, info, input, exec, output); in GetAll() 227 auto exec = [context]() -> int { in GetValue() local 247 context->SetAction(env, info, input, exec, output); in GetValue() 265 auto exec = [context]() -> int { in SetValue() local 279 context->SetAction(env, info, input, exec, output); in SetValue() 296 auto exec = [context]() -> int { in Delete() local 310 context->SetAction(env, info, input, exec, output); in Delete() 327 auto exec = [context]() -> int { in HasKey() local 342 context->SetAction(env, info, input, exec, outpu in HasKey() 358 auto exec = [context]() -> int { Flush() local 388 auto exec = [context]() -> int { Clear() local [all...] |