OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pathname
(Results
126 - 150
of
1422
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogDirectory.java
45
public boolean accept(final File
pathname
) {
46
return
pathname
.getName().startsWith(ResearchLogDirectory.LOG_FILENAME_PREFIX)
47
&& !
pathname
.canWrite();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py
39
"""Return true if the
pathname
refers to an existing directory."""
80
#
pathname
component; the root is everything before that.
86
"""Split the extension from a
pathname
.
macpath.py
0
"""
Pathname
and path-related operations for the Macintosh."""
26
# Normalize the case of a
pathname
. Dummy in Posix, but <s>.lower() here.
59
"""Split a
pathname
into two parts: the directory leading up to the final
78
"""Split a
pathname
into a drive specification and the rest of the
99
"""Return true if the
pathname
refers to a symbolic link."""
132
"""Normalize a
pathname
. Will return the same result for
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py
39
"""Return true if the
pathname
refers to an existing directory."""
80
#
pathname
component; the root is everything before that.
86
"""Split the extension from a
pathname
.
macpath.py
0
"""
Pathname
and path-related operations for the Macintosh."""
26
# Normalize the case of a
pathname
. Dummy in Posix, but <s>.lower() here.
59
"""Split a
pathname
into two parts: the directory leading up to the final
78
"""Split a
pathname
into a drive specification and the rest of the
99
"""Return true if the
pathname
refers to a symbolic link."""
132
"""Normalize a
pathname
. Will return the same result for
/prebuilts/tools/common/proguard/proguard4.7/docs/
acknowledgements.html
11
window.top.location.replace("index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
license.html
11
window.top.location.replace("index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
screenshots.html
11
window.top.location.replace("index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
limitations.html
11
window.top.location.replace("../index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
wtk.html
11
window.top.location.replace("../index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
introduction.html
11
window.top.location.replace("../../index.html#"+window.location.
pathname
+window.location.hash);
13
var hash="#"+window.location.
pathname
.replace(window.top.location.
pathname
.replace("index.html", ""), "");
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java
215
public boolean accept(File
pathname
) {
217
if (FileUtils.getFileStatus(
pathname
.getPath(), status, true)) {
220
Log.w(TAG, "Could not stat " +
pathname
);
232
public boolean accept(File
pathname
) {
233
if (FileUtils.getFileStatus(
pathname
.getPath(), status, true)) {
240
Log.w(TAG, "Could not stat " +
pathname
);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb
57
Pathname
.new File.expand_path('../..', File.dirname(__FILE__))
62
# the result. Returns the destination as a
Pathname
.
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
common.js
74
* Creates the URL constructed from the current
pathname
and the given params.
80
var url = window.location.
pathname
;
/frameworks/base/graphics/java/android/graphics/
Movie.java
65
public static Movie decodeFile(String
pathName
) {
68
is = new FileInputStream(
pathName
);
/hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c
24
// This is the
pathname
to the sysfs file that enables and disables
29
// This is the
pathname
to the sysfs file that adds new (address, symbol)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py
81
pathname
= fsref.as_pathname()
82
sys.argv.append(
pathname
)
/system/extras/fatblock/
fdpool.c
119
int fdpool_open(struct pooled_fd *pfd, const char *
pathname
, int flags)
129
fd = open(
pathname
, flags);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc
148
talk_base::
Pathname
temp_path;
156
*filename = temp_path.
pathname
();
163
talk_base::Filesystem::OpenFile(talk_base::
Pathname
(filename), "wb"));
177
talk_base::
Pathname
pathname
(filename);
178
if (talk_base::Filesystem::IsFile(talk_base::
Pathname
(
pathname
))) {
179
talk_base::Filesystem::DeleteFile(
pathname
);
377
talk_base::
Pathname
(voice_output_filename_), "rb"));
414
talk_base::
Pathname
(voice_output_filename_), "rb"))
[
all
...]
/dalvik/dx/etc/
jasmin
18
# and set up progdir to be the fully-qualified
pathname
of its directory.
/external/bison/lib/
open.c
90
"A
pathname
that contains at least one non-slash character and that
92
single dot character ( '.' ) were appended to the
pathname
."
149
"A
pathname
that contains at least one non-slash character and that
151
single dot character ( '.' ) were appended to the
pathname
."
/external/chromium/third_party/libjingle/source/talk/base/
win32.cc
129
// Non-unc path: <
pathname
>
130
// Becomes: \\?\<
pathname
>
135
// Unc path: \\<server>\<
pathname
>
136
// Becomes: \\?\UNC\<server>\<
pathname
>
/external/chromium_org/third_party/WebKit/Source/core/dom/
URLUtilsReadOnly.idl
38
readonly attribute DOMString
pathname
;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py
44
openfile,
pathname
, _ = imp.find_module(name, searchpath)
47
if openfile is None and
pathname
is None:
59
openfile,
pathname
, _ = imp.find_module(name, searchpath)
68
run_python_file(
pathname
, args, package=packagename)
/external/chromium_org/tools/perf/benchmarks/
sunspider.py
19
'window.location.
pathname
.indexOf("results.html") >= 0'
Completed in 521 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>