Searched
full:strip (Results
1426 -
1450 of
6288) sorted by null
<<51525354555657585960>>
/external/protobuf/src/google/protobuf/compiler/java/ |
java_name_resolver.cc | 49 // Strip package name from a descriptor's full name. 53 // After strip : Bar.Baz 59 // Strip package name
|
/external/python/cpython2/Lib/test/ |
test_ensurepip.py | 181 warning = stderr.getvalue().strip() 256 result = stderr.getvalue().strip() 281 result = stderr.getvalue().strip()
|
/external/python/cpython2/Tools/webchecker/ |
wsgui.py | 150 url = url.strip() 156 dir = self.dir_entry.get().strip() 184 text = text.strip()
|
/external/swiftshader/third_party/subzero/pydir/ |
build-runtime.py | 85 '--strip-symbol=NATIVE', 122 '--strip-symbol=NACL', 150 '--strip-symbol=NONSFI',
|
/frameworks/rs/ |
update_rs_prebuilts.sh | 240 strip tools/$SHORT_OSNAME/bin/$a 245 strip tools/$SHORT_OSNAME/lib64/$a 250 strip tools/$SHORT_OSNAME/lib/$a
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
PagerTabStrip.java | 196 * Set whether this tab strip should draw a full-width underline in the 208 * Return whether or not this tab strip will draw a full-width underline. 211 * @return true if this tab strip will draw a full-width underline in the
|
/system/extras/tools/ |
graph_lockdep_chains | 18 echo " Do not strip address from lockname" 42 # Indent rules and strip out address (may be overridden below) 78 # indent, but do _not_ strip out addresses
|
/art/test/150-loadlibrary/src/ |
Main.java | 49 // log that we'd have to strip (it contains the pid).
|
/art/test/988-method-trace/ |
gen_srcs.py | 212 return items[idx].strip().strip("\"") 231 line = line.strip() 317 strip("\n"), \
|
/art/test/utils/python/testgen/ |
utils.py | 48 return "\n".join(a for a in s.split("\n") if a.strip() != "")
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regex2.h | 94 * The internal representation is a *strip*, a sequence of 112 typedef u_int32_t sop; /* strip operator */ 181 sop *strip; /* malloced area for strip */ member in struct:re_guts
|
/build/make/core/ |
aux_executable.mk | 15 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
|
/build/make/core/clang/ |
config.mk | 9 $(strip $(filter-out $(CLANG_CONFIG_UNKNOWN_CFLAGS),$(1)))
|
/build/make/tools/atree/ |
atree.cpp | 48 " [rm|strip] DEST\n" 49 " SRC [strip] DEST\n" 54 " 'strip DEST' strips the binary destination file.\n" 330 debug_printf("strip %s\n", it->outPath.c_str());
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
BusinessLogicHostTestBase.java | 59 // Strip parameter suffix (e.g. "[0]") from method name
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/ |
README.md | 6 ViewPager title strip which gives continuous feedback to the user when scrolling.
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/ |
README.md | 6 ViewPager title strip which gives continuous feedback to the user when scrolling.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
mcast.py | 75 while data[-1:] == '\0': data = data[:-1] # Strip trailing \0's
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_file_util.py | 66 content = [line.strip() for line in open(foo).readlines()]
|
test_filelist.py | 55 if line.strip() == '':
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_print.py | 61 args = args[3:] # Strip a possible comma after the file expression
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
nm2def.py | 46 lines = [s.strip() for s in lines]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/ |
GNUmakefile | 22 ifneq (,$(strip $(filter $(uname_m), x86_64 amd64)))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
Dictionary.py | 42 Dictionary[Key[0]] = LineList[1].strip().replace('\\', '/')
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Eot.py | 161 path = os.path.normpath(os.path.join(EotGlobalData.gWORKSPACE, line.strip()))
168 EotGlobalData.gGuidDict[list[0].strip()] = GuidStructureStringToGuidString(list[1].strip())
202 line = line.strip()
247 line = os.path.normpath(os.path.join(EotGlobalData.gWORKSPACE, line.strip()))
266 if not line.strip():
268 newline = os.path.normpath(os.path.join(EotGlobalData.gWORKSPACE, line.strip()))
364 GuidMacro = GuidMacroSet[0][0].strip()
373 GuidValue = GuidValue.lower().replace('\\', '').replace('\r', '').replace('\n', '').replace('l', '').strip()
|
Completed in 2085 milliseconds
<<51525354555657585960>>