/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/ |
PreloadAppsInstaller.java | 78 if (apkName.endsWith(PRELOAD_APK_EXT) && file.isFile()) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 155 if (f.isFile()) { 291 if (file.isFile()) { 307 if (f.isFile()) { 334 if (bmpFile.isFile()) {
|
/frameworks/support/core-utils/kitkat/android/support/v4/provider/ |
DocumentsContractApi19.java | 57 public static boolean isFile(Context context, Uri self) {
|
/libcore/tzdata/update/src/main/libcore/tzdata/update/ |
FileUtils.java | 130 if (!file.isFile()) {
|
/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...] |