HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 201 - 225 of 1398) sorted by null

1 2 3 4 5 6 7 891011>>

  /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...]
regcomp.c 60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
592 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [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/
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/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/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/push-to-trunk/
git_recipes.py 36 def Strip(f):
38 return f(*args, **kwargs).strip()
53 return self.Git("status -s -uno").strip() == ""
55 @Strip
72 return map(str.strip, self.Git(MakeArgs(["branch -r"])).splitlines())
97 return map(str.strip, files.splitlines())
103 @Strip
105 for line in self.Git("status -s -b -uno").strip().splitlines():
110 @Strip
184 @Strip
    [all...]
  /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())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 67 if line[0] == '#' or line.strip() == '':
82 types[j] = types[j].strip()
113 fkey = field[:i].strip()
114 fvalue = field[i+1:].strip()
133 return line[start:i].strip(), i
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 67 if line[0] == '#' or line.strip() == '':
82 types[j] = types[j].strip()
113 fkey = field[:i].strip()
114 fvalue = field[i+1:].strip()
133 return line[start:i].strip(), i
  /art/tools/
generate-operator-out.py 108 # ...and then strip // comments.
111 # Strip whitespace.
112 line = line.strip()
132 rest = m.group(2).strip()
145 rest = rest.strip()
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
utilities.py 132 # Strip comments
153 parts = [extended_attribute.strip()
156 if extended_attribute.strip()]
158 name, _, value = map(string.strip, part.partition('='))

Completed in 1434 milliseconds

1 2 3 4 5 6 7 891011>>