HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/automotive/vehicle/2.0/
types.hal 74 SYSTEM = 0x10000000,
109 | VehiclePropertyGroup:SYSTEM
121 | VehiclePropertyGroup:SYSTEM
133 | VehiclePropertyGroup:SYSTEM
146 | VehiclePropertyGroup:SYSTEM
159 | VehiclePropertyGroup:SYSTEM
172 | VehiclePropertyGroup:SYSTEM
185 | VehiclePropertyGroup:SYSTEM
198 | VehiclePropertyGroup:SYSTEM
211 | VehiclePropertyGroup:SYSTEM
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
incpath.h 34 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
AnnotationVisibility.java 39 public static final int SYSTEM = 2;
41 private static String[] NAMES = new String[] {"build", "runtime", "system"};
58 if (visibility.equals("system")) {
59 return SYSTEM;
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationVisibility.java 27 SYSTEM("system"),
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 27 SYSTEM("system"),
  /packages/apps/TV/src/com/android/tv/util/
Clock.java 21 * An interface through which system clocks can be read. The {@link #SYSTEM} implementation
27 * See {@link System#currentTimeMillis()}.
49 Clock SYSTEM = new Clock() {
52 return System.currentTimeMillis();
  /hardware/interfaces/memtrack/1.0/
types.hal 36 * SYSTEM/DEDICATED
40 * If none are set, record is assumed to count system + dedicated memory.
53 SYSTEM = 1 << 6,
  /packages/apps/Settings/src/com/android/settings/search2/
ResultPayload.java 56 @IntDef({SettingsSource.UNKNOWN, SettingsSource.SYSTEM, SettingsSource.SECURE,
61 int SYSTEM = 1;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dns.java 25 * {@linkplain #SYSTEM system DNS service}, which is the default. Some applications may provide
33 * A DNS that uses {@link InetAddress#getAllByName} to ask the underlying operating system to
36 Dns SYSTEM = new Dns() {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
SingleInetAddressDns.java 31 List<InetAddress> addresses = Dns.SYSTEM.lookup(hostname);
DoubleInetAddressDns.java 30 List<InetAddress> addresses = Dns.SYSTEM.lookup(hostname);
  /tools/loganalysis/src/com/android/loganalysis/item/
TopItem.java 32 public static final String SYSTEM = "SYSTEM";
47 USER, NICE, SYSTEM, IDLE, IOW, IRQ, SIRQ, TOTAL, TEXT));
89 * Get the number of system ticks.
92 return (Integer) getAttribute(SYSTEM);
96 * Set the number of system ticks.
98 public void setSystem(int system) {
99 setAttribute(SYSTEM, system);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLDocument.java 30 private static final String SYSTEM = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
48 super(ROOT, PUBID, SYSTEM, encoding, false, writer);
64 super(ROOT, PUBID, SYSTEM, encoding, false, output);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 40 List<String> apps = mAppsQueryHelper.queryApps(0, true, UserHandle.SYSTEM);
43 apps = mAppsQueryHelper.queryApps(0, false, UserHandle.SYSTEM);
49 true, UserHandle.SYSTEM);
53 false, UserHandle.SYSTEM);
59 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, true, UserHandle.SYSTEM);
63 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, false, UserHandle.SYSTEM);
71 true, UserHandle.SYSTEM);
77 false, UserHandle.SYSTEM);
82 // Test query system IMEs
94 // Test query only system apps required for system use
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
SnoozeHelperTest.java 71 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
84 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
94 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
95 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
114 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
115 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
140 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
141 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
142 NotificationRecord r3 = getNotificationRecord("pkg2", 3, "three", UserHandle.SYSTEM);
166 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
    [all...]
GroupHelperTest.java 68 System.currentTimeMillis());
80 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM));
94 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM));
97 getSbn(pkg2, GroupHelper.AUTOGROUP_AT_COUNT, "four", UserHandle.SYSTEM));
109 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM));
123 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM));
126 getSbn(pkg, GroupHelper.AUTOGROUP_AT_COUNT, "four", UserHandle.SYSTEM, "a"));
139 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM));
152 final StatusBarNotification sbn = getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM);
179 final StatusBarNotification sbn = getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM);
    [all...]
  /hardware/interfaces/automotive/vehicle/2.1/
types.hal 43 | VehiclePropertyGroup:SYSTEM
83 | VehiclePropertyGroup:SYSTEM
131 | VehiclePropertyGroup:SYSTEM
152 | VehiclePropertyGroup:SYSTEM
174 | VehiclePropertyGroup:SYSTEM
194 | VehiclePropertyGroup:SYSTEM
199 /** The status of a fuel system as described by the OBD2 specification. */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOCase.java 41 * The constant for case sensitive regardless of operating system.
46 * The constant for case insensitive regardless of operating system.
51 * The constant for case sensitivity determined by the current operating system.
57 public static final IOCase SYSTEM = new IOCase("System", !FilenameUtils.isSystemWindows());
83 if (IOCase.SYSTEM.name.equals(name)){
84 return IOCase.SYSTEM;
103 * This ensures that the correct flag is set for SYSTEM.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 31 ( 'SYSTEM' WS sys1=VALUE
32 {say("SYSTEM: " + $sys1.text)}
36 {say("SYSTEM: " + $sys2.text)}
  /hardware/interfaces/wifi/1.0/default/
service.cpp 29 android::base::LogdLogger(android::base::SYSTEM));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastBackupAgent.java 52 sendBroadcastAsUser(intent, UserHandle.SYSTEM);
  /packages/services/Car/service/src/com/android/car/
BootReceiver.java 28 * When system boots up, start car service.
38 context.startServiceAsUser(carServiceIntent, UserHandle.SYSTEM);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 19 import static com.android.dx.rop.annotation.AnnotationVisibility.SYSTEM;
96 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM);
110 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM);
124 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM);
140 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM);
158 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM);
171 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM);
233 Annotation result = new Annotation(SOURCE_DEBUG_EXTENSION_TYPE, SYSTEM);
248 Annotation result = new Annotation(THROWS_TYPE, SYSTEM);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 92 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM);
106 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM);
120 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM);
136 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM);
155 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM);
168 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM);
231 Annotation result = new Annotation(THROWS_TYPE, SYSTEM);
  /system/core/storaged/
storaged.cpp 179 LOG_TO(SYSTEM, WARNING) << "failed to find batteryproperties service";
195 LOG_TO(SYSTEM, ERROR) << "batteryproperties service died, exiting";
199 LOG_TO(SYSTEM, ERROR) << "unknown service died";
254 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
264 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
271 LOG_TO(SYSTEM, ERROR)

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>