OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
1676 - 1700
of
46866
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/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> <rating-
system
-definitions></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.ko e 0xfff _? ? ???? go???? ? /vendor/lib/modules/synaptics_dsx_fw_update_htc.ko 0xfff _? x ???? ?eo???? /vendor/lib/modules/synaptics_dsx_core_htc.ko c. _? h ?&