HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 701 - 725 of 2341) sorted by null

<<21222324252627282930>>

  /external/skia/samplecode/
SamplePatch.cpp 179 SkPoint* strip = stripStorage.get(); local
180 SkPoint* tex = strip + stripCount;
192 strip[i*2 + 0] = *upper++;
193 strip[i*2 + 1] = *lower++;
202 strip, doTextures ? tex : nullptr,
  /external/v8/tools/gyp/pylib/gyp/generator/
eclipse.py 116 include_dir = line.strip()
224 if split_define[0].strip() in all_defines:
227 all_defines[split_define[0].strip()] = split_define[1].strip()
239 if not cpp_line.strip():
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelClass.java 565 final boolean strip;
567 strip = true;
570 strip = true;
572 strip = false; // not mUppercase format
574 if (strip) {
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
content.py 105 if string.strip( l[:margin] ) == "":
136 l = string.strip( l )
439 if len( marks ) > 0 and not string.strip( marks[-1] ):
471 if len( string.strip( line ) ) > 0:
597 # now strip the leading and trailing empty lines from the sources
601 while start < end and not string.strip( source[start] ):
604 while start < end and not string.strip( source[end] ):
607 if start == end and not string.strip( source[start] ):
  /external/libvpx/libvpx/build/make/
Makefile 211 # If we're in debug mode, pretend we don't have GNU strip, to fall back to
215 # Older binutils strip global symbols not needed for relocation processing
216 # when given --strip-unneeded. Using nm and awk to identify globals and
218 # test_libvpx were observed under OS/2: simply use --strip-debug.
220 $(if $(quiet),@echo " [STRIP] $@ < $<")
221 $(qexec)$(STRIP) --strip-debug \
232 pairmap=$(if $(strip $(2)),\
241 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2)))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 47 return string.strip(self.enum)
114 return string.strip(self.type)
137 return string.strip(self.keyword)
176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2))
204 return "%s" % (string.strip(self.abso))
231 string.strip(self.logc),
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 47 return string.strip(self.enum)
114 return string.strip(self.type)
137 return string.strip(self.keyword)
176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2))
204 return "%s" % (string.strip(self.abso))
231 string.strip(self.logc),
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
  /ndk/build/core/
definitions.mk 48 assert-defined = $(foreach __varname,$(strip $1),\
49 $(if $(strip $($(__varname))),,\
64 $(if $(strip $($(__varname))),,\
329 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
501 $(if $(strip $(__ndk_import_depth)),,\
509 $(eval LOCAL_$(__field) := $(call strip-lib-prefix,$(LOCAL_$(__field)))))\
554 module-get-listed-export = $(strip \
577 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\
630 module-is-static-library = $(strip \
640 module-is-shared-library = $(strip \
    [all...]
  /build/core/
config.mk 207 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers))
218 TARGET_BOARD_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_BOARD_KERNEL_HEADERS)))
224 TARGET_PRODUCT_KERNEL_HEADERS := $(strip $(wildcard $(PRODUCT_VENDOR_KERNEL_HEADERS)))
229 TARGET_BOOTLOADER_BOARD_NAME := $(strip $(TARGET_BOOTLOADER_BOARD_NAME))
230 TARGET_CPU_ABI := $(strip $(TARGET_CPU_ABI))
234 TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2))
337 # Strip whitespace from the ABI list string.
338 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
339 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
340 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT))
    [all...]
  /external/llvm/utils/buildit/
build_llvm 132 for prog in ar nm ranlib strip lipo ld as ; do
254 # Find the right version of strip to use.
255 STRIP=strip
257 STRIP=`xcrun -sdk $SDKROOT -find strip`
261 # Strip local symbols from llvm libraries.
263 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
265 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
267 $STRIP -Sxl $
    [all...]
  /external/opencv3/3rdparty/libtiff/
