OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
276 - 300
of
45948
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libxml2/test/threads/
cab.dtd
1
<!ENTITY % c
SYSTEM
"http://example.org/c/c.dtd">
3
<!ENTITY % a
SYSTEM
"http://example.org/a/a.dtd">
5
<!ENTITY % b
SYSTEM
"http://example.org/b/b.dtd">
cba.dtd
1
<!ENTITY % c
SYSTEM
"http://example.org/c/c.dtd">
3
<!ENTITY % b
SYSTEM
"http://example.org/b/b.dtd">
5
<!ENTITY % a
SYSTEM
"http://example.org/a/a.dtd">
/external/r8/src/test/examples/switchmaps/
Switches.java
19
System
.out.println(color.toString());
22
System
.out.println("not really");
25
System
.out.println("sooo green");
28
System
.out.println("colorful");
36
System
.out.println("3 or 5");
39
System
.out.println("7");
42
System
.out.println("other");
51
System
.out.println("1, 3 or 4");
54
System
.out.println("2 or 5");
57
System
.out.println("7")
[
all
...]
/external/testng/src/test/java/test/tmp/
BListener.java
8
System
.out.println("BListener created");
13
System
.out.println("Success");
19
System
.out.println("Failure");
/external/testng/src/test/java/test/tmp/verify/
VerifyTest.java
9
System
.out.println("f2()");
14
System
.out.println("f1()");
20
//
System
.out.println("verify()");
/hardware/qcom/media/msm8998/conf_files/
config.mk
2
PRODUCT_COPY_FILES += $(QCOM_MEDIA_ROOT)/conf_files/msm8937/media_profiles_8937.xml:
system
/etc/media_profiles.xml \
3
$(QCOM_MEDIA_ROOT)/conf_files/msm8937/media_codecs_8937.xml:
system
/etc/media_codecs.xml \
4
$(QCOM_MEDIA_ROOT)/conf_files/msm8937/media_codecs_performance_8937.xml:
system
/etc/media_codecs_performance.xml
/hardware/qcom/media/sdm845/conf_files/
config.mk
2
PRODUCT_COPY_FILES += hardware/qcom/media/conf_files/msm8937/media_profiles_8937.xml:
system
/etc/media_profiles.xml \
3
hardware/qcom/media/conf_files/msm8937/media_codecs_8937.xml:
system
/etc/media_codecs.xml \
4
hardware/qcom/media/conf_files/msm8937/media_codecs_performance_8937.xml:
system
/etc/media_codecs_performance.xml
/system/bt/embdrv/sbc/encoder/
Android.bp
19
"
system
/bt",
20
"
system
/bt/include",
21
"
system
/bt/stack/include",
/system/sepolicy/prebuilts/api/26.0/private/
file_contexts_asan
1
/data/asan/
system
/lib(/.*)? u:object_r:system_file:s0
2
/data/asan/
system
/lib64(/.*)? u:object_r:system_file:s0
5
/
system
/bin/asan_extract u:object_r:asan_extract_exec:s0
/art/test/965-default-verify/src/
Main.java
18
System
.out.println("Create Main instance");
20
System
.out.println("Calling functions on concrete Main");
22
System
.out.println("Calling functions on interface Iface");
27
System
.out.println("Calling verifiable function on Main");
28
System
.out.println(m.sayHi());
29
System
.out.println("Calling unverifiable function on Main");
32
System
.out.println("Unexpected no error Thrown on Main");
34
System
.out.println("Expected NSME Thrown on Main");
36
System
.out.println("Unexpected Error Thrown on Main");
37
e.printStackTrace(
System
.out)
[
all
...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
BrightnessLevelPreferenceControllerTest.java
29
import android.provider.Settings.
System
;
92
System
.getUriFor(
System
.SCREEN_BRIGHTNESS_MODE))).isNotEmpty();
94
System
.getUriFor(
System
.SCREEN_BRIGHTNESS))).isNotEmpty();
96
System
.getUriFor(
System
.SCREEN_BRIGHTNESS_FOR_VR))).isNotEmpty();
98
System
.getUriFor(
System
.SCREEN_AUTO_BRIGHTNESS_ADJ))).isNotEmpty();
114
System
.getUriFor(System.SCREEN_BRIGHTNESS_MODE))).isEmpty()
[
all
...]
/art/test/010-instance/src/
InstanceTest.java
24
System
.out.println("instance begin");
39
System
.out.println("x instanceof X (true): " + (test instanceof X));
40
System
.out.println("x instanceof Y (false): " + (test instanceof Y));
42
System
.out.println("y instanceof X (true): " + (test instanceof X));
43
System
.out.println("y instanceof Y (true): " + (test instanceof Y));
46
System
.out.println("xar instanceof Object (true): "
48
System
.out.println("xar instanceof X (false): "
50
System
.out.println("xar instanceof X[] (true): "
52
System
.out.println("xar instanceof Y[] (false): "
54
System
.out.println("xar instanceof Object[] (true):
[
all
...]
/external/r8/src/test/examples/conversions/
Conversions.java
54
System
.out.println(l(i()));
55
System
.out.println(f(i()));
56
System
.out.println(d(i()));
58
System
.out.println(i((int) l()));
59
System
.out.println(f(l()));
60
System
.out.println(d(l()));
62
System
.out.println(i((int) f()));
63
System
.out.println(l((long) f()));
64
System
.out.println(d(f()));
66
System
.out.println(i((int) d()))
[
all
...]
/device/google/marlin/
init.common.rc
2
write /sys/devices/
system
/cpu/cpu2/online 0
3
write /sys/devices/
system
/cpu/cpu3/online 0
41
mkdir /dev/cpuset/kernel 0750 root
system
44
chown
system
system
/dev/cpuset/kernel/tasks
47
mkdir /dev/cpuset/
system
0750 root
system
48
write /dev/cpuset/
system
/cpus 0
49
write /dev/cpuset/
system
/mems 0
50
chown
system
system /dev/cpuset/system/task
[
all
...]
/art/test/911-get-stack-trace/src/art/
Frames.java
25
System
.out.println();
29
System
.out.println();
35
System
.out.println("###################");
36
System
.out.println("### Same thread ###");
37
System
.out.println("###################");
42
System
.out.println(count);
44
System
.out.println(Arrays.toString(getFrameLocation(t, -1)));
46
System
.out.println(e.getMessage());
49
System
.out.println(Arrays.toString(getFrameLocation(t, i)));
52
System
.out.println(Arrays.toString(getFrameLocation(t, count)))
[
all
...]
/device/lge/bullhead/
init.bullhead.rc
26
chown
system
system
/sys/kernel/debug/kgsl/proc
33
write /sys/devices/
system
/cpu/cpu1/online 0
34
write /sys/devices/
system
/cpu/cpu2/online 0
35
write /sys/devices/
system
/cpu/cpu3/online 0
36
write /sys/devices/
system
/cpu/cpu4/online 0
37
write /sys/devices/
system
/cpu/cpu5/online 0
38
write /sys/devices/
system
/cpu/cpu0/cpufreq/scaling_governor powersave
41
write /sys/module/lpm_levels/
system
/a53/cpu0/retention/idle_enabled 0
42
write /sys/module/lpm_levels/
system
/a53/cpu1/retention/idle_enabled
[
all
...]
init.bullhead.power.sh
0
#!/
system
/bin/sh
24
write /sys/devices/
system
/cpu/cpu4/online 0
25
write /sys/devices/
system
/cpu/cpu5/online 0
34
# some files in /sys/devices/
system
/cpu are created after the restorecon of
37
restorecon -R /sys/devices/
system
/cpu
40
write /sys/devices/
system
/cpu/cpu4/cpufreq/scaling_max_freq 960000
46
write /sys/module/lpm_levels/
system
/a53/cpu0/retention/idle_enabled 0
47
write /sys/module/lpm_levels/
system
/a53/cpu1/retention/idle_enabled 0
48
write /sys/module/lpm_levels/
system
/a53/cpu2/retention/idle_enabled 0
49
write /sys/module/lpm_levels/
system
/a53/cpu3/retention/idle_enabled
[
all
...]
/art/test/002-sleep/src/
Main.java
9
System
.out.println("Sleeping " + millis + " msec...");
11
long start =
System
.currentTimeMillis();
13
long elapsed =
System
.currentTimeMillis() - start;
16
System
.out.println("Done sleeping");
19
System
.out.println("Actually slept about " + elapsed + " msec...");
/device/google/marlin/self-extractors/qcom/staging/
device-partial.mk
17
vendor/qcom/marlin/proprietary/pktlogconf:
system
/bin/pktlogconf:qcom \
18
vendor/qcom/marlin/proprietary/ATT_profiles.xml:
system
/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
19
vendor/qcom/marlin/proprietary/ROW_profiles.xml:
system
/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
20
vendor/qcom/marlin/proprietary/VZW_profiles.xml:
system
/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \
21
vendor/qcom/marlin/proprietary/com.android.ims.rcsmanager.xml:
system
/etc/permissions/com.android.ims.rcsmanager.xml:qcom \
22
vendor/qcom/marlin/proprietary/com.android.ims.rcsmanager.jar:
system
/framework/com.android.ims.rcsmanager.jar:qcom \
23
vendor/qcom/marlin/proprietary/lib64/libaptX_encoder.so:
system
/lib64/libaptX_encoder.so:qcom \
24
vendor/qcom/marlin/proprietary/lib64/libaptXHD_encoder.so:
system
/lib64/libaptXHD_encoder.so:qcom \
25
vendor/qcom/marlin/proprietary/libclcore_neon.bc:
system
/lib/libclcore_neon.bc:qcom \
26
vendor/qcom/marlin/proprietary/lib64/libiperf.so:
system
/lib64/libiperf.so:qcom
[
all
...]
/device/google/marlin/self-extractors_sailfish/qcom/staging/
device-partial.mk
17
vendor/qcom/sailfish/proprietary/pktlogconf:
system
/bin/pktlogconf:qcom \
18
vendor/qcom/sailfish/proprietary/ATT_profiles.xml:
system
/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
19
vendor/qcom/sailfish/proprietary/ROW_profiles.xml:
system
/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
20
vendor/qcom/sailfish/proprietary/VZW_profiles.xml:
system
/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \
21
vendor/qcom/sailfish/proprietary/com.android.ims.rcsmanager.xml:
system
/etc/permissions/com.android.ims.rcsmanager.xml:qcom \
22
vendor/qcom/sailfish/proprietary/com.android.ims.rcsmanager.jar:
system
/framework/com.android.ims.rcsmanager.jar:qcom \
23
vendor/qcom/sailfish/proprietary/lib64/libaptX_encoder.so:
system
/lib64/libaptX_encoder.so:qcom \
24
vendor/qcom/sailfish/proprietary/lib64/libaptXHD_encoder.so:
system
/lib64/libaptXHD_encoder.so:qcom \
25
vendor/qcom/sailfish/proprietary/libclcore_neon.bc:
system
/lib/libclcore_neon.bc:qcom \
26
vendor/qcom/sailfish/proprietary/lib64/libiperf.so:
system
/lib64/libiperf.so:qcom
[
all
...]
/packages/services/Car/evs/sepolicy/
file_contexts
6
/(vendor|
system
/vendor)/bin/hw/android\.hardware\.automotive\.evs@1\.0-service u:object_r:hal_evs_default_exec:s0
7
/
system
/bin/android\.hardware\.automotive\.evs@1\.0-sample u:object_r:hal_evs_driver_exec:s0
8
/
system
/bin/android\.automotive\.evs\.manager@1\.0 u:object_r:evs_manager_exec:s0
9
/
system
/bin/evs_app u:object_r:evs_app_exec:s0
10
/
system
/etc/automotive/evs(/.*)? u:object_r:evs_app_files:s0
/system/core/logd/
logd.rc
1
service logd /
system
/bin/logd
8
group logd
system
package_info readproc
9
writepid /dev/cpuset/
system
-background/tasks
11
service logd-reinit /
system
/bin/logd --reinit
16
writepid /dev/cpuset/
system
-background/tasks
/test/vts/tools/vts-tradefed/res/push_groups/
IfaceFuzzerTest.push
1
DATA/asan/
system
/lib/libvts_datatype.so->/data/local/tmp/32/libvts_datatype.so
2
DATA/asan/
system
/lib64/libvts_datatype.so->/data/local/tmp/64/libvts_datatype.so
4
DATA/asan/
system
/lib/libvts_measurement.so->/data/local/tmp/32/libvts_measurement.so
5
DATA/asan/
system
/lib64/libvts_measurement.so->/data/local/tmp/64/libvts_measurement.so
7
DATA/asan/
system
/lib/libvts_interfacespecification.so->/data/local/tmp/32/libvts_interfacespecification.so
8
DATA/asan/
system
/lib64/libvts_interfacespecification.so->/data/local/tmp/64/libvts_interfacespecification.so
10
DATA/asan/
system
/lib/libvts_common.so->/data/local/tmp/32/libvts_common.so
11
DATA/asan/
system
/lib64/libvts_common.so->/data/local/tmp/64/libvts_common.so
13
DATA/asan/
system
/lib/libvts_multidevice_proto.so->/data/local/tmp/32/libvts_multidevice_proto.so
14
DATA/asan/
system
/lib64/libvts_multidevice_proto.so->/data/local/tmp/64/libvts_multidevice_proto.s
[
all
...]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-vxworks/
tls-2.d
6
0x60000010 \(Operating
System
specific: 60000010\) 0x[0-9a-f]+
7
0x60000011 \(Operating
System
specific: 60000011\) 0x4
8
0x60000015 \(Operating
System
specific: 60000015\) 0x4
9
0x60000012 \(Operating
System
specific: 60000012\) 0x[0-9a-f]+
10
0x60000013 \(Operating
System
specific: 60000013\) 0xc
/device/linaro/hikey/
init.hikey.power.rc
14
chown
system
system
/dev/stune/top-app/schedtune.boost
15
chown
system
system
/dev/stune/top-app/schedtune.prefer_idle
16
chown
system
system
/dev/stune/foreground/schedtune.boost
17
chown
system
system
/dev/stune/foreground/schedtune.prefer_idle
18
chown
system
system
/dev/stune/schedtune.boos
[
all
...]
Completed in 1336 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>