HomeSort by relevance Sort by last modified time
    Searched full:system (Results 326 - 350 of 45948) sorted by null

<<11121314151617181920>>

  /art/test/113-multidex/src/
Second.java 19 System.out.println("Second::zcall");
23 System.out.println("Second::zcall1");
27 System.out.println("Second::zcall2");
31 System.out.println("Second::zcall3");
35 System.out.println("Second::zcall4");
39 System.out.println("Second::zcall5");
43 System.out.println("Second::zcall6");
47 System.out.println("Second::zcall7");
51 System.out.println("Second::zcall8");
55 System.out.println("Second::zcall9")
    [all...]
  /device/google/muskie/self-extractors/qcom/staging/
device-partial.mk 17 vendor/qcom/walleye/proprietary/netutils-wrapper-1.0:system/bin/netutils-wrapper-1.0:qcom \
18 vendor/qcom/walleye/proprietary/ATT_profiles.xml:system/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
19 vendor/qcom/walleye/proprietary/ROW_profiles.xml:system/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
20 vendor/qcom/walleye/proprietary/VZW_profiles.xml:system/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \
21 vendor/qcom/walleye/proprietary/dnd.descriptor:system/etc/firmware/dnd.descriptor:qcom \
22 vendor/qcom/walleye/proprietary/dnd.sound_model:system/etc/firmware/dnd.sound_model:qcom \
23 vendor/qcom/walleye/proprietary/music_detector.descriptor:system/etc/firmware/music_detector.descriptor:qcom \
24 vendor/qcom/walleye/proprietary/music_detector.sound_model:system/etc/firmware/music_detector.sound_model:qcom \
25 vendor/qcom/walleye/proprietary/com.android.ims.rcsmanager.xml:system/etc/permissions/com.android.ims.rcsmanager.xml:qcom \
26 vendor/qcom/walleye/proprietary/cneapiclient.jar:system/framework/cneapiclient.jar:qcom
    [all...]
  /device/google/taimen/self-extractors/qcom/staging/
device-partial.mk 17 vendor/qcom/taimen/proprietary/netutils-wrapper-1.0:system/bin/netutils-wrapper-1.0:qcom \
18 vendor/qcom/taimen/proprietary/ATT_profiles.xml:system/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \
19 vendor/qcom/taimen/proprietary/ROW_profiles.xml:system/etc/cne/Nexus/ROW/ROW_profiles.xml:qcom \
20 vendor/qcom/taimen/proprietary/VZW_profiles.xml:system/etc/cne/Nexus/VZW/VZW_profiles.xml:qcom \
21 vendor/qcom/taimen/proprietary/dnd.descriptor:system/etc/firmware/dnd.descriptor:qcom \
22 vendor/qcom/taimen/proprietary/dnd.sound_model:system/etc/firmware/dnd.sound_model:qcom \
23 vendor/qcom/taimen/proprietary/music_detector.descriptor:system/etc/firmware/music_detector.descriptor:qcom \
24 vendor/qcom/taimen/proprietary/music_detector.sound_model:system/etc/firmware/music_detector.sound_model:qcom \
25 vendor/qcom/taimen/proprietary/com.android.ims.rcsmanager.xml:system/etc/permissions/com.android.ims.rcsmanager.xml:qcom \
26 vendor/qcom/taimen/proprietary/cneapiclient.jar:system/framework/cneapiclient.jar:qcom
    [all...]
  /external/r8/src/test/debugTestResources/
Locals.java 8 System.out.println("There's no local here");
13 System.out.println("Not using local variable");
19 System.out.println("c=" + c + ", v=" + v);
25 System.out.println("zeroLocals");
31 System.out.println("i == 0");
33 System.out.println("i != 0");
58 System.out.println(a + b + c + d + e + f + g);
125 System.out.println(array1);
126 System.out.println(array2);
127 System.out.println(array3)
    [all...]
  /art/test/024-illegal-access/src/
Main.java 21 System.out.println("ERROR: call 1 not expected to succeed");
24 System.out.println("Got expected failure 1");
27 System.out.println("Got expected failure 1");
32 System.out.println("ERROR: call 2 not expected to succeed");
35 System.out.println("Got expected failure 2");
40 System.out.println("ERROR: call 3 not expected to succeed");
43 System.out.println("Got expected failure 3");
46 System.out.println("Got expected failure 3");
51 System.out.println("ERROR: call 4 not expected to succeed");
54 System.out.println("Got expected failure 4")
    [all...]
  /art/test/420-const-class/src/
