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

1 2 3 4 5 6 7 891011>>

  /external/skia/tools/
create_test_font.cpp 372 const char* strip = strippedStr.c_str();
380 strip, strip, strip, strip, strip, strip);
390 const char* strip = strippedStr.c_str(); local
396 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle])
    [all...]
  /build/core/combo/
TARGET_linux-arm64.mk 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
54 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)
65 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
TARGET_linux-mips64.mk 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
54 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)
65 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
TARGET_linux-x86_64.mk 21 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
28 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
39 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
47 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)
58 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
  /build/core/
config_sanitizers.mk 5 my_sanitize := $(strip $(LOCAL_SANITIZE))
13 my_global_sanitize := $(strip $(SANITIZE_HOST))
18 my_global_sanitize := $(strip $(SANITIZE_TARGET))
78 ifneq ($(strip $(SANITIZE_TARGET)),)
158 ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)
  /external/autotest/client/tests/kvm/tests/
multi_disk.py 52 if disk.strip() in block_list:
61 disk = disk.strip()
67 fs = file_system[index].strip()
76 disk = disk.strip()
103 disk = disk.strip()
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/contrib/
manage_powerunit_info.py 84 device = row[0].strip()
85 hydra = row[3].strip()
90 [row[1].strip(), row[2].strip(), hydra]))
185 list_powerunit_info(afe, [h.strip() for h in options.hostnames.split(',')])
  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 44 host.run_output('bootctl get-current-slot').strip())
48 host.run_output('bootctl get-number-slots').strip())
109 host.run_output('blockdev --getbsz %s' % device).strip())
111 host.run_output('blockdev --getsize64 %s' % device).strip())
173 host.run_output('bootctl get-current-slot').strip())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
trac.py 61 domain = boto.config.get("Trac", "hostname").strip()
69 cnf.write("\tServerAdmin %s\n" % boto.config.get("Trac", "server_admin").strip())
79 cnf.write("\tServerAdmin %s\n" % boto.config.get("Trac", "server_admin").strip())
81 cnf.write("\tDocumentRoot %s\n" % boto.config.get("Trac", "home").strip())
83 cnf.write("\t<Directory %s>\n" % boto.config.get("Trac", "home").strip())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
test_connection.py 167 response.credentials.access_key.strip(),
171 response.credentials.secret_key.strip(),
175 response.credentials.session_token.strip(),
179 response.user.arn.strip(),
183 response.user.assume_role_id.strip(),
  /external/jsoncpp/test/
runjsontests.py 11 expected = expected.strip().replace('\r','').split('\n')
12 actual = actual.strip().replace('\r','').split('\n')
16 if expected[index].strip() != actual[index].strip():
27 return lines[index].strip()
  /external/autotest/server/cros/
telemetry_runner.py 184 graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip())
185 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip())
187 (match_dict['UNITS'] or 'units').strip())
188 value = match_dict['VALUE'].strip()
195 value_list = [float(x) for x in value.strip('[],').split(',')]
201 value_list = [float(x) for x in value.strip('{},').split(',')]
218 graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip())
219 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip())
221 (match_dict['UNITS'] or 'units').strip())
222 histogram_json = match_dict['VALUE_JSON'].strip()
    [all...]
  /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/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...]

Completed in 759 milliseconds

1 2 3 4 5 6 7 891011>>