HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 201 - 225 of 2233) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv3/3rdparty/libtiff/
tif_strip.c 30 * Strip-organized Image Support Routines.
35 * Compute which strip a (row,sample) value is in.
42 uint32 strip; local
44 strip = row / td->td_rowsperstrip;
52 strip += (uint32)sample*td->td_stripsperimage;
54 return (strip);
75 * Compute the # bytes in a variable height, row-aligned strip.
146 * Compute the # bytes in a raw strip.
149 TIFFRawStripSize64(TIFF* tif, uint32 strip)
153 uint64 bytecount = td->td_stripbytecount[strip];
    [all...]
  /external/pdfium/third_party/libtiff/
tif_strip.c 30 * Strip-organized Image Support Routines.
35 * Compute which strip a (row,sample) value is in.
42 uint32 strip; local
44 strip = row / td->td_rowsperstrip;
52 strip += (uint32)sample*td->td_stripsperimage;
54 return (strip);
75 * Compute the # bytes in a variable height, row-aligned strip.
146 * Compute the # bytes in a raw strip.
149 TIFFRawStripSize64(TIFF* tif, uint32 strip)
153 uint64 bytecount = td->td_stripbytecount[strip];
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/config/
default.exp 48 if ![info exists strip] then {
49 set strip [findfile $base_dir/../binutils/strip-new $base_dir/../binutils/strip-new [transform strip]]
  /external/markdown/markdown/
preprocessors.py 148 new_blocks.append(block.strip())
154 self.markdown.htmlStash.store(block.strip()))
161 items.append(block.strip())
165 self.markdown.htmlStash.store(block.strip()))
172 items.append(block.strip())
201 id = m.group(2).strip().lower()
202 t = m.group(4).strip() # potential title
  /external/v8/tools/release/
git_recipes.py 59 for line in message.strip().splitlines():
60 line = line.strip()
73 footers[m.group(1)] = m.group(2).strip()
81 def Strip(f):
87 return result.strip()
102 return self.Git("status -s -uno", **kwargs).strip() == ""
104 @Strip
125 return map(str.strip,
151 return map(str.strip, files.splitlines())
157 @Strip
    [all...]
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 102 if line.strip().startswith('[ OK ] graphics_GpuReset'):
104 if line.strip().startswith('[ FAILED ] graphics_GpuReset'):
105 msg = line.strip()[30:]
  /external/autotest/client/tests/kvm/tests/
hdparm.py 26 "Output is:\n%s" % (param, output.strip()))
42 for line in output.strip().splitlines():
59 disk = output.strip()
usb.py 42 devname = session.cmd("ls /dev/disk/by-path/* | grep usb").strip()
63 md5_root = session.cmd("md5sum %s" % c_file).strip()
64 md5_usb = session.cmd("md5sum /mnt/%s" % os.path.basename(c_file)).strip()
  /external/autotest/server/site_tests/platform_Vpd/
platform_Vpd.py 51 user = host.run('stat -c %U ' + path).stdout.strip()
52 group = host.run('stat -c %G ' + path).stdout.strip()
53 mode = host.run('stat -c %a ' + path).stdout.strip()
  /external/autotest/server/site_tests/power_BatteryStateOnResume/
power_BatteryStateOnResume.py 88 cmd_out = host.run('cryptohome --action=status').stdout.strip()
116 'power_supply_info | egrep state').stdout.strip()
118 return split_list[-1].strip()
  /external/deqp/scripts/src_util/
check_include_guards.py 39 line0 = f.readline().strip()
40 line1 = f.readline().strip()
51 lastLine = line.strip()
  /external/llvm/utils/release/
findRegressions-nightly.py 33 fname = tmp[1].strip('\r\n')
35 fname = tmp[0].strip('\r\n')
58 test[fname][exp + n] = float(t[2].strip('\r\n'))
  /external/tpm2/generator/
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')
329 # remove the header row, and strip all other cells before adding them to
332 self._body = [[cell.strip() for cell in row] for row in self._body[1:]]
469 name_prefix = name_prefix.strip('_'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()
  /build/core/
package_internal.mk 33 ifeq ($(strip $(package_overridden)),)
40 LOCAL_PACKAGE_NAME := $(strip $(LOCAL_PACKAGE_NAME))
45 ifneq ($(strip $(LOCAL_MODULE_SUFFIX)),)
50 ifneq ($(strip $(LOCAL_MODULE)),)
55 ifneq ($(strip $(LOCAL_MODULE_CLASS)),)
68 LOCAL_MODULE_TAGS := $(strip $(LOCAL_MODULE_TAGS))
97 package_resource_overlays := $(strip \
105 all_assets := $(strip \
138 my_overlay_resources := $(strip \
143 my_res_resources := $(strip \
    [all...]
android_manifest.mk 5 ifeq ($(strip $(LOCAL_MANIFEST_FILE)),)
18 LOCAL_STATIC_JAVA_AAR_LIBRARIES := $(strip $(LOCAL_STATIC_JAVA_AAR_LIBRARIES))
  /ndk/build/core/
definitions-utils.mk 62 remove-duplicates = $(strip \
95 filter-by = $(strip \
119 filter-out-by = $(strip \
171 parent-dir = $(patsubst %/,%,$(strip \
187 # Strip any 'lib' prefix in front of a given string.
189 # Function : strip-lib-prefix
192 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
194 strip-lib-prefix = $(1:lib%=%)
196 -test-strip-lib-prefix = \
197 $(call test-expect,,$(call strip-lib-prefix,))
    [all...]
  /art/tools/checker/file_format/
common.py 33 line = line.strip()
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 42 line = f.readline().strip()
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
51 ifeq ($(strip $(TARGET_USES_ION)),true)
  /external/autotest/client/site_tests/audio_Aplay/
audio_Aplay.py 62 return utils.system_output(' '.join(cmd)).strip()
  /external/autotest/client/site_tests/kernel_TPMPing/
kernel_TPMPing.py 21 version = utils.system_output('/bin/uname -r').strip()

Completed in 761 milliseconds

1 2 3 4 5 6 7 891011>>