/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"),
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
incpath.h | 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
incpath.h | 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
incpath.h | 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
|
/ndk/build/tools/ |
build-host-prebuilts.sh | 123 local SYSTEM="$1" 194 for SYSTEM in $SYSTEMS; do 198 if [ "$HOST_TAG" = "linux-x86" -a "$SYSTEM" = "windows" ]; then 203 if [ "$SYSTEM" != "$HOST_TAG" ]; then 204 case $SYSTEM in 207 do_remote_host_build "$SYSTEM" "$ARCH" "$DARWIN_SSH" 209 echo "WARNING: Can't build $SYSTEM binaries on this system!" 217 echo "Building $SYSTEM ndk-stack" 221 echo "Building $SYSTEM ndk-make [all...] |
make-standalone-toolchain.sh | 42 SYSTEM=$HOST_TAG 43 register_var_option "--system=<name>" SYSTEM "Specify host system" 149 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then 150 echo "Host system '$SYSTEM' is not supported by the source NDK!" 151 echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver` 155 TOOLCHAIN_PATH="$TOOLCHAIN_PATH/prebuilt/$SYSTEM"
|
package-release.sh | 88 be named like <toolname>-<system>.tar.bz2, where <toolname> is an arbitrary 89 tool name, and <system> is one of: $SYSTEMS 346 # now, for each system, create a package 348 for SYSTEM in $SYSTEMS; do 349 echo "Preparing package for system $SYSTEM." 350 BIN_RELEASE=$RELEASE_PREFIX-$SYSTEM 385 unpack_prebuilt $TC-$SYSTEM.tar.bz2 387 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroot 391 unpack_prebuilt ndk-stack-$SYSTEM.tar.bz [all...] |
/external/lohit-fonts/lohit-bengali-ttf/ |
66-lohit-bengali.conf | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
/external/lohit-fonts/lohit-tamil-ttf/ |
66-lohit-tamil.conf | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AndroidClockTextView.java | 30 private static final String SYSTEM = "/system/fonts/"; 31 private static final String SYSTEM_FONT_TIME_BACKGROUND = SYSTEM + "AndroidClock.ttf";
|
/packages/apps/Email/emailcommon/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.
|
/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);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationUtils.java | 91 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);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
fonts.conf | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
|
/external/chromium/chrome/browser/importer/ |
firefox_proxy_settings.h | 25 SYSTEM, // Using system proxy settings.
|
/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/Email/emailcommon/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}) */
|
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsSettings.java | 55 SYSTEM("system", 84 case SYSTEM: 93 case SYSTEM: 102 case SYSTEM: 114 case SYSTEM: 148 addTab(Tab.SYSTEM);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DigitalClock.java | 44 private static final String SYSTEM = "/system/fonts/"; 45 private static final String SYSTEM_FONT_TIME_BACKGROUND = SYSTEM + "AndroidClock.ttf"; 46 private static final String SYSTEM_FONT_TIME_FOREGROUND = SYSTEM + "AndroidClock_Highlight.ttf"; 58 /* called by system on minute ticks */ 202 Settings.System.CONTENT_URI, true, mFormatChangeObserver); 232 mCalendar.setTimeInMillis(System.currentTimeMillis());
|
/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 | 205 } else if (!strcmp(command, "system")) { 207 printf("system requires 1 arguments\n"); 211 printf("No entry for SYSTEM %s\n", argv[0]); 294 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n"); 572 printf("No entry for SYSTEM %s\n", argv[i]);
|