/packages/services/Car/evs/manager/ |
android.automotive.evs.manager@1.0.rc | 1 service evs_manager /system/bin/android.automotive.evs.manager@1.0
|
/packages/services/Car/evs/sampleDriver/ |
android.hardware.automotive.evs@1.0-sample.rc | 1 service evs_driver /system/bin/android.hardware.automotive.evs@1.0-sample
|
/platform_testing/scripts/perf-setup/ |
sailin-setup.sh | 10 echo 0 > /sys/devices/system/cpu/cpu0/online 11 echo 0 > /sys/devices/system/cpu/cpu1/online 13 echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor 14 echo 2150400 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/ |
Application.mk | 2 # Even the system STL is too much because it will link libsupc++ for rtti and
|
/system/core/libsysutils/ |
EventLogTags.logtags | 1 # See system/core/logcat/event.logtags for a description of the format of this file.
|
/system/core/rootdir/ |
asan.options | 7 include_if_exists=/system/asan.options.%b
|
/system/core/rootdir/etc/ |
ld.config.legacy.txt | 8 dir.legacy = /system 14 namespace.default.search.paths = /system/${LIB}:/vendor/${LIB} 15 namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB}
|
ld.config.txt.in | 8 dir.system = /system/bin/ 9 dir.system = /system/xbin/ 15 dir.system = /data/nativetest 16 dir.system = /data/nativetest64 17 dir.system = /data/benchmarktest 18 dir.system = /data/benchmarktest64 20 [system] 30 namespace.default.search.paths = /system/${LIB [all...] |
/system/security/keystore/ |
keystore.rc | 1 service keystore /system/bin/keystore /data/misc/keystore
|
/system/sepolicy/prebuilts/api/26.0/public/ |
system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/public/ |
system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/tpm/tpm_manager/server/ |
tpm_managerd.rc | 4 service tpm_managerd /system/bin/tpm_managerd
|
/system/tpm/trunks/ |
trunksd-simulator.rc | 4 service trunksd /system/bin/trunksd --simulator
|
trunksd.rc | 4 service trunksd /system/bin/trunksd
|
/system/update_engine/update_payload_key/ |
README | 2 baked into the system image as part of update_engine install.
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
SettingsTest.java | 30 Settings.System.putInt(contentResolver, "property", 1); 31 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); 35 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); 40 Settings.System.putInt(contentResolver, "property", 1); 41 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); 46 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0)); 51 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0)); 52 assertThat(Settings.System.getInt(contentResolver, "property", 2), equalTo(2)); 54 Settings.System.putInt(contentResolver, "property", 1); 55 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)) [all...] |
/art/test/075-verification-error/src/ |
Main.java | 42 System.out.println("Got expected IncompatibleClassChangeError (interface)"); 43 if (VERBOSE) System.out.println("--- " + icce); 53 System.out.println("ERROR: MaybeAbstract succeeded unexpectedly"); 55 System.out.println("Got expected InstantationError"); 56 if (VERBOSE) System.out.println("--- " + ie); 58 System.out.println("Got unexpected MaybeAbstract failure"); 71 System.out.println("Got expected NoSuchFieldError"); 72 if (VERBOSE) System.out.println("--- " + nsfe); 78 System.out.println("Got expected NoSuchFieldError"); 79 if (VERBOSE) System.out.println("--- " + nsfe) [all...] |
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/ |
InvokeCustom.java | 31 System.out.println("targetMethodTest4 from Super"); 41 System.out.println("InvokeCustom.<init>(" + i + ")"); 45 System.out.println("Hello World!"); 50 System.out.println(z); 51 System.out.println(b); 52 System.out.println(c); 53 System.out.println(s); 54 System.out.println(i); 55 System.out.println(f); 56 System.out.println(l) [all...] |
/art/test/123-inline-execute2/src/ |
Main.java | 23 System.out.println("Math.sin(" + d + ") = " 26 System.out.println("Math.sinh(" + d + ") = " 28 System.out.println("Math.asin(" + d + ") = " 30 System.out.println("Math.cos(" + d + ") = " 32 System.out.println("Math.cosh(" + d + ") = " 34 System.out.println("Math.acos(" + d + ") = " 37 System.out.println("Math.tan(" + d + ") = " 40 System.out.println("Math.tanh(" + d + ") = " 42 System.out.println("Math.atan(" + d + ") = " 44 System.out.println("Math.atan2(" + d + ", " + (d + 1.0) + ") = [all...] |
/art/test/084-class-init/src/ |
Main.java | 27 System.out.println("didn't throw!"); 29 System.out.println("caught exception thrown during clinit"); 47 System.out.println("sleep interrupted"); 53 System.out.println(PartialInit.FIELD0); 54 System.out.println("Construction of PartialInit succeeded unexpectedly"); 56 System.out.println("Got expected EIIE for FIELD0"); 60 System.out.println(PartialInit.FIELD0); 61 System.out.println("Load of FIELD0 succeeded unexpectedly"); 63 System.out.println("Got expected NCDFE for FIELD0"); 66 System.out.println(PartialInit.FIELD1) [all...] |
/external/llvm/docs/ |
SystemLibrary.rst | 2 System Library 8 This document provides some details on LLVM's System Library, located in the 9 source at ``lib/System`` and ``include/llvm/System``. The library's purpose is 11 services LLVM needs from the operating system. Much of LLVM is written using 12 portability features of standard C++. However, in a few areas, system dependent 13 facilities are needed and the System Library is the wrapper around those system 16 By centralizing LLVM's use of operating system interfaces, we make it possible 18 platforms since (theoretically) only ``lib/System`` needs to be ported. Thi [all...] |
/tools/external/gradle/ |
BUILD | 5 # do not use directly. Use //tools/base/build-system:gradle 9 visibility = ["//tools/base/build-system:__pkg__"], 14 # //tools/base/build-system:gradle-api_neverlink 15 # //tools/base/build-system:gradle-api 19 visibility = ["//tools/base/build-system:__pkg__"], 26 # do not use directly. Use //tools/base/build-system:gradle 30 visibility = ["//tools/base/build-system:__pkg__"], 35 # //tools/base/build-system:gradle-api_neverlink 36 # //tools/base/build-system:gradle-api 40 visibility = ["//tools/base/build-system:__pkg__"] [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseResetSystemLibNull/ |
BaseResetSystemLibNull.c | 2 Null Reset System Library instance that only generates ASSERT() conditions.
21 This function causes a system-wide reset (cold reset), in which
22 all circuitry within the system returns to its initial state. This type of reset
23 is asynchronous to system operation and operates without regard to
26 If this function returns, it means that the system does not support cold reset.
38 This function causes a system-wide initialization (warm reset), in which all processors
41 If this function returns, it means that the system does not support warm reset.
53 This function causes the system to enter a power state equivalent
56 If this function returns, it means that the system does not support shut down reset.
68 This function causes the system to enter S3 and then wake up immediately. [all...] |
/external/r8/src/test/examples/controlflow/ |
ControlFlow.java | 19 System.out.println(s); 39 System.out.println(s + " " + i + " " + d + " " + b); 47 System.out.println(s); 52 System.out.println("10"); 55 System.out.println("5"); 58 System.out.println("2"); 64 System.out.println("10"); 66 System.out.println("5"); 68 System.out.println("2"); 75 System.out.println("simpleLoop") [all...] |
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ |
InvokeCustom.java | 27 System.out.println("targetMethodTest4 from Super"); 37 System.out.println("InvokeCustom.<init>(" + i + ")"); 41 System.out.println("Hello World!"); 46 System.out.println(z); 47 System.out.println(b); 48 System.out.println(c); 49 System.out.println(s); 50 System.out.println(i); 51 System.out.println(f); 52 System.out.println(l) [all...] |