HomeSort by relevance Sort by last modified time
    Searched full:system (Results 551 - 575 of 46866) sorted by null

<<21222324252627282930>>

  /art/test/028-array-write/src/
Main.java 32 System.out.println("Finished in " + ((end - start) / 1000000.0)
46 System.out.println("Running writeTest...");
47 start = System.nanoTime();
50 end = System.nanoTime();
59 System.arraycopy(mStorage, 0, mStorage,
62 System.out.println("Running copyTest...");
63 start = System.nanoTime();
65 System.arraycopy(mStorage, 0, mStorage,
68 end = System.nanoTime();
76 System.out.println("Done!")
    [all...]
  /art/test/047-returns/src/
Main.java 23 System.out.println("pick 1");
25 System.out.println(((CommonInterface)pickOne(1)).doStuff());
27 System.out.println("pick 2");
29 System.out.println(((CommonInterface)pickOne(2)).doStuff());
31 System.out.println("pick 3");
53 System.out.println("one running");
56 System.out.println("one");
63 System.out.println("two running");
66 System.out.println("two");
73 System.out.println("three running")
    [all...]
  /art/test/077-method-override/src/
Base.java 19 System.out.println("declaredInBase: Base");
23 System.out.println("overridden: Base");
28 System.out.println("wasOverridden: Base");
35 System.out.println("overrideWithPublic: Base");
43 System.out.println("overridePublicWithProtected: Base");
50 System.out.println("overrideProtectedWithPublic: Base");
58 System.out.println("overridePublicWithPrivate: Base");
65 System.out.println("overridePrivateWithPublic: Base");
73 System.out.println("overrideVirtualWithStatic: Base");
81 System.out.println("overrideStaticWithVirtual: Base")
    [all...]
  /art/test/533-regression-debugphi/smali/
TestCase.smali 26 invoke-static {}, Ljava/lang/System;->nanoTime()J
30 invoke-static {}, Ljava/lang/System;->nanoTime()J
35 invoke-static {}, Ljava/lang/System;->nanoTime()J
40 invoke-static {}, Ljava/lang/System;->nanoTime()J
45 invoke-static {}, Ljava/lang/System;->nanoTime()J
50 invoke-static {}, Ljava/lang/System;->nanoTime()J
54 invoke-static {}, Ljava/lang/System;->nanoTime()J
58 invoke-static {}, Ljava/lang/System;->nanoTime()J
63 invoke-static {}, Ljava/lang/System;->nanoTime()J
68 invoke-static {}, Ljava/lang/System;->nanoTime()
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
NvVarsFileLib.c 2 Save Non-Volatile Variables to a file system.
23 Attempts to connect the NvVarsFileLib to the specified file system.
28 to the file system instance.
29 @retval EFI_SUCCESS - The given file system was connected successfully
41 // We might fail to load the variable, since the file system initially
47 // We must be able to save the variables successfully to the file system
60 Update non-volatile variables stored on the file system.
63 the connected file system.
65 @retval EFI_NOT_STARTED - A file system has not been connected
75 // A file system had not been connected to the library.
    [all...]
  /external/proguard/src/proguard/
Initializer.java 65 WarningPrinter fullyQualifiedClassNameNotePrinter = new WarningPrinter(System.out, configuration.note);
79 WarningPrinter getAnnotationNotePrinter = new WarningPrinter(System.out, configuration.note);
88 WarningPrinter getSignatureNotePrinter = new WarningPrinter(System.out, configuration.note);
97 WarningPrinter getEnclosingClassNotePrinter = new WarningPrinter(System.out, configuration.note);
106 WarningPrinter getEnclosingMethodNotePrinter = new WarningPrinter(System.out, configuration.note);
122 WarningPrinter classReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn);
123 WarningPrinter dependencyWarningPrinter = new WarningPrinter(System.err, configuration.warn);
143 WarningPrinter programMemberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn);
144 WarningPrinter libraryMemberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn);
179 WarningPrinter dynamicClassReferenceNotePrinter = new WarningPrinter(System.out, configuration.note)
    [all...]
  /art/test/1927-exception-event/src/art/
