Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/text/method/
DDigitsKeyListener.java190 boolean strip = false; in filter()
194 strip = true; in filter()
196 strip = true; in filter()
202 strip = true; in filter()
208 if (strip) { in filter()
/frameworks/base/tools/layoutlib/rename_font/
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()
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/
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/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifData.java82 protected void setStripBytes(int index, byte[] strip) { in setStripBytes() argument
84 mStripBytes.set(index, strip); in setStripBytes()
89 mStripBytes.add(strip); in setStripBytes()
/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py141 getBucket(buckets, domain[0]).add(domain.strip())
144 puny = domain.strip()[4:]
/frameworks/rs/
Dupdate_rs_prebuilts.sh166 strip tools/$SHORT_OSNAME/$a
171 strip tools/$SHORT_OSNAME/$a
/frameworks/webview/chromium/tools/
Dmerge_to_android.py78 cwd=dest_dir).strip()
95 cwd=dest_dir).strip()
131 cwd=dest_dir).strip()
/frameworks/base/tools/apilint/
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/base/tools/split-select/
DAndroid.mk65 ifneq ($(strip $(USE_MINGW)),)
/frameworks/webview/chromium/
Dpackage.mk86 ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
/frameworks/base/packages/Keyguard/scripts/
Dnew_merge.py140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
/frameworks/compile/slang/tests/
Dtest.py55 return line[2:].strip()
/frameworks/base/core/tests/overlaytests/
Dtestrunner.py328 if stdout.strip() == "1":
358 if stdout.strip() == '1': # already root
506 current_stack.append(" " + line.strip())
/frameworks/native/opengl/tools/glgen2/
Dglgen.py71 return (''.join(type).strip(), name)
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator55 # strip the command parameter
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py241 return check_output(["md5sum", file]).strip().split()[0]
680 args = arg.strip('"').split()
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd130 <td><img src="{@docRoot}images/code_templates/ba-title-strip.png" alt="" />
135 {@link android.app.Fragment} sections, a compact title strip header (known as
/frameworks/rs/scriptc/
Drs_types.rsh455 * Vertex data will be rendered as a connected line strip
463 * Vertices will be rendered as a connected triangle strip
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd288 events. Applications can now customize the bottom strip of a TabWidget.</p>
Dandroid-2.2.jd193 …d {@link android.R.attr#tabStripLeft} let developers customize the bottom strip of TabWidgets.</li>
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd42 a title strip instead of tabs.</p>
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd235 Unless you know the data is 7-bit ASCII, you need to strip out high-ASCII
654 strip out your class</a>. This can happen if your class/method/field is only
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd86 - Adds a non-interactive title strip, that can be added as a child of
/frameworks/wilhelm/doc/
DDoxyfile111 # can be used to strip a user-defined part of the path. Stripping is
115 # path to strip.
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of

12