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

<<61626364656667686970>>

  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 47 long time = System.currentTimeMillis();
49 assertTrue(System.currentTimeMillis() - time < TOLERANCE_MS);
53 time = System.currentTimeMillis();
55 assertTrue(System.currentTimeMillis() - time >= BLOCK_TIME);
58 time = System.currentTimeMillis();
73 long timeDelta = System.currentTimeMillis() - time;
77 time = System.currentTimeMillis();
  /development/gsi/gsi_util/gsi_util/checkers/
vintf_checker.py 15 """Runs Treble compatibility check between /system and /vendor.
17 One of the major goal of project Treble is to do system-only OTA across
19 system.img can work well on a vendor.img, including HALs versions match,
31 """The checker to perform VINTF check between /system and /vendor."""
37 'Framework manifest match': ('/system/manifest.xml',
40 '/system/compatibility_matrix.xml'),
48 on /system and /vendor partition of a device.
  /device/google/wahoo/
system.prop 19 # system props for the cne module
22 # system props for the MM modules
39 # system props for the data netmgrd
43 # system props for time-services
46 # System prop to turn on CdmaLTEPhone always
55 #system prop for RmNet Data
67 ## system props for the data modules
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
PageList.c 20 List of pages in the system
37 { PAGE_ACPI_DSDT, AcpiDsdtPage, L"DSDT - Differentiated System Description Table" }, ///< Format DSDT
52 { PAGE_ACPI_RSDP_10B, AcpiRsdp10Page, L"RSDP 1.0b - ACPI Root System Description Pointer" }, ///< Format RSDP 1.0b table
53 { PAGE_ACPI_RSDP_30, AcpiRsdp30Page, L"RSDP 3.0 - ACPI Root System Description Pointer" }, ///< Format RSDP 3.0 table
54 { PAGE_ACPI_RSDT, AcpiRsdtPage, L"RSDT - ACPI Root System Description Table" }, ///< Format RSDT
57 { L"/SystemTable", SystemTablePage, L"System Table" },///< Format system table
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 2 Module to clarify system event log of smbios structure.
49 // System Event Log (Type 15)
53 Function to display system event log access information.
65 Function to display system event log status information.
77 Function to display system event log header format information.
89 Function to display system event log header information.
101 Function to display system event log data.
  /external/annotation-tools/annotation-file-utilities/tests/
VerifyDiffs.java 47 System.out.println(fileName + " ...FAILED");
52 System.out.println(fileName + " ...OK");
59 System.out.println("verify diffs failed due to exception: "
64 System.out.println("Passed: " + passCount + " Failed: " + failCount);
67 System.out.println("All tests succeeded.");
70 System.out.println("Tests failed.");
71 System.exit(1);
  /external/compiler-rt/lib/asan/
asanwrapper.cc 41 " %s /system/bin/app_process <args>\n"
55 if (strcmp(argv[1], "/system/bin/app_process") == 0) {
56 args[0] = (char*)"/system/bin/asan/app_process";
57 } else if (strcmp(argv[1], "/system/bin/app_process32") == 0) {
58 args[0] = (char*)"/system/bin/asan/app_process32";
59 } else if (strcmp(argv[1], "/system/bin/app_process64") == 0) {
60 args[0] = (char*)"/system/bin/asan/app_process64";
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJLoader.java.tmpl 34 System.loadLibrary("turbojpeg");
36 String os = System.getProperty("os.name").toLowerCase();
39 System.load("%{__libdir}/libturbojpeg.jnilib");
41 System.load("/usr/lib/libturbojpeg.jnilib");
45 System.load("%{__libdir}/libturbojpeg.so");
49 System.load("/opt/libjpeg-turbo/lib32/libturbojpeg.so");
51 System.load("/opt/libjpeg-turbo/lib64/libturbojpeg.so");
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CacheResponse.java 45 System.out.println("Response 1 response: " + response1);
46 System.out.println("Response 1 cache response: " + response1.cacheResponse());
47 System.out.println("Response 1 network response: " + response1.networkResponse());
53 System.out.println("Response 2 response: " + response2);
54 System.out.println("Response 2 cache response: " + response2.cacheResponse());
55 System.out.println("Response 2 network response: " + response2.networkResponse());
57 System.out.println("Response 2 equals Response 1? " + response1Body.equals(response2Body));
  /external/proguard/src/proguard/
Targeter.java 63 System.err.print("Warning: some classes have more recent versions (");
69 System.err.print(ClassUtil.externalClassVersion(classVersion.intValue()));
73 System.err.print(",");
77 System.err.println(")");
78 System.err.println(" than the target version ("+ClassUtil.externalClassVersion(configuration.targetClassVersion)+").");
82 System.err.println(" If you are sure this is not a problem,");
83 System.err.println(" you could try your luck using the '-ignorewarnings' option.");
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSettings.java 17 @Implements(value = Settings.System.class)
62 * Sets the value of the {@link Settings.System#AIRPLANE_MODE_ON} setting.
67 Settings.System.putInt(RuntimeEnvironment.application.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, isAirplaneMode ? 1 : 0);
80 * Sets the value of the {@link Settings.System#TIME_12_24} setting.
85 Settings.System.putString(RuntimeEnvironment.application.getContentResolver(), Settings.System.TIME_12_24, use24HourTimeFormat ? "24" : "12");
  /frameworks/base/core/java/android/app/timezone/
RulesUpdaterContract.java 25 * Constants related to the contract between the Android system and the privileged time zone updater
33 * The system permission possessed by the Android system that allows it to trigger time zone
41 * The system permission possessed by the time zone rules updater app that allows it to update
42 * device time zone rules. The Android system requires this permission for calls made to
49 * The action of the intent that the Android system will broadcast. The intent will be targeted
86 intent, UserHandle.SYSTEM,
  /frameworks/base/media/java/android/media/tv/
TvContentRatingSystemInfo.java 27 * TvContentRatingSystemInfo class provides information about a specific TV content rating system
28 * defined either by a system app or by a third-party app.
42 * <code> &lt;rating-system-definitions&gt;</code>
44 * system definition.
62 * Returns {@code true} if the TV content rating system is defined by a system app,
70 * Returns the URI to the XML resource that defines the TV content rating system.
  /frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
CpuFrequenciesTest.java 45 expected.put("/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", "0");
49 expected.put("/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", "0");
50 expected.put("/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", "1");
54 expected.put("/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq", "0");
55 expected.put("/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", "1234567890");
59 expected.put("/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", "1900800");
60 expected.put("/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", "1958400");
  /hardware/interfaces/cas/1.0/
IMediaCasService.hal 37 * Query if a certain CA system is supported on this device.
39 * @param CA_system_id the id of the CA system.
40 * @return result whether the specified CA system is supported on this device.
47 * @param CA_system_id the id of the CA system.
54 * Query if the descrambling scheme for a CA system is supported on this device.
56 * @param CA_system_id the id of the CA system.
64 * @param CA_system_id the id of the CA system.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
OldBigIntegerTest.java 104 // System.out.println("test_SpecialPrimes");
111 // System.out.println(q);
112 // System.out.println(p);
115 // System.out.print(".");
142 System.out.println("isProbablePrime failed for: " + a);
150 System.out.println("isProbablePrime failed for: " + bi);
157 System.out.println("isProbablePrime failed for: " + bi);
211 // System.out.println(c);
212 // System.out.println(next);
226 // System.out.println(a)
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Header.java 60 System.out.println("Dictionary : " + dictFile.getAbsolutePath());
61 System.out.println("Size : " + dictFile.length() + " bytes");
62 System.out.println("Format : Binary dictionary format");
63 System.out.println("Format version : " + header.mFormatOptions.mVersion);
64 System.out.println("Packaging : " + spec.describeChain());
65 System.out.println("Header attributes :");
66 System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing));
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 63 System.err.format("Invalid permission '%s'\n", s);
64 System.exit(-1);
80 System.err.format("Invalid flag '%s'\n", s);
81 System.exit(-1);
94 System.err.format("Invalid type '%s'\n", typeString);
95 System.exit(-1);
150 System.err.format("Invalid %s '%s'\n",
153 System.exit(-1);
155 System.err.format("Lookup of '%s' failed: %s\n", userString, x);
156 System.exit(-1)
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 63 System.err.format("Invalid permission '%s'\n", s);
64 System.exit(-1);
80 System.err.format("Invalid flag '%s'\n", s);
81 System.exit(-1);
94 System.err.format("Invalid type '%s'\n", typeString);
95 System.exit(-1);
150 System.err.format("Invalid %s '%s'\n",
153 System.exit(-1);
155 System.err.format("Lookup of '%s' failed: %s\n", userString, x);
156 System.exit(-1)
    [all...]
  /system/extras/simpleperf/testdata/
perf_with_tracepoint_event.data 41 `????????????[kernel.kallsyms]_?p?????ho????`/vendor/lib/modules/htc_battery.ko_???????go????`/vendor/lib/modules/synaptics_dsx_rmi_dev_htc.koe 0xfff_??????go?????/vendor/lib/modules/synaptics_dsx_fw_update_htc.ko0xfff_?x?????eo????/vendor/lib/modules/synaptics_dsx_core_htc.koc._?h?&?&@?-/data/local/tmp/simpleperf_?P?&?&Zpy[vdso]_?@?&?&simpleperf_? @x&???????&?&???'?l?@j???'?l?l??&?&n???'?l? @???????&?&????'?l? 8?&?&sleep?&?&D???'?l? 8?&?&sleep?&?&????'?d?`?&?&`&?W`/system/bin/toybox?&?&????'?l?`?&?&`&?W`/system/bin/toybox?&?&y???'?d? ??y??????&?& ???'?d?D/?&sleepperf?&x?swapper/5x@?B?'?l?l??&?&?C?'?l?@5Q?'?l?l??&?&?Q?'?l? @???????&?&?T?'?l?8`?&?&y?w?/system/bin/linker64?&?&???'?l?`?&?&y?w?/system/bin/linker64?&?&??'?d? ??y??????&?&S? ?'?d?D/?&sleepperf?&x?swapper/5x@? ?'?l?l??&?&v ?'?l?@G?'?l?l??&?&??'?l? @?A???????&?&P?'?l?KP?&?&y?w[vdso]?&?&I?'?l?P?&?&y?w[vdso]?&?&?J?'?d? ??y??????&?&??"?'?d?D/?&sleepperf?&x?swapper/5x @????????&?&g?.?'?k?@??.?'?k?k??&?&??.?'?k? @????????&?&z?.?'?k? ??y??????&?&jG;?'?c?D/?&sleepperf?&x?swapper/4x@?P??'?k?k??&?&?Q??'?k?@*^??'?k?k??&?&?^??'?k? @???????&?&?`??'?k?5 ??y??????&?&z?I?'?c?D/?&sleepperf?&x?swapper/4x@[?M?'?k?k??&?&+?M?'?k?@??M?'?k?k??&?&d?M?'?k? @?8???????&?&?M?'?k?C ??y??????&?&??N?'?c?D/?&sleepperf?&x?swapper/4x@??Q?'?k?k??&?&??Q?'?k?@??Q?'?k?k??&?&+?Q?'?k? @ B???????&?&??Q?'?k?Y ??y??????&?&?[S?'?c?D/?&sleepperf?&x?swapper/4x@?2W?'?k?k??&?&r3W?'?k?@?AW?'?k?k??&?&BW?'?k? @?;???????&?&?CW?'?k??@%?W?'?k?k??&?&??W?'?k? @???????&?&N?W?'?k??@e?W?'?k?k??&?&?W?'?k? @????????&?&??W?'?k?S ??y??????&?&^X?'?c?D/?&sleepperf?&xrcu_schedx@??X?'?k?k??&?&#?X?'?k? ??y??????&?&?X?'?c?D/?&sleepperf?&x?swapper/4x@??[?'?k?k??&?&??[?'?k? @????????&?&.?[?'?k?? ??y??????&?&`,]?'?c?D/?&sleepperf?&x?swapper/4x@.`?'?k?k??&?&?.`?'?k? ??y??????&?&??`?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&|e?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&??i?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&?k?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&T3q?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&VMu?'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&?e??'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&B???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&i???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&?S??'?c?D/?&sleepperf?&xkworker/4:1Hd ??y??????&?&???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&$???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&y[??'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?& ???'?c?D/?&sleepperf?&x?swapper/4x ??y??????&?&???'?c?D/?&sleepperf?&x?swapper/4xh?&?&?e?w/system/lib64/libcutils.so?&?&???'?k?h?&?&?e?w/system/lib64/libcutils.so?&?&????'?c?h?&?&?`?wP/system/lib64/libselinux.so?&?&!??'?k?h?&?&?`?wP/system/lib64/libselinux.so?&?&?#??'?c?`?&?&P^?wP/system/lib64/libz.so?&?&pi??'?k?`?&?&P^?wP/system/lib64/libz.so?&?&yk??'?c?`?&?&`L?w /system/li (…)
    [all...]
  /art/runtime/base/
file_utils_test.cc 33 EXPECT_TRUE(GetDalvikCacheFilename("/system/app/Foo.apk", "/foo", &name, &error)) << error;
34 EXPECT_EQ("/foo/system@app@Foo.apk@classes.dex", name);
39 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/core.jar", "/foo", &name, &error)) << error;
40 EXPECT_EQ("/foo/system@framework@core.jar@classes.dex", name);
42 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.art", "/foo", &name, &error)) << error;
43 EXPECT_EQ("/foo/system@framework@boot.art", name);
45 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.oat", "/foo", &name, &error)) << error;
46 EXPECT_EQ("/foo/system@framework@boot.oat", name);
57 EXPECT_STREQ("/system/framework/arm/boot.art",
58 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str())
    [all...]
  /art/test/1337-gc-coverage/src/
Main.java 23 System.loadLibrary(args[0]);
26 System.out.println("Done.");
37 System.out.println("Attempting homogeneous compaction");
45 System.out.println("Homogeneous compaction support=" + supportHSC + " success=" + success);
47 System.out.println("error: Expected " + supportHSC + " but got " + success);
55 System.out.println("error: Expected different adddress " + addressBefore + " vs " +
62 System.out.println("error: Compaction succeeded when moving GC is disabled");
66 System.out.println("error: Compaction failed when moving GC is enabled");
82 System.out.println("error: Expected different adddress " + addressBefore + " vs " +
92 System.out.println("error: Expected same adddress " + addressBefore + " vs "
    [all...]
  /art/test/142-classloader2/src/
Main.java 43 String cp = System.getProperty("java.class.path");
44 if (cp.split(System.getProperty("path.separator")).length != 1) {
77 System.out.println("Loaded class B.");
79 System.out.println("Should not be able to instantiate B with bad dex bytecode.");
81 System.out.println("Caught VerifyError.");
87 System.out.println("Loaded class B.");
89 System.out.println("Should not be able to instantiate B with bad dex bytecode.");
92 System.out.println("Caught wrapped VerifyError.");
94 e.printStackTrace(System.out);
98 System.out.println("Everything OK.")
    [all...]
  /art/test/904-object-allocation/src/art/
Test904.java 50 System.out.println(Arrays.toString(getTrackingEventMessages()));
69 System.out.println(Arrays.toString(getTrackingEventMessages()));
70 System.out.println("Tracking on same thread");
76 System.out.println(Arrays.toString(getTrackingEventMessages()));
77 System.out.println("Tracking on same thread, not disabling tracking");
81 System.out.println(Arrays.toString(getTrackingEventMessages()));
82 System.out.println("Tracking on different thread");
92 System.out.println(Arrays.toString(getTrackingEventMessages()));
111 e.printStackTrace(System.out);
112 System.exit(1)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiPalLib/
UefiPalLib.c 2 PAL Library implementation retrieving the PAL Entry Point from the SAL System Table
3 register in the EFI System Confguration Table.
78 The constructor function looks up the SAL System Table in the EFI System Configuration
79 Table. Once the SAL System Table is found, the PAL Entry Point in the SAL System Table
81 It will ASSERT() if the SAL System Table cannot be found or the data in the SAL System
85 @param SystemTable A pointer to the EFI System Table.
109 // Check the first entry of SAL System Table,
    [all...]

Completed in 698 milliseconds

<<61626364656667686970>>