HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 326 - 350 of 2233) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/layoutlib/rename_font/
build_font_single.py 137 font.family = namerecord.text.strip()
139 font.style = namerecord.text.strip()
142 font.fullname = namerecord.text.strip()
191 string = string.strip().split()[-1]
196 string = string.strip()
  /ndk/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()
  /build/core/
droiddoc.mk 31 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS))
99 ifneq ($(strip $(LOCAL_ADDITIONAL_JAVA_DIR)),)
124 ifneq ($(strip $(LOCAL_DROIDDOC_USE_STANDARD_DOCLET)),true)
147 ifneq ($(strip $(LOCAL_DROIDDOC_HTML_DIR)),)
153 ifneq ($(strip $(LOCAL_ADDITIONAL_HTML_DIR)),)
242 ifeq ($(strip $(LOCAL_UNINSTALLABLE_MODULE)),)
install_jni_libs.mk 90 jni_shared_libraries := $(strip $(jni_shared_libraries))
92 jni_shared_libraries_with_abis := $(strip $(jni_shared_libraries_with_abis))
93 embedded_prebuilt_jni_libs := $(strip $(embedded_prebuilt_jni_libs))
soong.mk 17 ifneq ($(SOONG_OUT_DIR),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$BUILDDIR)))
21 ifneq ($(strip $(shell build/soong/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$SRCDIR_FROM_BUILDDIR)))
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)),)
  /external/autotest/client/cros/input_playback/
input_playback.py 114 return utils.run('ls /dev/input/event*').stdout.strip().split()
179 line_count = utils.run(interrupt_cmd).stdout.strip()
235 return utils.run('cat %s' % filepath).stdout.strip()
289 ignore_status=True).stdout.strip()
290 hidraws = utils.run('ls /dev/hidraw*').stdout.strip().split()
297 ignore_status=True).stdout.strip()
  /external/selinux/policycoreutils/gui/
fcontextPage.py 192 fspec = self.fcontextEntry.get_text().strip()
193 type = self.fcontextTypeEntry.get_text().strip()
194 mls = self.fcontextMLSEntry.get_text().strip()
210 fspec = self.fcontextEntry.get_text().strip()
211 type = self.fcontextTypeEntry.get_text().strip()
212 mls = self.fcontextMLSEntry.get_text().strip()
  /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/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()

Completed in 942 milliseconds

<<11121314151617181920>>