Home
last modified time | relevance | path

Searched refs:exec (Results 401 - 425 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/mesa3d/src/util/
H A Dxmlconfig.h169 void driInjectExecName(const char *exec);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h97 struct nouveau_heap *exec; member
/third_party/icu/icu4c/source/test/testdata/
H A Dtestdata.mak39 --mode windows-exec \
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.h55 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL) override;
H A Drbbimonkeytest.h59 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dusettest.h37 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL) override;
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp86 UPerfFunction* StringSearchPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par) { in runIndexedTest() argument
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h246 * exec() - spawn command and wire up stdin/out/err to ssh channel
251 * \param finish: function to call to indicate the exec finished
252 * \param finish_handle: opaque handle identifying this exec for use with \p finish
254 * Client requested to exec something. Return nonzero to fail.
256 int (*exec)(void *priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle); member
263 * \param finish: function to call to indicate the exec finished
264 * \param finish_handle: opaque handle identifying this exec for use with \p finish
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DHeaderParser.js92 m = RE_HDR.exec(lines[i])
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/
H A Dmain.go23 "os/exec"
123 cmd := exec.Command(exe, args...)
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftdebug.c51 #include <exec/types.h>
/third_party/protobuf/js/
H A Ddebug.js112 var match = /^get([A-Z]\w*)/.exec(name);
/third_party/rust/crates/regex/src/
H A Dre_unicode.rs12 use crate::exec::{Exec, ExecNoSyncStr};
154 fn from(exec: Exec) -> Regex { in from()
155 Regex(exec) in from()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp140 nc->exec(); in bssSelected()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp140 nc->exec(); in bssSelected()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c100 device->blorp.exec = gfx7_blorp_exec; in anv_device_init_blorp()
103 device->blorp.exec = gfx75_blorp_exec; in anv_device_init_blorp()
106 device->blorp.exec = gfx8_blorp_exec; in anv_device_init_blorp()
109 device->blorp.exec = gfx9_blorp_exec; in anv_device_init_blorp()
112 device->blorp.exec = gfx11_blorp_exec; in anv_device_init_blorp()
115 device->blorp.exec = gfx12_blorp_exec; in anv_device_init_blorp()
118 device->blorp.exec = gfx125_blorp_exec; in anv_device_init_blorp()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.cpp173 UPerfFunction* BreakIteratorPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-pattern.js156 var parsedURL = /^(\w+)\:\/\/([^\/]+)\/(.*)$/.exec(url);
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
H A Dindex.js136 const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
/third_party/node/deps/npm/node_modules/ansi-styles/
H A Dindex.js136 const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
/third_party/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
H A Dcharperf.cpp96 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h225 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par);
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java91 Process process = Runtime.getRuntime().exec(executablePath); in executeBinary()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dcompile_cas.go9 "os/exec"
67 cmd := exec.Command("git", "ls-files")

Completed in 14 milliseconds

1...<<11121314151617181920>>...26