OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfile
(Results
251 - 275
of
2107
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/catapult/catapult_build/
run_dev_server_tests.py
78
return os.path.
isfile
(os.path.join(path, 'gclient'))
156
if os.path.
isfile
(chrome_path):
175
if os.path.
isfile
(test_path):
/external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py
211
self.assert_(os.path.
isfile
(output_file))
221
if os.path.
isfile
(xml_path):
240
self.assert_(not os.path.
isfile
(xml_path))
/external/gtest/test/
gtest_xml_output_unittest.py
221
self.assert_(os.path.
isfile
(output_file))
231
if os.path.
isfile
(xml_path):
250
self.assert_(not os.path.
isfile
(xml_path))
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py
221
self.assert_(os.path.
isfile
(output_file))
231
if os.path.
isfile
(xml_path):
250
self.assert_(not os.path.
isfile
(xml_path))
/ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py
211
self.assert_(os.path.
isfile
(output_file))
221
if os.path.
isfile
(xml_path):
240
self.assert_(not os.path.
isfile
(xml_path))
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java
208
if (proguardConfigFile.
isFile
()) {
248
} else if (root.
isFile
()) {
416
} else if (file.
isFile
()) {
/external/doclava/src/com/google/doclava/
SampleCode.java
150
if (f.
isFile
() && name.contains(".")) {
202
if (f.
isFile
() && name.contains(".")) {
300
if (!f.
isFile
()) {
306
} else if (f.
isFile
()) {
345
* @param
isFile
Whether this is a file (not a dir).
347
Data setParentDirs(Data hdf, String subdir, String name, Boolean
isFile
) {
/development/build/tools/
mk_sources_zip.py
119
if not os.path.
isfile
(p.PROPS):
139
if filename.endswith(".java") and os.path.
isfile
(filepath):
/device/linaro/hikey/installer/
hisi-idt.py
251
if not os.path.
isfile
(img1):
256
if not os.path.
isfile
(img2):
/external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py
220
if os.path.
isfile
(filename):
244
if os.path.
isfile
(f) and re_pattern.search(f):
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py
342
if not _os.path.
isfile
(executable + ext):
345
if _os.path.
isfile
(fname):
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py
342
if not _os.path.
isfile
(executable + ext):
345
if _os.path.
isfile
(fname):
/external/chromium-trace/catapult/third_party/typ/typ/
host.py
124
def
isfile
(self, *comps):
member in class:Host
125
return os.path.
isfile
(os.path.join(*comps))
/external/clang/include/clang/Frontend/
FrontendOptions.h
106
bool
isFile
() const { return !isBuffer(); }
110
assert(
isFile
());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
109
if (file==null || !file.exists() || !file.
isFile
()) {
130
if (tmpFile.
isFile
()) {
/external/v8/build/
landmines.py
174
elif (os.path.
isfile
(path) and
180
if os.path.
isfile
(path):
/external/webrtc/webrtc/base/
filerotatingstream.cc
286
if (Filesystem::
IsFile
(file_to_delete)) {
294
if (Filesystem::
IsFile
(unrotated_name)) {
filerotatingstream_unittest.cc
142
EXPECT_TRUE(Filesystem::
IsFile
(stream_->GetFilePath(i)));
147
EXPECT_TRUE(Filesystem::
IsFile
(stream_->GetFilePath(i)));
/external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py
138
if os.path.
isfile
(barcode_file_name):
221
if os.path.
isfile
(file_name):
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py
69
if os.path.
isfile
(fname):
74
if os.path.
isfile
(fname):
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sysconfig.py
81
if os.path.
isfile
(path):
239
self.assertTrue(os.path.
isfile
(config_h), config_h)
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py
69
if os.path.
isfile
(fname):
74
if os.path.
isfile
(fname):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sysconfig.py
81
if os.path.
isfile
(path):
239
self.assertTrue(os.path.
isfile
(config_h), config_h)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py
69
if os.path.
isfile
(fname):
74
if os.path.
isfile
(fname):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
81
if os.path.
isfile
(path):
239
self.assertTrue(os.path.
isfile
(config_h), config_h)
Completed in 745 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>