HomeSort by relevance Sort by last modified time
    Searched full:isfile (Results 26 - 50 of 2008) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/graphics_SanAngeles/
graphics_SanAngeles.py 50 if os.path.isfile(cmd_gl):
52 elif os.path.isfile(cmd_gles):
54 elif os.path.isfile(cmd_gles_s):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
run_system_tests.py 33 if not os.path.isfile(JSON_KEY_PATH):
35 if not os.path.isfile(P12_KEY_PATH):
37 if not os.path.isfile(USER_KEY_PATH):
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 50 Object retval = execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inputEscaped>", <test.isFile>);
61 <returnType> retval = (<returnType>)execTreeParser(<testTreeRuleName>, <testRuleName>, "<test.inputEscaped>", <test.isFile>);
70 Object retval = <if(isLexicalRule)>execLexer<else>execParser<endif>(<testRuleName>, <test.line>, "<test.inputEscaped>", <test.isFile>);
81 <returnType> retval = (<returnType>)execParser(<testRuleName>, <test.line>, "<test.inputEscaped>", <test.isFile>);
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_manager.py 22 if os.path.isfile(config):
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 29 self.assert_(os.path.isfile('%s/test/tasks' % self._tmpdir))
  /external/autotest/client/tools/
autotest 7 if os.path.isfile(autotest_conf):
  /external/icu/icu4c/as_is/
bomlist.py 32 if not os.path.isfile(fp):
  /external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/
verify.bsh 22 if ( !file.isFile() )
  /external/webrtc/webrtc/base/
fileutils_unittest.cc 40 EXPECT_TRUE(Filesystem::IsFile(path));
49 EXPECT_FALSE(Filesystem::IsFile(path));
58 EXPECT_FALSE(Filesystem::IsFile(path));
95 EXPECT_FALSE(Filesystem::IsFile(path));
  /frameworks/support/v4/java/android/support/v4/provider/
SingleDocumentFile.java 64 public boolean isFile() {
65 return DocumentsContractApi19.isFile(mContext, mUri);
TreeDocumentFile.java 65 public boolean isFile() {
66 return DocumentsContractApi19.isFile(mContext, mUri);
  /toolchain/binutils/binutils-2.25/ld/emultempl/
vanilla.em 52 vanilla_get_script (int *isfile)
54 *isfile = 0;
gld960.em 73 gld960_get_script (int *isfile)
85 *isfile = 0;
106 *isfile = 1;
gld960c.em 86 gld960_get_script (int *isfile)
98 *isfile = 0;
119 *isfile = 1;
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 38 /// If isFile is true, then this lookup should only return success for files
43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile,
47 bool isForDir = !isFile;
51 R = Cache->getStat(Path, Data, isFile, F, FS);
110 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile,
112 LookupResult Result = statChained(Path, Data, isFile, F, FS);
  /pdk/build/
pdk_utils.py 43 if os.path.isfile(child_full_name):
66 if not os.path.isfile(src_full_name):
81 if not os.path.isfile(src_full_name):
101 if os.path.islink(item_full_path) or os.path.isfile(item_full_path):
113 if os.path.isfile(dest) or os.path.isdir(dest):
147 if not os.path.isfile(file_name):
  /external/skia/tools/
test_gpuveto.py 34 if os.path.isfile(newpath):
36 elif os.path.isfile(globbedpath):
62 assert os.path.isfile(self.bench_pictures)
63 assert os.path.isfile(self.gpuveto)
82 assert os.path.isfile(skp_file)
build_command_buffer.py 48 if os.path.isfile(args.chrome_dir):
51 if os.path.isfile(args.output_dir):
56 if os.path.isfile(chrome_src_dir):
79 if os.path.isfile(args.output_dir):
151 if not os.path.isfile(shared_lib_src):
157 if not os.path.isfile(shared_lib_dst):
find_bad_images_in_skps.py 83 if os.path.isfile(newpath):
85 elif os.path.isfile(globbedpath):
98 assert os.path.isfile(self.render_pictures)
99 assert os.path.isfile(self.test_image_decoder)
113 assert os.path.isfile(skp_file)
126 assert(os.path.isfile(image_path))
  /external/autotest/client/tests/kvm/tests/
vmstop.py 64 if not os.path.isfile(p):
79 if os.path.isfile(save1):
81 if os.path.isfile(save2):
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 89 if {[file isfile gas/as-new[exe_ext]]} then {
97 if {[file isfile ld/ld-new[exe_ext]]} then {
102 if {[file isfile tmpdir/gas/as[exe_ext]]} then {
  /external/llvm/test/Bindings/Go/
lit.local.cfg 21 if not os.path.isfile(executable):
24 if os.path.isfile(f):
  /frameworks/base/tools/aapt/
FileFinder.cpp 33 bool isFile(const char* filename) {
69 if (isFile(fullPath.string()) ) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
AssetFileAddress.java 47 if (!f.isFile()) return null;
63 if (!f.isFile()) return null;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AssetFileAddress.java 41 if (!file.isFile()) return null;
54 if (!f.isFile()) return null;

Completed in 1179 milliseconds

12 3 4 5 6 7 8 91011>>