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

/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java180 * If it does, we must strip them out from the source.
190 boolean strip = false;
194 strip = true;
196 strip = true;
202 strip = true;
208 if (strip) {
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py137 font.family = namerecord.text.strip()
139 font.style = namerecord.text.strip()
142 font.fullname = namerecord.text.strip()
191 string = string.strip().split()[-1]
198 string = string.strip()
H A Dbuild_font.py153 font.family = namerecord.text.strip()
155 font.style = namerecord.text.strip()
158 font.fullname = namerecord.text.strip()
207 string = string.strip().split()[-1]
214 string = string.strip()
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py226 elements = decl.strip().split(' ')
229 name = " ".join(elements[-1:]).strip() # last element is the name
230 dataType = " ".join(elements[:-1]).strip() # everything else is the data type
252 args = map(lambda x: x.strip(), args) # remove unnecessary whitespaces
301 return m.group(1).strip()
310 return m.group(2).strip()
320 args = map(lambda x: x.strip(), args)
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py141 getBucket(buckets, domain[0]).add(domain.strip())
144 puny = domain.strip()[4:]
/frameworks/base/tools/split-select/
H A DAndroid.mk65 ifneq ($(strip $(USE_MINGW)),)
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh166 strip tools/$SHORT_OSNAME/$a
171 strip tools/$SHORT_OSNAME/$a
/frameworks/webview/chromium/
H A Dpackage.mk86 ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
/frameworks/base/packages/WallpaperCropper/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.
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py78 cwd=dest_dir).strip()
95 cwd=dest_dir).strip()
131 cwd=dest_dir).strip()
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
/frameworks/compile/slang/tests/
H A Dtest.py55 return line[2:].strip()
/frameworks/base/tools/apilint/
H A Dapilint.py53 self.raw = raw.strip(" {;")
63 self.name = raw[1].strip(";")
65 self.value = raw[3].strip(';"')
78 self.raw = raw.strip(" {;")
115 self.raw = raw.strip(" {;")
144 self.raw = raw.strip(" {;")
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py71 return (''.join(type).strip(), name)
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py328 if stdout.strip() == "1":
358 if stdout.strip() == '1': # already root
473 line = line.rstrip() # strip \r from adb output
506 current_stack.append(" " + line.strip())
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py241 return check_output(["md5sum", file]).strip().split()[0]
680 args = arg.strip('"').split()

Completed in 504 milliseconds