HomeSort by relevance Sort by last modified time
    Searched defs:system (Results 201 - 225 of 627) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKClockSerialization.java 77 * Test system and offset clocks serialization.
93 assertSerializable(Clock.system(PARIS));
98 assertSerializable(Clock.offset(Clock.system(PARIS), AMOUNT));
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /packages/apps/Settings/src/com/android/settings/system/
SystemUpdatePreferenceController.java 16 package com.android.settings.system;
100 Log.w(TAG, "Error getting system update info.");
124 * Trigger client initiated action (send intent) on system update
  /packages/apps/Settings/tests/robotests/src/com/android/settings/system/
SystemUpdatePreferenceControllerTest.java 16 package com.android.settings.system;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageFragment.java 17 package com.android.tv.settings.system;
LeanbackPickerDialogFragment.java 17 package com.android.tv.settings.system;
113 // Setting the new system date
128 // Setting the new system time
TtsEnginePreference.java 17 package com.android.tv.settings.system;
83 return !mEngineInfo.system;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
AppPicker.java 17 package com.android.tv.settings.system.development;
ColorModePreference.java 16 package com.android.tv.settings.system.development;
InactiveApps.java 17 package com.android.tv.settings.system.development;
  /platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
ActivityHelper.java 17 package android.system.helpers;
  /platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/
ConnectivityHelper.java 17 package android.system.helpers;
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
MainActivity.java 17 package com.example.android.system.runtimepermissions;
23 import com.example.android.system.runtimepermissions.camera.CameraPreviewFragment;
24 import com.example.android.system.runtimepermissions.contacts.ContactsFragment;
76 * Now, if a permission has been disable by the system through the application settings, disabled
  /device/google/wahoo/thermal/
thermal-helper.cpp 192 uint64_t user, nice, system, idle, active, total; local
221 &nice, &system, &idle);
239 active = user + nice + system;
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 86 * <li>query the system property using <code>System.getProperty</code>
109 * <li>query the system property using <code>System.getProperty</code>
156 * <li>query the system property using <code>System.getProperty</code>
184 * <li>query the system property using <code>System.getProperty</code>
238 * <li>query the system property using <code>System.getProperty</code
400 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 87 * <li>query the system property using <code>System.getProperty</code>
110 * <li>query the system property using <code>System.getProperty</code>
157 * <li>query the system property using <code>System.getProperty</code>
185 * <li>query the system property using <code>System.getProperty</code>
239 * <li>query the system property using <code>System.getProperty</code
401 ClassLoader system = ss.getSystemClassLoader(); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 69 * @return the result of System.currentTimeMillis (), evaluated on the
77 s_timestamp = result = System.currentTimeMillis ();
149 final IProperties system = wrap (Property.getSystemProperties (appName)); local
154 // (2) system properties (java.lang.System.getProperties(),
156 // (3) system file properties ("emma.properties" system property,
159 // (5) system property redirects (report.out.encoding->file.encoding,
163 IProperties.Factory.combine (system,
  /external/icu/icu4c/source/i18n/
ulocdata.cpp 226 UMeasurementSystem system = UMS_LIMIT; local
229 return system;
233 system = (UMeasurementSystem) ures_getInt(measurement, status);
237 return system;
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
Core.java 5 package org.chromium.mojo.system;
10 * Core mojo interface giving access to the base operations. See |src/mojo/public/c/system/core.h|
281 * default options (which will have an element size of one byte and have some system-dependent
  /external/python/cpython3/Lib/
platform.py 40 # 1.0.3 - added normalization of Windows system name
62 # return values (the system uname command tends to return
68 # 0.5.0 - changed the API names referring to system commands to *syscmd*;
78 # 0.3.0 - added system alias support
334 # Probably not a Unix system
422 def _syscmd_ver(system='', release='', version='',
427 a tuple (system, release, version).
437 return system, release, version
454 return system, release, version
460 system, release, version = m.groups(
1028 def system(): function
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowResources.java 51 private static Resources system = null; field in class:ShadowResources
64 system = null;
88 if (system == null) {
92 system = new Resources(assetManager, metrics, config);
94 return system;
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 63 s_system system; member in struct:__anon36962

Completed in 2465 milliseconds

1 2 3 4 5 6 7 891011>>