/device/linaro/bootloader/edk2/MdePkg/Library/SmmServicesTableLib/ |
SmmServicesTableLib.c | 26 @param SystemTable A pointer to the EFI System Table.
56 // We are in SMM, retrieve the pointer to SMM System Table
66 System Management Mode(SMM).
71 @retval TRUE The driver is executing in System Management Mode (SMM).
72 @retval FALSE The driver is not executing in System Management Mode (SMM).
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiBootServicesTableLib/ |
UefiBootServicesTableLib.c | 2 This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in
29 The constructor function caches the pointer of Boot Services Table through System Table.
30 It will ASSERT() if the pointer of System Table is NULL.
35 @param SystemTable A pointer to the EFI System Table.
54 // Cache pointer to the EFI System Table
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
control | 15 When wake on WiFi is supported and enabled, our system could wake up from 18 user does not expect information that can uniquely identify their system 21 We permit active scans to be launched when the system wakes up due to a SSID 26 However, when the system wakes up due to a RTC timer (e.g. the periodic scan 28 system to carry out its tasks and re-suspend without active scanning and
|
/external/brotli/csharp/org/brotli/dec/ |
DecodeTest.cs | 15 /// <exception cref="System.IO.IOException"/>
19 System.IO.MemoryStream input = new System.IO.MemoryStream(data);
20 System.IO.MemoryStream output = new System.IO.MemoryStream();
52 /// <exception cref="System.IO.IOException"/>
56 System.IO.MemoryStream input = new System.IO.MemoryStream(data);
57 System.IO.MemoryStream output = new System.IO.MemoryStream(); [all...] |
/external/brotli/java/org/brotli/dec/ |
Utils.java | 24 * <p> Current implementation uses {@link System#arraycopy}, so it should be used for length not 35 System.arraycopy(BYTE_ZEROES, 0, dest, cursor, step); 43 * <p> Current implementation uses {@link System#arraycopy}, so it should be used for length not 54 System.arraycopy(INT_ZEROES, 0, dest, cursor, step); 60 System.arraycopy(bytes, start, bytes, target, end - start);
|
/external/libchrome/base/trace_event/ |
trace_event_system_stats_monitor.h | 24 // enabled, also enables system events profiling. This class is the preferred 25 // way to turn system tracing on and off. 43 // Retrieves system profiling at the current time. 59 // Timer to schedule system profile dumps. 67 // Converts system memory profiling stats in |input| to
|
/external/lzma/Java/Tukaani/src/ |
XZSeekEncDemo.java | 41 System.err.println("Encoder memory usage: " 43 System.err.println("Decoder memory usage: " 45 System.err.println("Block size: " + blockSize + " B"); 47 XZOutputStream out = new XZOutputStream(System.out, options); 53 int size = System.in.read(buf, 0, Math.min(buf.length, left));
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
Util.java | 47 System.out.println("DEBUG: " + String.format(message, args)); 52 System.out.println("WARN: " + String.format(message, args)); 57 System.out.println("VERBOSE: " + String.format(message, args)); 63 System.out.println("INFO: " + String.format(message, args)); 68 System.out.println("ERROR: " + String.format(message, args));
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/ |
AndroidInterceptorsTest.java | 18 new MethodRef("java.lang.System", "loadLibrary"), 27 new MethodRef("java.lang.System", "nanoTime"), 28 new MethodRef("java.lang.System", "currentTimeMillis"), 29 new MethodRef("java.lang.System", "arraycopy"), 30 new MethodRef("java.lang.System", "logE"),
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SetTimeZonePermissionsTest.java | 42 * Verify that non-system processes cannot set the time zone. 47 * Attempt to set several predefined time zones, verifying that the system 48 * system default time zone has not actually changed from its prior state 52 assertTrue("No system-defined time zones - test invalid", max > 0); 61 // to the system time zone.
|
/frameworks/base/libs/hwui/tests/scripts/ |
prep_volantis.sh | 31 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" 32 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" 33 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq" 34 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed" 37 adb shell "echo 0 > /sys/devices/system/cpu/cpuquiet/tegra_cpuquiet/enable"
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/ |
System_Delegate.java | 26 * This also providers a time control that allows to set a specific system time. 32 // Current system time 33 private static AtomicLong mNanosTime = new AtomicLong(System.nanoTime()); 34 // Time that the system booted up in nanos 35 private static AtomicLong mBootNanosTime = new AtomicLong(System.nanoTime());
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
TCKClock_System.java | 73 * Test system clock. 83 Clock system = Clock.systemUTC(); local 84 assertEquals(system.getZone(), ZoneOffset.UTC); 87 Instant instant = system.instant(); 88 long systemMillis = System.currentTimeMillis(); 97 Clock system = Clock.systemUTC(); local 98 assertEquals(system.getZone(), ZoneOffset.UTC); 101 long instant = system.millis(); 102 long systemMillis = System.currentTimeMillis(); 114 assertEquals(test, Clock.system(ZoneOffset.UTC)) [all...] |
/packages/apps/TV/common/src/com/android/tv/common/util/ |
Clock.java | 21 * An interface through which system clocks can be read. The {@link #SYSTEM} implementation must be 28 * @see System#currentTimeMillis(). 56 Clock SYSTEM = 60 return System.currentTimeMillis();
|
/system/core/libcutils/include/private/ |
fs_config.h | 60 /* Rules for directories and files has moved to system/code/libcutils/fs_config.c */ 68 * system/extras/ext4_utils/make_ext4fs_main.c 70 * system/core/cpio/mkbootfs.c 71 * system/core/adb/file_sync_service.cpp 72 * system/extras/ext4_utils/canned_fs_config.c
|
/system/sepolicy/prebuilts/api/27.0/private/ |
system_app.te | 2 ### Apps that run with the system UID, e.g. com.android.system.ui, 3 ### com.android.settings. These are not as privileged as the system 14 # android.ui and system.ui 57 # Allow system apps to interact with incidentd
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
UnknownFileSystemException.java | 25 * system being used on a block device. 37 * @param device the {@code BlockDevice} whose file system could not 41 super("can not determin file system type"); //NOI18N 46 * Returns the {@code BlockDevice} whose file system could not be 49 * @return the {@code BlockDevice} with an unknown file system
|
/prebuilts/misc/common/robolectric/android-all/ |
android-all-7.0.0_r1-robolectric-r1.jar | |
android-all-7.1.0_r7-robolectric-r1.jar | |
/system/core/libbacktrace/testdata/arm/ |
offline_testdata | 6 map: start: e745f000 end: e7463000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libnetd_client.so 7 map: start: e7463000 end: e7464000 offset: 3000 load_bias: 0 flags: 1 name: /system/lib/libnetd_client.so 8 map: start: e7464000 end: e7465000 offset: 4000 load_bias: 0 flags: 3 name: /system/lib/libnetd_client.so 10 map: start: e7558000 end: e756c000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libunwind.so 12 map: start: e756d000 end: e756e000 offset: 14000 load_bias: 0 flags: 1 name: /system/lib/libunwind.so 13 map: start: e756e000 end: e756f000 offset: 15000 load_bias: 0 flags: 3 name: /system/lib/libunwind.so 15 map: start: e75d4000 end: e75e1000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/libbase.so 16 map: start: e75e1000 end: e75e2000 offset: c000 load_bias: 0 flags: 1 name: /system/lib/libbase.so 17 map: start: e75e2000 end: e75e3000 offset: d000 load_bias: 0 flags: 3 name: /system/lib/libbase.so 18 map: start: e7600000 end: e7616000 offset: 0 load_bias: 0 flags: 5 name: /system/lib/liblzma.s [all...] |
/system/core/libbacktrace/testdata/arm64/ |
offline_testdata | 6 map: start: 701464c000 end: 701465c000 offset: 0 load_bias: 0 flags: 5 name: /system/lib64/libcutils.so 8 map: start: 701465d000 end: 701465e000 offset: 10000 load_bias: 0 flags: 1 name: /system/lib64/libcutils.so 9 map: start: 701465e000 end: 701465f000 offset: 11000 load_bias: 0 flags: 3 name: /system/lib64/libcutils.so 10 map: start: 7014691000 end: 70146b5000 offset: 0 load_bias: 0 flags: 5 name: /system/lib64/liblzma.so 11 map: start: 70146b5000 end: 70146b6000 offset: 23000 load_bias: 0 flags: 1 name: /system/lib64/liblzma.so 12 map: start: 70146b6000 end: 70146b7000 offset: 24000 load_bias: 0 flags: 3 name: /system/lib64/liblzma.so 14 map: start: 70146c9000 end: 70158b5000 offset: 0 load_bias: af000 flags: 5 name: /system/lib64/libLLVM.so 15 map: start: 70158b5000 end: 701596b000 offset: 11eb000 load_bias: 0 flags: 1 name: /system/lib64/libLLVM.so 16 map: start: 701596b000 end: 701596c000 offset: 12a1000 load_bias: 0 flags: 3 name: /system/lib64/libLLVM.so 18 map: start: 70159c2000 end: 70159f9000 offset: 0 load_bias: 0 flags: 5 name: /system/lib64/libm.s [all...] |
/art/test/989-method-trace-throw/src/art/ |
Test989.java | 58 if (!System.getProperty("java.vm.name").equals("Dalvik")) { 83 System.out.println("Normal: Entering " + m); 88 System.out.println("Normal: Leaving " + getInfo(m, exception, result)); 96 System.out.println("ThrowEnter: Entering " + m); 102 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result)); 111 System.out.println("ThrowExit: Entering " + m); 119 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result)); 129 System.out.println("ThrowBoth: Entering " + m); 138 System.out.println("ThrowBoth: Leaving " + getInfo(m, exception, result)); 148 if (System.getProperty("java.vm.name").equals("Dalvik")) [all...] |
/device/google/cuttlefish/shared/ |
device.mk | 108 device/google/cuttlefish/shared/config/media_codecs.xml:system/etc/media_codecs.xml \ 109 device/google/cuttlefish/shared/config/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ 110 device/google/cuttlefish/shared/config/media_profiles.xml:system/etc/media_profiles.xml \ 113 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 114 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ 115 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ 116 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ 120 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ 121 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 122 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml [all...] |
/device/linaro/hikey/ |
device-common.mk | 110 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \ 111 frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:system/etc/permissions/android.hardware.sensor.ambient_temperature.xml \ 112 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ 113 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \ 114 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 115 frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:system/etc/permissions/android.hardware.sensor.hifi_sensors.xml \ 116 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 117 frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:system/etc/permissions/android.hardware.sensor.relative_humidity.xml \ 118 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \ 119 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xm [all...] |
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
CollationPerformanceTest.java | 160 System.out.println(usageString); 161 System.exit(1); 202 System.out.println(line); 204 System.out.print(" CEs: "); 213 //System.out.print(); 218 System.out.print(outStr + " "); 220 System.out.print("\n "); 225 System.out.print("\n ICU Sort Key: "); 237 System.out.print(outStr); 238 System.out.print(" ") [all...] |