/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...");
|
/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.27/config/ |
zlib.m4 | 1 dnl A function to check if the system's zlib library should be used. The 3 dnl --with-system-zlib. 7 # Use the system's zlib library. 10 AC_ARG_WITH(system-zlib, 11 [AS_HELP_STRING([--with-system-zlib], [use installed libz])],
|
/toolchain/binutils/binutils-2.27/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
|
/development/vndk/tools/definition-tool/datasets/ |
minimum_tag_file.csv | 2 /system/${LIB}/libEGL.so,LL-NDK, 3 /system/${LIB}/libGLESv1_CM.so,LL-NDK, 4 /system/${LIB}/libGLESv2.so,LL-NDK, 5 /system/${LIB}/libGLESv3.so,LL-NDK, 6 /system/${LIB}/libandroid_net.so,LL-NDK, 7 /system/${LIB}/libc.so,LL-NDK, 8 /system/${LIB}/libdl.so,LL-NDK, 9 /system/${LIB}/libft2.so,FWK-ONLY-RS, 10 /system/${LIB}/liblog.so,LL-NDK, 11 /system/${LIB}/libm.so,LL-NDK [all...] |
/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...] |
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/ |
UntypedHandleImpl.java | 5 package org.chromium.mojo.system.impl; 7 import org.chromium.mojo.system.DataPipe.ConsumerHandle; 8 import org.chromium.mojo.system.DataPipe.ProducerHandle; 9 import org.chromium.mojo.system.MessagePipeHandle; 10 import org.chromium.mojo.system.SharedBufferHandle; 11 import org.chromium.mojo.system.UntypedHandle; 33 * @see org.chromium.mojo.system.UntypedHandle#pass() 41 * @see org.chromium.mojo.system.UntypedHandle#toMessagePipeHandle() 49 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeConsumerHandle() 57 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeProducerHandle( [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SalSystemTable/ |
SalSystemTable.c | 18 GUIDs used for SAL system table entries in the in the EFI 1.0 system table.
20 SAL System Table contains Itanium-based processor centric information about
21 the system.
30 EFI_GUID_STRING(&gEfiSalSystemTableGuid, "SAL System Table", "SAL System Table GUID in EFI System Table");
|
/external/clang/test/Modules/Inputs/macro-ambiguity/ |
module.modulemap | 3 header "Inputs/macro-ambiguity/a/system/a_system.h" 6 module b [system] { 8 header "Inputs/macro-ambiguity/b/system/b_system.h" 13 header "Inputs/macro-ambiguity/c/system/c_system.h" 16 module d [system] { 18 header "Inputs/macro-ambiguity/d/system/d_system.h" 23 textual header "Inputs/macro-ambiguity/e/system/e_system.h"
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/ |
DotPrinterTest.java | 34 String expectedOutput = "digraph {" + System.lineSeparator();
35 expectedOutput += "n0 [label=\"root (MethodCallExpr)\"];" + System.lineSeparator();
36 expectedOutput += "n1 [label=\"name (SimpleName)\"];" + System.lineSeparator();
37 expectedOutput += "n0 -> n1;" + System.lineSeparator();
38 expectedOutput += "n2 [label=\"identifier='x'\"];" + System.lineSeparator();
39 expectedOutput += "n1 -> n2;" + System.lineSeparator();
40 expectedOutput += "n3 [label=\"arguments\"];" + System.lineSeparator();
41 expectedOutput += "n0 -> n3;" + System.lineSeparator();
42 expectedOutput += "n4 [label=\"argument (IntegerLiteralExpr)\"];" + System.lineSeparator();
43 expectedOutput += "n3 -> n4;" + System.lineSeparator(); [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
PropertiesHelperTest.java | 12 System.setProperty("blinfiddle.ox.heart", "orange juice"); 13 System.setProperty("ornithopter.defenestration", "nickel"); 21 properties.setProperty("result", "{${first.value} + ${system.value.xbf5547}}"); 22 System.setProperty("system.value.xbf5547", "system"); 25 assertEquals("{first + system}", properties.getProperty("result"));
|
/external/selinux/gui/ |
org.selinux.config.policy | 7 <vendor>System Config SELinux</vendor> 8 <vendor_url>http://fedorahosted.org/system-config-selinux</vendor_url> 11 <description>Run System Config SELinux</description> 12 <message>Authentication is required to run system-config-selinux</message> 13 <icon_name>system-selinux</icon_name> 19 <annotate key="org.freedesktop.policykit.exec.path">/usr/share/system-config-selinux/system-config-selinux.py</annotate>
|
/system/core/rootdir/ |
init.zygote32_64.rc | 1 service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote 6 socket zygote stream 660 root system 16 service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary 21 socket zygote_secondary stream 660 root system
|
init.zygote64_32.rc | 1 service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote 6 socket zygote stream 660 root system 16 service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload 21 socket zygote_secondary stream 660 root system
|
/system/sepolicy/prebuilts/api/28.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 7 /system/bin/asan_extract u:object_r:asan_extract_exec:s0 8 /system/bin/asanwrapper u:object_r:asanwrapper_exec:s0 9 /system/bin/asan/app_process u:object_r:zygote_exec:s0 10 /system/bin/asan/app_process32 u:object_r:zygote_exec:s0 11 /system/bin/asan/app_process64 u:object_r:zygote_exec:s0
|
/system/sepolicy/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 7 /system/bin/asan_extract u:object_r:asan_extract_exec:s0 8 /system/bin/asanwrapper u:object_r:asanwrapper_exec:s0 9 /system/bin/asan/app_process u:object_r:zygote_exec:s0 10 /system/bin/asan/app_process32 u:object_r:zygote_exec:s0 11 /system/bin/asan/app_process64 u:object_r:zygote_exec:s0
|
/external/skia/experimental/xps_to_png/ |
xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } 25 System.Windows.Xps.Packaging.XpsDocument xpsDoc = 26 new System.Windows.Xps.Packaging.XpsDocument( 27 path, System.IO.FileAccess.Read); 29 throw new System.Exception("XpsDocumentfailed"); 31 System.Windows.Documents.FixedDocumentSequence docSeq = 34 throw new System.Exception("GetFixedDocumentSequence failed"); 36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; 38 foreach (System.Windows.Documents.DocumentReference dr in drc) { 39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false) [all...] |
/external/skqp/experimental/xps_to_png/ |
xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } 25 System.Windows.Xps.Packaging.XpsDocument xpsDoc = 26 new System.Windows.Xps.Packaging.XpsDocument( 27 path, System.IO.FileAccess.Read); 29 throw new System.Exception("XpsDocumentfailed"); 31 System.Windows.Documents.FixedDocumentSequence docSeq = 34 throw new System.Exception("GetFixedDocumentSequence failed"); 36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; 38 foreach (System.Windows.Documents.DocumentReference dr in drc) { 39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false) [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
BrightnessLevelPreferenceControllerTest.java | 31 import android.provider.Settings.System; 93 System.getUriFor(System.SCREEN_BRIGHTNESS))).isNotEmpty(); 95 System.getUriFor(System.SCREEN_BRIGHTNESS_FOR_VR))).isNotEmpty(); 97 System.getUriFor(System.SCREEN_AUTO_BRIGHTNESS_ADJ))).isNotEmpty(); 111 System.getUriFor(System.SCREEN_BRIGHTNESS))).isEmpty(); 113 System.getUriFor(System.SCREEN_BRIGHTNESS_FOR_VR))).isEmpty() [all...] |
/system/bt/hci/ |
Android.bp | 33 "system/bt", 34 "system/bt/internal_include", 35 "system/bt/btcore/include", 36 "system/bt/stack/include", 37 "system/bt/utils/include", 38 "system/bt/bta/include", 39 "system/libhwbinder/include", 53 "system/bt", 54 "system/bt/internal_include", 55 "system/bt/btcore/include" [all...] |
/frameworks/base/data/sounds/ |
AudioPackageGo.mk | 23 $(LOCAL_PATH)/notifications/ogg/Alya.ogg:system/media/audio/notifications/Alya.ogg \ 24 $(LOCAL_PATH)/notifications/ogg/Argon.ogg:system/media/audio/notifications/Argon.ogg \ 25 $(LOCAL_PATH)/notifications/Canopus.ogg:system/media/audio/notifications/Canopus.ogg \ 26 $(LOCAL_PATH)/notifications/Deneb.ogg:system/media/audio/notifications/Deneb.ogg \ 27 $(LOCAL_PATH)/newwavelabs/Highwire.ogg:system/media/audio/notifications/Highwire.ogg \ 28 $(LOCAL_PATH)/notifications/ogg/Iridium.ogg:system/media/audio/notifications/Iridium.ogg \ 29 $(LOCAL_PATH)/notifications/pixiedust.ogg:system/media/audio/notifications/pixiedust.ogg \ 30 $(LOCAL_PATH)/notifications/ogg/Talitha.ogg:system/media/audio/notifications/Talitha.ogg \ 31 $(LOCAL_PATH)/Ring_Classic_02.ogg:system/media/audio/ringtones/Ring_Classic_02.ogg \ 32 $(LOCAL_PATH)/Ring_Synth_02.ogg:system/media/audio/ringtones/Ring_Synth_02.ogg [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
SystemTest.java | 35 // use System.getProperty. Now they should use System.lineSeparator instead, and the 38 // Test that System.lineSeparator is not changed when the corresponding 39 // system property is changed. 40 assertEquals("\n", System.lineSeparator()); 41 System.setProperty("line.separator", "poop"); 42 assertEquals("\n", System.lineSeparator()); 44 // java.io.BufferedWriter --- uses System.lineSeparator on Android but not on RI. 49 assertEquals(System.lineSeparator(), sw.toString()); 51 // java.io.PrintStream --- uses System.lineSeparator on Android but not on RI [all...] |
/art/test/042-new-instance/src/ |
Main.java | 38 System.out.println("LocalClass succeeded"); 40 System.out.println("LocalClass failed"); 41 ex.printStackTrace(System.out); 48 System.out.println("ERROR: PackageAccess succeeded unexpectedly"); 50 System.out.println("Got expected PackageAccess complaint"); 52 System.out.println("Got unexpected PackageAccess failure"); 53 ex.printStackTrace(System.out); 60 System.out.println("ERROR: MaybeAbstract succeeded unexpectedly"); 62 System.out.println("Got expected InstantationError"); 64 System.out.println("Got unexpected MaybeAbstract failure") [all...] |
/development/vndk/tools/definition-tool/tests/ |
test_tagged_dict.py | 18 /system/lib/lib_ll_ndk.so,ll-ndk 19 /system/lib/lib_ll_ndk_indirect.so,ll-ndk-indirect 20 /system/lib/lib_vndk_sp.so,vndk-sp 21 /system/lib/lib_vndk_sp_indirect.so,vndk-sp-indirect 22 /system/lib/lib_vndk_sp_indirect_private.so,vndk-sp-indirect-private 23 /system/lib/lib_vndk.so,vndk 24 /system/lib/lib_fwk_only.so,fwk-only 25 /system/lib/lib_fwk_only_rs.so,fwk-only-rs 29 /system/lib/lib_remove.so,remove 30 /system/lib/lib_hl_ndk.so,hl-nd [all...] |