OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
501 - 525
of
45948
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/r8/src/test/examples/assumenosideeffects4/
Assumenosideeffects.java
14
System
.out.println(method0());
15
System
.out.println(method1());
16
System
.out.println(method0L() + "L");
17
System
.out.println(method1L() + "L");
22
System
.out.println("method0");
28
System
.out.println("method1");
34
System
.out.println("method0L");
40
System
.out.println("method1L");
/external/r8/src/test/examples/assumevalues2/
Assumevalues.java
49
System
.out.println("1");
53
System
.out.println("2");
57
System
.out.println("3");
62
System
.out.println("4");
67
System
.out.println("1L");
71
System
.out.println("2L");
75
System
.out.println("3L");
80
System
.out.println("4L");
/external/r8/src/test/examples/staticfield/
StaticField.java
30
System
.out.println(StaticField.field);
31
System
.out.println(value.field);
33
System
.out.print(StaticField.fieldA);
34
System
.out.print(StaticField.fieldB);
35
System
.out.println(StaticField.fieldC);
38
System
.out.print(StaticField.class.getField("fieldA").get(value));
39
System
.out.print(StaticField.class.getField("fieldB").get(value));
40
System
.out.println(StaticField.class.getField("fieldC").get(value));
/external/selinux/python/sepolicy/sepolicy/help/
system_current_mode.txt
6
Changing the current mode of the
system
will not survive a reboot. You would need to change the
system
mode for this.
/external/testng/src/test/java/test/dependent/functionality1/
Test1.java
9
System
.out.println("Test 1_1");
12
System
.out.println("Test 1_2");
Test2.java
9
System
.out.println("Test 2_1");
13
System
.out.println("Test 2_2");
/external/testng/src/test/java/test/dependsongroup/
FirstSampleTest.java
10
//
System
.out.println("firstA");
15
//
System
.out.println("firstB");
SecondSampleTest.java
10
//
System
.out.println("secondA");
15
//
System
.out.println("secondB");
ZeroSampleTest.java
10
//
System
.out.println("zeroA");
15
//
System
.out.println("zeroB");
/external/testng/src/test/java/test/testng106/
Test2.java
12
System
.out.println("method2");
18
System
.out.println("method3");
/external/testng/src/test/java/test/tmp/
B.java
12
System
.out.println("B.bm");
17
System
.out.println("B.btest1");
/frameworks/base/cmds/am/
am
0
#!/
system
/bin/sh
6
base=/
system
/frameworks/base/cmds/hid/
hid
0
#!/
system
/bin/sh
6
base=/
system
/frameworks/base/media/tests/players/
README
1
Native test players for
system
tests.
3
For functional/
system
/performance tests, a native test player can be used.
/hardware/interfaces/biometrics/fingerprint/2.1/default/
android.hardware.biometrics.fingerprint@2.1-service.rc
6
user
system
7
group
system
input
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
mobileap_firewall.xml
2
<
system
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mobileap_firewall_cfg.xsd">
7
</
system
>
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
MyView.java
15
System
.out.println("foo = " + foo);
20
System
.out.println("getFoo() returning " + mFoo);
/system/core/rootdir/
init.environ.rc.in
4
export ANDROID_ROOT /
system
5
export ANDROID_ASSETS /
system
/app
/system/extras/cppreopts/
cppreopts.rc
17
exec - root -- /
system
/bin/cppreopts.sh /postinstall
19
exec -
system
system
-- /
system
/bin/preloads_copy.sh /postinstall
25
exec - root -- /
system
/bin/cppreopts.sh /postinstall
27
exec -
system
system
-- /
system
/bin/preloads_copy.sh /postinstall
/system/sepolicy/prebuilts/api/26.0/public/
hal_health.te
8
# Read access to
system
files for HALs in
9
# /{
system
,vendor,odm}/lib[64]/hw/ in order
modprobe.te
7
allow modprobe rootfs:
system
module_load;
10
allow modprobe { system_file }:
system
module_load;
/system/sepolicy/public/
hal_health.te
8
# Read access to
system
files for HALs in
9
# /{
system
,vendor,odm}/lib[64]/hw/ in order
modprobe.te
7
allow modprobe rootfs:
system
module_load;
10
allow modprobe { system_file }:
system
module_load;
/system/sepolicy/vendor/
hal_gnss_default.te
7
# Read access to
system
files for HALs in
8
# /{
system
,vendor,odm}/lib[64]/hw/ in order
/test/vts-testcase/hal/boot/V1_0/target/
HalBootHidlTargetTest.config
6
"module_name": "
system
/lib64/hw/bootctrl.msm8996",
13
"module_name": "
system
/lib64/hw/android.hardware.boot@1.0-impl",
Completed in 3381 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>