/ndk/tests/ |
tests.py | 239 if not os.path.isfile(script): 246 if not os.path.isfile(golden_path): 531 if os.path.isfile(os.path.join(test_dir, 'test.py')): 534 elif os.path.isfile(os.path.join(test_dir, 'build.sh')):
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
FileUtil.java | 89 } else if (root.isFile()) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryFactory.java | 142 if (!packagePath.isFile()) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/ |
dyld.py | 136 if os.path.isfile(path):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os2emxpath.py | 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/ |
dyld.py | 136 if os.path.isfile(path):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os2emxpath.py | 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dyld.py | 136 if os.path.isfile(path):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dyld.py | 136 if os.path.isfile(path):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 128 if (pathFile.isFile() || pathFile.isDirectory()) {
|
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 114 if f.endswith(".java") and os.path.isfile(fp):
|
/external/clang/include/clang/Basic/ |
SourceManager.h | 407 bool isFile() const { return !isExpansion(); } 410 assert(isFile() && "Not a file SLocEntry!"); [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touchbotII_robot_wrapper.py | 225 if (os.path.isfile('%s.p' % self._board) and 226 os.path.isfile('%s_min.p' % self._board)): 234 if os.path.isfile(spec_path) and os.path.isfile(spec_min_path): 657 if not os.path.isfile(robot_script):
|
/external/autotest/site_utils/ |
generate_test_report | 128 if not os.path.isfile(keyval_file): 207 if not os.path.isfile(info_file_path): 270 if not os.path.isfile(keyval_file): 320 if not os.path.isfile(status_file): 322 if not os.path.isfile(status_file):
|
/external/guava/guava/src/com/google/common/io/ |
Files.java | 130 if (!file.isFile()) { 837 * Returns a predicate that returns the result of {@link File#isFile} on input files. 841 public static Predicate<File> isFile() { 861 return file.isFile(); 866 return "Files.isFile()";
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 133 if !isfile(p) { 270 if isfile(path) { 286 if isfile(path) { 404 if p := pathf("%s/pkg/obj/libgc.a", goroot); isfile(p) { 430 if isfile(pathf("%s%s%c%s", gobin, slash, char, "g")) {
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 133 if !isfile(p) { 270 if isfile(path) { 286 if isfile(path) { 404 if p := pathf("%s/pkg/obj/libgc.a", goroot); isfile(p) { 430 if isfile(pathf("%s%s%c%s", gobin, slash, char, "g")) {
|
/external/opencv3/modules/ts/misc/ |
run.py | 253 if not os.path.isfile(self.adb) or not os.access(self.adb, os.X_OK): 293 if not os.path.isfile(self.aapt[0]): 434 if not os.path.isfile(fullpath): [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 348 if (keystoreOsPath == null || new File(keystoreOsPath).isFile() == false) { 408 if (file.isFile()) { [all...] |
/external/autotest/client/tests/kvm/tests/ |
qemu_img.py | 268 if os.path.isfile(backing_file): 362 if os.path.isfile(backing_file):
|
/external/autotest/server/ |
site_crashcollect.py | 243 isfile = match.group(2) == '-' 244 if pkg and isexec and isfile:
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.util.bootstrap.html | 63 <dl><dt><a name="DAVClientWrapper-IsFile"><strong>IsFile</strong></a>(self, path)</dt><dd><tt>Returns True if the path is a file on the server, False if directory.</tt></dd></dl>
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
shell.py | 469 if not _os.path.isfile(executable + ext): 472 if _os.path.isfile(fname):
|