HomeSort by relevance Sort by last modified time
    Searched refs:par (Results 201 - 225 of 429) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/test/intltest/
tzrulets.h 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
tztest.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
ucdtest.h 34 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
intltest.h 77 //| const char* &name, char* /*par*/) {
98 //| const char* &name, char* /*par*/) {
127 callTest(test, par); \
139 callTest(*test, par); \
161 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
312 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
314 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
320 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
370 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
  /external/chromium_org/third_party/icu/source/test/intltest/
itformat.cpp 66 callTest(test, par); \
70 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
intltest.h 52 //| const char* &name, char* /*par*/) {
73 //| const char* &name, char* /*par*/) {
106 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
211 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
213 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
219 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
262 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
calregts.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
convtest.h 70 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
dtfmtrtts.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
dtfmttst.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
icusvtst.h 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
loctest.h 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
nmfmtrt.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
numrgts.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
regextst.h 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
srchtest.h 29 char* par = NULL);
  /external/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_warnings_off.h 50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 279 UBool UPerfTest::runTest(char* name, char* par ){
300 rval = runTestLoop( name, par );
315 UPerfFunction* UPerfTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
320 case 0: name = "First Test"; if (exec) FirstTest( par ); break;
321 case 1: name = "Second Test"; if (exec) SecondTest( par ); break;
326 name = ""; exec = exec; index = index; par = par;
331 UBool UPerfTest::runTestLoop( char* testname, char* par )
354 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
505 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par )
    [all...]
  /external/srec/config/en.us/
Android.mk 6 baseline11k.par \
7 baseline8k.par \
8 baseline.par \
33 DEFAULT_PAR=$(ASR_ROOT_DIR)/config/en.us/baseline11k.par
62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
73 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -outdir $(G2G_INSTALL_PATH)

Completed in 2555 milliseconds

1 2 3 4 5 6 7 891011>>