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

12

/frameworks/native/opengl/tools/glgen/
H A Dconvert_to_java.py27 defineValuePair = line.strip().split()[1:]
/frameworks/rs/tests/lldb/tests/harness/
H A DRS_funs.py29 FUNC_LIST = filter(lambda line: line.strip()
30 and not line.strip().startswith('-'), '''
H A Dutil_android.py168 message = output.strip()
314 return self._get_prop('sys.boot_completed').strip() == '1'
603 self._prop_stacks[name].append(old_value.strip())
/frameworks/base/tools/fonts/
H A Dadd_additional_fonts.py34 if line.strip() == '<!-- fallback fonts -->':
H A Dfontchain_linter.py400 line = line.strip()
405 chars = chars.strip()
406 prop = prop.strip()
434 line = line.strip()
438 sequence = sequence.strip().split(' ')
441 description = description.strip()
/frameworks/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]
196 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]
212 string = string.strip()
/frameworks/base/cmds/incidentd/src/
H A DPrivacyBuffer.h44 * Strip based on the request and hold data in its own buffer. Return NO_ERROR if strip
47 status_t strip(const PrivacySpec& spec);
H A DPrivacyBuffer.cpp83 VLOG("[Depth %2d]Try to strip id %d, wiretype %d", depth, fieldId, read_wire_type(fieldTag));
111 status_t PrivacyBuffer::strip(const PrivacySpec& spec) { function in class:android::os::incidentd::PrivacyBuffer
113 // optimization when no strip happens
124 mData.rp()->rewind(); // rewind the read pointer back to beginning after the strip.
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_reduction_combiner.py64 cpu_spec = android.shell("cat /sys/devices/system/cpu/online").strip()
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java381 * If it does, we must strip them out from the source.
391 boolean strip = false;
395 strip = true;
397 strip = true;
403 strip = true;
409 if (strip) {
/frameworks/base/packages/ExtServices/
H A DAndroid.mk39 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
/frameworks/base/tools/stringslint/
H A Dstringslint.py68 if len(raw.strip()) == 0:
97 text = "".join(child.itertext()).strip()
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py164 getBucket(buckets, domain[0]).add(domain.strip())
167 puny = domain.strip()[4:]
/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/rs/
H A Dupdate_rs_prebuilts.sh240 strip tools/$SHORT_OSNAME/bin/$a
245 strip tools/$SHORT_OSNAME/lib64/$a
250 strip tools/$SHORT_OSNAME/lib/$a
/frameworks/base/cmds/incidentd/tests/
H A DPrivacyBuffer_test.cpp77 ASSERT_EQ(privacyBuf.strip(spec), NO_ERROR);
246 ASSERT_EQ(privacyBuf.strip(spec1), NO_ERROR);
248 ASSERT_EQ(privacyBuf.strip(spec2), NO_ERROR);
258 ASSERT_EQ(privacyBuf.strip(spec), BAD_VALUE);
268 ASSERT_EQ(privacyBuf.strip(spec), BAD_VALUE);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelClass.java572 final boolean strip;
574 strip = true;
577 strip = true;
579 strip = false; // not mUppercase format
581 if (strip) {
/frameworks/av/media/audioserver/
H A DAndroid.mk59 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
/frameworks/compile/slang/tests/
H A Dslang_test.py105 return line[2:].strip()
155 GetOutDir.cache = GetOutDir.cache.strip()
259 expect_base = expect[:-7] # strip ".expect" suffix
/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java380 strip(mTiles.get(to)));
385 strip(mTiles.get(to)));
392 strip(mTiles.get(to)));
421 private static String strip(TileInfo tileInfo) { method in class:TileAdapter
/frameworks/support/jetifier/jetifier/source-transformer/
H A DrewritePackageNames.py66 nonCommentLines = [line for line in lines if not line.strip().startswith("#")]
/frameworks/base/tools/localedata/
H A Dextract_icu_data.py64 line = unicode(line, 'UTF-8').strip(u' \n\uFEFF').encode('UTF-8')
/frameworks/minikin/tools/
H A Dmk_hyb_file.py278 pat = l.strip()
288 l = l.strip()
307 hyph.add_exception(l.strip())
427 file_lines = [l.strip() for l in io.open(fn, encoding='UTF-8')]
498 exceptions.append(pat_str[1:-1]) # strip leading and trailing '.'

Completed in 2505 milliseconds

12