/external/pdfium/third_party/libtiff/ |
D | 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 ) 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 …]
|
D | tif_write.c | 46 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 …]
|
D | tif_strip.c | 42 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/ |
D | include.mk | 133 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/ |
D | run-line2addr.sh | 32 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)
|
D | 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
|
/external/compiler-rt/make/ |
D | 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/tpm2/generator/ |
D | tpm_table.py | 167 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/ |
D | vk_layer_documentation_generate.py | 151 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/ |
D | summary.py | 29 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/ |
D | summarize_results.py | 38 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/ |
D | Makefile | 134 $(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/ |
D | formatting.py | 11 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/ |
D | platform_CryptohomeChangePassword.py | 29 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/ |
D | generate-asm-lcov.py | 35 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/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 43 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/v8/tools/release/ |
D | 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()
|
D | git_recipes.py | 59 for line in message.strip().splitlines(): 60 line = line.strip() 73 footers[m.group(1)] = m.group(2).strip() 87 return result.strip() 102 return self.Git("status -s -uno", **kwargs).strip() == "" 125 return map(str.strip, 151 return map(str.strip, files.splitlines()) 159 for line in self.Git("status -s -b -uno", **kwargs).strip().splitlines(): 289 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
D | cpu_tracing_agent.py | 22 token_list = line.strip().split() 137 return int(raw_output.strip().split('\n')[1]) 142 self._GET_PERF_DATA_SHELL_COMMAND).strip().split('\n')[2:] 147 token_list = proc_string.strip().split() 184 self._GET_COMMANDS_SHELL_COMMAND).strip().split('\n')[1:] 187 process_string = process_string.strip() 221 return subprocess.check_output(self._SHELL_COMMAND).strip().split('\n')[1:] 245 return subprocess.check_output(self._SHELL_COMMAND).strip().split('\n')[1:]
|
/external/autotest/site_utils/ |
D | 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/iptables/extensions/ |
D | libxt_TCPOPTSTRIP.t | 5 -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/syslinux/com32/lua/src/ |
D | ldump.c | 22 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/skia/third_party/lua/src/ |
D | ldump.c | 22 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/ |
D | 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()
|
/external/skia/tools/ |
D | create_test_font.cpp | 372 const char* strip = strippedStr.c_str(); in generate_index() 380 strip, strip, strip, strip, strip, strip); in generate_index() 390 const char* strip = strippedStr.c_str(); in generate_index() local 396 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle]); in generate_index()
|