/third_party/python/Lib/unittest/test/ |
D | test_discovery.py | 50 original_isfile = os.path.isfile 52 os.path.isfile = original_isfile 68 def isfile(path): function 71 os.path.isfile = isfile 103 original_isfile = os.path.isfile 105 os.path.isfile = original_isfile 117 os.path.isfile = lambda path: False 141 original_isfile = os.path.isfile 143 os.path.isfile = original_isfile 156 os.path.isfile = lambda path: os.path.basename(path) not in directories [all …]
|
/third_party/python/Lib/test/ |
D | test_unicode_file.py | 33 self.assertTrue(os.path.isfile(filename)) 36 self.assertTrue(os.path.isfile(os.path.abspath(filename))) 59 self.assertTrue(os.path.isfile(filename1)) # must exist. 61 self.assertFalse(os.path.isfile(filename2)) 62 self.assertTrue(os.path.isfile(filename1 + '.new')) 64 self.assertFalse(os.path.isfile(filename1 + '.new')) 65 self.assertTrue(os.path.isfile(filename2)) 82 self.assertTrue(os.path.isfile(filename1 + '.new'))
|
D | test_compileall.py | 141 self.assertTrue(os.path.isfile(self.bc_path) and 142 not os.path.isfile(self.bc_path2)) 146 self.assertTrue(os.path.isfile(self.bc_path) and 147 os.path.isfile(self.bc_path2)) 158 self.assertFalse(os.path.isfile(self.bc_path)) 163 self.assertTrue(os.path.isfile(self.bc_path)) 166 self.assertFalse(os.path.isfile(self.bc_path)) 170 self.assertTrue(os.path.isfile(self.bc_path)) 208 self.assertTrue(os.path.isfile(cached)) 211 self.assertTrue(os.path.isfile(cached2)) [all …]
|
D | test_genericpath.py | 194 self.assertIs(self.pathmodule.isfile(filename), False) 195 self.assertIs(self.pathmodule.isfile(bfilename), False) 197 self.assertIs(self.pathmodule.isfile(filename + '\udfff'), False) 198 self.assertIs(self.pathmodule.isfile(bfilename + b'\xff'), False) 199 self.assertIs(self.pathmodule.isfile(filename + '\x00'), False) 200 self.assertIs(self.pathmodule.isfile(bfilename + b'\x00'), False) 204 self.assertIs(self.pathmodule.isfile(filename), True) 205 self.assertIs(self.pathmodule.isfile(bfilename), True) 211 self.assertIs(self.pathmodule.isfile(filename), False) 212 self.assertIs(self.pathmodule.isfile(bfilename), False) [all …]
|
/third_party/glib/gio/win32/ |
D | gwin32fsmonitorutils.c | 128 DWORD notify_filter = monitor->isfile ? in g_win32_fs_monitor_callback() 161 if (monitor->isfile) in g_win32_fs_monitor_callback() 246 gboolean isfile) in g_win32_fs_monitor_init() argument 251 DWORD notify_filter = isfile ? in g_win32_fs_monitor_init() 269 if (isfile) in g_win32_fs_monitor_init() 328 monitor->isfile = isfile; in g_win32_fs_monitor_init() 336 monitor->isfile = FALSE; in g_win32_fs_monitor_init() 372 g_win32_fs_monitor_create (gboolean isfile) in g_win32_fs_monitor_create() argument
|
D | gwin32fsmonitorutils.h | 44 gboolean isfile; member 63 GWin32FSMonitorPrivate* g_win32_fs_monitor_create (gboolean isfile); 68 gboolean isfile);
|
/third_party/grpc/src/c-ares/ |
D | gen_build_yaml.py | 41 if not os.path.isfile('third_party/cares/cares/ares_config.h'): 46 if os.path.isfile('src/cares/cares/ares_build.h'): 48 if not os.path.isfile('third_party/cares/cares/ares_build.h'):
|
/third_party/skia/tools/ |
D | build_command_buffer.py | 57 if os.path.isfile(args.chrome_dir): 60 if os.path.isfile(args.output_dir): 68 if os.path.isfile(args.output_dir): 153 if not os.path.isfile(shared_lib_src): 159 if not os.path.isfile(shared_lib_dst):
|
/third_party/flutter/skia/tools/ |
D | build_command_buffer.py | 57 if os.path.isfile(args.chrome_dir): 60 if os.path.isfile(args.output_dir): 68 if os.path.isfile(args.output_dir): 153 if not os.path.isfile(shared_lib_src): 159 if not os.path.isfile(shared_lib_dst):
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/scripts/ |
D | test_compact_ids.py | 63 if not os.path.isfile('tools/spirv-dis'): 68 if not os.path.isfile('tools/spirv-as'): 73 if not os.path.isfile('tools/spirv-opt'):
|
/third_party/skia/third_party/externals/spirv-tools/test/scripts/ |
D | test_compact_ids.py | 61 if not os.path.isfile('tools/spirv-dis'): 66 if not os.path.isfile('tools/spirv-as'): 71 if not os.path.isfile('tools/spirv-opt'):
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/scripts/ |
D | test_compact_ids.py | 61 if not os.path.isfile('tools/spirv-dis'): 66 if not os.path.isfile('tools/spirv-as'): 71 if not os.path.isfile('tools/spirv-opt'):
|
/third_party/spirv-tools/test/scripts/ |
D | test_compact_ids.py | 61 if not os.path.isfile('tools/spirv-dis'): 66 if not os.path.isfile('tools/spirv-as'): 71 if not os.path.isfile('tools/spirv-opt'):
|
/third_party/flutter/engine/flutter/sky/tools/ |
D | create_ios_framework.py | 46 if not os.path.isfile(arm64_dylib): 50 if not os.path.isfile(armv7_dylib): 54 if not os.path.isfile(simulator_dylib):
|
D | create_macos_gen_snapshots.py | 24 if not os.path.isfile(arm64_gen_snapshot): 28 if not os.path.isfile(armv7_gen_snapshot):
|
/third_party/googletest/googletest/test/ |
D | gtest_xml_outfiles_test.py | 118 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 122 if os.path.isfile(output_file1):
|
D | googletest-json-outfiles-test.py | 177 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 180 if os.path.isfile(output_file1):
|
/third_party/lz4/tests/ |
D | test-lz4-versions.py | 80 if not os.path.isfile(dst_lz4c) or not os.path.isfile(dst_lz4c32) or tag == head: 115 if not os.path.isfile(lz4): 119 if not os.path.isfile(lz4t):
|
/third_party/python/Lib/distutils/command/ |
D | sdist.py | 184 template_exists = os.path.isfile(self.template) 273 files = filter(os.path.isfile, glob(pattern)) 299 if os.path.isfile(item): 306 if os.path.isfile(f): 394 if not os.path.isfile(self.manifest): 452 if not os.path.isfile(file):
|
/third_party/grpc/src/python/grpcio_status/ |
D | status_commands.py | 41 if os.path.isfile(STATUS_PROTO): 48 if os.path.isfile(LICENSE):
|
/third_party/grpc/src/python/grpcio_reflection/ |
D | reflection_commands.py | 41 if os.path.isfile(REFLECTION_PROTO): 46 if os.path.isfile(LICENSE):
|
/third_party/grpc/src/python/grpcio_health_checking/ |
D | health_commands.py | 40 if os.path.isfile(HEALTH_PROTO): 44 if os.path.isfile(LICENSE):
|
/third_party/grpc/src/python/grpcio_channelz/ |
D | channelz_commands.py | 41 if os.path.isfile(CHANNELZ_PROTO): 45 if os.path.isfile(LICENSE):
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 203 if not os.path.isfile(test_prog): 209 if not os.path.isfile(self.options.test_prog_path): 220 if not os.path.isfile(input_path): 232 if os.path.isfile(input_path):
|
/third_party/python/Lib/distutils/ |
D | file_util.py | 103 if not os.path.isfile(src): 177 from os.path import exists, isfile, isdir, basename, dirname 186 if not isfile(src):
|