Searched refs:strip (Results 176 - 200 of 302) sorted by relevance

1234567891011>>

/external/stressapptest/
H A Dinstall-sh69 stripprog=${STRIPPROG-strip}
206 # However, 'strip' requires both read and write access to temps.
/external/webkit/
H A DAndroid.mk344 ifneq ($(strip $(WITH_ADDRESS_SANITIZER)),)
353 # will strip out any unused code from the entry point.
391 ifneq ($(strip $(WITH_ADDRESS_SANITIZER)),)
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dautoinstall.py223 return version.strip() == url.strip()
/external/dropbear/debian/
H A Drules7 STRIP =strip
/external/elfutils/src/
H A Dld.c146 { "strip-all", 's', NULL, 0, N_("Strip all symbols."), 0 },
147 { "strip-debug", 'S', NULL, 0, N_("Strip debugging symbols."), 0 },
615 ld_state.strip = strip_debug;
705 if (ld_state.strip == strip_all)
706 ld_state.strip = strip_everything;
708 ld_state.strip = strip_all;
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java33 package jme3tools.converters.model.strip;
74 // If either the faceInfo has a real strip index because it is
75 // already assign to a committed strip OR it is assigned in an
86 // Marks the face with the current strip ID
144 // Builds a strip forward as far as we can go, then builds backwards, and joins the two lists
206 // add this to the strip
231 // reset the indices for building the strip backwards and do so
274 // add this to the strip
320 // Returns true if the input face and the current strip share an edge
H A DTriStrip.java33 package jme3tools.converters.model.strip;
100 * bool to indicate whether to stitch together strips into one huge strip
101 * or not. If set to true, you'll get back one huge strip stitched together
110 * Sets the minimum acceptable size for a strip, in triangles. All strips
194 // strip from CreateStrips()
/external/llvm/
H A Dtblgen-rules.mk17 ifneq ($(strip $(TBLGEN_TABLES)),)
/external/llvm/test/
H A DMakefile55 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosASM.S49 00 ;tail strip of 1-15 pixels
/external/regex-re2/lib/codereview/
H A Dcodereview.py374 patchset = lines[1].strip()
449 s, val = line[:p].strip(), line[p+1:].strip()
468 line = line.strip()
489 s = s.strip()
1415 cl.files = out.strip().split()
1858 desc = repo[rev].description().strip()
2523 last_email = last_email_file.readline().strip("\n")
2528 email = raw_input(prompt + ": ").strip()
2941 print line.strip("\
[all...]
/external/webkit/Tools/CodeCoverage/
H A Drun-generate-coverage-data76 obj = ar[0].strip()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py183 line = re.sub(r'\s+', ' ', line[:commentIndex].strip())
468 test = test_and_expectation[0].strip()
529 return [part.strip().lower() for part in listString.strip().split(' ')]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebsocket_server.py239 pid = int(file.read().strip())
/external/openssh/
H A Dsftp.c319 path_strip(char *path, char *strip) argument
323 if (strip == NULL)
326 len = strlen(strip);
327 if (strncmp(path, strip, len) == 0) {
328 if (strip[len - 1] != '/' && path[len] == '/')
/external/libxml2/
H A Dxmlschemastypes.c2752 xmlChar *strip; local
2754 strip = xmlSchemaStrip(value);
2755 if (strip != NULL) {
2756 res = xmlAddID(NULL, node->doc, strip, attr);
2757 xmlFree(strip);
2780 xmlChar *strip; local
2782 strip = xmlSchemaStrip(value);
2783 if (strip != NULL) {
2784 xmlAddRef(NULL, node->doc, strip, attr);
2785 xmlFree(strip);
2806 xmlChar *strip; local
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py638 tabs_are_whitespace = not tabs.strip()
710 # strip() could drop more than maximum of first line and right space
712 doc = doc.strip()
1546 return os.path.expanduser((flagfile_str[(len('--flagfile=')):]).strip())
1548 return os.path.expanduser((flagfile_str[(len('-flagfile=')):]).strip())
1603 flag_line_list.append(line.strip())
2660 return [s.strip() for s in argument.split(self._token)]
H A Dgflags2man.py358 flag.help += ' ' + line.strip()
405 flag.help += ' ' + line.strip()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb17 raise LoadError, <<-END.strip!
963 <<-'__dfa_description__'.strip!
/external/bison/build-aux/
H A DMakefile284 install-strip:
349 install-strip installcheck installcheck-am installdirs \
/external/bison/data/
H A DMakefile337 install-strip:
404 install-strip installcheck installcheck-am installdirs \
/external/bison/src/
H A DMakefile532 install-strip:
608 install-strip installcheck installcheck-am installdirs \
/external/bison/tests/
H A DMakefile305 install-strip:
372 install-info-am install-man install-strip installcheck \
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py499 param = param.strip()
503 params[param_parts[0]] = urllib.unquote(param_parts[1].strip('\"'))
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py154 self.flag_type = flag_token.string.strip().lstrip('@')
174 self.type = self.type.strip()

Completed in 735 milliseconds

1234567891011>>