HomeSort by relevance Sort by last modified time
    Searched full:exec (Results 451 - 475 of 4282) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/intltest/
escoll.cpp 100 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */)
102 if (exec) logln("TestSuite CollationSpanishTest: ");
104 if((!myCollation) && exec) {
110 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
111 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
trcoll.cpp 90 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
92 if (exec) logln("TestSuite CollationTurkishTest: ");
94 if((!myCollation) && exec) {
100 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
101 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
listformattertest.cpp 217 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec,
220 case 0: name = "TestRoot"; if (exec) TestRoot(); break;
221 case 1: name = "TestBogus"; if (exec) TestBogus(); break;
222 case 2: name = "TestEnglish"; if (exec) TestEnglish(); break;
223 case 3: name = "TestEnglishUS"; if (exec) TestEnglishUS(); break;
224 case 4: name = "TestRussian"; if (exec) TestRussian(); break;
225 case 5: name = "TestMalayalam"; if (exec) TestMalayalam(); break;
226 case 6: name = "TestZulu"; if (exec) TestZulu(); break;
227 case 7: name = "TestOutOfOrderPatterns"; if (exec) TestOutOfOrderPatterns(); break;
228 case 8: name = "Test9946"; if (exec) Test9946(); break
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-literals.js 82 Test("'Cat'", "(/.A.Y.A.A/i).exec('Capybara')[0]");
85 Test("['Cat'][0]", "(/.A.Y.A.A/i).exec('Capybara')[0]");
88 Test("(/.A./i).exec('Cat')[0]", "{c:'Capybara'}.c");
91 Test("'Cat'", "(/.A.Y.A.A/i).exec('Capybara')[0]");
94 Test("(/.A./i).exec('Cat')[0]", "'Capybara'");
  /external/icu/icu4c/source/test/intltest/
escoll.cpp 100 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */)
102 if (exec) logln("TestSuite CollationSpanishTest: ");
104 if((!myCollation) && exec) {
110 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
111 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
trcoll.cpp 90 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
92 if (exec) logln("TestSuite CollationTurkishTest: ");
94 if((!myCollation) && exec) {
100 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
101 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
listformattertest.cpp 217 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec,
220 case 0: name = "TestRoot"; if (exec) TestRoot(); break;
221 case 1: name = "TestBogus"; if (exec) TestBogus(); break;
222 case 2: name = "TestEnglish"; if (exec) TestEnglish(); break;
223 case 3: name = "TestEnglishUS"; if (exec) TestEnglishUS(); break;
224 case 4: name = "TestRussian"; if (exec) TestRussian(); break;
225 case 5: name = "TestMalayalam"; if (exec) TestMalayalam(); break;
226 case 6: name = "TestZulu"; if (exec) TestZulu(); break;
227 case 7: name = "TestOutOfOrderPatterns"; if (exec) TestOutOfOrderPatterns(); break;
228 case 8: name = "Test9946"; if (exec) Test9946(); break
    [all...]
itutil.cpp 41 if (exec) { \
48 void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
50 if (exec) logln("TestSuite Utilities: ");
70 if (exec) {
78 if (exec) {
86 if (exec) {
94 if (exec) {
102 if (exec) {
110 if (exec) {
120 void ErrorCodeTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/)
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 28 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
43 if (exec) { \
51 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
67 if (exec) { \
159 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
  /external/lldb/test/functionalities/exec/
TestExec.py 22 mydir = os.path.join("functionalities", "exec")
81 # Run and we should stop due to exec
90 "Process stopped at exec should have a valid thread");
95 "Thread in process stopped on exec should have a stop reason of eStopReasonExec");
97 # Run and we should stop at breakpoint in main after exec
  /external/qemu/target-i386/
mem_helper.c 24 #include "exec/softmmu_exec.h"
114 #include "exec/softmmu_template.h"
117 #include "exec/softmmu_template.h"
120 #include "exec/softmmu_template.h"
123 #include "exec/softmmu_template.h"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
62 exec "creatorFunc = lambda x=hashlib.new : x(%r)" % hName
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
62 exec "creatorFunc = lambda x=hashlib.new : x(%r)" % hName
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vertprog.c 38 nouveau_heap_free(&vp->exec);
86 if (!vp->exec) {
92 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
98 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
107 target = vp->exec->start + reloc->target;
116 target = vp->exec->start + reloc->target;
196 PUSH_DATA (push, vp->exec->start);
205 PUSH_DATA (push, vp->exec->start)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 38 nouveau_heap_free(&vp->exec);
86 if (!vp->exec) {
92 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
98 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) {
107 target = vp->exec->start + reloc->target;
116 target = vp->exec->start + reloc->target;
196 PUSH_DATA (push, vp->exec->start);
205 PUSH_DATA (push, vp->exec->start)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.pom 25 <name>Commons Exec</name>
27 <artifactId>commons-exec</artifactId>
30 <url>http://commons.apache.org/exec/</url>
33 <url>http://issues.apache.org/jira/browse/EXEC</url>
94 <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1</connection>
95 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1</developerConnection>
96 <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1</url>
145 <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/exec/</url>
260 <commons.componentid>exec</commons.componentid>
261 <commons.jira.id>EXEC</commons.jira.id
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 71 struct vbo_exec_context *exec = &vbo->exec; local
73 check_buffers_are_unmapped(exec->array.inputs);
75 assert(!_mesa_bufferobj_mapped(exec->vtx.bufferobj));
353 struct vbo_exec_context *exec = &vbo->exec; local
361 struct gl_buffer_object *bufObj = exec->array.inputs[i]->BufferObj;
363 GLint stride = exec->array.inputs[i]->Stride;
367 exec->array.inputs[i]->Size,
369 /*exec->array.inputs[i]->Enabled,*
406 struct vbo_exec_context *exec = &vbo->exec; local
524 struct vbo_exec_context *exec = &vbo->exec; local
587 struct vbo_exec_context *exec = &vbo->exec; local
812 struct vbo_exec_context *exec = &vbo->exec; local
1138 struct vbo_exec_context *exec = &vbo->exec; local
1292 struct vbo_exec_context *exec = &vbo->exec; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 71 struct vbo_exec_context *exec = &vbo->exec; local
73 check_buffers_are_unmapped(exec->array.inputs);
75 assert(!_mesa_bufferobj_mapped(exec->vtx.bufferobj));
353 struct vbo_exec_context *exec = &vbo->exec; local
361 struct gl_buffer_object *bufObj = exec->array.inputs[i]->BufferObj;
363 GLint stride = exec->array.inputs[i]->Stride;
367 exec->array.inputs[i]->Size,
369 /*exec->array.inputs[i]->Enabled,*
406 struct vbo_exec_context *exec = &vbo->exec; local
524 struct vbo_exec_context *exec = &vbo->exec; local
587 struct vbo_exec_context *exec = &vbo->exec; local
812 struct vbo_exec_context *exec = &vbo->exec; local
1138 struct vbo_exec_context *exec = &vbo->exec; local
1292 struct vbo_exec_context *exec = &vbo->exec; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 32 prog(prog), __name(name), exec(*this) {
68 void *st = exec.bind(&q);
69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; },
70 exec.g_handles.begin(), exec.g_handles.end());
73 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(),
74 exec.samplers.data());
75 q.pipe->set_compute_sampler_views(q.pipe, 0, exec.sviews.size(),
76 exec.sviews.data());
77 q.pipe->set_compute_resources(q.pipe, 0, exec.resources.size()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 32 prog(prog), __name(name), exec(*this) {
68 void *st = exec.bind(&q);
69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; },
70 exec.g_handles.begin(), exec.g_handles.end());
73 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(),
74 exec.samplers.data());
75 q.pipe->set_compute_sampler_views(q.pipe, 0, exec.sviews.size(),
76 exec.sviews.data());
77 q.pipe->set_compute_resources(q.pipe, 0, exec.resources.size()
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 41 * Timeout for Database.exec()
122 dbx.exec("PRAGMA short_column_names = off;", null);
123 dbx.exec("PRAGMA full_column_names = on;", null);
124 dbx.exec("PRAGMA empty_result_callbacks = on;", null);
126 dbx.exec("PRAGMA show_datatypes = on;", null);
249 db.exec("COMMIT", null);
314 db.exec("ROLLBACK", null);
324 db.exec("ROLLBACK", null);
375 db.exec("PRAGMA read_uncommitted = " + flag + ";", null);
538 public void exec(String sql, SQLite.Callback cb method in class:DatabaseX
546 public void exec(String sql, SQLite.Callback cb, String args[]) method in class:DatabaseX
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 82 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
230 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {
232 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break;
233 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break;
234 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break;
236 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break;
237 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2437.js 36 // Test Regexp.prototype.exec
39 r.exec("zzzz");
121 // Also test RegExp.prototype.exec and RegExp.prototype.test
124 r.exec("01234567");
128 r.exec("0123abcd");
133 r.exec("01234567");
137 r.exec("0123abcd");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedWatch.xml 27 feedWatchAction.Result.0 - The result returned from the <exec> task; if set, something bad happened
29 feedWatchAction.Output.0 - Console output from your <exec>, if any;
66 <!-- 3a. If not responding via shell <exec>, respond now by checking property(ies) for results -->
71 <!-- 3b. If not responding via shell <exec>, respond now by checking property(ies) for results -->
78 <exec executable="sleep" resolveexecutable="true"><arg line="10"/></exec>
80 <exec executable="feedWatch.sh" resolveexecutable="true" spawn="true"/> -->
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 82 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
230 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {
232 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break;
233 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break;
234 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break;
236 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break;
237 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break;

Completed in 778 milliseconds

<<11121314151617181920>>