OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdir
(Results
201 - 225
of
445
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py
39
if os.path.
isdir
(path):
60
if len(path) >= 4 and os.path.
isdir
(path):
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py
73
if not os.path.
isdir
(sibling):
229
if os.path.
isdir
(out_dir):
/external/chromium_org/tools/checkperms/
checkperms.py
228
if not os.path.
isdir
(dir_path):
389
if os.path.
isdir
(full_path):
/external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py
93
if os.path.
isdir
(dest):
97
if os.path.
isdir
(source):
/external/chromium_org/tools/json_schema_compiler/
preview.py
42
if os.path.
isdir
(request_path):
318
if os.path.
isdir
(full_path) and not full_path.endswith('.xcodeproj'):
/external/skia/gm/rebaseline_server/
results.py
192
if not os.path.
isdir
(root):
228
if not os.path.
isdir
(root):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py
185
# assume exists. Also, os.path.exists and
isdir
don't know about
192
if not os.path.
isdir
(package_dir):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py
407
if os.path.
isdir
(thispath):
415
if os.path.
isdir
(srcpath):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py
84
if os.path.
isdir
(file) and not os.path.islink(file):
90
if (os.path.
isdir
(fullname) and
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py
27
if site.ENABLE_USER_SITE and not os.path.
isdir
(site.USER_SITE):
72
if path and os.path.
isdir
(path)]:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py
185
# assume exists. Also, os.path.exists and
isdir
don't know about
192
if not os.path.
isdir
(package_dir):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py
84
if os.path.
isdir
(file) and not os.path.islink(file):
90
if (os.path.
isdir
(fullname) and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py
27
if site.ENABLE_USER_SITE and not os.path.
isdir
(site.USER_SITE):
72
if path and os.path.
isdir
(path)]:
/cts/tools/utils/
buildCts.py
31
return [x for x in os.listdir(root) if os.path.
isdir
(os.path.join(root, x))]
/development/testrunner/test_defs/
test_walker.py
131
if not os.path.
isdir
(path):
/external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py
132
if not os.path.
isdir
(self._outdir):
/external/chromium_org/components/breakpad/tools/
generate_breakpad_symbols.py
135
if e.errno == errno.EEXIST and os.path.
isdir
(path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py
65
if os.path.
isdir
(os.path.join(path, '.svn')):
/external/chromium_org/third_party/lzma_sdk/
7zIn.c
98
p->
IsDir
= 0;
1100
file->
IsDir
= 0;
1109
file->
IsDir
= 1;
1111
file->
IsDir
= (Byte)((*emptyFileVector)[emptyFileIndex] ? 0 : 1);
[
all
...]
/external/chromium_org/tools/checkdeps/
checkdeps.py
95
if os.path.
isdir
(full_name):
/external/chromium_org/tools/cr/cr/base/
client.py
203
if not os.path.
isdir
(config_dir):
/external/chromium_org/tools/resources/
find_unused_resources.py
140
if os.path.
isdir
(file_path) and file_path.endswith('_percent'):
/external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py
133
if os.path.
isdir
(path):
/external/chromium_org/tools/telemetry/telemetry/page/
extensions_profile_creator.py
120
if not os.path.
isdir
(external_extensions_dir):
/external/lzma/C/
7zIn.c
98
p->
IsDir
= 0;
1100
file->
IsDir
= 0;
1109
file->
IsDir
= 1;
1111
file->
IsDir
= (Byte)((*emptyFileVector)[emptyFileIndex] ? 0 : 1);
[
all
...]
Completed in 745 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>