Home
last modified time | relevance | path

Searched full:strip (Results 1 – 25 of 11280) sorted by relevance

12345678910>>...452

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_read.c32 int TIFFFillStrip(TIFF *tif, uint32_t strip);
34 static int TIFFStartStrip(TIFF *tif, uint32_t strip);
37 static tmsize_t TIFFReadRawStrip1(TIFF *tif, uint32_t strip, void *buf,
159 static int TIFFFillStripPartial(TIFF *tif, int strip, tmsize_t read_ahead, in TIFFFillStripPartial() argument
172 * strip coming from file (perhaps should set upper in TIFFFillStripPartial()
176 /* bytecountm=(tmsize_t) TIFFGetStrileByteCount(tif, strip); */ in TIFFFillStripPartial()
192 "Data buffer too small to hold part of strip %d", in TIFFFillStripPartial()
193 strip); in TIFFFillStripPartial()
223 read_offset = TIFFGetStrileOffset(tif, strip) + tif->tif_rawdataoff + in TIFFFillStripPartial()
229 "Seek error at scanline %" PRIu32 ", strip %d", in TIFFFillStripPartial()
[all …]
H A Dtif_write.c33 #define STRIPINCR 20 /* expansion factor on strip array */
44 static int TIFFAppendToStrip(TIFF *tif, uint32_t strip, uint8_t *data,
52 uint32_t strip; in TIFFWriteScanline() local
83 * Calculate strip and check for crossings. in TIFFWriteScanline()
94 strip = sample * td->td_stripsperimage + row / td->td_rowsperstrip; in TIFFWriteScanline()
97 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
99 * Check strip array to make sure there's space. We don't support in TIFFWriteScanline()
105 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) in TIFFWriteScanline()
107 if (strip != tif->tif_curstrip) in TIFFWriteScanline()
114 tif->tif_curstrip = strip; in TIFFWriteScanline()
[all …]
H A Dtif_strip.c28 * Strip-organized Image Support Routines.
33 * Compute which strip a (row,sample) value is in.
39 uint32_t strip; in TIFFComputeStrip() local
41 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
51 strip += (uint32_t)sample * td->td_stripsperimage; in TIFFComputeStrip()
53 return (strip); in TIFFComputeStrip()
75 * Compute the # bytes in a variable height, row-aligned strip.
139 * Compute the # bytes in a raw strip.
141 uint64_t TIFFRawStripSize64(TIFF *tif, uint32_t strip) in TIFFRawStripSize64() argument
144 uint64_t bytecount = TIFFGetStrileByteCount(tif, strip); in TIFFRawStripSize64()
[all …]
/aosp_15_r20/build/make/core/packaging/
H A Dflags.mk33 $(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
34 $(eval $(strip $(1)): PRIVATE_IN := $(strip $(4)))
35 $(strip $(1)): $(ACONFIG) $(strip $(4))
39 --filter container:$(strip $(3))+state:ENABLED \
40 --filter container:$(strip $(3))+permission:READ_WRITE \
53 $(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
54 $(eval $(strip $(1)): PRIVATE_IN := $(strip $(3)))
55 $(strip $(1)): $(ACONFIG) $(strip $(3))
110 $(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
111 $(eval $(strip $(1)): PRIVATE_IN := $(strip $(9)))
[all …]
/aosp_15_r20/external/elfutils/tests/
H A Drun-strip-nothing.sh20 # If there is nothing to strip then -o output should be identical to input.
23 tempfiles a.out strip.out debug.out
28 # strip to file
29 testrun ${abs_top_builddir}/src/strip -g -o strip.out ||
30 { echo "*** failed to strip -g -o strip.out a.out"; exit -1; }
32 testrun ${abs_top_builddir}/src/elfcmp a.out strip.out ||
33 { echo "*** failed strip.out different from a.out"; exit -1; }
35 # strip original
36 testrun ${abs_top_builddir}/src/strip -g ||
37 { echo "*** failed to strip -g a.out"; exit -1; }
[all …]
H A Drun-strip-test-many.sh22 # Use the original file from run-strip-test.sh but with many sections
24 tempfiles testfile1.strip testfile2.strip testfile1.debug testfile2.debug testfile.unstrip
30 echo "Testing strip -o"
31 testrun ${abs_top_builddir}/src/strip -o testfile1.strip -f testfile1.debug testfile ||
32 { echo "*** failure strip -o"; status=1; }
35 echo "elflint testfile1.strip"
36 testrun ${abs_top_builddir}/src/elflint --gnu -q testfile1.strip ||
37 { echo "*** failure elflint testfile1.strip"; status=1; }
45 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile1.strip testfile1.debug ||
52 # test strip -g
[all …]
H A Drun-strip-g.sh25 tempfiles a.out strip.out debug.out readelf.out
30 echo strip -g to file with debug file
31 testrun ${abs_top_builddir}/src/strip -g -o strip.out -f debug.out ||
32 { echo "*** failed to strip -g -o strip.out -f debug.out a.out"; exit -1; }
35 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out
39 echo no symtab found in strip.out
55 echo arm strip -g to file with debug file
56 testrun ${abs_top_builddir}/src/strip -g -o strip.out -f debug.out testfilearm ||
57 { echo "*** failed to strip -g -o strip.out -f debug.out a.out"; exit -1; }
60 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out
[all …]
H A DMakefile.am116 newscn run-strip-test.sh run-strip-test2.sh \
117 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
118 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
119 run-strip-test9.sh run-strip-test10.sh run-strip-test11.sh \
120 run-strip-test12.sh \
121 run-strip-nothing.sh run-strip-g.sh run-annobingroup.sh \
122 run-strip-groups.sh run-strip-strmerge.sh \
123 run-strip-reloc-ko.sh run-strip-reloc-self.sh \
124 run-strip-reloc-ppc64.sh \
125 run-strip-nobitsalign.sh run-strip-remove-keep.sh \
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DStringUtilsTrimStripTest.java27 * Unit tests {@link org.apache.commons.lang3.StringUtils} - Trim/Strip methods
73 assertNull(StringUtils.strip(null)); in testStrip_String()
74 assertEquals("", StringUtils.strip("")); in testStrip_String()
75 assertEquals("", StringUtils.strip(" ")); in testStrip_String()
76 assertEquals("abc", StringUtils.strip(" abc ")); in testStrip_String()
78 …StringUtils.strip(StringUtilsTest.WHITESPACE + StringUtilsTest.NON_WHITESPACE + StringUtilsTest.WH… in testStrip_String()
105 // null strip in testStrip_StringString()
106 assertNull(StringUtils.strip(null, null)); in testStrip_StringString()
107 assertEquals("", StringUtils.strip("", null)); in testStrip_StringString()
108 assertEquals("", StringUtils.strip(" ", null)); in testStrip_StringString()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A 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 …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
H A 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 …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A 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 …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
Dx86_64-w64-mingw32-strip.1135 .IX Title "STRIP 1"
136 .TH STRIP 1 "2024-05-24" "binutils-2.27.0" "GNU Development Tools"
142 strip \- Discard symbols from object files.
145 strip [\fB\-F\fR \fIbfdname\fR |\fB\-\-target=\fR\fIbfdname\fR]
148 [\fB\-s\fR|\fB\-\-strip\-all\fR]
149 [\fB\-S\fR|\fB\-g\fR|\fB\-d\fR|\fB\-\-strip\-debug\fR]
150 [\fB\-\-strip\-dwo\fR]
152 [\fB\-N\fR \fIsymbolname\fR |\fB\-\-strip\-symbol=\fR\fIsymbolname\fR]
166 \&\s-1GNU \s0\fBstrip\fR discards all symbols from object files
184 Show a summary of the options to \fBstrip\fR and exit.
[all …]
/aosp_15_r20/build/make/core/
H A Dnotice_files.mk11 $(if $(strip $(ALL_TARGETS.$(call word-colon,1,$(f)).META_LIC)), \
15 ALL_MODULES.$(my_register_name).META_LIC := $(strip $(ALL_MODULES.$(my_register_name).META_LIC) $(m…
25 notice_file:=$(strip $(LOCAL_NOTICE_FILE))
27 … notice_file:=$(strip $(wildcard $(LOCAL_PATH)/LICENSE $(LOCAL_PATH)/LICENCE $(LOCAL_PATH)/NOTICE))
48 ifneq (,$(strip $(LOCAL_LICENSE_PACKAGE_NAME)))
49 license_package_name:=$(strip $(LOCAL_LICENSE_PACKAGE_NAME))
54 ifneq (,$(strip $(LOCAL_LICENSE_INSTALL_MAP)))
55 install_map:=$(strip $(LOCAL_LICENSE_INSTALL_MAP))
60 ifneq (,$(strip $(LOCAL_LICENSE_KINDS)))
61 license_kinds:=$(strip $(LOCAL_LICENSE_KINDS))
[all …]
H A Dconfig.mk279 $(eval SOONG_CONFIG_NAMESPACES += $(strip $1)) \
280 $(eval SOONG_CONFIG_$(strip $1) :=)
289 $(eval SOONG_CONFIG_$(strip $1) += $(strip $2)) \
290 $(foreach v,$(strip $2),$(eval SOONG_CONFIG_$(strip $1)_$v := $(strip $($v))))
299 $(eval $(strip $2) := $(strip $3)) \
307 …ONG_CONFIG_NAMESPACES)),,$(eval SOONG_CONFIG_NAMESPACES:=$(SOONG_CONFIG_NAMESPACES) $(strip $1))) \
308 $(if $(filter $2,$(SOONG_CONFIG_$(strip $1))),,$(eval SOONG_CONFIG_$(strip $1):=$(SOONG_CONFIG_$(st…
317 $(eval SOONG_CONFIG_$(strip $1)_$(strip $2):=$(strip $3))
329 $(eval SOONG_CONFIG_$(strip $1)_$(strip $2):=$(filter true,$3))
330 $(eval SOONG_CONFIG_TYPE_$(strip $1)_$(strip $2):=bool)
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A DNWGNUtail.inc80 ifeq "$(words $(strip $(TARGET_lib)))" "1"
114 ifneq "$(strip $(VERSION_STR))" ""
124 ifeq "$(words $(strip $(TARGET_nlm)))" "1"
129 ifeq "$(words $(strip $(TARGET_lib)))" "1"
148 ifneq "$(strip $(CFLAGS))" ""
151 ifneq "$(strip $(XCFLAGS))" ""
154 ifneq "$(strip $(XINCDIRS))" ""
155 @echo $(DL)$(foreach xincdir,$(strip $(subst ;,$(SPACE),$(XINCDIRS))),-I$(xincdir))$(DL)>> $@
157 ifneq "$(strip $(INCDIRS))" ""
158 @echo $(DL)$(foreach incdir,$(strip $(subst ;,$(SPACE),$(INCDIRS))),-I$(incdir))$(DL)>> $@
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DInlineUiBot.java72 assertNeverShown("suggestion strip", SUGGESTION_STRIP_SELECTOR, in assertNoDatasetsEver()
77 * Selects the suggestion in the {@link MockIme}'s suggestion strip by the given text.
80 final UiObject2 strip = findSuggestionStrip(); in selectSuggestion() local
81 final UiObject2 dataset = strip.findObject(By.text(name)); in selectSuggestion()
83 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in selectSuggestion()
108 final UiObject2 strip = findSuggestionStrip(); in longPressSuggestion() local
109 final UiObject2 dataset = strip.findObject(By.text(name)); in longPressSuggestion()
111 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in longPressSuggestion()
142 final UiObject2 strip = findSuggestionStrip(); in assertSuggestion() local
143 final UiObject2 dataset = strip.findObject(By.text(name)); in assertSuggestion()
[all …]
/aosp_15_r20/external/grpc-grpc/templates/
H A DMakefile.template252 STRIP ?= strip --strip-unneeded
259 STRIP ?= strip -x
265 STRIP ?= strip --strip-unneeded
270 STRIP ?= strip
364 # Set CC, CXX, LD, LDXX, AR, and STRIP to the cross-compiling binaries
659 strip: strip-static strip-shared
661 strip-static: strip-static_c strip-static_cxx
663 strip-shared: strip-shared_c strip-shared_cxx
665 strip-static_c: static_c
672 $(E) "[STRIP] Stripping lib${lib.name}.a"
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DChronicleAnalyticsClient.kt23 ECHO, // copybara:strip(Remove things specific to PCC)
24 PECAN, // copybara:strip(Remove things specific to PCC)
25 AUTOFILL, // copybara:strip(Remove things specific to PCC)
27 OVERVIEW, // copybara:strip(Remove things specific to PCC)
28 SAFECOMMS, // copybara:strip(Remove things specific to PCC)
29 SIMPLESTORAGE, // copybara:strip(Remove things specific to PCC)
30 TEXTCLASSIFIER, // copybara:strip(Remove things specific to PCC)
31 ARCS, // copybara:strip(Remove things specific to PCC)
33 INTERESTSMODEL, // copybara:strip(Remove things specific to PCC)
34 CONTENTSUGGESTIONS, // copybara:strip(Remove things specific to PCC)
[all …]
/aosp_15_r20/external/perfetto/gn/standalone/toolchain/
H A DBUILD.gn52 _llvm_strip_wrapper = rebase_path("llvm-strip.py", root_build_dir)
59 strip = ""
66 # to set argv0 as llvm-strip. llvm-objcopy's frontend works differently
67 # when invoked as llvm-strip, pretending to be just 'strip'.
68 strip = "${_llvm_strip_wrapper} ${linux_llvm_objcopy}"
70 strip = "strip"
73 strip = "strip -x"
184 target_strip = strip
192 target_strip = "$android_llvm_dir/bin/llvm-strip"
196 target_strip = strip
[all …]
/aosp_15_r20/external/openthread/tests/toranj/cli/
H A Dcli.py159 cmd = ' '.join([f'{arg}' for arg in args if arg is not None]).strip()
170 if not self._is_ot_logg_line(line) if not line.strip().endswith(cmd)
186 e = CliError(int(match.group(1).decode()), match.group(2).decode().strip())
231 result[fields[0].strip()] = fields[1].strip()
365 result[fields[0].strip()] = fields[1].strip()
409 outputs = [line.strip() for line in outputs]
469 m = re.match(r'(\d+) packets transmitted, (\d+) packets received.', outputs[-1].strip())
484 m = re.match(r'Outbound Unicast: Packets (\d+) Bytes (\d+)', line.strip())
642 key_values = [word.strip().split(':') for word in line.split(', ')]
643 return {key_value[0].strip(): key_value[1].strip('"') for key_value in key_values}
[all …]
/aosp_15_r20/external/perfetto/python/test/
H A Dstdlib_unittest.py38 '''.strip())
59 '''.strip())
80 '''.strip())
96 '''.strip())
110 '''.strip())
131 '''.strip())
148 '''.strip())
161 '''.strip())
183 '''.strip())
209 '''.strip())
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Dregengine.inc294 /* Step back from "stop" to a position where the strip startst..stopst might
305 /* Check whether the strip startst..stropst starts with a fixed character,
310 if (OP(g->strip[startst]) != ORPAREN)
314 if (OP(g->strip[startst]) != OCHAR)
318 char ch = OPND(g->strip[startst]);
324 if (nextst >= stopst || OP(g->strip[nextst]) != OCHAR || next >= stop ||
325 *next == (char)OPND(g->strip[nextst]))
357 switch (OP(m->g->strip[es])) {
360 es += OPND(m->g->strip[es]);
363 while (OP(m->g->strip[es]) != O_CH)
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dcli_shared_test.py126 self.assertEqual(self.const_a.name, const_a_name_line.strip())
130 self.assertEqual("(Empty)", feeds_line.strip())
164 self.assertEqual(str(self.sparse_d), run_start_intro.lines[7].strip())
173 self.assertEqual(str(self.sparse_d), run_start_intro.lines[4].strip())
181 self.assertEqual(self.const_a.name, const_a_name_line.strip())
182 self.assertEqual(self.const_b.name, const_b_name_line.strip())
185 self.assertEqual("(Empty)", feeds_line.strip())
196 self.assertEqual(self.const_c.name, run_start_intro.lines[4].strip())
197 self.assertEqual(self.const_a.name, run_start_intro.lines[5].strip())
198 self.assertEqual(self.const_b.name, run_start_intro.lines[6].strip())
[all …]

12345678910>>...452