HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 126 - 150 of 2341) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/tests/kvm/tests/
nmi_watchdog.py 23 kernel_version = session.get_command_output("uname -r").strip()
40 logging.debug(output.strip())
49 logging.debug(output.strip())
smbios_table.py 40 guest_vendor = session.cmd(vendor_cmd).strip()
41 guest_date = session.cmd(date_cmd).strip()
42 guest_version = session.cmd(version_cmd).strip()
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 29 content = f.read().strip()
40 content = f.read().strip()
50 content = f.read().strip()
  /external/libcxx/test/libcxx/test/
target_info.py 24 platform_name = sys.platform.lower().strip()
25 # Strip the '2' from linux2.
36 name = name.lower().strip()
44 ver = ver.lower().strip()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
target_info.py 24 platform_name = sys.platform.lower().strip()
25 # Strip the '2' from linux2.
36 name = name.lower().strip()
44 ver = ver.lower().strip()
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
mimeparse.py 38 type, subtype = type.strip() or '*', '*'
40 type = type.strip() or '*'
41 subtype = subtype.strip() or '*'
46 key, value = param[0].strip(), param[1].strip()
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py 46 params = dict([tuple([s.strip() for s in param.split('=', 1)])\
49 full_type = parts[0].strip()
56 return (type.strip(), subtype.strip(), params)
174 if s.strip():
  /external/opencv3/platforms/scripts/
cmake_android_all_cameras.py 24 MakeTarget = str.strip(keys[0])
25 Arch = str.strip(keys[1])
26 NativeApiLevel = str.strip(keys[2])
27 AndroidTreeRoot = str.strip(keys[3])
28 AndroidTreeRoot = str.strip(AndroidTreeRoot, "\n")
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 180 * If it does, we must strip them out from the source.
190 boolean strip = false;
194 strip = true;
196 strip = true;
202 strip = true;
208 if (strip) {
  /ndk/build/core/
add-application.mk 36 APP_DEBUG := $(strip $(NDK_DEBUG))
55 # strip the 'lib' prefix in front of APP_MODULES modules
56 APP_MODULES := $(call strip-lib-prefix,$(APP_MODULES))
58 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH))
76 APP_PLATFORM := $(strip $(APP_PLATFORM))
78 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties))
81 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
84 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
108 APP_PLATFORM_LEVEL := $(strip $(subst android-,,$(APP_PLATFORM)))
122 ifneq ($(strip $(subst android-,,$(APP_PLATFORM))),$(APP_PLATFORM_LEVEL)
    [all...]
  /external/opencv3/modules/python/src2/
hdr_parser.py 66 return arg_str[npos2+1:npos3].strip(), npos3
105 arg_str = arg_str.strip()
116 w = arg_str[word_start:npos].strip()
118 word_list.append("operator " + arg_str[npos:].strip())
183 counter_str = arg_name[p1+1:p2].strip()
187 modlist.append("/A " + counter_str.strip())
211 if ll[-1].strip() == "":
226 prev_val = val = pv[1].strip()
227 decl.append(["const " + self.get_dotted_name(pv[0].strip()), val, [], []])
250 l = self.batch_replace(l, [("CV_EXPORTS_W", ""), ("CV_EXPORTS", ""), ("public virtual ", " "), ("public ", " "), ("::", ".")]).strip()
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
Android.mk 6 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
17 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true)
21 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true)
102 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true)
106 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true)
  /external/chromium-trace/catapult/third_party/webapp2/tests/
request_test.py 10 return '\r\n'.join(s.strip().replace('\r','').split('\n'))
65 charset = match.group(1).lower().strip().strip('"').strip()
72 charset = match.group(1).lower().strip().strip('"').strip()
79 charset = match.group(1).lower().strip().strip('"').strip()
    [all...]
  /hardware/ti/omap4-aah/domx/make/
build.mk 30 TARGETNAME := $(strip $(TARGETNAME))
31 TARGETTYPE := $(strip $(TARGETTYPE))
32 SUBMODULES := $(strip $(SUBMODULES))
33 SOURCES := $(strip $(SOURCES))
34 INCLUDES := $(strip $(INCLUDES))
35 LIBINCLUDES := $(strip $(LIBINCLUDES))
37 SH_SONAME := $(strip $(SH_SONAME))
38 ST_LIBS := $(strip $(ST_LIBS))
39 SH_LIBS := $(strip $(SH_LIBS))
41 CFLAGS := $(strip $(CFLAGS)
    [all...]
  /hardware/ti/omap4xxx/domx/make/
build.mk 30 TARGETNAME := $(strip $(TARGETNAME))
31 TARGETTYPE := $(strip $(TARGETTYPE))
32 SUBMODULES := $(strip $(SUBMODULES))
33 SOURCES := $(strip $(SOURCES))
34 INCLUDES := $(strip $(INCLUDES))
35 LIBINCLUDES := $(strip $(LIBINCLUDES))
37 SH_SONAME := $(strip $(SH_SONAME))
38 ST_LIBS := $(strip $(ST_LIBS))
39 SH_LIBS := $(strip $(SH_LIBS))
41 CFLAGS := $(strip $(CFLAGS)
    [all...]
  /development/testrunner/
am_instrument_parser.py 91 line = line.strip(string.whitespace)
94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
146 key, value = (field.group('key').strip(), field.group('value').strip())
  /external/autotest/client/common_lib/
boottool.py 33 return self._run_boottool('--bootloader-probe').strip()
40 return self._run_boottool('--arch-probe').strip()
54 return int(self._run_boottool('--default').strip())
90 name = name.strip()
91 value = value.strip()
127 if len(entry_str.strip()) == 0:
  /external/autotest/server/site_tests/platform_ExternalUSBStress/
platform_ExternalUSBStress.py 51 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
56 name = ' '.join(columns[6:]).strip()
86 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
133 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
180 off_list = strip_lsusb_output(host.run('lsusb').stdout.strip())
183 connected = strip_lsusb_output(host.run('lsusb').stdout.strip())
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 144 'suite:' + x.strip() for x in ctrl_data.suite.split(',')
145 if x.strip())
168 suites = set(x.strip() for x in ctrl_data.suite.split(',') if x.strip())
190 whitelist = {line.strip() for line in f.readlines() if line.strip()}
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/
Android.mk 26 ifeq ($(strip $(LIB2D_ROTATION)),true)
32 ifeq ($(strip $(TARGET_USES_ION)),true)
74 ifeq ($(strip $(LIB2D_ROTATION)),true)
  /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
  /bionic/libc/tools/
genserv.py 49 line = string.strip(line)
56 rest = string.strip(m.group(4))
63 rest = string.strip(m.group(2))
  /external/autotest/server/site_tests/power_ChargeStatus/
power_ChargeStatus.py 79 "power_supply_info | egrep 'online'").stdout.strip()
86 "power_supply_info | egrep 'state'").stdout.strip()
96 return split_list[-1].strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
git-release-notes.py 28 lines = hunk.strip().splitlines()
64 message = message.strip()
67 message = original.strip()
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 17 code, string, converter, _ = [s.strip()
19 items = [s.strip() for s in b.split(",")]
20 _,features = [s.strip() for s in c.split(",")]

Completed in 4416 milliseconds

1 2 3 4 56 7 8 91011>>