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

12 3 4 5

  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.h 26 SYSTEM, // Using system proxy settings.
firefox_proxy_settings.cc 43 return FirefoxProxySettings::SYSTEM;
191 case SYSTEM:
  /external/libpng/contrib/gregbook/
makevms.com 40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
  /external/libpng/contrib/pngminus/
makevms.com 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
ExtensionFileComparator.java 32 * system dependant case sensitive way. A number of singleton instances
69 /** System sensitive extension comparator instance (see {@link IOCase#SYSTEM}) */
70 public static final Comparator<File> EXTENSION_SYSTEM_COMPARATOR = new ExtensionFileComparator(IOCase.SYSTEM);
72 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
NameFileComparator.java 30 * system dependant case sensitive way. A number of singleton instances
66 /** System sensitive name comparator instance (see {@link IOCase#SYSTEM}) */
67 public static final Comparator<File> NAME_SYSTEM_COMPARATOR = new NameFileComparator(IOCase.SYSTEM);
69 /** Reverse system sensitive name comparator instance (see {@link IOCase#SYSTEM}) */
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}) */
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
  /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
  /ndk/tests/
run-tests-all.sh 88 SYSTEM=$(get_prebuilt_host_tag)
104 # enumerate all cases using $SYSTEM toolchain
117 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
125 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
177 --system=$TAG \
  /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)
  /ndk/build/tools/
prebuilt-common.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 202 } else if (!strcmp(command, "system")) {
204 printf("system requires 1 arguments\n");
208 printf("No entry for SYSTEM %s\n", argv[0]);
291 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
569 printf("No entry for SYSTEM %s\n", argv[i]);
  /external/libxml2/
xmlcatalog.c 202 } else if (!strcmp(command, "system")) {
204 printf("system requires 1 arguments\n");
208 printf("No entry for SYSTEM %s\n", argv[0]);
291 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
569 printf("No entry for SYSTEM %s\n", argv[i]);
  /external/chromium_org/chromeos/dbus/
blocking_method_caller_unittest.cc 50 options.bus_type = dbus::Bus::SYSTEM;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 28 ProxyFormController.ProxyTypes.SYSTEM,
60 value: {mode: 'system' },
63 value: {mode: 'system' },
66 value: {mode: 'system' },
138 value: {mode: 'system'},
150 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
252 // SYSTEM
254 mode: ProxyFormController.ProxyTypes.SYSTEM,
259 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
379 // Test that "system" rules are correctly generate
    [all...]
  /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...]
  /system/core/adb/
file_sync_service.c 38 const char *SYSTEM = "/system/";
39 return (strncmp(SYSTEM, name, strlen(SYSTEM)) == 0);
  /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_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.cc 35 options.bus_type = dbus::Bus::SYSTEM;
  /external/chromium_org/dbus/
mock_unittest.cc 35 options.bus_type = Bus::SYSTEM;
  /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;
  /external/libpng/scripts/
makevms.com 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 73 SYSTEM("system",
109 case SYSTEM: {
119 case SYSTEM:
128 case SYSTEM:
140 case SYSTEM:
183 addTab(Tab.SYSTEM);

Completed in 1220 milliseconds

12 3 4 5