OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basename
(Results
326 - 350
of
2809
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/cython/src/pyximport/
pyxbuild.py
111
os.path.
basename
(so_path))
120
basename
= os.path.
basename
(org_path)
124
basename
+ '.reload%s'%count)
/external/chromium_org/third_party/libevent/
install-sh
139
dst="$dst"/`
basename
$src`
194
dstfile=`
basename
$dst`
196
dstfile=`
basename
$dst $transformbasename |
204
dstfile=`
basename
$dst`
/external/chromium_org/third_party/libvpx/source/libvpx/test/
examples.sh
27
VPX_TEST_NAME="$(
basename
${test%.*})"
/external/chromium_org/third_party/ots/test/
test_malicious_fonts.sh
37
base=`
basename
"$1"`
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc
97
string
basename
= StripProto(file->name());
local
98
basename
.append(".pb");
105
generator_context->Open(
basename
+ ".h"));
113
generator_context->Open(
basename
+ ".cc"));
/external/chromium_org/third_party/skia/bench/
DecodeBench.cpp
23
SkString fname = SkOSPath::
Basename
(FLAGS_decodeBenchFilename[0]);
/external/chromium_org/third_party/skia/platform_tools/android/tests/
utils.py
24
expectation_name:
Basename
of the expectations file within which
/external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h
56
*
basename
of rgb/white diff files).
58
* - true:
basename
is a combination of the input file names.
59
* - false:
basename
is the common prefix of the input file names.
107
* "commonName" : string containing the output filename (
basename
)
/external/chromium_org/third_party/skia/tools/tests/
base_unittest.py
57
os.path.join(self.output_dir_actual,
basename
),
58
os.path.join(self.output_dir_expected,
basename
))
59
for
basename
in different_files]))
119
basename
), to make it easier to locate any differences
/external/chromium_org/tools/gyp/test/win/linker-flags/
update_pgd.py
31
(pgd_basename, _) = os.path.splitext(os.path.
basename
(pgd_file))
/external/chromium_org/tools/metrics/actions/
PRESUBMIT.py
16
if (input_api.
basename
(p) == 'actions.xml'
/external/chromium_org/tools/metrics/histograms/
PRESUBMIT.py
15
if (input_api.
basename
(p) == 'histograms.xml'
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py
67
bus, dev = os.path.
basename
(os.path.realpath(sysfs_path)).split('-')
80
base = os.path.
basename
(os.path.realpath(sysfs_path))
103
base = os.path.
basename
(device)
125
base = os.path.
basename
(device)
/external/chromium_org/v8/test/message/regress/
regress-73.out
28
*%(
basename
)s:31: b
regress-75.out
28
*%(
basename
)s:29: foo
/external/chromium_org/v8/test/message/
simple-throw.out
28
*%(
basename
)s:28: wow
try-catch-finally-throw-in-catch-and-finally.out
28
*%(
basename
)s:33: baz
try-catch-finally-throw-in-catch.out
28
*%(
basename
)s:31: bar
try-catch-finally-throw-in-finally.out
28
*%(
basename
)s:33: baz
try-finally-throw-in-finally.out
28
*%(
basename
)s:31: bar
try-finally-throw-in-try-and-finally.out
28
*%(
basename
)s:31: bar
try-finally-throw-in-try.out
28
*%(
basename
)s:29: foo
/external/compiler-rt/lib/asan/
asanwrapper.cc
31
// TODO(eugenis): rewrite to <dirname>/asan/<
basename
>, if exists?
/external/compiler-rt/make/
filter-inputs
19
base = os.path.
basename
(file)
/external/compiler-rt/test/asan/android_commands/
android_run.py
9
device_binary = os.path.join(ANDROID_TMPDIR, os.path.
basename
(sys.argv[0]))
Completed in 390 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>