Searched refs:strip (Results 1 - 12 of 12) sorted by relevance

/packages/apps/LegacyCamera/
H A DAndroid.mk17 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
/packages/inputmethods/LatinIME/tools/dicttool/
H A DNativeLib.mk33 ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
/packages/apps/Gallery2/
H A DAndroid.mk44 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifData.java82 * Adds an uncompressed strip.
84 protected void setStripBytes(int index, byte[] strip) { argument
86 mStripBytes.set(index, strip);
91 mStripBytes.add(strip);
96 * Gets the strip count.
103 * Gets the strip at the specified index.
112 * Returns true if this header contains uncompressed strip.
/packages/apps/Browser/tools/
H A Dget_search_engines.py77 str = str.strip()
86 str = str.strip('"')
/packages/apps/Email/
H A DAndroid.mk69 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
/packages/experimental/procstatlog/
H A Dprocstatreport.py666 current_state[name] = "".join(parts[2:]).strip()
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java522 * This is a both way strip.
524 * @param str the string to strip
525 * @param left strip from left
526 * @param right strip from right
527 * @param what character(s) to strip
560 /** strip - strips both ways
562 * @param str what to strip
570 @Deprecated public static String strip(String str) { method in class:StringUtil
577 * @param str what to strip
595 * @param str the string to strip
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java523 * This is a both way strip.
525 * @param str the string to strip
526 * @param left strip from left
527 * @param right strip from right
528 * @param what character(s) to strip
561 /** strip - strips both ways
563 * @param str what to strip
571 @Deprecated public static String strip(String str) { method in class:StringUtil
578 * @param str what to strip
596 * @param str the string to strip
[all...]

Completed in 604 milliseconds