OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
1651 - 1675
of
46866
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/system/sepolicy/prebuilts/api/27.0/private/
update_engine_common.te
4
# postinstall_file regardless of its attributes in the new
system
.
/system/sepolicy/prebuilts/api/27.0/public/
preopt2cachename.te
3
# This executable translates names from the preopted versions the build
system
/system/sepolicy/prebuilts/api/28.0/private/
update_engine_common.te
4
# postinstall_file regardless of its attributes in the new
system
.
/system/sepolicy/prebuilts/api/28.0/public/
preopt2cachename.te
3
# This executable translates names from the preopted versions the build
system
/system/sepolicy/private/
update_engine_common.te
4
# postinstall_file regardless of its attributes in the new
system
.
/system/sepolicy/public/
preopt2cachename.te
3
# This executable translates names from the preopted versions the build
system
/system/sepolicy/vendor/
vendor_modprobe.te
10
allow vendor_modprobe { vendor_file }:
system
module_load;
/system/timezone/tzlookup_generator/
README.android
5
cd
system
/timezone/tzlookup_generator
/system/tools/aidl/
runtests.sh
27
echo "+ mmma -j32 $ANDROID_BUILD_TOP/
system
/tools/aidl"
29
MODULES-IN-
system
-tools-aidl
40
${ANDROID_PRODUCT_OUT}/
system
/app/aidl_test_services/aidl_test_services.apk
41
${ANDROID_BUILD_TOP}/
system
/tools/aidl/tests/integration-test.py
/system/update_engine/init/
update-engine.conf
17
description "
System
software update service"
23
start on starting
system
-services
24
stop on stopping
system
-services
30
# impact
system
responsiveness.
/system/vold/
vold.rc
1
service vold /
system
/bin/vold \
/toolchain/binutils/binutils-2.27/config/
unwind_ipinfo.m4
9
AC_ARG_WITH(
system
-libunwind,
10
[ --with-
system
-libunwind use installed libunwind])
11
# If
system
-libunwind was not specifically set, pick a default setting.
18
# Based on
system
-libunwind and target, do we have ipinfo?
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libpuresoftkeymasterdevice.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libpuresoftkeymasterdevice.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libpuresoftkeymasterdevice.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libpuresoftkeymasterdevice.so.lsdump.gz
/art/test/151-OpenFileLimit/src/
Main.java
39
System
.out.println("Message includes \"Too many open files\"");
41
System
.out.println(e.getMessage());
49
System
.out.println("thread run.");
55
System
.out.println(e.getMessage());
65
System
.out.println("done.");
72
System
.setProperty("java.io.tmpdir", "/data/local/tmp");
76
System
.setProperty("java.io.tmpdir", "/sdcard");
/art/test/1902-suspend/src/art/
Test1902.java
40
System
.out.println("Unexpected error: " + e);
71
System
.out.println("incorrect error for resuming a non-suspended thread");
78
System
.out.println("incorrect error for resuming a non-suspended thread");
90
System
.out.println("Looks like other thread did something while suspended!");
99
System
.out.println("Doesn't look like the thread unsuspended!");
108
System
.out.println("other thread didn't terminate in a reasonable time!");
112
System
.out.println("something was thrown. Runtime might be in unrecoverable state: " + t);
/art/test/940-recursive-obsolete/src/art/
Test940.java
25
System
.out.println("hello" + recur);
32
System
.out.println("goodbye" + recur);
39
//
System
.out.println("Hello" + recur + " - transformed");
46
//
System
.out.println("Goodbye" + recur + " - transformed");
99
t.sayHi(2, () -> {
System
.out.println("Not doing anything here"); });
101
System
.out.println("transforming calling function");
104
t.sayHi(2, () -> {
System
.out.println("Not doing anything here"); });
/art/test/942-private-recursive/src/art/
Test942.java
25
System
.out.println("hello" + recur);
32
System
.out.println("goodbye" + recur);
46
//
System
.out.println("Hello" + recur + " - transformed");
53
//
System
.out.println("Goodbye" + recur + " - transformed");
108
t.sayHi(2, () -> {
System
.out.println("Not doing anything here"); });
110
System
.out.println("transforming calling function");
113
t.sayHi(2, () -> {
System
.out.println("Not doing anything here"); });
/art/test/945-obsolete-native/src/art/
Test945.java
29
System
.out.println("hello");
31
System
.out.println("goodbye");
40
//
System
.out.println("Hello - Transformed");
42
//
System
.out.println("Goodbye - Transformed");
89
t.sayHi(() -> {
System
.out.println("Not doing anything here"); });
91
System
.out.println("transforming calling function");
94
t.sayHi(() -> {
System
.out.println("Not doing anything here"); });
/art/test/StackWalk2/
StackWalk2.java
31
System
.logI("1st call"); // use v0 for PrintStream, v1 for "1st call"
34
System
.logI("2nd call"); // use v0 for PrintStream, v1 for "2nd call"
41
System
.logI(str); // use v1 for PrintStream, v2, v3 for str
45
System
.logI(str); // use v1 for PrintStream, v2, v3 for str
46
System
.logI(s); // use v1 for PrintStream, v0 for s
48
System
.logI(s); // use v1 for PrintStream, v0 for s
54
System
.loadLibrary(args[0]);
/bionic/libc/bionic/
__bionic_get_shell_path.cpp
37
/* If the device is not treble enabled, return the path to the
system
shell.
38
* Vendor code, on non-treble enabled devices could use
system
() / popen()
39
* with relative paths for executables on /
system
. Since /
system
will not be
40
* in $PATH for the vendor shell, simply return the
system
shell.
44
/* look for /
system
or /vendor prefix */
51
return "/
system
/bin/sh";
/build/make/tools/releasetools/
test_build_image.py
34
'mount_point' : '
system
',
43
'mount_point' : '
system
',
51
'mount_point' : '
system
',
66
'mount_point' : '
system
',
76
'/
system
', '409600', '-j', '0']
83
'mount_point' : '
system
',
90
'mount_point' : '
system
',
/cts/tests/signature/api-check/system-annotation/
AndroidTest.xml
16
<configuration description="Config for CTS
System
Current API Signature test cases">
24
<option name="push" value="
system
-current.api->/data/local/tmp/signature-test/
system
-current.api" />
27
<option name="push" value="
system
-removed.api->/data/local/tmp/signature-test/
system
-removed.api" />
37
<option name="instrumentation-arg" key="expected-api-files" value="
system
-current.api,
system
-removed.api" />
Completed in 782 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>