OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfile
(Results
126 - 150
of
2008
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/ld/emultempl/
m68kcoff.em
164
gld${EMULATION_NAME}_get_script (int *
isfile
)
176
*
isfile
= 0;
197
*
isfile
= 1;
/cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java
58
if (!file.
isFile
()) {
/dalvik/dexgen/src/com/android/dexgen/util/
DexJarMaker.java
80
if (!source.
isFile
()) {
FileUtils.java
58
if (!file.
isFile
()) {
/external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py
44
lambda: os.path.
isfile
(asan_log_name),
/external/autotest/server/site_tests/native_Benchmarks/
v8.py
46
if not os.path.
isfile
(d8src):
/external/autotest/server/site_tests/platform_InstallFW/
control
53
elif os.path.
isfile
(opts['fw_path']):
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
zipio.py
79
if not _os.path.
isfile
(path):
131
if not rest and not _os.path.
isfile
(path):
181
def
isfile
(path):
function
185
ok = _os.path.
isfile
(path)
/external/dexmaker/src/dx/java/com/android/dx/util/
FileUtils.java
58
if (!file.
isFile
()) {
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
Icu4jTransformRules.java
75
return file.exists() && file.
isFile
();
/external/jsoncpp/scons-tools/
targz.py
39
if os.path.
isfile
(path):
/external/libcxxabi/test/
lit.cfg
33
if os.path.
isfile
(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AppeCommandHandlerTest.groovy
83
assert fileSystem.
isFile
(FILE)
StorCommandHandlerTest.groovy
74
assert fileSystem.
isFile
(FILE)
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java
69
return new File(testDir, "TestAndroidManifest.xml").
isFile
();
/external/skia/platform_tools/android/tradefed/
upload_dm_results.py
35
if not os.path.
isfile
(os.path.join(dm_dir, 'dm.json')):
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java
74
assertTrue("Service" + i + " never completed.", resultFile.
isFile
());
/libcore/dex/src/main/java/com/android/dex/util/
FileUtils.java
54
if (!file.
isFile
()) {
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
lit.cfg
33
if os.path.
isfile
(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
saxutils.py
334
isfile
= os.path.
isfile
(sysidfilename)
336
isfile
= False
337
if
isfile
:
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
saxutils.py
334
isfile
= os.path.
isfile
(sysidfilename)
336
isfile
= False
337
if
isfile
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py
334
isfile
= os.path.
isfile
(sysidfilename)
336
isfile
= False
337
if
isfile
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py
334
isfile
= os.path.
isfile
(sysidfilename)
336
isfile
= False
337
if
isfile
:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java
68
if (!(file.
isFile
())) {
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java
54
if (!new File(dir, "ndk-build").
isFile
()) //$NON-NLS-1$
Completed in 455 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>