Home
last modified time | relevance | path

Searched refs:exec (Results 476 - 500 of 2074) sorted by relevance

1...<<11121314151617181920>>...83

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dslb.c359 unsigned long exec = 0x10000000; in slb_setup_new_exec() local
373 * We have no good place to clear the slb preload cache on exec, in slb_setup_new_exec()
378 * previous exec, they will age out if unused. It may turn out to in slb_setup_new_exec()
388 if (!is_kernel_addr(exec)) { in slb_setup_new_exec()
389 if (preload_add(ti, exec)) in slb_setup_new_exec()
390 slb_allocate_user(mm, exec); in slb_setup_new_exec()
/third_party/elfutils/src/
H A Dstack.c74 static const char *exec = NULL; variable
501 exec = arg; in parse_opt()
563 if (core == NULL && exec != NULL) in parse_opt()
595 if (dwfl_core_file_report (dwfl, core, exec) < 0) in parse_opt()
/third_party/node/lib/
H A Dchild_process.js232 function exec(command, options, callback) { function
257 ObjectDefineProperty(exec, promisify.custom, {
260 value: customPromiseExecFunction(exec),
1014 exec,
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js117 const subnet = constants6.RE_SUBNET_STRING.exec(address);
132 const zone = constants6.RE_ZONE_STRING.exec(address);
186 result = constants6.RE_URL_WITH_PORT.exec(url);
202 result = constants6.RE_URL.exec(url);
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js70 exec: 'p',
97 exec(expr), p(expr), exec expr, p expr
99 repl Enter a debug repl that works like exec
578 // Add parentheses: exec process.title => exec("process.title");
579 const match = RegExpPrototypeExec(/^\s*(?:exec|p)\s+([^\n]*)/, input);
581 lastCommand = `exec(${JSONStringify(match[1])})`;
1004 exec(expr) {
/kernel/linux/linux-5.10/arch/x86/ia32/
H A Dia32_aout.c108 struct exec ex; in load_aout_binary()
111 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary()
249 struct exec ex; in load_aout_library()
/third_party/elfutils/tests/
H A Dbacktrace.c385 exec_dump (const char *exec) in exec_dump() argument
393 execl (exec, exec, "--ptraceme", NULL); in exec_dump()
483 { "backtrace-exec", OPT_BACKTRACE_EXEC, "EXEC", 0, N_("Run executable"), 0 },
/third_party/curl/lib/
H A Dcurl_setup.h337 # include <exec/types.h>
338 # include <exec/execbase.h>
339 # include <proto/exec.h>
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp41 void DataDrivenCalendarTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
44 if (exec) { in runIndexedTest()
55 if (exec) { in runIndexedTest()
H A Dformatted_string_builder_test.cpp27 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override;
42 void FormattedStringBuilderTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
43 if (exec) { in runIndexedTest()
H A Dformattedvaluetest.cpp19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
36 void FormattedValueTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
37 if (exec) { in runIndexedTest()
H A Dbidiconf.cpp39 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override;
70 void BiDiConformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument
71 if(exec) { in runIndexedTest()
H A Dcalcasts.cpp24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
27 void CalendarCaseTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
29 if (exec) logln("TestSuite CalendarCaseTest"); in runIndexedTest()
H A Dastrotst.cpp24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
29 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
31 if (exec) logln("TestSuite AstroTest"); in runIndexedTest()
H A Ddisplayoptions_test.cpp20 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override;
23 void DisplayOptionsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
24 if (exec) { in runIndexedTest()
H A Dv32test.cpp41 void UVector32Test::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
43 if (exec) logln("TestSuite UVector32Test: "); in runIndexedTest()
47 if (exec) UVector32_API(); in runIndexedTest()
H A Dcompactdecimalformattest.cpp234 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
267 int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest()
268 if (exec) { in runIndexedTest()
266 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
/third_party/node/lib/internal/per_context/
H A Dprimordials.js604 exec: OriginalRegExpPrototypeExec,
625 exec() {
674 exec: {
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps.go22 "go.skia.org/infra/go/exec"
125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil {
135 _, _ = exec.RunSimple(ctx, "killall chrome")
211 _, err := exec.RunCwd(ctx, benchmarkPath, args...)
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsuspend.c14 #include <asm/exec.h>
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dpe-file-parsing.c12 #include <subcmd/exec-cmd.h>
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcn_proc.h83 } exec; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h8 struct list_head exec; member
H A Dpmu.h58 int nvkm_memx_fini(struct nvkm_memx **, bool exec);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddcb.h65 int dcb_outp_foreach(struct nvkm_bios *, void *data, int (*exec)

Completed in 18 milliseconds

1...<<11121314151617181920>>...83