/build/core/ |
droiddoc.mk | 30 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS)) 95 ifneq ($(strip $(LOCAL_ADDITIONAL_JAVA_DIR)),) 119 ifneq ($(strip $(LOCAL_DROIDDOC_USE_STANDARD_DOCLET)),true) 142 ifneq ($(strip $(LOCAL_DROIDDOC_HTML_DIR)),) 148 ifneq ($(strip $(LOCAL_ADDITIONAL_HTML_DIR)),) 227 ifeq ($(strip $(LOCAL_UNINSTALLABLE_MODULE)),)
|
definitions.mk | 127 $(strip \ 387 $(strip \ 388 $(eval _fpf := $(wildcard $(foreach f, $(2), $(strip $(1))/$(f)))) \ 419 $(strip \ 420 $(eval _idfClass := $(strip $(1))) \ 423 $(eval _idfName := $(strip $(2))) \ 426 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \ 427 $(eval _idf2ndArchPrefix := $(if $(strip $(5)),$(TARGET_2ND_ARCH_VAR_PREFIX))) \ 445 $(strip \ 446 $(if $(strip $(LOCAL_MODULE_CLASS)),, [all...] |
/build/tools/ |
parsedeps.py | 95 line = line.strip() 99 pos = pos[1:].strip() 100 tgt = tgt.strip() 104 tgt = tgt.strip() 105 prereq = prereq.strip() 112 if not line.strip():
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 33 std=False, strip=False, mark_cb=None, 44 self.strip = strip 108 if self.strip: 109 self.node.strip(self.files) 180 sym = right.strip()
|
/external/chromium_org/v8/test/mjsunit/ |
fun-name.js | 28 function strip(s) { function 32 assertEquals('function(){}', strip((function () { }).toString())); 33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
|
/external/chromium_org/v8/test/webkit/ |
testcfg.py | 68 flags += match.strip().split() 75 files_list += files_match.group(1).strip().split() 123 if line.startswith("#") or not line.strip(): continue 124 yield line.strip() 128 if self._IgnoreLine(line.strip()): continue 129 yield line.strip()
|
/system/core/healthd/ |
Android.mk | 30 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true) 34 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true) 42 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
|
/external/llvm/lib/Support/ |
regengine.inc | 316 switch (OP(m->g->strip[es])) { 319 es += OPND(m->g->strip[es]); 322 while (OP(m->g->strip[es]) != O_CH) 323 es += OPND(m->g->strip[es]); 329 switch (OP(m->g->strip[ss])) { 429 esub = ss + OPND(m->g->strip[ss]) - 1; 430 assert(OP(m->g->strip[esub]) == OOR1); 435 assert(OP(m->g->strip[esub]) == OOR1); 437 assert(OP(m->g->strip[esub]) == OOR2); 439 esub += OPND(m->g->strip[esub]) [all...] |
/ndk/build/core/ |
init.mk | 39 NDK_LOG := $(strip $(NDK_LOG)) 48 NDK_HOST_32BIT := $(strip $(NDK_HOST_32BIT)) 65 NDK_ROOT := $(strip $(NDK_ROOT)) 123 $(if $(strip $(wildcard $1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_TAG)) 135 HOST_OS := $(strip $(HOST_OS)) 186 ifneq (,$(strip $(wildcard /bin/uname.exe))) 221 HOST_ARCH := $(strip $(HOST_ARCH)) 297 HOST_PREBUILT := $(strip $(wildcard $(HOST_PREBUILT_ROOT)/bin)) 298 HOST_AWK := $(strip $(NDK_HOST_AWK)) 299 HOST_SED := $(strip $(NDK_HOST_SED) [all...] |
build-local.mk | 24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%)) 81 host-dir-parent = $(strip \ 90 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 101 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\ 113 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH)) 131 ifneq (,$(strip $(wildcard AndroidManifest.xml))) 134 ifneq (,$(strip $(wildcard jni/Android.mk))) 160 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk)) 170 NDK_APP_OUT := $(strip $(NDK_OUT)) 181 NDK_APP_LIBS_OUT := $(strip $(NDK_LIBS_OUT) [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
engine.c | 385 switch (OP(m->g->strip[es])) { 388 es += OPND(m->g->strip[es]); 391 while (OP(m->g->strip[es]) != O_CH) 392 es += OPND(m->g->strip[es]); 398 switch (OP(m->g->strip[ss])) { 504 esub = ss + OPND(m->g->strip[ss]) - 1; 505 assert(OP(m->g->strip[esub]) == OOR1); 510 assert(OP(m->g->strip[esub]) == OOR1); 512 assert(OP(m->g->strip[esub]) == OOR2); 514 esub += OPND(m->g->strip[esub]) [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 311 switch (OP(m->g->strip[es])) { 314 es += OPND(m->g->strip[es]); 317 while (OP(m->g->strip[es]) != O_CH) 318 es += OPND(m->g->strip[es]); 324 switch (OP(m->g->strip[ss])) { 422 esub = ss + OPND(m->g->strip[ss]) - 1; 423 assert(OP(m->g->strip[esub]) == OOR1); 428 assert(OP(m->g->strip[esub]) == OOR1); 430 assert(OP(m->g->strip[esub]) == OOR2); 432 esub += OPND(m->g->strip[esub]) [all...] |
/external/llvm/bindings/ocaml/ |
Makefile.ocaml | 77 Compile.CMI := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o) 78 Compile.CMO := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o) 79 Compile.CMX := $(strip $(OCAMLOPT) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o) 91 Archive.CMA := $(strip $(OCAMLC) -a -dllib -l$(LIBRARYNAME) $(OCAMLDEBUGFLAG) \ 94 Archive.CMA := $(strip $(OCAMLC) -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \ 99 Archive.CMXA := $(strip $(OCAMLOPT) -a $(patsubst %,-cclib %, \ 104 Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o) 108 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o) 110 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o) 160 OutputEXE := $(ExmplDir)/$(strip $(TOOLNAME))$(EXEEXT [all...] |
/external/chromium_org/third_party/markdown/ |
__init__.py | 221 configs.update([(x.strip(), y.strip()) for (x, y) in pairs]) 308 if not source.strip(): 332 # Serialize _properly_. Strip top-level tags. 338 output = output[start:end].strip() 340 if output.strip().endswith('<%s />'%self.doc_tag): 345 raise ValueError('Markdown failed to strip top-level tags. Document=%r' % output.strip()) 351 return output.strip()
|
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 226 elements = decl.strip().split(' ') 229 name = " ".join(elements[-1:]).strip() # last element is the name 230 dataType = " ".join(elements[:-1]).strip() # everything else is the data type 252 args = map(lambda x: x.strip(), args) # remove unnecessary whitespaces 301 return m.group(1).strip() 310 return m.group(2).strip() 320 args = map(lambda x: x.strip(), args)
|
/build/core/combo/ |
TARGET_linux-arm64.mk | 33 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 40 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 47 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 55 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 66 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
TARGET_linux-mips64.mk | 33 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 40 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 47 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 55 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 66 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
TARGET_linux-x86_64.mk | 21 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 28 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 39 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 47 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 58 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
|
/external/chromium_org/build/util/ |
lastchange.py | 47 line = line.strip() 105 output = proc.communicate()[0].strip() 117 pos = line.rsplit()[-1].strip() 134 output = proc.communicate()[0].strip() 177 revision = open(default_lastchange, 'r').read().strip()
|
/external/chromium_org/third_party/cython/src/Cython/ |
TestUtils.py | 188 filename = line.strip().strip('#').strip().replace('/', os.path.sep) 198 elif line.strip() and not line.lstrip().startswith('#'): 199 if line.strip() not in ('"""', "'''"):
|
/external/chromium_org/third_party/libxml/src/ |
genUnicode.py | 52 line = string.strip(line) 57 range = string.strip(fields[0]) 59 name = string.strip(fields[1]) 107 line = string.strip(line) 112 point = string.strip(fields[0])
|
/external/chromium_org/tools/metrics/common/ |
pretty_print_xml.py | 82 text = textwrap.dedent(text.strip('\n')) 87 if len(l.strip()) == 0 and len(paragraphs[-1]) > 0: 167 child_nodes = [c for c in child_nodes if len(c.strip()) > 0] 174 len(child_nodes[0].strip()) <= space_left): 175 s += child_nodes[0].strip()
|
/external/chromium_org/v8/tools/ |
check-name-clashes.py | 37 self.args = [s.strip() for s in match.group(2).split(",")] 49 assert len(line[:self.indentation].strip()) == 0, \ 102 args = [s.strip() for s in match.group(1).split(",")] 123 partial_line += " " + line.strip() 169 partial_line += " " + line.strip()
|
/external/clang/docs/tools/ |
dump_format_style.py | 36 self.comment = comment.strip() 49 self.comment = comment.strip() 58 self.comment = comment.strip() 67 return line[3:].strip() + '\n' 81 line = line.strip()
|
/external/harfbuzz_ng/src/ |
gen-arabic-table.py | 26 fields = [x.strip () for x in line.split (';')] 50 fields = [x.strip () for x in line.split (';')] 157 fields = [x.strip () for x in line.split (';')] 184 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip () 254 print " * %s" % (l.strip())
|