HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 376 - 400 of 2341) sorted by null

<<11121314151617181920>>

  /external/libdrm/libkms/
Android.mk 1 DRM_GPU_DRIVERS := $(strip $(filter-out swrast, $(BOARD_GPU_DRIVERS)))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
chktrcmp.py 64 src_line = src_line.strip()
84 hdr_line = hdr_line.strip()
  /external/libvpx/
libvpx-asm-translation.mk 10 ifneq ($(strip $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH))),)
  /external/llvm/bindings/ocaml/
Makefile.ocaml 98 Compile.CMI := $(strip $(OCAMLFIND) c -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
99 Compile.CMO := $(strip $(OCAMLFIND) c -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
100 Compile.CMX := $(strip $(OCAMLFIND) opt -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
104 Archive.CMA := $(strip $(OCAMLFIND) c -a -dllib -l$(LIBRARYNAME) $(OCAMLSTUBFLAGS) \
107 Archive.CMA := $(strip $(OCAMLFIND) c -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
112 Archive.CMXA := $(strip $(OCAMLFIND) opt -a $(OCAMLSTUBFLAGS) $(OCAMLDEBUGFLAG) \
115 Archive.CMXA := $(strip $(OCAMLFIND) opt -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
166 OutputEXE := $(ExmplDir)/$(strip $(TOOLNAME))$(EXEEXT)
168 OutputEXE := $(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT)
  /external/markdown/markdown/extensions/
def_list.py 37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
rss.py 25 heading = heading.strip().replace(",", " ").replace(".", " ")
81 heading = child.text.strip()
  /external/mesa3d/
Android.mk 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS))
73 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true)
87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/mesa3d/scons/
source_list.py 73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
  /external/nanopb-c/tests/site_scons/
site_init.py 88 if pattern.strip() and not re.search(pattern.strip(), data, re.MULTILINE):
  /external/opencv3/modules/core/src/opencl/runtime/generator/
parser_clamdblas.py 23 line = line.strip()
58 nl = nl.strip()
parser_clamdfft.py 24 line = line.strip()
29 nl = nl.strip()
  /external/selinux/policycoreutils/mcstrans/share/util/
mlstrans-test 38 if not line.strip():
  /external/v8/build/toolchain/
gcc_solink_wrapper.py 84 parser.add_argument('--strip',
85 help='The strip binary to run',
117 # Finally, strip the linked shared object file (if desired).
118 if args.strip:
119 result = subprocess.call(CommandToRun([args.strip, '--strip-unneeded',
  /external/v8/third_party/binutils/
download.py 31 return f.read().strip()
51 return subprocess.check_output(['python', DETECT_HOST_ARCH]).strip()
  /external/v8/tools/ignition/
linux_perf_bytecode_annotate.py 44 line = line.strip()
78 line = line.strip()
  /external/v8/tools/testrunner/server/
daemon.py 88 pid = int(pf.read().strip())
109 pid = int(pf.read().strip())
  /external/zlib/src/nintendods/
Makefile 5 ifeq ($(strip $(DEVKITARM)),)
68 ifeq ($(strip $(CPPFILES)),)
  /hardware/bsp/intel/soc/common/bootctrl/
Android.mk 15 ifeq ($(strip $(TARGET_BOOTCTRL_HAL)),intel)
  /hardware/ti/omap4-aah/
Android.mk 11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /hardware/ti/omap4-aah/domx/
Android.mk 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 21 MINGW := $(strip $(WIN32))
22 TRY64 := $(strip $(TRY64))
  /packages/apps/Gallery2/
Android.mk 35 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_MozillaCookieJar.py 66 if (line.strip().startswith(("#", "$")) or
67 line.strip() == ""):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 63 _servers = [server.strip() for server in
65 if server.strip() != '']
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 217 ofi.write(line.strip() + "\n")
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))

Completed in 2163 milliseconds

<<11121314151617181920>>