Searched
refs:strip (Results
826 -
850 of
2233) sorted by null
<<31323334353637383940>>
/external/gtest/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 24 fields = [x.strip () for x in line.split (';')] 78 print " * %s" % (l.strip())
|
/external/icu/icu4c/source/config/ |
mh-solaris | 89 ifeq (strip $(GENCCODE_ASSEMBLY),)
|
/external/icu/icu4c/source/test/depstest/ |
depstest.py | 59 name = fields[0].strip() 68 type = fields[2].strip()
|
/external/llvm/utils/ |
shuffle_fuzz.py | 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1, 181 """.strip() % {'i': i, 's': s}
|
/external/markdown/markdown/extensions/ |
footnotes.py | 224 if line.strip(): # Non-blank line 238 if lines[j].strip():
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/selinux/policycoreutils/gui/ |
modulesPage.py | 102 self.store.set_value(iter, 0, module.strip()) 103 self.store.set_value(iter, 1, ver.strip())
|
/external/skia/bench/ |
check_bench_regressions.py | 111 elements = expectation.strip().split(',') 155 bench, config = line_str.strip('_').split('.skp_')
|
/external/skia/tools/ |
git-sync-deps | 80 return disable.lower().strip() in ['true', '1', 'yes', 'on'] 96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
|
/external/tlsdate/ |
Makefile.android | 36 STRIP := $(NDK_TOOLCHAIN)/bin/arm-linux-androideabi-strip \
|
/external/v8/ |
PRESUBMIT.py | 168 '%s:%d\n %s' % (local_path, line_number, line.strip())) 211 '%s:%d\n %s' % (local_path, line_number, line.strip()))
|
/external/v8/build/ |
landmines.py | 49 output_dir = os.environ.get('CHROMIUM_OUT_DIR').strip() 238 landmines.extend([('%s\n' % l.strip()) for l in output.splitlines()])
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 139 self.tests[job_id] = (binary, test.strip()) 305 if not line.strip(): 308 test_group = line.strip() 310 # Remove comments for parameterized tests and strip whitespace. 311 line = line.split('#')[0].strip()
|
/frameworks/av/media/audioserver/ |
Android.mk | 47 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 9 STRIP ?= $(CROSS)strip -g 75 $(STRIP) -g $(LIBRARY)
|
/ndk/build/core/ |
build-binary.mk | 41 $(if $(strip $($(_notvar))),\ 77 ifneq (,$(strip $(libs_in_ldflags))) 88 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE)) 96 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE)) 152 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION))) 157 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION)) 229 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE)) 268 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON)) 283 neon_sources := $(strip $(neon_sources)) 295 # strip the .arm suffix from LOCAL_SRC_FILE [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_shuffle_test.py | 104 elif line.strip(): 105 tests.append(line.strip()) # 'TestCaseName.TestName'
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/darwin-x86/3.8/ |
update.sh | 14 strip $b
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
Completed in 1390 milliseconds
<<31323334353637383940>>