/external/vulkan-validation-layers/ |
vk_layer_documentation_generate.py | 150 if True in [line.strip().startswith(comment) for comment in ['//', '/*']]: 166 enum_name = line.split(',')[0].strip() 215 if '.' in line and line.strip()[0].isdigit(): 216 todo_item = line.split('.')[1].strip() 228 check_name = '%s%s' % (enum_prefix, detail_sections[3].strip()) 234 self.layer_doc_dict[layer_name][check_name]['summary_txt'] = detail_sections[1].strip() 235 self.layer_doc_dict[layer_name][check_name]['details_txt'] = detail_sections[2].strip() 238 self.layer_doc_dict[layer_name][check_name]['notes'] = detail_sections[6].strip() 239 # strip any unwanted commas from api and test names 240 self.layer_doc_dict[layer_name][check_name]['api_list'] = [a.strip(',') for a in self.layer_doc_dict[layer_name][check_name]['api_list'] [all...] |
/frameworks/minikin/libs/minikin/ |
unicode_emoji_h_gen.py | 59 if not line.strip(): 63 code_points = code_points.strip() 64 prop = prop.strip()
|
/build/core/ |
base_rules.mk | 27 LOCAL_MODULE := $(strip $(LOCAL_MODULE)) 32 LOCAL_IS_HOST_MODULE := $(strip $(LOCAL_IS_HOST_MODULE)) 78 #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(my_module_tags))) >> tag-list.csv) 80 LOCAL_UNINSTALLABLE_MODULE := $(strip $(LOCAL_UNINSTALLABLE_MODULE)) 120 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS)) 128 my_multilib_module_path := $(strip $(LOCAL_MODULE_PATH_$(my_32_64_bit_suffix))) 132 my_module_path := $(strip $(LOCAL_MODULE_PATH)) 134 my_module_relative_path := $(strip $(LOCAL_MODULE_RELATIVE_PATH)) 157 ifeq ($(strip $(my_module_path)),) 166 ifneq ($(strip $(LOCAL_BUILT_MODULE)$(LOCAL_INSTALLED_MODULE)), [all...] |
/build/tools/ |
adbs | 41 print(line.strip())
|
/external/autotest/server/ |
rpm_kernel.py | 100 return retval.stdout.strip() 119 % self.source_material).stdout.strip() 141 % self.source_material).stdout.strip() 165 return res.stdout.strip()
|
/external/autotest/server/site_tests/brillo_KernelVersionTest/ |
brillo_KernelVersionTest.py | 28 result = host.run_output('uname -r').strip()
|
/external/autotest/tko/ |
unique_cookie.py | 17 uid_cookies = [c for c in cookies if c.strip().startswith(key)]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
android_command_line_backend_unittest.py | 75 device.ReadFile(cmd_file).strip()) 79 device.ReadFile(cmd_file).strip()) 81 device.ReadFile(cmd_file).strip()) 102 device.ReadFile(cmd_file).strip())
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 65 # properly align a </script> tag, strip the whitespace. 137 # parsing error, don't strip text before parse error position, and continue 143 strip = _HtmlStripper() 144 strip.feed(str) 145 strip.close() 146 str = strip.get_output() 157 """Simple class to strip tags from HTML.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_versioning.py | 34 self.assertEqual(stdout.strip(), '%s: Suspended' % suri(bucket_uri)) 45 self.assertEqual(stdout.strip(), '%s: Enabled' % suri(bucket_uri)) 57 self.assertEqual(stdout.strip(), '%s: Enabled' % suri(bucket_uri)) 67 self.assertEqual(stdout.strip(), '%s: Suspended' % suri(bucket_uri))
|
/external/clang/ |
clang-device-build.mk | 42 $(if $(strip $(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \ 43 -gen-$(strip $(1)) \
|
/external/compiler-rt/ |
Makefile | 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \ 136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \ 148 $(strip \ 175 $(call Set,Tmp.Functions,$(strip \ 178 $(call Set,Tmp.Optimized,$(strip \ 180 $(call Set,Tmp.AR,$(strip \ 182 $(call Set,Tmp.ARFLAGS,$(strip \ 184 $(call Set,Tmp.CC,$(strip \ 186 $(call Set,Tmp.LDFLAGS,$(strip \ 188 $(call Set,Tmp.RANLIB,$(strip \ [all...] |
/external/curl/lib/ |
pop3.h | 66 size_t strip; /* Number of bytes from the start to ignore as member in struct:pop3_conn
|
/external/e2fsprogs/lib/ |
Makefile.darwin-lib | 40 install-strip: install 42 install-shlibs-strip: install-shlibs
|
/external/elfutils/tests/ |
run-strip-reloc.sh | 35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile || 36 { echo "*** failure strip $infile"; status=1; } 38 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \ 40 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; } 56 # Strip of DWARF section lines, offset will not match. 107 runtest ${abs_top_builddir}/src/strip 0 108 runtest ${abs_top_builddir}/src/strip.o 1
|
/external/fonttools/Lib/fontTools/misc/ |
xmlWriter.py | 43 def write8bit(self, data, strip=False): 48 self._writeraw(escape8bit(data), strip=strip) 50 def write16bit(self, data, strip=False): 51 self._writeraw(escape16bit(data), strip=strip) 57 def _writeraw(self, data, indent=True, strip=False): 63 if (strip): 64 s = s.strip()
|
/external/hyphenation-patterns/de/ |
create_chr.py | 25 line = line.strip()
|
/external/minijail/ |
util.h | 55 char *strip(char *s);
|
/external/pdfium/tools/drmemory/scripts/ |
drmemory_analyze.py | 84 while len(self.line_.strip()) > 0: 99 m = re.search("# Suppression for Error #([0-9]+)", line.strip()) 107 if supp_line.startswith("#") or supp_line.strip() == "": 110 generated_suppressions[error_id] = cur_supp.strip() 121 self.line_ = match.groups()[1].strip() + "\n" 122 report = "".join(self.ReadSection()).strip() 128 while self.line_.strip() != "": 129 line = self.line_.strip() 141 ret.append(self.line_.strip())
|
/external/v8/ |
Android.mk | 23 ifneq ($(strip $(ARCH_ARM_HAVE_ARMV7A)),true)
|
/external/v8/tools/gyp/test/ios/xctests/ |
gyptest-xctests.py | 22 return "0 valid identities found" not in proc.communicate()[0].strip()
|
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/ |
device-bcm.mk | 20 ifeq ($(strip $(WIFI_BAND)),802_11_ABG)
|
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/ |
device-bcm.mk | 20 ifeq ($(strip $(WIFI_BAND)),802_11_BG)
|
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4356/ |
device-bcm.mk | 20 ifeq ($(strip $(WIFI_BUS)),SDIO)
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
Android.mk | 25 ifeq ($(strip $(COMPONENT_SUPPORT_BUFFER_SHARING)), true) 28 ifeq ($(strip $(COMPONENT_SUPPORT_OPENCORE)), true)
|