Searched defs:exec (Results 1 - 25 of 269) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/main/
H A Dapi_exec.c119 * \param ctx GL context to which \c exec belongs.
120 * \param exec dispatch table.
125 struct _glapi_table *exec; local
127 exec = _mesa_alloc_dispatch_table(_gloffset_COUNT);
128 if (exec == NULL)
132 _mesa_loopback_init_api_table(ctx, exec);
137 SET_AlphaFunc(exec, _mesa_AlphaFunc);
140 SET_BlendFunc(exec, _mesa_BlendFunc);
141 SET_Clear(exec, _mesa_Clear);
142 SET_ClearColor(exec, _mesa_ClearColo
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbbi.cpp26 if (exec) { \
35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
37 if (exec) logln("TestSuite RuleBasedBreakIterator: ");
H A Dittrans.cpp30 if (exec) { \
37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
39 if (exec) logln("TestSuite Transliterator");
H A Ditmajor.cpp43 if(exec) { \
50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
54 if (exec) {
63 if (exec) {
73 if (exec) {
83 if (exec) {
93 if (exec) {
103 if (exec) {
113 if (exec) {
122 if (exec) {
214 runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
[all...]
H A Ditformat.cpp76 if (exec) { \
84 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
89 if (exec) {
100 if (exec) logln("TestSuite Format: ");
144 if (exec) {
159 if (exec) {
168 if (exec) {
179 if (exec) {
189 if (exec) {
198 if (exec) {
[all...]
H A Ddecoll.cpp135 void CollationGermanTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
137 if (exec) logln("TestSuite CollationGermanTest: ");
140 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
141 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
/external/v8/test/mjsunit/bugs/
H A Dbug-617.js36 RegExp.prototype.exec = make_sure_we_dont_get_here;
40 re.exec = make_sure_we_dont_get_here;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
41 exec->ctx = ctx;
49 vbo_exec_vtx_init( exec );
50 vbo_exec_array_init( exec );
52 /* Hook our functions into exec and compile dispatch tables.
54 _mesa_install_exec_vtxfmt( ctx, &exec->vtxfmt );
67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
74 vbo_exec_vtx_destroy( exec );
86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
[all...]
/external/v8/test/mjsunit/
H A Dregexp-string-methods.js33 assertEquals(["g"], /g/.exec("gg"));
37 assertEquals(["F"], f1.exec("F"));
42 assertEquals(["G"], f2.exec("G"));
45 // On the other hand test is defined in a semi-coherent way as a call to exec.
47 // We match other browsers in using the original value of RegExp.prototype.exec.
49 // RegExp.prototype.exec.
50 RegExp.prototype.exec = function(string) { return 'x'; };
/external/valgrind/none/tests/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/amd64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/arm/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/arm64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/mips32/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/mips64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/ppc32/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/ppc64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/s390x/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/tilegx/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/x86/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DAbstractMethodInfo.java21 public void addException(String exec); argument
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dmapping_info.h47 bool exec; // true if the mapping has the execute bit set. member in struct:google_breakpad::MappingInfo
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingListenableFuture.java46 public void addListener(Runnable listener, Executor exec) { argument
47 delegate().addListener(listener, exec);
H A DListenableFutureTask.java82 public void addListener(Runnable listener, Executor exec) { argument
83 executionList.add(listener, exec);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DListenableFutureTester.java41 private final ExecutorService exec; field in class:ListenableFutureTester
46 this.exec = Executors.newCachedThreadPool();
56 }, exec);
64 exec.shutdown();

Completed in 517 milliseconds

1234567891011