/external/opencv/otherlibs/highgui/ |
grfmt_imageio.h | 52 bool CheckFile( const char* filename );
|
grfmt_base.cpp | 93 bool GrFmtFilterFactory::CheckFile( const char* filename ) 273 if( tempFactory->CheckFile( filename ) )
|
grfmt_base.h | 118 virtual bool CheckFile( const char* filename );
|
grfmt_imageio.cpp | 32 bool GrFmtImageIO::CheckFile( const char* filename )
|
/cts/tools/utils/ |
startcts | 36 checkFile() { 57 checkFile ${DDM_LIB} 58 checkFile ${CTS_LIB} 59 checkFile ${JUNIT_LIB} 60 checkFile ${HOSTTEST_LIB}
|
/cts/tools/tradefed-host/etc/ |
cts-tradefed | 20 checkFile() { 80 checkFile ${JAR_DIR}/${JAR}
|
/external/chromium/chrome/browser/download/ |
save_page_uitest.cc | 36 void CheckFile(const FilePath& generated_file, 89 CheckFile(full_file_name, file_name);
|
/external/chromium/chrome/browser/ |
browser_encoding_uitest.cc | 24 void CheckFile(const FilePath& generated_file, 155 CheckFile(full_file_name, expected_file_name, true); 296 CheckFile(full_saved_file_name, expected_result_file_name, true);
|
/dalvik/libdex/ |
sha1.cpp | 335 FILE *checkfile; local 340 checkfile = fopen(fname, "rt"); 341 if (!checkfile) 348 s = fgets(checkline, LINESIZE, checkfile); 425 FILE *checkfile; local
|
/frameworks/compile/libbcc/helper/ |
sha1.c | 334 FILE *checkfile; local 339 checkfile = fopen(fname, "rt"); 340 if (!checkfile) 347 s = fgets(checkline, LINESIZE, checkfile); 424 FILE *checkfile; local
|
/external/bluetooth/bluez/sbc/ |
sbctester.c | 255 "\tsbctester reference.wav checkfile.wav\n" 261 printf("\tUse sbcenc to encode original.wav to checkfile.sbc\n");
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeechService.java | 632 return checkFile(mFile); 655 private boolean checkFile(File file) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | [all...] |