OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basename
(Results
626 - 650
of
4005
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gdb/linux-x86/lib/python2.7/
linecache.py
82
basename
= filename
115
fullname = os.path.join(dirname,
basename
)
/prebuilts/misc/common/robolectric/
robotest-internal.mk
11
my_target_output := $(
basename
$(my_target))-output.txt
12
my_target_retval := $(
basename
$(my_target))-retval.txt
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py
66
exec_file = os.path.
basename
(exec_path)
84
exec_file = os.path.
basename
(exec_path)
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
format.py
66
exec_file = os.path.
basename
(exec_path)
84
exec_file = os.path.
basename
(exec_path)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py
27
CDLL(os.path.
basename
(libc_name))
30
if libc_name is not None and os.path.
basename
(libc_name) == "libc.so.6":
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py
82
basename
= filename
115
fullname = os.path.join(dirname,
basename
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py
97
# Set the destination file name. Note that
basename
101
basename
= filename[:-3]
103
destname =
basename
105
basename
= filename
109
destname =
basename
+ '.app'
111
destname =
basename
+ '.applet'
113
rsrcname =
basename
+ '.rsrc'
324
os.path.join('Contents/Resources', os.path.
basename
(rsrcname))))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py
27
CDLL(os.path.
basename
(libc_name))
30
if libc_name is not None and os.path.
basename
(libc_name) == "libc.so.6":
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py
82
basename
= filename
115
fullname = os.path.join(dirname,
basename
)
/prebuilts/sdk/tools/
dx
34
prog="${progdir}"/`
basename
"${prog}"`
52
echo `
basename
"$prog"`": can't find $jarfile"
/sdk/eclipse/scripts/
update_version.sh
19
if [ `
basename
"$PWD"` != "eclipse" ]; then
50
if [[ -f "$i" && $(
basename
"$i") != "build.xml" ]]; then
/test/vts/testcases/template/gtest_binary_test/
gtest_test_case.py
84
if len(ntpath.
basename
(output_file_path)) > utils.MAX_FILENAME_LEN:
97
output_file_path = ntpath.
basename
(output_file_path)
/tools/apksig/etc/
apksigner
34
prog="${progdir}"/`
basename
"${prog}"`
52
echo `
basename
"$prog"`": can't find $jarfile"
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java
[
all
...]
/bionic/linker/
linker_dlwarning.cpp
42
current_msg = current_msg +
basename
(sopath) + ": " + message;
/build/make/tools/apicheck/etc/
apicheck
38
prog="${progdir}"/`
basename
"${prog}"`
/cts/apps/CameraITS/tests/inprog/
test_param_edge_mode.py
26
NAME = os.path.
basename
(__file__).split(".")[0]
test_rawstats.py
26
NAME = os.path.
basename
(__file__).split(".")[0]
/cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py
24
NAME = os.path.
basename
(__file__).split(".")[0]
/cts/tools/cts-api-coverage/etc/
cts-api-coverage
34
prog="${progdir}"/`
basename
"${prog}"`
/development/tools/apkcheck/etc/
apkcheck
34
prog="${progdir}"/`
basename
"${prog}"`
/development/tools/rmtypedefs/etc/
rmtypedefs
34
prog="${progdir}"/`
basename
"${prog}"`
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mkreal.py
47
progname = os.path.
basename
(sys.argv[0])
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
common_unittest_utils.py
15
if os.path.
basename
(pwd) != project:
Completed in 2138 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>