HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 726 - 750 of 6288) sorted by null

<<21222324252627282930>>

  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 20 STRIP ?= $(CROSS)strip -g
93 $(STRIP) -g $(LIBRARY)
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 9 STRIP ?= $(CROSS)strip -g
75 $(STRIP) -g $(LIBRARY)
  /prebuilts/misc/common/robolectric/
robotest.sh 40 function strip() { function
54 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
73 if [[ "$(strip "${PRIVATE_RUN_INDIVIDUALLY}")" = 'true' ]]; then
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
config.py 51 cxx_under_test = open(cxx_under_test_file).read().strip()
54 cxx_template = open(cxx_template_file).read().strip()
57 link_template = open(link_template_file).read().strip()
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/
Android.mk 7 STLPORT_FORCE_REBUILD := $(strip $(STLPORT_FORCE_REBUILD))
9 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libstlport_static$(TARGET_LIB_EXTENSION))))
68 ifneq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
config.py 51 cxx_under_test = open(cxx_under_test_file).read().strip()
54 cxx_template = open(cxx_template_file).read().strip()
57 link_template = open(link_template_file).read().strip()
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/
Android.mk 7 STLPORT_FORCE_REBUILD := $(strip $(STLPORT_FORCE_REBUILD))
9 ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libstlport_static$(TARGET_LIB_EXTENSION))))
68 ifneq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /test/vts/testcases/host/shell_binary_crash_test/
ShellBinaryCrashTest.py 44 asserts.assertEqual(results[const.STDOUT][1].strip(), "")
59 asserts.assertEqual(results[const.STDOUT][1].strip(), "")
78 asserts.assertEqual(results[const.STDOUT][0].strip(),
  /test/vts/testcases/vts_selftest/test_framework/base_test/
VtsSelfTestBaseTest.py 69 asserts.assertEqual(results[const.STDOUT][0].strip(),
77 asserts.assertEqual(results[const.STDOUT][0].strip(), 'hello')
78 asserts.assertEqual(results[const.STDOUT][1].strip(), 'world')
  /test/vts-testcase/hal/treble/platform_version/
VtsTreblePlatformVersionTest.py 43 asserts.assertTrue(len(results[const.STDOUT][0].strip()) > 0,
47 len(results[const.STDOUT][0].strip()) == 0):
51 result = results[const.STDOUT][0].strip()
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dwarf.exp 69 global strip
73 set test_name "Strip -s $test"
74 set prog $strip
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
binutils.exp 44 global strip
100 binutils_test strip "" ifunc-4-x86
102 binutils_test strip "" ifunc-4-local-x86
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
948 sopno start, /* operand from here to end of strip */
1295 (void) memmove((char *)(p->strip + p->slen)
    [all...]
  /build/make/tools/releasetools/
validate_target_files.py 155 lines = script.read().strip().split('\n')
158 lines[1].strip())
160 patch_cmd = re.search(r'(applypatch.+)&&', lines[2].strip())
161 applypatch_argv = patch_cmd.group(1).strip().split()
168 expected_recovery_sha1 = applypatch_argv[3].strip()
182 boot_info = applypatch_argv[boot_info_index].strip().split(':')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfLibraryClassesObject.py 142 if LibItem[0].strip() != '':
143 if IsValidLibName(LibItem[0].strip()):
144 if LibItem[0].strip() != 'NULL':
168 if LibItem[1].strip() == '':
178 FeatureFlagRtv = IsValidFeatureFlagExp(LibItem[1].strip())
186 LibItemObj.SetFeatureFlagExp(LibItem[1].strip())
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 45 result[match.group(1)] = [v.strip() for v in value.split(',')
46 if v.strip()]
186 branch_mappings[job_build_branch].strip())
187 job_build_branch = branch_mappings[job_build_branch].strip()
192 self.aliases_map[job_build_branch][0].strip())
193 job_build_branch = self.aliases_map[job_build_branch][0].strip()
  /external/autotest/site_utils/sponge_lib/
acts_job_info.py 126 return self.keyvals['param-testtracker_owner'].strip("'").strip('"')
128 return self.keyvals['param-testtracker_owner'].strip("'").strip('"')
130 return self._job.user.strip("'").strip('"')
  /external/e2fsprogs/
Makefile.in 68 install-strip: subs all-libs-recursive install-strip-progs-recursive \
69 install-shlibs-strip-libs-recursive install-doc-libs
91 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
101 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
103 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \
  /external/libogg/win32/
Makefile.in 102 STRIP = @STRIP@
182 install-strip:
185 `test -z '$(STRIP)' || \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
237 install-info-am install-man install-strip installcheck \
  /external/mesa3d/src/intel/isl/
gen_format_layout.py 137 self.name = line[0].strip()
141 self.bw = line[2].strip()
142 self.bh = line[3].strip()
143 self.bd = line[4].strip()
153 self.colorspace = line[12].strip().upper()
158 self.txc = line[13].strip().upper() or 'NONE'
  /external/selinux/gui/
fcontextPage.py 190 fspec = self.fcontextEntry.get_text().strip()
191 type = self.fcontextTypeEntry.get_text().strip()
192 mls = self.fcontextMLSEntry.get_text().strip()
209 fspec = self.fcontextEntry.get_text().strip()
210 type = self.fcontextTypeEntry.get_text().strip()
211 mls = self.fcontextMLSEntry.get_text().strip()
  /toolchain/binutils/binutils-2.25/bfd/
som.h 85 private data which needs to be copied during an objcopy/strip run. */
109 the input bfd to the output bfd during an objcopy/strip. */
114 or strip to work. */
122 need not be copied for objcopy or strip to work. */
129 These offsets need not be copied for objcopy or strip to work. */
145 but which must be copied during objcopy or strip. */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 385 switch (OP(m->g->strip[es])) {
388 es += OPND(m->g->strip[es]);
391 while (OP(m->g->strip[es]) != O_CH)
392 es += OPND(m->g->strip[es]);
398 switch (OP(m->g->strip[ss])) {
504 esub = ss + OPND(m->g->strip[ss]) - 1;
505 assert(OP(m->g->strip[esub]) == OOR1);
510 assert(OP(m->g->strip[esub]) == OOR1);
512 assert(OP(m->g->strip[esub]) == OOR2);
514 esub += OPND(m->g->strip[esub])
    [all...]
  /build/make/core/
executable_internal.mk 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
  /build/make/core/tasks/
ide.mk 18 $(strip $(filter $(1)-%,$(MAKECMDGOALS)))
22 $(strip $(subst -,$(space),$(patsubst $(1)-%,%,$(2))))

Completed in 1053 milliseconds

<<21222324252627282930>>