OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
326 - 350
of
2341
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/build/core/
build-local.mk
33
NDK_ROOT := $(
strip
$(NDK_ROOT:%build/core/=%))
77
find-project-dir = $(
strip
$(call find-project-dir-inner,$(abspath $1),$2))
88
$(eval __find_project_manifest := $(
strip
$(wildcard $(__find_project_path)/$(__find_project_file))))\
100
NDK_PROJECT_PATH := $(
strip
$(NDK_PROJECT_PATH))
101
APP_PROJECT_PATH := $(
strip
$(APP_PROJECT_PATH))
134
ifneq (,$(
strip
$(wildcard AndroidManifest.xml)))
137
ifneq (,$(
strip
$(wildcard jni/Android.mk)))
163
NDK_APPLICATION_MK := $(
strip
$(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk))
173
NDK_APP_OUT := $(
strip
$(NDK_OUT))
184
NDK_APP_LIBS_OUT := $(
strip
$(NDK_LIBS_OUT)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
mailcap.py
67
if line[0] == '#' or line.
strip
() == '':
82
types[j] = types[j].
strip
()
113
fkey = field[:i].
strip
()
114
fvalue = field[i+1:].
strip
()
133
return line[start:i].
strip
(), i
/prebuilts/gdb/linux-x86/lib/python2.7/
mailcap.py
67
if line[0] == '#' or line.
strip
() == '':
82
types[j] = types[j].
strip
()
113
fkey = field[:i].
strip
()
114
fvalue = field[i+1:].
strip
()
133
return line[start:i].
strip
(), i
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py
67
if line[0] == '#' or line.
strip
() == '':
82
types[j] = types[j].
strip
()
113
fkey = field[:i].
strip
()
114
fvalue = field[i+1:].
strip
()
133
return line[start:i].
strip
(), i
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py
67
if line[0] == '#' or line.
strip
() == '':
82
types[j] = types[j].
strip
()
113
fkey = field[:i].
strip
()
114
fvalue = field[i+1:].
strip
()
133
return line[start:i].
strip
(), i
/art/tools/
generate-operator-out.py
115
# ...and then
strip
// comments.
118
#
Strip
whitespace.
119
line = line.
strip
()
139
rest = m.group(2).
strip
()
152
rest = rest.
strip
()
/external/autotest/client/bin/
harness_ABAT.py
26
conf['disks'] = val.
strip
('"').split()
30
conf['partitions'] = val.
strip
('"').split()
34
conf['modules'] = val.
strip
('"').split()
/external/autotest/client/cros/
kernel_trace.py
79
result = int(utils.read_one_line(fname).
strip
())
102
result = int(utils.read_one_line(fname).
strip
())
172
result = utils.read_one_line(fname).
strip
()
/external/autotest/client/tests/btreplay/
btreplay.py
92
if self.results[n].
strip
() == "==================== All Devices ====================":
94
s = words[1].
strip
('sytem').split(':')
95
e = words[2].
strip
('elapsd').split(':')
/external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py
45
if line.
strip
() == '':
54
name = parts[0].
strip
()
56
suites.append(GtestSuite(path, parts[1].
strip
() == 'yes'))
/external/autotest/server/site_tests/cellular_StaleModemReboot/
cellular_StaleModemReboot.py
136
columns = [x.
strip
() for x in columns]
153
modem_status = self._client.run('modem status').stdout.
strip
()
221
if 'gobi' in self._client.run('modem status').stdout.
strip
().lower():
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py
33
if len(columns) == 6 or len(' '.join(columns[6:]).
strip
()) == 0:
38
name = ' '.join(columns[6:]).
strip
()
51
return strip_lsusb_output(host.run('lsusb').stdout.
strip
())
/external/chromium-trace/catapult/dashboard/dashboard/
edit_site_config.py
81
new_value_json = self.request.get('value').
strip
()
82
new_external_value_json = self.request.get('external_value').
strip
()
83
new_internal_value_json = self.request.get('internal_value').
strip
()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
linux_based_platform_backend.py
83
private_dirty_bytes += self._ConvertToBytes(line.split(':')[1].
strip
())
155
retval[key.
strip
()] = value.
strip
()
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py
22
return so.read().
strip
()
28
return subprocess.check_output(argv, stderr=subprocess.STDOUT).
strip
()
46
line = f.readline().
strip
()
/external/icu/icu4c/source/tools/
icu-svnprops-check.py
111
file_type = file_type.
strip
()
128
prop_name = prop_name.
strip
()
129
prop_val = prop_val.
strip
()
/external/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
()
/external/v8/test/message/
testcfg.py
71
result += match.
strip
().split()
87
if not string.
strip
(): return True
105
if line.startswith("#") or not line.
strip
(): continue
/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)))
/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
()
Completed in 1810 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>