OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basename
(Results
826 - 850
of
2705
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/llvm/utils/release/
export.sh
25
echo "usage: `
basename
$0`"
merge.sh
21
echo "usage: `
basename
$0` [OPTIONS]"
/external/mesa3d/
acinclude.m4
82
case `
basename
"$CC"` in
/external/nist-pkits/
generate-tests.sh
88
sha256sum -b "$(
basename
"${file}")"
/external/protobuf/gtest/scons/
SConscript
137
object_name = os.path.
basename
(source).rstrip('.cc') + build_env['OBJ_SUFFIX']
168
target: The
basename
of the target's main source file, also used as the
194
target: The
basename
of the target test .cc file.
208
target: The
basename
of the target sample .cc file.
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
175
string
basename
;
local
178
basename
= file->name();
180
basename
= file->name().substr(last_slash + 1);
182
return UnderscoresToCamelCaseImpl(StripProto(
basename
), true);
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
install.sh
9
USER=`
basename
~`
/external/scrypt/
import_scrypt.sh
190
echo "Generating $(
basename
$1)"
267
echo "Generating $(
basename
$output)"
347
local_additional_dependencies += \$(LOCAL_PATH)/$(
basename
$output)
481
declare -r variable_name=SCRYPT_PATCHES_`
basename
$patch .patch | sed s/-/_/`_SOURCES
/external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h
126
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR*
basename
, int num_words_to_add);
/frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp
242
printSyntax(
basename
(argv[0]));
254
printSyntax(
basename
(argv[0]));
263
printSyntax(
basename
(argv[0]));
270
printSyntax(
basename
(argv[0]));
/ndk/build/tools/
build-ccache.sh
48
do_from () { CCACHE_URL=$1; CCACHE_PACKAGE=`
basename
$1`; }
build-docs.sh
98
TMP_FILE=$TEMP_DIR/$(
basename
"$DST_FILE").temp
build-host-python.sh
147
local PKG_NAME=$(
basename
$PKG_URL)
379
[ -d "$PYPPDIR/libstdcxx/$(
basename
$GCC_DIR)" ] || mkdir -p "$PYPPDIR/libstdcxx/$(
basename
$GCC_DIR)"
380
run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(
basename
$GCC_DIR)/" \;
/ndk/sources/host-tools/make-3.81/
build.sh.in
74
objs="$objs `
basename
$obj`"
/ndk/sources/host-tools/sed-4.2.1/lib/
dirname.c
47
/* Strip the
basename
and any redundant slashes before it. */
/pdk/apps/CameraITS/tests/inprog/
test_blc_lsc.py
26
NAME = os.path.
basename
(__file__).split(".")[0]
test_burst_sameness_auto.py
30
NAME = os.path.
basename
(__file__).split(".")[0]
test_burst_sameness_fullres_auto.py
32
NAME = os.path.
basename
(__file__).split(".")[0]
/pdk/apps/CameraITS/tests/scene1/
test_auto_vs_manual.py
31
NAME = os.path.
basename
(__file__).split(".")[0]
test_black_white.py
27
NAME = os.path.
basename
(__file__).split(".")[0]
test_burst_sameness_manual.py
30
NAME = os.path.
basename
(__file__).split(".")[0]
test_exposure.py
33
NAME = os.path.
basename
(__file__).split(".")[0]
test_latching.py
32
NAME = os.path.
basename
(__file__).split(".")[0]
test_linearity.py
34
NAME = os.path.
basename
(__file__).split(".")[0]
test_locked_burst.py
31
NAME = os.path.
basename
(__file__).split(".")[0]
Completed in 597 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>