Searched refs:strip (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/base/core/java/android/text/method/ |
D | DigitsKeyListener.java | 190 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/ |
D | build_font_single.py | 137 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()
|
D | build_font.py | 153 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/ |
D | genapi.py | 226 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/ |
D | ExifData.java | 82 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/ |
D | make-iana-tld-pattern.py | 141 getBucket(buckets, domain[0]).add(domain.strip()) 144 puny = domain.strip()[4:]
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 166 strip tools/$SHORT_OSNAME/$a 171 strip tools/$SHORT_OSNAME/$a
|
/frameworks/webview/chromium/tools/ |
D | merge_to_android.py | 78 cwd=dest_dir).strip() 95 cwd=dest_dir).strip() 131 cwd=dest_dir).strip()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 53 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/ |
D | Android.mk | 65 ifneq ($(strip $(USE_MINGW)),)
|
/frameworks/webview/chromium/ |
D | package.mk | 86 ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
|
/frameworks/base/packages/Keyguard/scripts/ |
D | new_merge.py | 140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
|
/frameworks/compile/slang/tests/ |
D | test.py | 55 return line[2:].strip()
|
/frameworks/base/core/tests/overlaytests/ |
D | testrunner.py | 328 if stdout.strip() == "1": 358 if stdout.strip() == '1': # already root 506 current_stack.append(" " + line.strip())
|
/frameworks/native/opengl/tools/glgen2/ |
D | glgen.py | 71 return (''.join(type).strip(), name)
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator | 55 # strip the command parameter
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 241 return check_output(["md5sum", file]).strip().split()[0] 680 args = arg.strip('"').split()
|
/frameworks/base/docs/html/tools/projects/ |
D | templates.jd | 130 <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/ |
D | rs_types.rsh | 455 * 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/ |
D | android-2.2-highlights.jd | 288 events. Applications can now customize the bottom strip of a TabWidget.</p>
|
D | android-2.2.jd | 193 …d {@link android.R.attr#tabStripLeft} let developers customize the bottom strip of TabWidgets.</li>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 42 a title strip instead of tabs.</p>
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 235 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/ |
D | features.jd | 86 - Adds a non-interactive title strip, that can be added as a child of
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 111 # 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