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

<<11121314151617181920>>

  /external/boringssl/src/util/bot/
extract.py 60 if not info.isfile():
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
OutputFileDumper.java 73 if (dir.isFile()) {
  /external/chromium-trace/catapult/tracing/
tracing_project.py 143 config_files = [x for x in config_files if os.path.isfile(x)]
  /external/clang/lib/Basic/
SourceManager.cpp 295 if (!Entry.isFile() || Invalid)
323 if (!Entry.isFile() || Invalid)
685 if (!SLoc.isFile() || MyInvalid) {
    [all...]
  /external/deqp/external/vulkancts/
build_spirv_binaries.py 56 binFiles = [f for f in os.listdir(dstPath) if os.path.isfile(os.path.join(dstPath, f)) and fnmatch.fnmatch(f, "*.spv")]
  /external/deqp/scripts/src_util/
check_include_guards.py 90 if os.path.isfile(path):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 96 if (aFile.isFile()) {
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 406 assertTrue(parent.isFile());
655 assertTrue(file.isFile());
760 assertFalse(Files.isFile().apply(dir));
763 assertTrue(Files.isFile().apply(asciiFile));
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 185 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
187 public boolean isFile(String path) {
204 if (isFile(path)) {
232 if (isFile(path)) {
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 47 if os.path.isdir(p) and os.path.isfile(os.path.join(p, 'pb.h')):
  /external/opencv3/modules/java/
check-tests.py 67 if os.path.isfile(path):
  /external/opencv3/modules/ts/misc/
perf_tests_timing.py 41 if not os.path.isfile(file):
  /external/parameter-framework/upstream/tools/clientSimulator/
pfClientSimulator.py 137 if not os.path.isfile(os.path.join(args.test_directory, "conf.json")):
  /external/skia/tools/
sanitize_source_files.py 34 if os.path.isfile(full_item_path): # Item is a file.
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
FileUtils.java 77 if (path.isFile()) {
  /external/vogar/src/vogar/android/
AdbTarget.java 169 if (pushCache != null && local.isFile()) {
  /external/vulkan-validation-layers/
determine_vs_version.py 37 return os.path.isfile(fPath) and os.access(fPath, os.X_OK)
  /external/webrtc/webrtc/base/
fileutils_mock.h 193 bool IsFile(const Pathname &pathname) {
unixfilesystem.h 82 bool IsFile(const Pathname& pathname) override;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 229 if (parentDocument == null || parentDocument.file.isFile()) {
259 if (parentDocument == null || parentDocument.file.isFile()) {
321 if (document == null || !document.file.isFile()) {
363 if (document == null || !document.file.isFile() || document.streamTypes == null) {
    [all...]
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 15 return os.path.isfile(path) and os.access(path, os.X_OK)
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 139 else if (f.isFile()) files.add(f);
  /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/v4/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()) {

Completed in 818 milliseconds

<<11121314151617181920>>