HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM (Results 26 - 50 of 279) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
PathFileComparator.java 30 * system dependant case sensitive way. A number of singleton instances
66 /** System sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
67 public static final Comparator<File> PATH_SYSTEM_COMPARATOR = new PathFileComparator(IOCase.SYSTEM);
69 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
  /system/connectivity/shill/shims/
openvpn_script.cc 50 options.bus_type = dbus::Bus::SYSTEM;
  /system/connectivity/shill/test-rpc-proxy/
proxy_main.cc 65 // Connect to dbus's system bus.
67 options.bus_type = dbus::Bus::SYSTEM;
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.cc 42 options.bus_type = dbus::Bus::SYSTEM;
tpm_nvram_dbus_proxy.cc 42 options.bus_type = dbus::Bus::SYSTEM;
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
unicode.js 47 SYSTEM_STRING: [0x53, 0x59, 0x53, 0x54, 0x45, 0x4D] //SYSTEM
  /ndk/build/tools/
prebuilt-common.sh     [all...]
  /external/libexif/contrib/watcom/
Makefile 1 # This makefile is made for OpenWatcom/NT and runs on my system.
22 # Uncomment line for desired system
23 #SYSTEM=DOS
24 #SYSTEM=OS2
25 SYSTEM=NT
53 !ifeq SYSTEM DOS
55 !else ifeq SYSTEM OS2
57 !else ifeq SYSTEM NT
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
FileSystem.java 27 * #SYSTEM} implementation, which uses the host machine's local file system. Alternate
31 * <p>All operations on a file system are racy. For example, guarding a call to {@link #source}
41 /** The host machine's local file system. */
42 FileSystem SYSTEM = new FileSystem() {
123 /** Returns true if {@code file} exists on the file system. */
  /frameworks/base/core/java/android/os/
UserHandle.java 69 * @deprecated Consider using either {@link UserHandle#SYSTEM} constant or
74 /** @hide A user id constant to indicate the "system" user of the device */
77 /** @hide A user serial constant to indicate the "system" user of the device */
80 /** @hide A user handle to indicate the "system" user of the device */
81 public static final UserHandle SYSTEM = new UserHandle(USER_SYSTEM);
161 return userId == USER_SYSTEM ? SYSTEM : new UserHandle(userId);
317 * @return true if this UserHandle refers to the system user; false otherwise.
322 return this.equals(SYSTEM);
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 160 mUserIntentReceiver, UserHandle.SYSTEM, filter, null /* broadcastPermission*/,
164 /** Called when the system is ready to run third-party code but before it actually does so. */
182 /** Called when the system is ready for us to start third-party code. */
211 mPackageMonitor.register(mContext, null /* thread */, UserHandle.SYSTEM,
297 // Only the active scorer or the system (who can broadcast BROADCAST_NETWORK_PRIVILEGED)
314 // assumption is that anyone bundling a scorer app with the system is trusted by the OEM to
327 // Only the active scorer or the system (who can broadcast BROADCAST_NETWORK_PRIVILEGED)
366 mContext.sendBroadcastAsUser(intent, UserHandle.SYSTEM);
373 mContext.sendBroadcastAsUser(intent, UserHandle.SYSTEM);
464 UserHandle.SYSTEM);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 111 * 0 - very verbose -- any details, such as system return values, etc.
126 * OMX Debug domains specify the system that the messages relate to
381 #define OMX_TRACE0(dbg, format, list...) OMXDBG_PRINT((dbg).out, SYSTEM, 0, (dbg).mask, format, ##list)
382 #define OMX_TRACE1(dbg, format, list...) OMXDBG_PRINT((dbg).out, SYSTEM, 1, (dbg).mask, format, ##list)
383 #define OMX_TRACE2(dbg, format, list...) OMXDBG_PRINT((dbg).out, SYSTEM, 2, (dbg).mask, format, ##list)
384 #define OMX_TRACE3(dbg, format, list...) OMXDBG_PRINT((dbg).out, SYSTEM, 3, (dbg).mask, format, ##list)
385 #define OMX_TRACE4(dbg, format, list...) OMXDBG_PRINT((dbg).OMX_DBG_LEVEL4, SYSTEM, 4, (dbg).mask, format, ##list)
386 #define OMX_TRACE5(dbg, format, list...) OMXDBG_PRINT((dbg).err, SYSTEM, 5, (dbg).mask, format, ##list)
  /external/libxml2/
xmlcatalog.c 204 } else if (!strcmp(command, "system")) {
206 printf("system requires 1 arguments\n");
210 printf("No entry for SYSTEM %s\n", argv[0]);
293 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
571 printf("No entry for SYSTEM %s\n", argv[i]);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
SettingsPreparer.java 38 SYSTEM;
49 description = "If the setting is 'secure', 'global', or 'system'")
  /frameworks/base/core/java/android/net/
NetworkScoreManager.java 47 * application throughout system settings; otherwise, the application label will be used.
50 * <p>The system keeps track of an active scorer application; at any time, only this application
82 * <p class="note">This is a protected intent that can only be sent by the system.
99 * <p>If no activity is included in a scorer which implements this action, the system dialog for
110 * this is handled by the system.
114 * <p class="note">This is a protected intent that can only be sent by the system.
216 * <p>May only be called by the current scorer app, or the system.
218 * @throws SecurityException if the caller is neither the active scorer nor the system.
251 mContext.sendBroadcastAsUser(intent, UserHandle.SYSTEM, Manifest.permission.SCORE_NETWORKS);
  /packages/apps/TV/src/com/android/tv/dvr/
DvrRecordingService.java 61 private final Clock mClock = Clock.SYSTEM;
  /system/connectivity/apmanager/dbus/
dbus_control.cc 49 options.bus_type = dbus::Bus::SYSTEM;
  /system/tpm/trunks/
trunks_dbus_proxy.cc 49 options.bus_type = dbus::Bus::SYSTEM;
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 49 * Fix: `SYSTEM`-only `DOCTYPE` serialization.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 37 * Those that don't include 'System', 'Unix' or 'Windows' in their name.
118 * The system separator character.
123 * The separator character that is the opposite of the system separator.
143 * Determines if Windows file system is in use.
145 * @return true if the system is Windows
168 * The output will contain separators in the format of the system.
214 * The output will contain separators in the format of the system.
293 System.arraycopy(array, i, array, i - 1, size - i);
306 System.arraycopy(array, i + 1, array, i - 1, size - i);
327 System.arraycopy(array, i + 1, array, j + 1, size - i)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 43 /** annotation visibility constant: visible at runtime only to system */
201 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 41 /** annotation visibility constant: visible at runtime only to system */
201 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
parser_test.js 129 var html = '<!DOCTYPE html SYSTEM "about:legacy-compat"><html><head></head><body>Hi there!</body></html>',
133 assert.strictEqual(document.childNodes[0].data, '!DOCTYPE html SYSTEM "about:legacy-compat"');
serializer_test.js 34 exports['Regression - SYSTEM-only doctype serialization'] = function () {
35 var html = '<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' +
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 41 /** annotation visibility constant: visible at runtime only to system */
199 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;

Completed in 560 milliseconds

12 3 4 5 6 7 8 91011>>