OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASENAME
(Results
1 - 14
of
14
) sorted by null
/frameworks/ml/nn/runtime/test/specs/
generate_test.sh
18
BASENAME
=`
basename
-s .mod.py $1`
19
EXAMPLE="-e ../generated/examples/$
BASENAME
.example.cpp"
27
../../../tools/test_generator/test_generator.py ./`
basename
$1`\
28
-m ../generated/models/$
BASENAME
.model.cpp $EXAMPLE
31
echo namespace $
BASENAME
{
33
echo // Generated $
BASENAME
test
34
echo \#include \"generated/examples/$
BASENAME
.example.cpp\"
37
echo \#include \"generated/models/$
BASENAME
.model.cpp\"
38
echo } // namespace $
BASENAME
[
all
...]
generate_vts_test.sh
21
BASENAME
=`
basename
-s .mod.py $1`
22
../../../tools/test_generator/test_generator.py ./`
basename
$1`\
24
-m $VTS_PATH/generated/vts_models/$
BASENAME
.model.cpp \
25
-e $VTS_PATH/generated/examples/$
BASENAME
.example.cpp
28
echo namespace $
BASENAME
{
30
echo // Generated $
BASENAME
test
31
echo \#include \"examples/$
BASENAME
.example.cpp\"
34
echo \#include \"vts_models/$
BASENAME
.model.cpp\"
35
echo } // namespace $
BASENAME
[
all
...]
/external/protobuf/
post_process_dist.sh
31
BASENAME
=`
basename
$1 .tar.gz`
32
VERSION=${
BASENAME
:9}
38
tar zxvf $
BASENAME
.tar.gz
39
rm $
BASENAME
.tar.gz
42
chmod -R u+w $
BASENAME
43
cd $
BASENAME
49
mv $
BASENAME
.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
60
mv $
BASENAME
.zip ../protobuf-$LANG-$VERSION.zip
64
rm -rf $
BASENAME
[
all
...]
/external/protobuf/util/
post_process_dist.sh
31
BASENAME
=`
basename
$1 .tar.gz`
32
VERSION=${
BASENAME
:9}
38
tar zxvf $
BASENAME
.tar.gz
39
rm $
BASENAME
.tar.gz
42
chmod -R u+w $
BASENAME
43
cd $
BASENAME
49
mv $
BASENAME
.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
60
mv $
BASENAME
.zip ../protobuf-$LANG-$VERSION.zip
64
rm -rf $
BASENAME
[
all
...]
/external/vboot_reference/utility/
dev_make_keypair
11
Usage: ${0##*/}
BASENAME
[ALG]
13
This creates
BASENAME
.vbpubk and
BASENAME
.vbprivk pairs for use in signing
14
developer files. This also creates a
BASENAME
.keyblock file containing the
15
BASENAME
.vbpubk, which can be used to sign a developer kernel.
44
# Emit .vbpubk and .vbprivk using given
basename
and algorithm.
/external/ltp/testcases/kernel/syscalls/link/
link03.c
57
#define
BASENAME
"lkfile"
160
sprintf(fname, "%s_%d",
BASENAME
, getpid());
link05.c
56
#define
BASENAME
"lkfile"
154
sprintf(fname, "%s_%d",
BASENAME
, getpid());
/external/ltp/tools/pounder21/
pounder
68
BASENAME
=`
basename
"$i"`
72
FULL_PATH=`pwd`/"$
BASENAME
"
79
ALREADY_EXCLUDED=`grep -w "$
BASENAME
" $POUNDER_TESTS/excluded/testlist | cut -d " " -f1`
82
echo "$
BASENAME
has already been excluded from the test scheduler. Make sure the test names in the test scheduler are unique."
86
echo "$
BASENAME
" "$FULL_PATH" >> "$POUNDER_TESTS"/excluded/testlist
87
mv "$i" "$POUNDER_TESTS"/excluded/"$
BASENAME
"
/external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c
131
#define
BASENAME
"readdirfile"
133
char
Basename
[255];
192
sprintf(fname, "%s%d",
Basename
, cnt);
247
sprintf(fname, "%s%d",
Basename
, cnt);
301
sprintf(
Basename
, "%s_%d.",
BASENAME
, getpid());
/external/libopus/celt/dump_modes/
dump_modes.c
310
#define
BASENAME
"static_modes_fixed"
312
#define
BASENAME
"static_modes_float"
340
file = fopen(
BASENAME
".h", "w");
/external/ltp/testcases/kernel/syscalls/linkat/
linkat02.c
49
#define
BASENAME
"mntpoint/
basename
"
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go
139
// named $BUILDID/$
BASENAME
and $
BASENAME
(if build id is available).
148
// Collect names to search: {buildid/
basename
,
basename
}
150
if
baseName
:= filepath.Base(file); buildID != "" {
151
fileNames = []string{filepath.Join(buildID,
baseName
),
baseName
}
153
fileNames = []string{
baseName
}
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go
139
// named $BUILDID/$
BASENAME
and $
BASENAME
(if build id is available).
148
// Collect names to search: {buildid/
basename
,
basename
}
150
if
baseName
:= filepath.Base(file); buildID != "" {
151
fileNames = []string{filepath.Join(buildID,
baseName
),
baseName
}
153
fileNames = []string{
baseName
}
/external/libgsm/
Makefile
100
BASENAME
=
basename
278
@-mv `$(
BASENAME
) $@` $@ > /dev/null 2>&1
Completed in 472 milliseconds