/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
Makefile | 182 # If we're in debug mode, pretend we don't have GNU strip, to fall back to 186 # Older binutils strip global sybols not needed for relocation processing 187 # when given --strip-unneeded. Use nm and awk to identify globals and 190 $(if $(quiet),@echo " [STRIP] $@ < $<") 191 $(qexec)$(STRIP) --strip-unneeded \ 211 pairmap=$(if $(strip $(2)),\ 220 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) ) 240 $(qexec)$$(LD) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs) [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
utils-lib.exp | 249 global OBJDUMP NM OBJCOPY READELF STRIP 275 set opts(strip) {} 350 strip { 351 set program strip
|
/build/tools/ |
java-layers.py | 128 lines = [(n,s.split("#")[0].strip()) for (n,s) in lines] 175 result.extend([fn for fn in [s.strip() for s in f.readlines()] 202 statements = [s.strip() for s in text.split(";")]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t059debug.py | 46 l = input.readline().strip() 48 l = input.readline().strip() 55 event = input.readline().strip()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
debug-mode.rb | 38 @socket.readline.strip.should == 'ANTLR 2' 39 @socket.readline.strip.start_with?( 'grammar "' ).should == true 42 event = @socket.readline.strip
|
/external/autotest/client/virt/tests/ |
whql_submission.py | 66 server_name = server_session.cmd_output(cmd).strip() 67 client_names = [session.cmd_output(cmd).strip() for session in sessions] 184 results = result_summaries[-1].strip("-")
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
cros_interface_unittest.py | 166 assert stdout.strip() == '--arg1=value1 --arg2=value2 --arg3=value3' 170 assert stdout.strip() == '--arg=A; echo "B"' 174 assert stdout.strip() == "--arg=$HOME;;$PATH"
|
/external/clang/utils/ABITest/ |
Enumeration.py | 242 if ''.join(ln).strip(): 246 if ''.join(ln).strip(): 260 if ''.join(ln).strip():
|
/external/google-breakpad/src/testing/gtest/scripts/ |
upload.py | 79 last_email = last_email_file.readline().strip("\n") 84 email = raw_input(prompt + ": ").strip() 563 print line.strip("\n") 621 answer = raw_input(prompt).strip() 656 filename = filename.strip().replace('\\', '/') [all...] |
/external/google-breakpad/src/testing/scripts/ |
upload.py | 79 last_email = last_email_file.readline().strip("\n") 84 email = raw_input(prompt + ": ").strip() 563 print line.strip("\n") 621 answer = raw_input(prompt).strip() 656 filename = filename.strip().replace('\\', '/') [all...] |
/external/libcxx/test/libcxx/ |
compiler.py | 129 lines = [l.strip() for l in out.split('\n') if l.strip()] 139 return lit.util.capture(cmd).strip()
|
/external/libogg/win32/ |
Makefile | 102 STRIP = strip 182 install-strip: 185 `test -z '$(STRIP)' || \ 186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 237 install-info-am install-man install-strip installcheck \
|
/external/v8/tools/release/ |
push_to_candidates.py | 182 # Strip comments and reformat with correct indentation. 228 strip = lambda line: line.strip() 229 text = SplitMapJoin("\n\n", SplitMapJoin("\n", strip, " "), "\n\n")(text)
|
/external/v8/tools/testrunner/network/ |
network_execution.py | 70 shell=True).strip() 75 " | sed -e 's/.*@//'" % # Strip away "repository@". 76 (workspace, self.base_rev), shell=True).strip() 123 ldd = ldd.strip().split(" ")
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
compiler.py | 129 lines = [l.strip() for l in out.split('\n') if l.strip()] 139 return lit.util.capture(cmd).strip()
|
/system/extras/simpleperf/ |
report.py | 106 if not line.strip('| \t'): 109 line = line.strip('| \t') 120 line = line.strip('|- \t')
|
/art/runtime/interpreter/mterp/ |
gen_mterp.py | 442 tokens = line.strip().split(' ', 2) 446 alt_source = tokens[1].strip("\"") 460 tokens = line.strip().split(' ', 1) 570 line = line.strip() # remove CRLF, leading spaces
|
/art/tools/checker/file_format/c1visualizer/ |
parser.py | 58 methodName = line.split("\"")[1].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
|
/bionic/tools/bionicbb/ |
tasks.py | 33 info[match.group(1)] = match.group(2).strip()
|
/build/core/combo/ |
HOST_CROSS_windows-x86.mk | 54 ifneq ($(strip $(BUILD_HOST_static)),)
|
HOST_CROSS_windows-x86_64.mk | 54 ifneq ($(strip $(BUILD_HOST_static)),)
|
HOST_darwin-x86.mk | 23 ifneq ($(strip $(BUILD_HOST_static)),)
|
/build/core/ |
dumpvar.mk | 61 $(strip $(patsubst dumpvar-%,%,$(filter dumpvar-%,$(MAKECMDGOALS)))) 70 absolute_dumpvar := $(strip $(filter abs-%,$(dumpvar_goals)))
|
/cts/hostsidetests/theme/ |
android_device.py | 49 output = output.strip()
|