Searched defs:exec (Results 101 - 125 of 392) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.cpp92 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp211 exec_context exec; member in struct:_cl_kernel
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java154 public void addListener(Runnable listener, Executor exec) { argument
155 executionList.add(listener, exec);
/external/icu/icu4c/source/test/intltest/
H A Daliastst.cpp35 void LocaleAliasTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ){ argument
H A Dgenderinfotest.cpp38 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
46 void GenderInfoTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /* par */) { argument
47 if (exec) {
H A Ditrbnfrt.cpp22 if (exec) { \
29 void RbnfRoundTripTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) argument
31 if (exec) logln("TestSuite RuleBasedNumberFormatRT");
H A Dlistformattertest.cpp217 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec, argument
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) Test994
[all...]
H A Dmiscdtfm.cpp27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
30 DateFormatMiscTests::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
32 // if (exec) logln((UnicodeString)"TestSuite DateFormatMiscTests");
H A Dmnkytst.cpp253 void CollationMonkeyTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
255 if (exec) logln("TestSuite CollationMonkeyTest: ");
258 case 0: name = "TestCompare"; if (exec) TestCompare(/* par */); break;
259 case 1: name = "TestCollationKey"; if (exec) TestCollationKey(/* par */); break;
260 case 2: name = "TestRules"; if (exec) TestRules(/* par */); break;
H A Dpptest.cpp20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
22 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
24 // if (exec) logln((UnicodeString)"TestSuite ParsePositionTest");
H A Dselfmts.cpp30 void SelectFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
32 if (exec) logln("TestSuite SelectFormat");
H A Dtrnserr.cpp36 TransliteratorErrorTest::runIndexedTest(int32_t index, UBool exec, argument
H A Dtsdate.cpp28 void IntlTestDateFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
30 if (exec) logln("TestSuite DateFormat");
33 if (exec) {
42 if (exec) {
49 if (exec) {
56 if (exec) {
H A Dtsputil.cpp12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
15 PUtilTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
17 //if (exec) logln("TestSuite PUtilTest: ");
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.cpp29 UPerfFunction* DateFormatPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { argument
31 //exec = true;
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.cpp92 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp211 exec_context exec; member in struct:_cl_kernel
/external/oprofile/gui/
H A Doprof_start_util.cpp56 string const exec = op_realpath(proc_filename); local
57 if (exec == proc_filename)
73 string const exec = local
76 string const name = op_basename(exec);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c371 BOOLEAN exec = TRUE; local
378 exec = btm_execute_wl_dev_operation();
402 exec = FALSE;
412 exec = FALSE;
432 exec = FALSE;
436 return exec;
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_browsertest.cc63 bool exec = content::ExecuteScriptAndExtractString( local
65 EXPECT_TRUE(exec);
66 if (!exec)
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c745 TT_ExecContext exec; local
751 exec = size->context;
753 exec = ( (TT_Driver)FT_FACE_DRIVER( face ) )->context;
755 if ( !exec )
758 TT_Load_Context( exec, face, size );
760 exec->callTop = 0;
761 exec->top = 0;
763 exec->period = 64;
764 exec->phase = 0;
765 exec
839 TT_ExecContext exec; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp37 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
68 void BiDiConformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
69 if(exec) {
H A Dcalcasts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
25 void CalendarCaseTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
27 if (exec) logln("TestSuite CalendarCaseTest");
H A Dcanittst.cpp27 if (exec) { \
34 void CanonicalIteratorTest::runIndexedTest(int32_t index, UBool exec, argument
H A Dcpdtrtst.cpp27 CompoundTransliteratorTest::runIndexedTest(int32_t index, UBool exec, argument

Completed in 450 milliseconds

1234567891011>>