Test1927.java 27 System.out.println("\tCurrent Stack:");
30 System.out.println("\t\t" + e.method + " @ line = " +
40 System.out.println(thr.getName() + ": " + catch_method + " @ line = " +
45 System.out.print("exception is: ");
46 exception.printStackTrace(System.out);
56 System.out.println(thr.getName() + ": " + throw_method + " @ line = " +
67 System.out.println("\tWill be caught by: " + catch_message);
69 System.out.print("exception is: ");
70 exception.printStackTrace(System.out);
210 System.out.println("Caught exception: " + e)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 26 import android.provider.Settings.System;
50 String selection = System.NAME + "=\"" + INT_FIELD + "\"";
51 cr.delete(System.CONTENT_URI, selection, null);
53 selection = System.NAME + "=\"" + LONG_FIELD + "\"";
54 cr.delete(System.CONTENT_URI, selection, null);
56 selection = System.NAME + "=\"" + FLOAT_FIELD + "\"";
57 cr.delete(System.CONTENT_URI, selection, null);
59 selection = System.NAME + "=\"" + STRING_FIELD + "\"";
60 cr.delete(System.CONTENT_URI, selection, null);
93 * first query the exist settings in System table, and then insert fiv
    [all...]
  /external/strace/tests/
filtering_syscall-syntax.test 35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2
    [all...]
  /external/strace/tests-m32/
filtering_syscall-syntax.test 35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2
    [all...]
  /external/strace/tests-mx32/
filtering_syscall-syntax.test 35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 32 // Test for method void java.lang.System.arraycopy(java.lang.Object,
39 System.arraycopy(new Object(), 0, b, 0, 0);
47 System.arraycopy(a, 0, new Object(), 0, 0);
55 System.arraycopy(new char[] {'a'}, 0, new String[1], 0, 1);
63 System.arraycopy(new String[] {"a"}, 0, new char[1], 0, 1);
71 System.arraycopy(new char[] {'a'}, 0, new int[1], 0, 1);
79 System.arraycopy(new Character[] {'a'}, 0, new Integer[1], 0, 1);
87 System.arraycopy(null, 0, new int[1], 0, 1);
95 System.arraycopy(new int[]{'1'}, 0, null, 0, 1);
102 System.arraycopy(a, a.length + 1, b, 0, 1)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
Debug.java 76 System.err.println();
77 System.err.println("all turn on all debugging");
78 System.err.println("access print all checkPermission results");
79 System.err.println("certpath PKIX CertPathBuilder and");
80 System.err.println(" CertPathValidator debugging");
81 System.err.println("combiner SubjectDomainCombiner debugging");
82 System.err.println("gssloginconfig");
83 System.err.println(" GSS LoginConfigImpl debugging");
84 System.err.println("configfile JAAS ConfigFile loading");
85 System.err.println("configparser JAAS ConfigFile parsing")
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_generic_refs.py 33 self.ref.add('/system/lib/libc.so',
35 self.ref.add('/system/lib/libm.so',
37 self.ref.add('/system/lib64/libc.so',
39 self.ref.add('/system/lib64/libm.so',
48 self.assertIn('/system/lib/libc.so', g.refs)
49 self.assertIn('/system/lib/libm.so', g.refs)
50 self.assertIn('/system/lib64/libc.so', g.refs)
51 self.assertIn('/system/lib64/libm.so', g.refs)
54 g.refs['/system/lib/libc.so'].exported_symbols)
56 g.refs['/system/lib64/libc.so'].exported_symbols
    [all...]
  /art/test/474-fp-sub-neg/src/
Main.java 29 System.out.println(f);
30 System.out.println(nf);
31 System.out.println(f + 0f);
32 System.out.println(f - (-0f));
33 System.out.println(-f - (-nf));
34 System.out.println(-f + (-nf));
48 System.out.println(d);
49 System.out.println(nd);
50 System.out.println(d + 0f);
51 System.out.println(d - (-0f))
    [all...]
  /build/make/target/board/generic_x86/
device.mk 21 device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
22 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
23 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
24 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
25 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml
29 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \
30 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \
31 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \
32 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
33 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml
    [all...]
  /build/make/target/board/generic_x86_64/
device.mk 21 device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
22 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
23 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
24 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
25 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml
29 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \
30 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \
31 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \
32 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
33 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml
    [all...]
  /development/scripts/
example_crashes.py 45 #00 pc 000374e0 /system/lib/libc.so (tgkill+12)
46 #01 pc 00012eed /system/lib/libc.so (pthread_kill+52)
47 #02 pc 00013997 /system/lib/libc.so (raise+10)
48 #03 pc 0001047d /system/lib/libc.so (__libc_android_abort+36)
49 #04 pc 0000eb1c /system/lib/libc.so (abort+4)
50 #05 pc 00000c6f /system/xbin/crasher
51 #06 pc 000126b3 /system/lib/libc.so (__pthread_start(void*)+30)
52 #07 pc 000107fb /system/lib/libc.so (__start_thread+6)
79 #00 pc 00000000000588e0 /system/lib64/libc.so (tgkill+8)
80 #01 pc 00000000000198c0 /system/lib64/libc.so (pthread_kill+160
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ConfigLoaderTest.java 28 Properties system = new Properties(); local
30 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
37 Properties system = new Properties(); local
39 system);
46 Properties system = new Properties(); local
47 system.setProperty("jacoco-agent.output", "mbean");
48 system.setProperty("output", "tcpserver"); // no prefix
49 system.setProperty("jacoco-agent.sessionid", "testid");
51 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
60 Properties system = new Properties() local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
StressEmitterTest.java 41 long time1 = System.nanoTime();
43 long time2 = System.nanoTime();
45 System.out.println("\nSingle dump was " + duration + " ms.");
48 System.out.println("\nOne instance.");
50 time1 = System.nanoTime();
54 time2 = System.nanoTime();
56 System.out.println("Duration for r=" + number + " was " + duration + " ms/dump.");
59 System.err.println("!!!!!! Too long. Expected <1 but was " + duration);
63 System.out.println("\nMany instances.");
65 time1 = System.nanoTime()
    [all...]
  /frameworks/base/packages/CtsShim/build/
README 2 The CTS shim is a package that resides on a device's /system partition in order
6 NOTE: The need to include a binary on the system image may be deprecated if a
7 solution involving a temporarily writable /system partition is implemented.
13 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
15 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
17 $ cp $OUT/system/priv-app/CtsShimPrivUpgradeWrongSHA/CtsShimPrivUpgradeWrongSHA.apk \
19 $ cp $OUT/system/priv-app/CtsShimPriv/CtsShimPriv.apk \
21 $ cp $OUT/system/app/CtsShim/CtsShim.apk \
27 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
29 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 25 * The interface common to all file system implementations.
36 * @return the file system's root entry
49 * Close this file system. After a close, all invocations of methods of
50 * this file system or objects created by this file system will throw an
53 * @throws IOException on error closing the file system
58 * Returns {@code true} if this file system is closed. If the file system
61 * @return if this file system is closed
66 * The total size of this file system
    [all...]
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 40 System.out.println(prefix + " " + a);
41 System.out.println(prefix + " " + a.annotationType());
50 System.out.println("annotations on TYPE " + clazz +
53 System.out.println();
57 System.out.println(" annotations on CTOR " + c + ":");
60 System.out.println(" constructor parameter annotations:");
68 System.out.println(" annotations on METH " + m + ":");
71 System.out.println(" method parameter annotations:");
79 System.out.println(" annotations on FIELD " + f + ":");
85 System.out.println(" aff: " + aff + " / " + Proxy.isProxyClass(aff.getClass()))
    [all...]
  /external/llvm/test/MC/AArch64/
trace-regs-diagnostics.s 5 // CHECK: error: expected readable system register
8 // CHECK-NEXT: error: expected readable system register
49 // CHECK: error: expected writable system register or pstate
52 // CHECK-NEXT: error: expected writable system register or pstate
55 // CHECK-NEXT: error: expected writable system register or pstate
58 // CHECK-NEXT: error: expected writable system register or pstate
61 // CHECK-NEXT: error: expected writable system register or pstate
64 // CHECK-NEXT: error: expected writable system register or pstate
67 // CHECK-NEXT: error: expected writable system register or pstate
70 // CHECK-NEXT: error: expected writable system register or pstat
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSettingsTest.java 27 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(0);
28 assertThat(Settings.System.getInt(contentResolver, "property", 2)).isEqualTo(2);
30 Settings.System.putInt(contentResolver, "property", 1);
31 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(1);
33 Settings.System.putString(contentResolver, "property", "11");
34 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(11);
64 assertThat(Settings.System.getString(contentResolver, "property")).isNull();
66 Settings.System.putString(contentResolver, "property", "value");
67 assertThat(Settings.System.getString(contentResolver, "property")).isEqualTo("value");
69 Settings.System.putInt(contentResolver, "property", 123)
    [all...]

Completed in 660 milliseconds

<<21222324252627282930>>