Searched
refs:strip (Results
876 -
900 of
2341) sorted by null
<<31323334353637383940>>
/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/gypfiles/ |
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():
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgi.py | 256 terminator = line.strip() 265 # Strip final line terminator 300 yield f.strip() 315 name = p[:i].strip().lower() 316 value = p[i+1:].strip() 701 strippedline = line.strip() 734 strippedline = line.strip() 837 return v.strip() 873 if key in self.dict: return self.dict[key][0].strip() [all...] |
stringold.py | 73 # Strip leading and trailing tabs and spaces 74 def strip(s): function 75 """strip(s) -> string 81 return s.strip() 83 # Strip leading tabs and spaces 92 # Strip trailing tabs and spaces
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imaplib.py | 63 if verbose: print "SENT:", message.strip() 87 if verbose: print 'GOT:', line.strip()
|
test_popen2.py | 40 # end. So we strip whitespace off both ends for comparison. 41 expected = teststr.strip() 66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
|
Completed in 470 milliseconds
<<31323334353637383940>>