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

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Dfun-name.js28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dplist_strings_writer_unittest.py44 self.assertEquals(output.strip(), expected_output.strip())
84 self.assertEquals(output.strip(), expected_output.strip())
128 self.assertEquals(output.strip(), expected_output.strip())
174 self.assertEquals(output.strip(), expected_output.strip())
233 self.assertEquals(output.strip(), expected_output.strip())
[all...]
H A Dplist_writer_unittest.py72 self.assertEquals(output.strip(), expected_output.strip())
119 self.assertEquals(output.strip(), expected_output.strip())
170 self.assertEquals(output.strip(), expected_output.strip())
221 self.assertEquals(output.strip(), expected_output.strip())
268 self.assertEquals(output.strip(), expected_output.strip())
[all...]
H A Dxml_writer_base_unittest.py40 self.assertEquals(output.strip(), expected_output.strip())
/external/chromium_org/build/config/ios/
H A Dios_sdk.py19 sys.argv[1], 'Path']).strip()
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/exts/
H A Dformatting.py11 envvar = envvar.strip().upper()
12 t = " Type: %s" % t.strip(" <>").lower()
13 default = " Default: %s" % default.strip(" ()")
21 opcode = opcode.strip().upper()
22 desc = " (%s)" % desc.strip()
/external/mesa3d/src/gallium/docs/source/exts/
H A Dformatting.py11 envvar = envvar.strip().upper()
12 t = " Type: %s" % t.strip(" <>").lower()
13 default = " Default: %s" % default.strip(" ()")
21 opcode = opcode.strip().upper()
22 desc = " (%s)" % desc.strip()
/external/chromium_org/build/config/linux/
H A Dsysroot_ld_path.py18 result = subprocess.check_output([sys.argv[1], sys.argv[2]]).strip()
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_fatal_error.css16 #fatal-error-button-strip {
20 #fatal-error-button-strip-space-filler {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtestharness_results.py19 lines = content_text.strip().splitlines()
20 lines = [line.strip() for line in lines]
43 lines = content_text.strip().splitlines()
44 lines = [line.strip() for line in lines]
/external/clang/lib/Basic/
H A DMakefile19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
25 LLVM_REVISION := $(strip \
28 LLVM_REPOSITORY := $(strip \
/external/markdown/markdown/extensions/
H A Dmeta.py67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
/external/llvm/test/Object/Inputs/
H A Delfver.S6 # Also, strip off non-dynamic symbols:
7 # strip elf-versioning-test.i386
8 # strip elf-versioning-test.x86_64
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor_test.py23 """.strip()
29 """.strip()
40 """.strip()
57 """.strip(), self._processor.contents)
97 """.strip()
110 """.strip(), self.processor_.contents)
/external/chromium_org/chrome/browser/resources/extensions/
H A Dpack_extension_overlay.css20 .button-strip {
/external/chromium_org/chrome/browser/resources/history/
H A Dalert_overlay.css5 .overlay .page .button-strip > button {
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_mobile_devices_in_cpp.py37 if line.strip() == '];':
40 devices += line.strip()
H A Dembed_version_in_cpp.py27 version = open(options.version_file, 'r').read().strip()
30 version += '.' + revision.strip()
/external/chromium_org/net/websockets/
H A DPRESUBMIT.py42 readme_added_filenames = set(line.strip() for line in readme[0].NewContents()
43 if line.strip() in added_source_filenames)
/external/chromium_org/third_party/sqlite/src/
H A Dmkextu.sh13 strip fts2.so
/external/llvm/lib/Support/
H A Dregfree.c63 if (g->strip != NULL)
64 free((char *)g->strip);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc206 // Returns the state of the given tab strip as a string. The state consists
688 // as the first tab in the strip and then we create 5 other tabs in the
723 // strip (this is the insertion index for the next background tab for the
806 // end of the strip, not bundled to any existing context.
853 // Now open a new empty tab. It should open at the end of the strip.
884 // The next tab (scanning LTR) in the entire strip that has the same opener
1505 TabStripModel strip(&delegate, profile());
1509 strip.AddWebContents(
1515 strip.AddWebContents(page_a_a_contents, -1, ui::PAGE_TRANSITION_LINK,
1518 strip
2247 TabStripModel* strip = new TabStripModel(&delegate, profile()); local
[all...]
/external/chromium_org/build/linux/
H A Ddump_app_syms7 # Helper script to run dump_syms on Chrome Linux executables and strip
35 strip "$INFILE"
/external/chromium_org/remoting/host/installer/linux/
H A DMakefile45 eu-strip -f "$(ME2ME_DEBUGFILE)" "$(ME2ME_PROGNAME)"
49 eu-strip -f "$(START_DEBUGFILE)" "$(START_PROGNAME)"
52 eu-strip -f "$(ME2ME_NM_DEBUGFILE)" "$(ME2ME_NM_PROGNAME)"
55 eu-strip -f "$(REMOTE_ASSISTANCE_DEBUGFILE)" \
/external/chromium_org/third_party/markdown/extensions/
H A Dmeta.py102 if line.strip() == '':
106 key = m1.group('key').lower().strip()
107 value = m1.group('value').strip()
116 meta[key].append(m2.group('value').strip())

Completed in 703 milliseconds

1234567891011>>