HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 451 - 475 of 2628) sorted by null

<<11121314151617181920>>

  /build/make/core/
binary.mk 63 ifneq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
64 ifeq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_EXCLUDE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
73 my_allow_undefined_symbols := $(strip $(LOCAL_ALLOW_UNDEFINED_SYMBOLS))
186 LOCAL_NDK_STL_VARIANT := $(strip $(LOCAL_NDK_STL_VARIANT))
350 # Strip '/' from the beginning of each src file. This helps the ../ detection in case
354 my_clang := $(strip $(LOCAL_CLANG))
356 my_clang := $(strip $(LOCAL_CLANG_$(my_32_64_bit_suffix)))
359 my_clang := $(strip $(LOCAL_CLANG_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)))
460 ifneq ($(strip $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)LINKER)),)
654 $(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS)
    [all...]
copy_headers.mk 1 ifneq (,$(strip $(LOCAL_COPY_HEADERS)))
6 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
  /art/test/utils/python/testgen/
utils.py 48 return "\n".join(a for a in s.split("\n") if a.strip() != "")
  /build/make/tools/
check_link_type.py 65 dep_types = dep_file.read().strip().split(' ')
  /cts/hostsidetests/theme/app/
Android.mk 24 # and because it is in data, do not strip classes.dex
33 #Flag to tell the Android Asset Packaging Tool not to strip for some densities
  /cts/tests/tests/os/jni/
Android.mk 44 ifeq ($(strip $(TARGET_ARCH)),mips)
47 ifeq ($(strip $(TARGET_ARCH)),mips64)
  /development/scripts/
compare-installed-size.py 47 line = line.strip()
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
59 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
53 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
53 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 45 fields[i] = fields[i].strip().lower()
63 f = f[:i].strip().lower() + \
64 '=' + f[i+1:].strip()
65 self.plist.append(f.strip())
robotparser.py 58 lines = [line.strip() for line in f]
99 # remove optional comment and strip line
103 line = line.strip()
108 line[0] = line[0].strip().lower()
109 line[1] = urllib.unquote(line[1].strip())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
makelocalealias.py 20 line = line.strip()
26 # Strip ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
nm2def.py 46 lines = [s.strip() for s in lines]
svneol.py 39 format = int(open(os.path.join(root, ".svn", "format")).read().strip())
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
armcc_wrapper.py 37 return p.stdout.read().strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Dictionary.py 42 Dictionary[Key[0]] = LineList[1].strip().replace('\\', '/')
ToolDefClassObject.py 79 Line = FileContent[Index].strip()
87 Name = NameValuePair[0].strip()
88 Value = NameValuePair[1].strip()
102 MacroName = MacroDefinition[0].strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 52 Line = Line.strip()
74 ReservedLine = (ReservedLine + TAB_SPACE_SPLIT + Line).strip()
83 ReservedLine = ReservedLine + TAB_SPACE_SPLIT + Line[0:-1].strip()
274 IfLine = Line[NewLine.find(TAB_IF_EXIST) + len(TAB_IF_EXIST) + 1:].strip()
284 IfLine = Line[NewLine.find(TAB_IF_DEF) + len(TAB_IF_DEF) + 1:].strip()
291 IfLine = Line[NewLine.find(TAB_IF_N_DEF) + len(TAB_IF_N_DEF) + 1:].strip()
298 IfLine = Line[NewLine.find(TAB_IF) + len(TAB_IF) + 1:].strip()
303 IfLine = Line[NewLine.find(TAB_ELSE_IF) + len(TAB_ELSE_IF) + 1:].strip()
396 Variable = Variable.strip()
415 NewVariableValue = NewVariableValueList[1].strip()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 186 if List[0].strip() == "EFI_SOURCE":
187 GlobalData.gEfiSource = List[1].strip()
190 elif List[0].strip() == "EDK_SOURCE":
191 GlobalData.gEdkSource = List[1].strip()
194 elif List[0].strip() in ["WORKSPACE", "TARGET", "TOOLCHAIN"]:
195 GlobalData.gGlobalDefines[List[0].strip()] = List[1].strip()
197 GlobalData.gCommandLineDefines[List[0].strip()] = List[1].strip()
199 GlobalData.gCommandLineDefines[List[0].strip()] = "TRUE"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBuildOptionObject.py 74 if SectionContent.strip() != '':
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfBinarySectionParser.py 69 if BinLineContent.strip() == '':
79 if BinLineContent.strip().startswith(DT.TAB_COMMENT_SPLIT):
147 ValueList[0] = ValueList[0].strip()
181 if ValueList[0].strip() == 'SUBTYPE_GUID':
  /external/antlr/antlr-3.4/runtime/Python/tests/
t054main.py 184 stdout = stdout.getvalue().strip()
225 stdout = stdout.getvalue().strip()
268 stdout = stdout.getvalue().strip()
313 stdout = stdout.getvalue().strip()
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 117 output = output.string.strip
154 output = output.string.strip
192 output = output.string.strip
221 output = output.string.strip
  /external/autotest/client/bin/
update_intel_pci_ids 75 cset_attr[i] = cset_attr[i].strip(' "').rstrip(' "')

Completed in 580 milliseconds

<<11121314151617181920>>