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

1 2 3 4 5 6 7 8 91011>>

  /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() {
  /frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
procpartition.h 30 SYSTEM,
  /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"),
  /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);
  /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. */
  /packages/apps/TV/common/src/com/android/tv/common/util/
Clock.java 21 * An interface through which system clocks can be read. The {@link #SYSTEM} implementation must be
28 * @see System#currentTimeMillis().
56 Clock SYSTEM =
60 return System.currentTimeMillis();
  /external/libmojo/mojo/edk/system/
request_context.h 10 #include "mojo/edk/system/handle_signals_state.h"
11 #include "mojo/edk/system/system_impl_export.h"
12 #include "mojo/edk/system/watcher.h"
22 // a single system API call. It is constructed immediately upon EDK entry and
36 SYSTEM,
  /frameworks/base/services/core/java/com/android/server/firewall/
SenderFilter.java 36 private static final String VAL_SYSTEM = "system";
37 private static final String VAL_SYSTEM_OR_SIGNATURE = "system|signature";
67 return SYSTEM;
88 private static final Filter SYSTEM = new Filter() {
109 // This checks whether the caller is either the system process, or has the same user id
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
XMLFormatter.java 37 private static final String SYSTEM = "report.dtd";
62 final XMLElement root = new XMLDocument("report", PUBID, SYSTEM,
  /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.
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
SettingsPreparer.java 39 SYSTEM;
50 description = "If the setting is 'secure', 'global', or 'system'")
  /external/autotest/client/common_lib/
android_utils.py 120 SYSTEM = 'system.img'
131 DEFAULT_ZIPPED_IMAGES = [BOOT, SYSTEM, VENDOR, VBMETA, DTBO]
  /external/capstone/bindings/python/
setup.py 16 SYSTEM = sys.platform
59 if SYSTEM == 'darwin':
62 elif SYSTEM in ('win32', 'cygwin'):
131 if SYSTEM == "win32":
138 os.system('cmake -DCMAKE_BUILD_TYPE=RELEASE -DCAPSTONE_BUILD_TESTS=0 -DCAPSTONE_BUILD_STATIC=0 -G "NMake Makefiles" ..')
139 os.system("nmake")
141 os.system("CAPSTONE_BUILD_CORE_ONLY=yes bash ./make.sh")
setup_cython.py 11 SYSTEM = sys.platform
27 if SYSTEM == 'darwin':
30 elif SYSTEM in ('win32', 'cygwin'):
84 if SYSTEM == "win32":
91 os.system('cmake -DCMAKE_BUILD_TYPE=RELEASE -DCAPSTONE_BUILD_TESTS=0 -DCAPSTONE_BUILD_STATIC=0 -G "NMake Makefiles" ..')
92 os.system("nmake")
94 os.system("CAPSTONE_BUILD_CORE_ONLY=yes bash ./make.sh")
  /packages/apps/Settings/src/com/android/settings/search/
ResultPayload.java 116 @IntDef({SettingsSource.UNKNOWN, SettingsSource.SYSTEM, SettingsSource.SECURE,
121 int SYSTEM = 1;
  /packages/apps/Settings/tests/unit/src/com/android/settings/users/
UserSettingsTest.java 39 private static final String SYSTEM = "System";
86 // launch system settings and expand whole screen
89 final String titleSystem = SYSTEM;
116 final String titleSystem = SYSTEM;
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
ResultPayload.java 116 @IntDef({SettingsSource.UNKNOWN, SettingsSource.SYSTEM, SettingsSource.SECURE,
121 int SYSTEM = 1;
  /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);
  /bionic/libc/seccomp/
seccomp_policy.cpp 146 SYSTEM,
162 case SYSTEM:
214 return _set_seccomp_filter(FilterType::SYSTEM);
  /external/libchrome/dbus/
bus.h 140 // services like GNOME applications. SYSTEM is used to communicate with
141 // system-wide services like NetworkManager. CUSTOM_ADDRESS is used to
145 SYSTEM = DBUS_BUS_SYSTEM,
  /frameworks/base/core/java/android/os/
UserHandle.java 30 // NOTE: keep logic in sync with system/core/libcutils/multiuser.c
72 * @deprecated Consider using either {@link UserHandle#SYSTEM} constant or
78 /** @hide A user id constant to indicate the "system" user of the device */
81 /** @hide A user serial constant to indicate the "system" user of the device */
84 /** @hide A user handle to indicate the "system" user of the device */
86 public static final UserHandle SYSTEM = new UserHandle(USER_SYSTEM);
145 * "it's system", because of isolated UIDs. Use {@link #isCore} for that.
158 * Whether a UID belongs to a system core component or not.
204 return userId == USER_SYSTEM ? SYSTEM : new UserHandle(userId);
382 * @return true if this UserHandle refers to the system user; false otherwise
    [all...]

Completed in 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>