Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 2148) sorted by relevance

12345678910>>...86

/external/pdfium/third_party/libtiff/
Dtif_read.c34 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 ) in TIFFFillStripPartial() argument
72 (unsigned long) strip); in TIFFFillStripPartial()
103 read_offset = td->td_stripoffset[strip] in TIFFFillStripPartial()
109 (unsigned long) tif->tif_row, (unsigned long) strip); in TIFFFillStripPartial()
117 if( (uint64) to_read > td->td_stripbytecount[strip] in TIFFFillStripPartial()
120 to_read = (tmsize_t) td->td_stripbytecount[strip] in TIFFFillStripPartial()
160 return TIFFStartStrip(tif, strip); in TIFFFillStripPartial()
[all …]
Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
54 uint32 strip; in TIFFWriteScanline() local
91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) in TIFFWriteScanline()
103 if (strip != tif->tif_curstrip) { in TIFFWriteScanline()
109 tif->tif_curstrip = strip; in TIFFWriteScanline()
115 if (strip >= td->td_stripsperimage && imagegrew) in TIFFWriteScanline()
123 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
133 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteScanline()
[all …]
Dtif_strip.c42 uint32 strip; in TIFFComputeStrip() local
44 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
52 strip += (uint32)sample*td->td_stripsperimage; in TIFFComputeStrip()
54 return (strip); in TIFFComputeStrip()
149 TIFFRawStripSize64(TIFF* tif, uint32 strip) in TIFFRawStripSize64() argument
153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64()
161 (unsigned long) strip); in TIFFRawStripSize64()
166 (unsigned long) strip); in TIFFRawStripSize64()
174 TIFFRawStripSize(TIFF* tif, uint32 strip) in TIFFRawStripSize() argument
179 m=TIFFRawStripSize64(tif,strip); in TIFFRawStripSize()
/external/flatbuffers/android/jni/
Dinclude.mk133 ifeq ($(strip $(FLATBUFFERS_FLATC)),)
220 $(schema),$(strip $(2)),$(strip $(3)),$(strip $(4))))\
221 $(foreach src,$(strip $(5)),\
223 $(foreach schema,$(strip $(1)),\
224 $(call flatbuffers_fbs_to_h,$(strip $(2)),$(strip $(3)),$(schema)))))\
226 $(foreach schema,$(strip $(1)),\
228 $(call flatbuffers_fbs_to_h,$(strip $(2)),$(strip $(3)),$(schema)))),)\
230 $(foreach src,$(strip $(5)),\
231 $(eval $(call local-source-file-path,$(src)): $(strip $(7)))),)\
233 $(foreach dependency,$(strip $(7)),\
/external/elfutils/tests/
Drun-line2addr.sh32 testrun_compare ${abs_builddir}/line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF
33 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
34 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
35 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
36 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
Drun-allfcts.sh30 /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
/external/compiler-rt/make/
Dlib_util.mk8 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/tpm2/generator/
Dtpm_table.py167 self._title = title_type_filter.sub('', title).strip()
170 self._title = title.strip()
175 self._title = title_bracket_filter.sub('', self._title).strip()
176 alg_type = m.groups()[0][1:-1].strip()
226 return parts[0].strip('_'), parts[-1].strip('_')
327 self._body[0][2].strip() == 'Selector')
332 self._body = [[cell.strip() for cell in row] for row in self._body[1:]]
469 name_prefix = name_prefix.strip('_')
470 name_suffix = name_suffix.strip('_')
482 alg_base, name_suffix]).strip('_')
[all …]
/external/vulkan-validation-layers/
Dvk_layer_documentation_generate.py151 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]:
157 testname = testname.strip().strip(' {)')
165 testname = testname.strip().strip(' {)')
188 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]:
203 enum_name = line.split(',')[0].strip()
252 if '.' in line and line.strip()[0].isdigit():
253 todo_item = line.split('.')[1].strip()
265 check_name = '%s%s' % (enum_prefix, detail_sections[3].strip())
269 … self.layer_doc_dict[layer_name][check_name]['summary_txt'] = detail_sections[1].strip()
270 … self.layer_doc_dict[layer_name][check_name]['details_txt'] = detail_sections[2].strip()
[all …]
/external/toolchain-utils/automation/clients/report/dejagnu/
Dsummary.py29 if attrs.strip() != 'flaky':
32 line = line.strip()
37 fields = cls.LINE_RE.match(line.strip())
55 variant = variant.strip(', ')
148 self.board = fields.group(1).strip()
151 self.date = datetime.strptime(fields.group(2).strip(), '%a %b %d %X %Y')
154 self.target = fields.group(2).strip()
157 self.host = fields.group(2).strip()
160 self.tool = fields.group(1).strip()
168 lines = [line.strip() for line in report.readlines() if line.strip()]
/external/toolchain-utils/deprecated/
Dsummarize_results.py38 line = line.strip().split(':')
41 test_name = (':'.join(line[1:])).replace('\t', ' ').strip()
95 line = line.strip().split(' ')
96 if len(line) > 1 and (line[-1].strip() in pass_statuses or
97 line[-1].strip() in fail_statuses):
98 test_name = (line[0].strip())
99 if line[-1].strip() in pass_statuses:
138 output.write(summary.strip() + '\n')
/external/compiler-rt/
DMakefile134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \
148 $(strip \
175 $(call Set,Tmp.Functions,$(strip \
178 $(call Set,Tmp.Optimized,$(strip \
180 $(call Set,Tmp.AR,$(strip \
182 $(call Set,Tmp.ARFLAGS,$(strip \
184 $(call Set,Tmp.CC,$(strip \
186 $(call Set,Tmp.LDFLAGS,$(strip \
188 $(call Set,Tmp.RANLIB,$(strip \
[all …]
/external/mesa3d/src/gallium/docs/source/exts/
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/autotest/client/site_tests/platform_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py29 user_hash = self.__run_cmd(cmd).strip()
48 if (self.__run_cmd(cmd).strip() == 'false'):
56 if (self.__run_cmd(cmd).strip() != 'false'):
72 if (self.__run_cmd(cmd).strip() == 'false'):
81 if (self.__run_cmd(cmd).strip() == 'true'):
90 if (self.__run_cmd(cmd).strip() != 'false'):
/external/boringssl/src/util/
Dgenerate-asm-lcov.py35 l = l.strip()
77 l = l.strip() + ' '
80 elif l.strip() == 'Ir':
82 elif line != None and l.strip() and '=>' not in l and 'unidentified lines' not in l:
84 instruction = l.split(' ', 1)[1].strip()
98 data = [p.strip() for p in data.split(SECTION_SEPERATOR)]
106 filename = data[i].split(':', 1)[1].strip()
/external/mesa3d/src/intel/isl/
Dgen_format_layout.py137 self.name = line[0].strip()
141 self.bw = line[2].strip()
142 self.bh = line[3].strip()
143 self.bd = line[4].strip()
153 self.colorspace = line[12].strip().upper()
158 self.txc = line[13].strip().upper() or 'NONE'
/external/v8/tools/release/
Dmergeinfo.py21 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()
/external/autotest/client/site_tests/security_RunOci/
Dsecurity_RunOci.py141 expected = test_config['expected_result'].strip()
142 if result.stdout.strip() != expected:
144 result.stdout.strip(), expected)
146 expected_err = test_config.get('expected_stderr', '').strip()
147 if result.stderr.strip() != expected_err:
149 result.stderr.strip(), expected_err)
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py43 def write8bit(self, data, strip=False): argument
48 self._writeraw(escape8bit(data), strip=strip)
50 def write16bit(self, data, strip=False): argument
51 self._writeraw(escape16bit(data), strip=strip)
57 def _writeraw(self, data, indent=True, strip=False): argument
63 if (strip):
64 s = s.strip()
/external/iptables/extensions/
Dlibxt_TCPOPTSTRIP.t5 -p tcp -j TCPOPTSTRIP --strip-options 2,3,4,5,6,7;=;OK
6 -p tcp -j TCPOPTSTRIP --strip-options 0;;FAIL
7 -p tcp -j TCPOPTSTRIP --strip-options 1;;FAIL
8 -p tcp -j TCPOPTSTRIP --strip-options 1,2;;FAIL
/external/autotest/site_utils/
Dseed_test_attr.py78 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/skia/third_party/lua/src/
Dldump.c22 int strip; member
123 DumpString((D->strip) ? NULL : f->source,D); in DumpDebug()
124 n= (D->strip) ? 0 : f->sizelineinfo; in DumpDebug()
126 n= (D->strip) ? 0 : f->sizelocvars; in DumpDebug()
134 n= (D->strip) ? 0 : f->sizeupvalues; in DumpDebug()
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump() argument
168 D.strip=strip; in luaU_dump()
/external/syslinux/com32/lua/src/
Dldump.c22 int strip; member
123 DumpString((D->strip) ? NULL : f->source,D); in DumpDebug()
124 n= (D->strip) ? 0 : f->sizelineinfo; in DumpDebug()
126 n= (D->strip) ? 0 : f->sizelocvars; in DumpDebug()
134 n= (D->strip) ? 0 : f->sizeupvalues; in DumpDebug()
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump() argument
168 D.strip=strip; in luaU_dump()
/external/autotest/client/cros/faft/utils/
Dcgpt_handler.py62 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()
/external/python/cpython2/Lib/test/
Dtest_calendar.py205 calendar.TextCalendar().formatyear(2004).strip(),
206 result_2004_text.strip()
211 calendar.HTMLCalendar().formatyearpage(2004).strip(),
212 result_2004_html.strip()
528 self.assertEqual(stdout.strip(), conv(result_2004_text).strip())
532 self.assertEqual(stdout.strip(), conv(result_2004_01_text).strip())
538 self.assertEqual(stdout.strip(), conv(result_2004_text.encode('utf-16-le')).strip())
591 self.assertEqual(stdout.strip(), conv(result_2004_text).strip())
606 self.assertEqual(stdout.strip(), conv(result_2004_html).strip())

12345678910>>...86