Main.java 24 System.out.println("Hello from OtherWithClinit");
32 System.out.println("Hello from OtherWithClinit2");
40 System.out.println($opt$LoadThisClass());
41 System.out.println($opt$LoadThisClass());
43 System.out.println($opt$LoadOtherClass());
44 System.out.println($opt$LoadOtherClass());
46 System.out.println($opt$LoadSystemClass());
47 System.out.println($opt$LoadSystemClass());
65 return System.class;
69 System.out.println(OtherWithClinit.a)
    [all...]
  /art/test/972-iface-super-multidex/src/
Main.java 24 System.out.println("Could not load class");
25 e.printStackTrace(System.out);
30 System.out.println((String)m.invoke(c.newInstance(), new Object[0]));
32 System.out.println("Unknown exception occurred");
33 e.printStackTrace(System.out);
38 System.out.println((String)m.invoke(c.newInstance(), new Object[0]));
43 System.out.println("Unexpected AME caught");
44 e.printStackTrace(System.out);
46 System.out.println("Unexpected NSME caught");
47 e.printStackTrace(System.out)
    [all...]
  /packages/apps/Test/connectivity/sl4n/
README.md 10 Building SL4N requires a system build.
30 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/sl4n /system/bin
34 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libbinder.so /system/lib
35 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libchrome.so /system/lib
36 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libevent.so /system/lib
40 cd <ANDROID_SOURCE_ROOT>/system/bt/servic
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 49 "Error: Could not access the Backup Manager. Is the system running?";
51 "Error: Could not access the backup transport. Is the system running?";
53 "Error: Could not access the Package Manager. Is the system running?";
62 System.err.println("Exception caught:");
75 System.err.println(BMGR_NOT_RUNNING_ERR);
148 System.err.println("Unknown command");
159 System.out.println("Backup Manager currently "
162 System.err.println(e.toString());
163 System.err.println(BMGR_NOT_RUNNING_ERR);
177 System.out.println("Backup Manager now " + enableToString(enable))
    [all...]
  /art/test/046-reflect/src/
Main.java 38 System.out.println("Method name is " + meth.getName());
39 System.out.println(" Declaring class is "
43 System.out.println(" Arg " + i + ": " + params[i].getName());
46 System.out.println(" Exc " + i + ": " + exceptions[i].getName());
47 System.out.println(" Return type is " + meth.getReturnType().getName());
48 System.out.println(" Access flags are 0x"
50 //System.out.println(" GenericStr is " + meth.toGenericString());
54 System.out.println("Field name is " + field.getName());
55 System.out.println(" Declaring class is "
57 System.out.println(" Field type is " + field.getType().getName())
    [all...]
  /art/test/050-sync-test/src/
Main.java 26 System.out.println("Sleep Test");
29 System.out.println("\nCount Test");
32 System.out.println("\nInterrupt Test");
37 System.out.println("GOING");
41 System.out.println("INTERRUPT!");
42 ie.printStackTrace(System.out);
44 System.out.println("GONE");
58 System.out.println("INTERRUPT!");
59 ie.printStackTrace(System.out);
65 //System.out.println("main: off and running")
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 77 System.out.println(j.toString());
81 System.out.println(j.toString(4));
82 System.out.println(XML.toString(j));
86 System.out.println(j.toString(4));
87 System.out.println();
90 System.out.println(j.toString());
91 System.out.println(JSONML.toString(j));
92 System.out.println();
95 System.out.println(a.toString(4));
96 System.out.println(JSONML.toString(a))
    [all...]
  /device/huawei/angler/
init.angler.power.sh 0 #!/system/bin/sh
30 # some files in /sys/devices/system/cpu are created after the restorecon of
33 restorecon -R /sys/devices/system/cpu
36 write /sys/devices/system/cpu/cpu5/online 0
37 write /sys/devices/system/cpu/cpu6/online 0
38 write /sys/devices/system/cpu/cpu7/online 0
41 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 960000
47 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
48 restorecon -R /sys/devices/system/cpu # must restore after interactive
49 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load
    [all...]
init.angler.rc 23 chown system system /sys/kernel/debug/kgsl/proc
30 mkdir /persist 0771 system system
31 mkdir /firmware 0771 system system
46 mkdir /persist/data/sfs 0700 system system
47 mkdir /persist/data/tz 0700 system system
    [all...]
  /system/sepolicy/vendor/
file_contexts 4 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
5 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
6 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
7 /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0
8 /(vendor|system/vendor)/bin/hw/android\.hardware\.broadcastradio@1\.1-service u:object_r:hal_broadcastradio_default_exec:s0
9 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
10 /(vendor|system/vendor)/bin/hw/android\.hardware\.configstore@1\.[0-9]+-service u:object_r:hal_configstore_default_exec:s0
11 /(vendor|system/vendor)/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0
12 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service u:object_r:hal_drm_default_exec:s0
13 /(vendor|system/vendor)/bin/hw/android\.hardware\.cas@1\.0-service u:object_r:hal_cas_default_exec:s
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ProxySelectorTest.java 48 System.clearProperty("ftp.proxyHost");
49 System.clearProperty("ftp.proxyPort");
50 System.clearProperty("ftp.nonProxyHosts");
51 System.clearProperty("http.proxyHost");
52 System.clearProperty("http.proxyPort");
53 System.clearProperty("http.nonProxyHosts");
54 System.clearProperty("https.proxyHost");
55 System.clearProperty("https.proxyPort");
56 System.clearProperty("https.nonProxyHosts");
57 System.clearProperty("other.proxyHost")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 35 * java.lang.System#setIn(java.io.InputStream)
38 InputStream orgIn = System.in;
40 System.setIn(in);
41 assertTrue("in not set", System.in == in);
42 System.setIn(orgIn);
46 * java.lang.System#setOut(java.io.PrintStream)
49 PrintStream orgOut = System.out;
51 System.setOut(out);
52 assertTrue("out not set", System.out == out);
53 System.setOut(orgOut)
    [all...]
  /art/test/041-narrowing/src/
Main.java 8 System.out.println();
9 System.out.println("Double.POSITIVE_INFINITY = "
11 System.out.println("Double.NEGATIVE_INFINITY = "
13 System.out.println("Float.POSITIVE_INFINITY = "
15 System.out.println("Float.NEGATIVE_INFINITY = "
17 System.out.println("Double.NaN = "
19 System.out.println("Float.NaN = "
22 System.out.println();
23 System.out.println("(byte) Double.NaN = "
26 System.out.println("(short) Double.NaN =
    [all...]
  /device/lge/bullhead/
init.bullhead.fp.rc 18 chown system system /dev/fpc1020
22 mkdir /data/fpc_tpl 770 system system
23 mkdir /data/fpc 0770 system system
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/SystemNvDataGuid/
SystemNvDataGuid.c 18 GUIDs used for System Non Volatile HOB entries in the in the HOB list and FV Guids carrying
19 the System specific information.
30 EFI_GUID_STRING(&gEfiSystemNvDataHobGuid, "SYSTEM NV DATA HOB", "SYSTEM NV DATA HOB GUID for HOB list.");
31 EFI_GUID_STRING(&gEfiSystemNvDataFvGuid, "SYSTEM NV DATA FV", "SYSTEM NV DATA FV GUID");
  /external/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/
Contents.json 6 "minimum-system-version" : "7.0",
13 "minimum-system-version" : "7.0",
20 "minimum-system-version" : "7.0",
27 "minimum-system-version" : "7.0",
33 "minimum-system-version" : "7.0",
40 "minimum-system-version" : "7.0",
  /external/r8/src/test/examples/assumevalues1/
Assumevalues.java 14 System.out.println("1");
17 System.out.println("2");
20 System.out.println("3");
25 System.out.println("1L");
28 System.out.println("2L");
31 System.out.println("3L");
  /external/r8/src/test/examples/assumevalues3/
Assumevalues.java 17 System.out.println("1");
20 System.out.println("2");
23 System.out.println("3");
28 System.out.println("1L");
31 System.out.println("2L");
34 System.out.println("3L");
  /external/r8/src/test/examples/enclosingmethod/
OuterClass.java 30 System.out.println(anInstance.anInt());
31 System.out.println(anInstance.getClass().getEnclosingClass());
32 System.out.println(anInstance.getClass().getEnclosingMethod());
33 System.out.println(anInstance.getClass().isAnonymousClass());
34 System.out.println(anInstance.getClass().isLocalClass());
35 System.out.println(anInstance.getClass().isMemberClass());
  /external/selinux/dbus/
Makefile 6 -mkdir -p $(DESTDIR)/etc/dbus-1/system.d/
7 install -m 644 org.selinux.conf $(DESTDIR)/etc/dbus-1/system.d/
8 -mkdir -p $(DESTDIR)/usr/share/dbus-1/system-services
9 install -m 644 org.selinux.service $(DESTDIR)/usr/share/dbus-1/system-services
12 -mkdir -p $(DESTDIR)/usr/share/system-config-selinux
13 install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux

Completed in 538 milliseconds

<<11121314151617181920>>