Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ROD
(Results
1 - 25
of
83
) sorted by relevance
1
2
3
4
/third_party/ltp/testcases/commands/ar/
H
A
D
ar01.sh
25
ROD
$AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file3.in
26
ROD
$AR -ra"$MOD" file1.in lib.a $TST_DATAROOT/file2.in
27
ROD
$AR -t lib.a \> ar.out
38
ROD
rm lib.a
43
ROD
$AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file2.in \
45
ROD
$AR -ma"$MOD" file1.in lib.a file4.in
46
ROD
$AR -t lib.a \> ar.out
57
ROD
rm lib.a
62
ROD
$AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file3.in
63
ROD
[all...]
/third_party/ltp/testcases/network/mpls/
H
A
D
mpls01.sh
24
ROD
modprobe mpls_router
29
ROD
sysctl -q net.mpls.platform_labels=0xfffff
30
ROD
ip -f mpls route add 0xffffe dev lo
31
ROD
ip -f mpls route show \> /dev/null
32
ROD
ip -f mpls route del 0xffffe dev lo
38
ROD
sysctl -q net.mpls.platform_labels=0xffffe
53
ROD
sysctl -q net.mpls.platform_labels=$((end + 1))
56
ROD
ip -f mpls route add $l dev $(tst_iface)
60
ROD
ip -f mpls route show \> /dev/null
64
ROD
i
[all...]
/third_party/ltp/testcases/network/nfs/nfs_stress/
H
A
D
nfs02.sh
18
ROD
cp $LTP_DATAFILES/ascii.jmb .
20
ROD
diff $LTP_DATAFILES/ascii.jmb ascii.jmb
32
ROD
cp $LTP_DATAFILES/$f .
33
ROD
cp $f ${f}cp
34
ROD
diff $LTP_DATAFILES/$f ${f}cp
43
ROD
chmod a-wx ascii.sm
44
ROD
ls -l ascii.sm | grep -q "r--"
45
ROD
chmod a+w ascii.sm
H
A
D
nfs03.sh
20
ROD
mkdir -p dir$i
29
ROD
touch file$j$k
40
ROD
rm -f file$j$k
51
ROD
mkdir -p dir1
59
ROD
mkdir -p dir2
/third_party/ltp/testcases/kernel/fs/quota_remount/
H
A
D
quota_remount_test01.sh
25
ROD
dd if=/dev/zero of=$IMAGE bs=4096 count=8000 2>/dev/null
26
ROD
mkfs.ext3 -q -F -b 4096 $IMAGE
48
ROD
mount -t ext3 -o loop,usrquota,grpquota $IMAGE $MNTDIR
58
ROD
quotacheck -cug $MNTDIR
59
ROD
quotaon -ug $MNTDIR
60
ROD
echo "blah" />$MNTDIR/file
63
ROD
mount -o remount,ro $MNTDIR
64
ROD
mount -o remount,rw $MNTDIR
66
ROD
rm $MNTDIR/file
/third_party/ltp/testcases/kernel/containers/netns/
H
A
D
netns_lib.sh
157
ROD
ip netns add $NS_HANDLE0
158
ROD
ip netns add $NS_HANDLE1
160
ROD
$NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1
161
ROD
$NS_EXEC $NS_HANDLE0 ip link set veth1 netns $NS_HANDLE1
189
ROD
$NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP0/$NETMASK dev veth0
190
ROD
$NS_EXEC $NS_HANDLE1 $NS_TYPE ip address add $IP1/$NETMASK dev veth1
191
ROD
$NS_EXEC $NS_HANDLE0 $NS_TYPE ip link set veth0 up
192
ROD
$NS_EXEC $NS_HANDLE1 $NS_TYPE ip link set veth1 up
194
ROD
$NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 $IFCONF_IN6_ARG $IP0/$NETMASK
195
ROD
[all...]
/third_party/ltp/testcases/misc/lvm/
H
A
D
prepare_lvm.sh
25
ROD
mkdir -p $fsname
36
ROD
lvcreate -L 1G $vgname -n "$lvname"
38
ROD
mount "$lvdev" $fsname
58
ROD
pvcreate $LVM_DEV1 $LVM_DEV2 $LVM_DEV3 $LVM_DEV4
59
ROD
vgcreate ltp_test_vg1 $LVM_DEV1 $LVM_DEV2
60
ROD
vgcreate ltp_test_vg2 $LVM_DEV3 $LVM_DEV4
74
ROD
mkdir -p "$LVM_TMPDIR"
75
ROD
mkdir -p "$LVM_IMGDIR"
H
A
D
cleanup_lvm.sh
23
ROD
vgremove -y ltp_test_vg1
24
ROD
vgremove -y ltp_test_vg2
27
ROD
tst_device release $devname
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
H
A
D
cgroup_fj_common.sh
25
ROD
echo "$pid" \> "$path/$task_list"
41
[ ! -d "$path" ] &&
ROD
mkdir "$path"
49
ROD
cat "$mount_point/cpus" \> "$path/cpus"
50
ROD
cat "$mount_point/mems" \> "$path/mems"
52
ROD
cat "$mount_point/cpuset.cpus" \> "$path/cpuset.cpus"
53
ROD
cat "$mount_point/cpuset.mems" \> "$path/cpuset.mems"
66
[ "$cgroup_version" = "2" ] &&
ROD
echo "+$subsystem" \> "$start_path/cgroup.subtree_control"
H
A
D
cgroup_fj_function.sh
95
ROD
rmdir "$start_path/ltp_2"
123
ROD
echo "+$subsystem" \> "$start_path/ltp_1/cgroup.subtree_control"
135
ROD
rmdir "$start_path/ltp_1/a"
137
[ "$cgroup_version" = "2" ] &&
ROD
echo "-$subsystem" \> "$start_path/ltp_1/cgroup.subtree_control"
138
ROD
echo "$pid" \> "$start_path/ltp_1/$task_list"
200
local notify=$(
ROD
cat "$start_path/ltp_1/notify_on_release")
214
ROD
echo "$notify" \> "$start_path/ltp_1/notify_on_release"
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H
A
D
memcg_stat_test.sh
47
ROD
mkdir subgroup
63
ROD
echo 0 \> memory.use_hierarchy
65
ROD
mkdir subgroup
81
ROD
echo 1 \> memory.use_hierarchy
83
ROD
mkdir subgroup
102
ROD
echo 0 \> memory.use_hierarchy
104
ROD
mkdir subgroup
H
A
D
memcg_use_hierarchy_test.sh
19
ROD
echo 1 \> memory.use_hierarchy
20
ROD
echo $limit \> memory.limit_in_bytes
22
ROD
mkdir subgroup
36
ROD
mkdir subgroup
48
ROD
echo 1 > memory.use_hierarchy
H
A
D
memcg_memsw_limit_in_bytes_test.sh
57
ROD
echo 10M \> memory.limit_in_bytes
66
ROD
echo 10M \> memory.limit_in_bytes
74
ROD
echo 10M \> memory.limit_in_bytes
82
ROD
echo 10M \> memory.limit_in_bytes
/third_party/ltp/testcases/commands/ln/
H
A
D
ln_tests.sh
16
ROD
mkdir -p dir/subdir
17
ROD
echo "LTP" > file
18
ROD
touch dir/file
26
ROD
ls "$lname" > lname.out
27
ROD
ls "$dname" > dname.out
65
ROD
rm $link
/third_party/ltp/testcases/kernel/controllers/pids/
H
A
D
pids.sh
82
ROD
kill -9 $i
110
ROD
echo $max \> $testpath/pids.max
133
ROD
echo $lim \> $testpath/pids.max
154
ROD
echo 0 \> $testpath/pids.max
181
ROD
echo $lim \> $testpath/pids.max
207
ROD
echo $max \> $testpath/pids.max
249
ROD
echo $max \> $testpath/pids.max
251
ROD
echo +pids \> "$testpath"/cgroup.subtree_control
256
ROD
echo $lim \> $testpath/child/pids.max
281
ROD
ech
[all...]
/third_party/ltp/testcases/commands/nm/
H
A
D
nm01.sh
19
ROD
cp "$TST_DATAROOT/lib.a" "."
20
ROD
mkdir "dir"
21
ROD
cp "$TST_DATAROOT/lib.a" "dir/"
86
ROD
awk '{print gensub(/\y(0+)([0-9a-fA-F]+)\y/, "\\2", "g")}' nm_bsd.out \> trimmed_nm_bsd.out
87
ROD
awk '{print gensub(/\y(0+)([0-9a-fA-F]+)\y/, "\\2", "g")}' nm_posix.out \> trimmed_nm_posix.out
89
ROD
awk '{print $3 $2 $1}' trimmed_nm_bsd.out \> nm1.out
90
ROD
awk '{print $1 $2 $3}' trimmed_nm_posix.out \> nm2.out
/third_party/ltp/testcases/commands/cpio/
H
A
D
cpio_tests.sh
27
ROD
mkdir "dir"
29
ROD
echo "Test" > "dir/$i"
32
ROD
find dir -type f > filelist
34
ROD
mv "dir" "dir_orig"
35
ROD
mkdir "dir"
/third_party/ltp/testcases/commands/tar/
H
A
D
tar_tests.sh
81
ROD
rm $@
92
ROD
touch $TAR_FILES
100
ROD
rm $TAR_FILES
110
ROD
touch file4
114
ROD
rm file4
119
ROD
rm $fname
/third_party/ltp/testcases/network/stress/ipsec/
H
A
D
ipsec_lib.sh
192
ROD
ip xfrm state add src $dst dst $src spi $spi_2 \
195
ROD
ip xfrm policy add src $src dst $dst dir out tmpl src $src \
197
ROD
ip xfrm policy add src $dst dst $src dir in tmpl src $dst \
253
ROD
ip link set $vti up
258
ROD
$ipx st add $i_dir $p $spi_2 $ALG $m
259
ROD
$ipx po add dir out tmpl $o_dir $p $m $mrk
260
ROD
$ipx po add dir in tmpl $i_dir $p $m $mrk
306
ROD
ip -6 route add ${IPV6_NET32_UNUSED}::/$mask dev $tst_vti
311
ROD
ip route add ${IPV4_NET16_UNUSED}.1.0/$mask dev $tst_vti
317
ROD
i
[all...]
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
H
A
D
mcast-lib.sh
21
ROD
sysctl -q -w net.ipv4.igmp_max_memberships=$igmp_max_memberships
22
ROD
sysctl -q -w net.ipv4.igmp_max_msf=10
23
ROD
sysctl -q -w net.ipv4.conf.$(tst_iface).force_igmp_version=0
24
ROD
sysctl -q -w net.ipv4.conf.all.force_igmp_version=0
35
ROD
sysctl -q -w net.ipv6.conf.all.force_mld_version=0
36
ROD
sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=0
37
ROD
sysctl -q -w net.ipv6.mld_max_msf=$default_mld_max_msf
/third_party/ltp/testcases/commands/cp/
H
A
D
cp_tests.sh
24
ROD
mkdir -p $dirname
28
ROD
touch $dirname/file$fcnt
38
ROD
echo LTP > file
79
ROD
rm -r $dst
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H
A
D
memcg_stress_test.sh
29
ROD
echo "+memory" \> "$test_path/cgroup.subtree_control"
72
ROD
mkdir "$test_path/$i"
74
ROD
echo $! \> "$test_path/$i/$task_list"
90
ROD
rmdir "$test_path/$i"
/third_party/ltp/testcases/commands/mkdir/
H
A
D
mkdir_tests.sh
15
ROD
mkdir "dir"
42
ROD
rm -rf "$LONG_PATH"
49
ROD
rm -rf "$LONG_PATH"
/third_party/ltp/testcases/kernel/device-drivers/zram/
H
A
D
zram02.sh
32
ROD
mkswap /dev/zram$i
33
ROD
swapon /dev/zram$i
47
ROD
swapoff /dev/zram$i
/third_party/ltp/testcases/network/nfs/nfslock01/
H
A
D
nfslock01
24
ROD
nfs_flock_dgen flock_data 63 16384 0
25
ROD
nfs_flock_dgen flock_odata 63 16384 1
38
ROD
cp flock_data flock_idata
Completed in 9 milliseconds
1
2
3
4