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

1 2 34 5 6 7 8 91011>>

  /external/autotest/server/brillo/
host_utils.py 29 return int(host.run_output(background_cmd).strip())
  /external/chromium-trace/catapult/third_party/graphy/graphy/
util.py 6 color = color.strip('#')
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
win32-def.mk 18 SEP := $(strip \ )
  /external/markdown/markdown/extensions/
meta.py 67 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/v8/build/android/gyp/
strip_library_for_device.py 28 parser.add_option('--android-strip',
29 help='Path to the toolchain\'s strip binary')
30 parser.add_option('--android-strip-arg', action='append',
31 help='Argument to be passed to strip')
37 help='List of libraries to strip')
  /frameworks/native/opengl/tools/glgen/
convert_to_java.py 27 defineValuePair = line.strip().split()[1:]
  /platform_testing/scripts/perf-setup/
Android.mk 36 ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
  /external/autotest/client/cros/faft/utils/
cgpt_handler.py 62 for line in [x.strip() for x in device_dump]:
67 label = line.split('Label:')[1].strip('" ')
71 name, value = line.strip().split(':')
73 label_data[name] = value.strip()
77 attrs = value.strip().split()
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 19 STRIP := strip
31 ifneq (,$(strip $(DEBUG)))
34 strip-cmd =
38 strip-cmd = $(STRIP) $1
82 $(call strip-cmd,$@)
  /external/pdfium/third_party/libtiff/
tif_write.c 35 #define STRIPINCR 20 /* expansion factor on strip array */
46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
54 uint32 strip; local
82 * Calculate strip and check for crossings.
91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
95 * Check strip array to make sure there's space. We don't support
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
103 if (strip != tif->tif_curstrip) {
109 tif->tif_curstrip = strip;
    [all...]
tif_read.c 34 int TIFFFillStrip(TIFF* tif, uint32 strip);
36 static int TIFFStartStrip(TIFF* tif, uint32 strip);
40 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart )
60 * strip coming from file (perhaps should set upper
64 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
71 "Data buffer too small to hold part of strip %lu",
72 (unsigned long) strip);
103 read_offset = td->td_stripoffset[strip]
108 "Seek error at scanline %lu, strip %lu"
177 uint32 strip; local
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 88 filename = docs.get('meta.summary', 'SUMMARY').strip()
93 summary = fp.read().strip().splitlines()[0].rstrip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
133 content = [item.strip() for item in content.splitlines()]
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
152 content = [item.strip() for item in content.splitlines()]
164 filename = docs.get('meta.license', 'LICENSE').strip()
199 if docs.get('extra', '').strip():
203 if docs.get('examples.dir', '').strip()
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 89 filename = docs.get('meta.summary', 'SUMMARY').strip()
94 summary = fp.read().strip().splitlines()[0].rstrip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
134 content = [item.strip() for item in content.splitlines()]
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
153 content = [item.strip() for item in content.splitlines()]
165 filename = docs.get('meta.license', 'LICENSE').strip()
200 if docs.get('extra', '').strip():
204 if docs.get('examples.dir', '').strip()
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 88 filename = docs.get('meta.summary', 'SUMMARY').strip()
93 summary = fp.read().strip().splitlines()[0].rstrip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
133 content = [item.strip() for item in content.splitlines()]
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
152 content = [item.strip() for item in content.splitlines()]
164 filename = docs.get('meta.license', 'LICENSE').strip()
199 if docs.get('extra', '').strip():
203 if docs.get('examples.dir', '').strip()
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 89 filename = docs.get('meta.summary', 'SUMMARY').strip()
94 summary = fp.read().strip().splitlines()[0].rstrip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
134 content = [item.strip() for item in content.splitlines()]
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
153 content = [item.strip() for item in content.splitlines()]
165 filename = docs.get('meta.license', 'LICENSE').strip()
200 if docs.get('extra', '').strip():
204 if docs.get('examples.dir', '').strip()
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_read.c 34 int TIFFFillStrip(TIFF* tif, uint32 strip);
36 static int TIFFStartStrip(TIFF* tif, uint32 strip);
40 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart )
60 * strip coming from file (perhaps should set upper
64 bytecountm=(tmsize_t) td->td_stripbytecount[strip];
71 "Data buffer too small to hold part of strip %lu",
72 (unsigned long) strip);
103 read_offset = td->td_stripoffset[strip]
108 "Seek error at scanline %lu, strip %lu"
177 uint32 strip; local
    [all...]
tif_write.c 35 #define STRIPINCR 20 /* expansion factor on strip array */
46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
54 uint32 strip; local
82 * Calculate strip and check for crossings.
91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
95 * Check strip array to make sure there's space. We don't support
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
103 if (strip != tif->tif_curstrip) {
109 tif->tif_curstrip = strip;
    [all...]
  /build/core/
product.mk 152 $(eval np := $(strip $(1))))\
156 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
187 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
190 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
202 $(eval pb := $(strip $(PRODUCTS.$(p).PRODUCT_BRAND))) \
204 $(foreach cf,$(strip $(PRODUCTS.$(p).PRODUCT_COPY_FILES)), \
220 $(eval pn := $(strip $(1)))
237 $(strip $(call _resolve-short-product-name,$(1)))
301 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \
310 $(strip \
    [all...]
node_fns.mk 48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
98 $(strip \
100 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
163 $(strip \
228 $(call _import-node,$(1),$(strip $(_in)),$(3)) \
  /external/compiler-rt/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /external/elfutils/tests/
run-allfcts.sh 30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
32 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
33 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
36 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
  /hardware/qcom/audio/hal/
Android.mk 1 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
89 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
94 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true)
99 ifeq ($(strip $(AUDIO_FEATURE_SUPPORTED_EXTERNAL_BT)),true)
103 ifeq ($(strip $(AUDIO_FEATURE_NO_AUDIO_OUT)),true)
107 ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
114 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
119 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DSM_FEEDBACK)),true)
131 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SND_MONITOR)), true)
  /external/autotest/site_utils/
seed_test_attr.py 78 whitelist = {line.strip() for line in f.readlines() if line.strip()}
91 'suite:' + x.strip() for x in cd.suite.split(',') if x.strip())
117 'suite:' + x.strip() for x in suite.split(',') if x.strip())
  /external/v8/tools/release/
mergeinfo.py 21 hash_to_search]).strip()
24 hash_to_search]).strip()
31 'master']).strip().splitlines()
56 '-a']).strip()
58 return map(str.strip, branches)
95 '-r']).strip()
  /hardware/ti/omap4xxx/
Android.mk 4 ifeq ($(strip $(TARGET_BOARD_PLATFORM_VARIANT)),)
13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
38 endif # ifeq ($(strip $(TARGET_BOARD_PLATFORM_VARIANT)),)

Completed in 1324 milliseconds

1 2 34 5 6 7 8 91011>>