Home
last modified time | relevance | path

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

12345678910>>...69

/external/opencv3/3rdparty/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
64 bytecountm=(tmsize_t) td->td_stripbytecount[strip]; in TIFFFillStripPartial()
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 = td->td_stripbytecount[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()
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
129 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/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 …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py89 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/
Dsetup.py88 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/
Dsetup.py89 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/rcssmin/_setup/py2/
Dsetup.py88 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/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/opencv3/modules/python/src2/
Dhdr_parser.py66 return arg_str[npos2+1:npos3].strip(), npos3
105 arg_str = arg_str.strip()
116 w = arg_str[word_start:npos].strip()
118 word_list.append("operator " + arg_str[npos:].strip())
183 counter_str = arg_name[p1+1:p2].strip()
187 modlist.append("/A " + counter_str.strip())
211 if ll[-1].strip() == "":
226 prev_val = val = pv[1].strip()
227 decl.append(["const " + self.get_dotted_name(pv[0].strip()), val, [], []])
250 …ORTS_W", ""), ("CV_EXPORTS", ""), ("public virtual ", " "), ("public ", " "), ("::", ".")]).strip()
[all …]
/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/chromium-trace/catapult/third_party/webapp2/tests/
Drequest_test.py10 return '\r\n'.join(s.strip().replace('\r','').split('\n'))
65 charset = match.group(1).lower().strip().strip('"').strip()
72 charset = match.group(1).lower().strip().strip('"').strip()
79 charset = match.group(1).lower().strip().strip('"').strip()
86 charset = match.group(1).lower().strip().strip('"').strip()
/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/vulkan-validation-layers/
Dvk_layer_documentation_generate.py150 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]:
166 enum_name = line.split(',')[0].strip()
215 if '.' in line and line.strip()[0].isdigit():
216 todo_item = line.split('.')[1].strip()
228 check_name = '%s%s' % (enum_prefix, detail_sections[3].strip())
234 … self.layer_doc_dict[layer_name][check_name]['summary_txt'] = detail_sections[1].strip()
235 … self.layer_doc_dict[layer_name][check_name]['details_txt'] = detail_sections[2].strip()
238 … self.layer_doc_dict[layer_name][check_name]['notes'] = detail_sections[6].strip()
240 …self.layer_doc_dict[layer_name][check_name]['api_list'] = [a.strip(',') for a in self.layer_doc_di…
241 …self.layer_doc_dict[layer_name][check_name]['tests'] = [a.strip(',') for a in self.layer_doc_dict[…
[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/pdfium/tools/drmemory/scripts/
Ddrmemory_analyze.py84 while len(self.line_.strip()) > 0:
99 m = re.search("# Suppression for Error #([0-9]+)", line.strip())
107 if supp_line.startswith("#") or supp_line.strip() == "":
110 generated_suppressions[error_id] = cur_supp.strip()
121 self.line_ = match.groups()[1].strip() + "\n"
122 report = "".join(self.ReadSection()).strip()
128 while self.line_.strip() != "":
129 line = self.line_.strip()
141 ret.append(self.line_.strip())
/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/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/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/chromium-trace/catapult/third_party/Paste/paste/util/
Dconverters.py9 obj = obj.strip().lower()
19 def aslist(obj, sep=None, strip=True): argument
22 if strip:
23 lst = [v.strip() for v in lst]
/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()

12345678910>>...69