Searched refs:SYSTEM (Results 1 - 25 of 44) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DAnnotationVisibility.java39 public static final int SYSTEM = 2; field in class:AnnotationVisibility
59 return SYSTEM;
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/
H A Dbackground.js11 SYSTEM: 'system'
55 case StateEnum.SYSTEM:
84 setState(StateEnum.SYSTEM);
86 case StateEnum.SYSTEM:
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationVisibility.java27 SYSTEM("system"), enum constant in enum:AnnotationVisibility
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb31 ( 'SYSTEM' WS sys1=VALUE
32 {say("SYSTEM: " + $sys1.text)}
36 {say("SYSTEM: " + $sys2.text)}
/external/lohit-fonts/lohit-odia-ttf/
H A D66-lohit-odia.conf2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationUtils.java91 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM);
105 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM);
119 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM);
135 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM);
153 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM);
166 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM);
229 Annotation result = new Annotation(THROWS_TYPE, SYSTEM);
H A DAnnotationItem.java199 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
/external/qemu/distrib/
H A Dpackage-release.sh451 for SYSTEM in $SYSTEMS; do
452 PKG_NAME="$PKG_REVISION-$SYSTEM"
455 case $SYSTEM in
477 panic "Can't rebuild $SYSTEM binaries on $HOST_SYSTEM for now!"
482 TEMP_PKG_DIR=$TEMP_BUILD_DIR/$SYSTEM/$PKG_PREFIX-$PKG_REVISION
508 PKG_FILE=$PKG_DIR/$PKG_PREFIX-$PKG_REVISION-$SYSTEM.tar.bz2
509 (run cd "$TEMP_BUILD_DIR"/$SYSTEM && run tar cjf $PKG_FILE $PKG_PREFIX-$PKG_REVISION)
513 for SYSTEM in linux darwin; do
514 SRC_DIR="$TEMP_BUILD_DIR"/$SYSTEM/$PKG_PREFIX-$PKG_REVISION
515 DST_DIR=$TARGET_PREBUILTS_DIR/$SYSTEM
[all...]
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service_unittest.cc41 options.bus_type = dbus::Bus::SYSTEM;
H A Dservice_provider_test_helper.cc35 options.bus_type = dbus::Bus::SYSTEM;
/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings.h26 SYSTEM, // Using system proxy settings. enumerator in enum:FirefoxProxySettings::ProxyConfig
H A Dfirefox_proxy_settings.cc43 return FirefoxProxySettings::SYSTEM;
191 case SYSTEM:
/external/libpng/contrib/gregbook/
H A Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/external/libpng/contrib/pngminus/
H A Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
/external/libexif/contrib/watcom/
H A DMakefile23 #SYSTEM=DOS
24 #SYSTEM=OS2
25 SYSTEM=NT macro
53 !ifeq SYSTEM DOS
55 !else ifeq SYSTEM OS2
57 !else ifeq SYSTEM NT
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Dproxy_form_controller_test.js28 ProxyFormController.ProxyTypes.SYSTEM,
150 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
252 // SYSTEM
254 mode: ProxyFormController.ProxyTypes.SYSTEM,
259 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM)
382 document.getElementById(ProxyFormController.ProxyTypes.SYSTEM));
/external/chromium_org/third_party/libxml/src/
H A Dxmlcatalog.c208 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/
H A Dxmlcatalog.c208 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/
H A Dblocking_method_caller_unittest.cc50 options.bus_type = dbus::Bus::SYSTEM;
H A Dmodem_messaging_client_unittest.cc60 options.bus_type = dbus::Bus::SYSTEM;
/external/chromium_org/dbus/
H A Dmock_unittest.cc35 options.bus_type = Bus::SYSTEM;
/external/libpng/scripts/
H A Dmakevms.com33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js62 SYSTEM: 'system'
593 case ProxyFormController.ProxyTypes.SYSTEM:
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux_unittest.cc30 options.bus_type = dbus::Bus::SYSTEM;

Completed in 796 milliseconds

12