tiffio.h 74 typedef uint32 tstrile_t; /* strip or tile number */
75 typedef tstrile_t tstrip_t; /* strip number */
216 /* put decoded strip/tile */
353 extern uint64 TIFFRawStripSize64(TIFF* tif, uint32 strip);
354 extern tmsize_t TIFFRawStripSize(TIFF* tif, uint32 strip);
459 extern tmsize_t TIFFReadEncodedStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size);
460 extern tmsize_t TIFFReadRawStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size);
463 extern tmsize_t TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc);
464 extern tmsize_t TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc);
  /external/pdfium/third_party/libtiff/
tiffio.h 74 typedef uint32 tstrile_t; /* strip or tile number */
75 typedef tstrile_t tstrip_t; /* strip number */
216 /* put decoded strip/tile */
360 extern uint64 TIFFRawStripSize64(TIFF* tif, uint32 strip);
361 extern tmsize_t TIFFRawStripSize(TIFF* tif, uint32 strip);
466 extern tmsize_t TIFFReadEncodedStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size);
467 extern tmsize_t TIFFReadRawStrip(TIFF* tif, uint32 strip, void* buf, tmsize_t size);
470 extern tmsize_t TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc);
471 extern tmsize_t TIFFWriteRawStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc);
  /frameworks/base/tools/fonts/
fontchain_lint.py 350 line = line.strip()
355 chars = chars.strip()
356 prop = prop.strip()
384 line = line.strip()
388 sequence = sequence.strip().split(' ')
391 description = description.strip()
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 182 # If we're in debug mode, pretend we don't have GNU strip, to fall back to
186 # Older binutils strip global sybols not needed for relocation processing
187 # when given --strip-unneeded. Use nm and awk to identify globals and
190 $(if $(quiet),@echo " [STRIP] $@ < $<")
191 $(qexec)$(STRIP) --strip-unneeded \
211 pairmap=$(if $(strip $(2)),\
220 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )
240 $(qexec)$$(LD) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 249 global OBJDUMP NM OBJCOPY READELF STRIP
275 set opts(strip) {}
350 strip {
351 set program strip
  /build/tools/
java-layers.py 128 lines = [(n,s.split("#")[0].strip()) for (n,s) in lines]
175 result.extend([fn for fn in [s.strip() for s in f.readlines()]
202 statements = [s.strip() for s in text.split(";")]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 46 l = input.readline().strip()
48 l = input.readline().strip()
55 event = input.readline().strip()
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 38 @socket.readline.strip.should == 'ANTLR 2'
39 @socket.readline.strip.start_with?( 'grammar "' ).should == true
42 event = @socket.readline.strip
  /external/autotest/client/virt/tests/
whql_submission.py 66 server_name = server_session.cmd_output(cmd).strip()
67 client_names = [session.cmd_output(cmd).strip() for session in sessions]
184 results = result_summaries[-1].strip("-")
  /external/clang/utils/ABITest/
Enumeration.py 242 if ''.join(ln).strip():
246 if ''.join(ln).strip():
260 if ''.join(ln).strip():
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 79 last_email = last_email_file.readline().strip("\n")
84 email = raw_input(prompt + ": ").strip()
563 print line.strip("\n")
621 answer = raw_input(prompt).strip()
656 filename = filename.strip().replace('\\', '/')
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 79 last_email = last_email_file.readline().strip("\n")
84 email = raw_input(prompt + ": ").strip()
563 print line.strip("\n")
621 answer = raw_input(prompt).strip()
656 filename = filename.strip().replace('\\', '/')
    [all...]
  /external/libcxx/test/libcxx/
compiler.py 129 lines = [l.strip() for l in out.split('\n') if l.strip()]
139 return lit.util.capture(cmd).strip()
  /external/libogg/win32/
Makefile 102 STRIP = strip
182 install-strip:
185 `test -z '$(STRIP)' || \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
237 install-info-am install-man install-strip installcheck \
  /external/v8/tools/release/
push_to_candidates.py 182 # Strip comments and reformat with correct indentation.
228 strip = lambda line: line.strip()
229 text = SplitMapJoin("\n\n", SplitMapJoin("\n", strip, " "), "\n\n")(text)

Completed in 820 milliseconds

<<21222324252627282930>>