Searched
refs:strip (Results
351 -
375 of
2341) sorted by null
<<11121314151617181920>>
/ndk/build/core/ |
prebuilt-library.mk | 40 prebuilt := $(strip $(wildcard $(prebuilt_path))) 54 LOCAL_MODULE_FILENAME := $(strip $(LOCAL_MODULE_FILENAME)) 63 LOCAL_BUILT_MODULE := $(strip $(LOCAL_BUILT_MODULE))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
traceback.py | 25 _print(file, ' %s' % line.strip()) 41 item = item + ' %s\n' % line.strip() 70 if line: _print(file, ' ' + line.strip()) 102 if line: line = line.strip() 190 lines.append(' %s\n' % badline.strip()) 306 if line: line = line.strip()
|
/build/core/clang/ |
TARGET_mips64.mk | 40 $(strip \
|
TARGET_x86_64.mk | 40 $(strip \
|
/build/core/ |
cxx_stl_setup.mk | 8 ifeq ($(strip $(LOCAL_CXX_STL)),default) 26 my_cxx_stl := $(strip $(LOCAL_CXX_STL))
|
executable_internal.mk | 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
|
prebuilt_internal.mk | 53 # Strip but not try to add debuglink 95 $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH)) 98 $(error Can strip/pack only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH)) 101 $(error Cannot strip/pack scripts LOCAL_PATH=$(LOCAL_PATH)) 103 # Set the arch-specific variables to set up the strip/pack rules. 155 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES)) 157 my_extract_apk := $(strip $(LOCAL_EXTRACT_APK)) 170 ifneq ($(strip $(LOCAL_EXTRACT_DPI_APK)),) 221 ifeq ($(dir $(strip $(LOCAL_CERTIFICATE))),./) 255 # we can't strip the file [all...] |
/build/tools/ |
product_debug.py | 40 return [split_line(line) for line in lines if line.strip()] 59 href = s.split(",", 1)[1].strip()[:-1]
|
/development/testrunner/ |
android_mk.py | 59 self._variables[parts[0].strip()] = parts[1].strip()
|
/development/tools/checkstyle/gitlint/ |
git.py | 26 stderr=subprocess.STDOUT).strip() 37 stderr=subprocess.STDOUT).strip()
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/ |
Android.mk | 22 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/ |
Android.mk | 21 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
calc.rb | 80 ].strip!.split( /\n/ ).map { |line| 81 expr, val = line.strip.split( /\s+=\s+/, 2 )
|
/external/autotest/client/common_lib/cros/ |
tpm_utils.py | 31 out = client.run('cryptohome --action=tpm_status').stdout.strip() 41 item = map(lambda x : x.strip(), item) 89 res = client.run('tpm_clear --pass ' + password).stdout.strip()
|
/external/autotest/client/site_tests/touch_UpdateErrors/ |
touch_UpdateErrors.py | 41 version_entries = utils.run(log_cmd).stdout.strip().split('\n') 85 error_msg = error_msg[error_msg.find(term)+len(term):].strip()
|
/external/autotest/client/site_tests/touch_WakeupSource/ |
touch_WakeupSource.py | 56 event_search)).stdout.strip() 87 result = utils.run('cat %s' % filename).stdout.strip()
|
/external/autotest/client/tests/unixbench5/ |
unixbench5.py | 74 for index, line in enumerate(subsections[1].strip().split('\n')): 88 keyval['score' + suffix] = subsections[2].strip().split()[-1]
|
/external/autotest/server/site_tests/p2p_EndToEndTest/ |
p2p_EndToEndTest.py | 105 url = ret.stdout.strip() 117 sha1 = ret.stdout.strip()[0:40]
|
/external/chromium-trace/catapult/systrace/systrace/ |
update_systrace_trace_viewer.py | 40 rev = re.sub(r'[=\->]', '', tokens[1]).strip() 49 cwd=os.path.dirname(os.path.abspath(__file__))).strip()
|
/external/chromium-trace/catapult/third_party/coverage/ci/ |
download_appveyor.py | 17 token = f.read().strip() 43 name = job['name'].partition(':')[2].split(',')[0].strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
dynamodb_load | 40 json_object = json.loads(buffer.strip()) 45 if eof and buffer.strip():
|
/external/jsoncpp/test/ |
rununittests.py | 34 test_names = [name.strip() for name in test_names.strip().split('\n')]
|
Completed in 933 milliseconds
<<11121314151617181920>>