/third_party/mesa3d/src/util/ |
H A D | xmlconfig.h | 169 void driInjectExecName(const char *exec);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.h | 97 struct nouveau_heap *exec; member
|
/third_party/icu/icu4c/source/test/testdata/ |
H A D | testdata.mak | 39 --mode windows-exec \
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testidna.h | 55 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL) override;
|
H A D | rbbimonkeytest.h | 59 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | usettest.h | 37 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL) override;
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.cpp | 86 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 D | lws-plugin-ssh.h | 246 * 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 D | HeaderParser.js | 92 m = RE_HDR.exec(lines[i])
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
H A D | main.go | 23 "os/exec" 123 cmd := exec.Command(exe, args...)
|
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/ |
H A D | ftdebug.c | 51 #include <exec/types.h>
|
/third_party/protobuf/js/ |
H A D | debug.js | 112 var match = /^get([A-Z]\w*)/.exec(name);
|
/third_party/rust/crates/regex/src/ |
H A D | re_unicode.rs | 12 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 D | scanresults.cpp | 140 nc->exec(); in bssSelected()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | scanresults.cpp | 140 nc->exec(); in bssSelected()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 100 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 D | ubrkperf.cpp | 173 UPerfFunction* BreakIteratorPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-pattern.js | 156 var parsedURL = /^(\w+)\:\/\/([^\/]+)\/(.*)$/.exec(url);
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 136 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 D | index.js | 136 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 D | charperf.h | 92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
|
H A D | charperf.cpp | 96 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | dtfmtrtperf.h | 225 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 D | MainActivity.java | 91 Process process = Runtime.getRuntime().exec(executablePath); in executeBinary()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | compile_cas.go | 9 "os/exec" 67 cmd := exec.Command("git", "ls-files")
|