/art/test/055-enum-performance/src/ |
Main.java | 35 long time0 = System.nanoTime(); 37 long time1 = System.nanoTime(); 39 long time2 = System.nanoTime(); 41 long time3 = System.nanoTime(); 43 long time4 = System.nanoTime(); 45 System.out.println("basis: performed " + count4 + " iterations"); 46 System.out.println("test1: performed " + count1 + " iterations"); 47 System.out.println("test2: performed " + count2 + " iterations"); 48 System.out.println("test3: performed " + count3 + " iterations"); 57 System.out.println("Timing is acceptable.") [all...] |
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
cpuhotplug_hotplug.sh | 12 # Gets list of all available IRQs in the system 72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online 93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online 112 [ -d /sys/devices/system/cpu/cpu0 ] || return -1 113 NUM=`ls /sys/devices/system/cpu/ \ 128 [ -d /sys/devices/system/cpu ] || return 1 129 (cd /sys/devices/system/cpu; ls -d cpu[0-9]*) 139 local present_mask="/sys/devices/system/cpu/present [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
MakeCopy.java | 72 System.out.println("required parameters: [-l] manifest adk-dir src-out-dir xml-out-dir " + 74 System.out.println("Creates an android data binding class and copies resources from"); 75 System.out.println("res-source to res-target and modifies binding layout files"); 76 System.out.println("in res-target. Binding data is extracted into XML files"); 77 System.out.println("and placed in xml-out-dir."); 78 System.out.println(" -l indicates that this is a library"); 79 System.out.println(" manifest path to AndroidManifest.xml file"); 80 System.out.println(" src-out-dir path to where generated source goes"); 81 System.out.println(" xml-out-dir path to where generated binding XML goes"); 82 System.out.println(" res-out-dir path to the where modified resources should go") [all...] |
/test/vts/script/ |
setup-local.sh | 24 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver32 /data/local/tmp/32/ 25 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver64 /data/local/tmp/64/ 26 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/local/tmp/32/ 27 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/local/tmp/64/ 28 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/tmp/32/ 29 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/tmp/64/ 32 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local/tmp/32/ 33 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/local/tmp/64/ 34 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecification.so /data/local/tmp/32/ 35 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_interfacespecification.so /data/local/tmp/64 [all...] |
/art/test/067-preemptive-unpark/src/ |
Main.java | 29 System.out.println("Test starting"); 35 System.out.println("GC'ing"); 36 System.gc(); 37 System.runFinalization(); 38 System.gc(); 40 System.out.println("Asking thread to park"); 47 System.out.println("Main thread interrupted!"); 48 System.exit(1); 52 System.out.println("Test succeeded!"); 54 System.out.println("Test failed.") [all...] |
/art/test/100-reflect2/src/ |
Main.java | 34 System.out.println(f.getBoolean(null)); 36 System.out.println(f.getByte(null)); 38 System.out.println(f.getChar(null)); 40 System.out.println(f.getDouble(null)); 42 System.out.println(f.getFloat(null)); 44 System.out.println(f.getInt(null)); 46 System.out.println(f.getLong(null)); 48 System.out.println(f.getShort(null)); 68 System.out.println(f.getBoolean(null)); 70 System.out.println(f.getByte(null)) [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/ResetSystemLib/ |
ResetSystemLib.c | 2 Reset System Library functions for OVMF
55 Calling this function causes a system-wide reset. This sets
56 all circuitry within the system to its initial state. This type of reset
57 is asynchronous to system operation and operates without regard to
60 System reset should not return, if it returns, it means the system does
77 Calling this function causes a system-wide initialization. The processors
80 System reset should not return, if it returns, it means the system does
94 Calling this function causes the system to enter a power state equivalent [all...] |
/external/proguard/src/proguard/gui/ |
ReTraceRunnable.java | 71 // Redirect the stack trace string to the System's in stream, and the 73 InputStream oldIn = System.in; 74 PrintStream oldOut = System.out; 75 PrintStream oldErr = System.err; 83 System.setIn(inputStream); 84 System.setOut(printStream); 85 System.setErr(printStream); 100 System.out.println(ex.getMessage()); 111 System.gc(); 114 System.out.println(msg("outOfMemory")) [all...] |
/external/protobuf/csharp/src/Google.Protobuf/ |
Google.Protobuf.nuspec | 28 <dependency id="System.Collections" version="4.0.0" /> 29 <dependency id="System.Diagnostics.Debug" version="4.0.0" /> 30 <dependency id="System.Globalization" version="4.0.0" /> 31 <dependency id="System.IO" version="4.0.0" /> 32 <dependency id="System.Linq" version="4.0.0" /> 33 <dependency id="System.Linq.Expressions" version="4.0.0" /> 34 <dependency id="System.ObjectModel" version="4.0.0" /> 35 <dependency id="System.Reflection" version="4.0.0" /> 36 <dependency id="System.Reflection.Extensions" version="4.0.0" /> 37 <dependency id="System.Runtime" version="4.0.0" / [all...] |
/frameworks/base/libs/androidfw/include/androidfw/ |
ApkAssets.h | 38 // If `system` is true, the package is marked as a system package, and allows some functions to 40 static std::unique_ptr<const ApkAssets> Load(const std::string& path, bool system = false); 43 // If `system` is true, the package is marked as a system package, and allows some functions to 46 bool system = false); 50 // If `system` is true, the package is marked as a system package, and allows some functions to 53 bool system = false); 58 // If `system` is true, the package is marked as a system package, and allows some functions t [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
SystemAudioAutoInitiationAction.java | 23 * Action to initiate system audio once AVR is detected on Device discovery action. 29 // State that waits for <System Audio Mode Status> once send 30 // <Give System Audio Mode Status> to AV Receiver. 76 HdmiLogger.debug("Cannot change system audio mode in auto initiation action."); 81 // If System Audio Control feature is enabled, turn on system audio mode when new AVR is 82 // detected. Otherwise, turn off system audio mode. 85 // Start System Audio Control feature actions only if necessary. 89 // If AVR already has correct system audio mode, update target system audio mod [all...] |
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libkeymaster_staging.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libkeymaster_staging.so | |
/art/test/044-proxy/src/ |
NarrowingTest.java | 39 System.out.println("Invocation of " + method); 52 System.out.println("Proxy methods: " + 55 System.out.println("Invoking foo using I2 type: " + proxy.foo()); 58 System.out.println("Invoking foo using I1 type: " + proxyAsParent.foo()); 62 System.out.println("Didn't get expected exception"); 65 System.out.println("Got expected exception"); 68 System.out.println("Proxy narrowed invocation return type passed");
|
/art/test/048-reflect-v8/src/ |
IsDefaultTest.java | 22 System.out.println("hi default"); 33 System.out.println("hello specific"); 42 System.out.println(t); 47 System.out.println(klass.getName() + " is default = " + (isDefault ? "yes" : "no")); 51 System.out.println("=============================="); 52 System.out.println("Are These Methods Default:"); 53 System.out.println("==============================");
|
/art/test/063-process-manager/src/ |
Main.java | 17 System.out.println("\nspawning child #" + i); 22 System.out.println("\ndone!"); 26 System.out.println("spawning child"); 32 System.out.println("child died"); 49 System.out.println("process manager: " + state); 52 System.out.println(" " + e); 60 System.out.println("process manager: nonexistent");
|
/art/test/144-static-field-sigquit/src/ |
SigQuit.java | 30 Class<?> osClass = Class.forName("android.system.Os"); 34 Class<?> osConstants = Class.forName("android.system.OsConstants"); 41 e.printStackTrace(System.out); 55 e.printStackTrace(System.out); 62 long endTime = System.currentTimeMillis() + 5000; 63 System.out.println("Performing sigquits for 5 seconds"); 64 while (System.currentTimeMillis() < endTime) {
|
/art/test/1943-suspend-raw-monitor-wait/src/art/ |
Test1943.java | 32 System.out.println("target_thread is sleeping in a wait."); 35 System.out.println("Suspend target_thread."); 39 System.out.println("Wake up the target_thread."); 45 System.out.println("target_thread is sleeping in suspend without lock."); 48 System.out.println("target_thread.isAlive() = " + target_thread.isAlive()); 51 System.out.println("resumed target_thread"); 56 System.out.println("target_thread doesn't hold lock!");
|
/art/test/559-checker-irreducible-loop/src/ |
Main.java | 28 System.out.println(m.invoke(null, arguments)); 34 System.out.println(m.invoke(null, arguments)); 40 System.out.println(m.invoke(null, arguments)); 46 System.out.println(m.invoke(null, arguments)); 52 System.out.println(m.invoke(null, arguments)); 58 System.out.println(m.invoke(null, arguments)); 64 System.out.println(m.invoke(null, arguments));
|
/art/test/914-hello-obsolescence/src/art/ |
Test914.java | 26 System.out.println("hello"); 28 System.out.println("goodbye"); 34 // System.out.println("Hello - Transformed"); 36 // System.out.println("Goodbye - Transformed"); 79 t.sayHi(() -> { System.out.println("Not doing anything here"); }); 81 System.out.println("transforming calling function"); 84 t.sayHi(() -> { System.out.println("Not doing anything here"); });
|
/external/libmojo/mojo/edk/test/ |
BUILD.gn | 27 "//mojo/edk/system", 28 "//mojo/public/cpp/system", 44 "//mojo/edk/system", 60 "//mojo/edk/system", 80 "//mojo/public/cpp/system", 122 "//mojo/public/c/system/tests:perftests", 129 "//mojo/public/cpp/system/tests",
|
/external/testng/src/test/java/test/parameters/ |
ParamInheritanceTest.java | 29 PrintStream out = System.out; 30 PrintStream err = System.err; 33 * Changing system print streams so that exception or results stmt is not logged 36 System.setOut(new PrintStream(os)); 37 System.setErr(new PrintStream(os)); 48 System.setOut(out); 49 System.setErr(err);
|
/frameworks/opt/net/wifi/libwifi_system/ |
Android.bp | 16 name: "libwifi-system-defaults", 30 // Device independent wifi system logic. 33 name: "libwifi-system", 34 defaults: ["libwifi-system-defaults"], 48 // Test utilities (e.g. mock classes) for libwifi-system 51 name: "libwifi-system-test", 52 defaults: ["libwifi-system-defaults"],
|
/packages/services/Car/car_product/init/ |
init.bootstat.rc | 10 # the device, /data is decrypted, and the system is entering the main boot phase. 15 exec - root root -- /system/bin/bootstat -r post_decrypt_time_elapsed 22 exec - root root -- /system/bin/bootstat --record_boot_complete 25 exec - root root -- /system/bin/bootstat -r dev_bootcomplete 27 exec - root root -- /system/bin/bootstat -l 30 exec - root root -- /system/bin/bootstat -r car_service_created 33 exec - root root -- /system/bin/bootstat -r zygote_running
|
/system/core/rootdir/etc/ |
ld.config.legacy.txt | 8 dir.legacy = /system 13 # Except for /postinstall, where only /system is searched 19 namespace.default.search.paths = /system/${LIB} 23 namespace.default.asan.search.paths = /data/asan/system/${LIB} 24 namespace.default.asan.search.paths += /system/${LIB} 33 # /system/lib in the search paths. This is because linker calls realpath on the 40 namespace.default.search.paths = /system/${LIB}
|