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

1 2 3 4 5 6 7 891011>>

  /external/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/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/=%))
69 host-dir-parent = $(strip \
78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
89 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\
101 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH))
113 ifneq (,$(strip $(wildcard AndroidManifest.xml)))
116 ifneq (,$(strip $(wildcard jni/Android.mk)))
140 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk))
148 NDK_APP_OUT := $(strip $(NDK_OUT))
155 NDK_APP_LIBS_OUT := $(strip $(NDK_LIBS_OUT)
    [all...]
  /bionic/libc/upstream-netbsd/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/chromium_org/v8/tools/
js2c.py 76 line = line.strip()
90 string = string.strip()
132 replacement = expander(str.strip())
193 line = line.strip()
198 value = const_match.group(2).strip()
204 args = [match.strip() for match in macro_match.group(2).split(',')]
205 body = macro_match.group(3).strip()
211 args = [match.strip() for match in python_match.group(2).split(',')]
212 body = python_match.group(3).strip()
230 args = [match.strip() for match in macro_match.group(2).split(',')
    [all...]
  /build/core/combo/
TARGET_linux-x86.mk 21 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
25 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
36 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
44 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)
54 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
57 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-debug $< -o $@
59 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-debug $< -o $@ && \
  /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)
  /external/chromium/build/util/
lastchange.py 46 line = line.strip()
99 output = proc.communicate()[0].strip()
135 output = proc.communicate()[0].strip()
156 output = proc.communicate()[0].strip()
225 revision = open(default_lastchange, 'r').read().strip()
  /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])
  /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 98 # ...and then strip // comments.
101 # Strip whitespace.
102 line = line.strip()
122 rest = m.group(2).strip()
135 rest = rest.strip()
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py 61 self._parse(map(str.strip, lines))
72 return (not hasattr(arg, "strip")
137 args_list = ' '.join(parts[1:]).strip().split(',')
139 arg_string = arg_string.strip()
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 111 file_type = file_type.strip()
128 prop_name = prop_name.strip()
129 prop_val = prop_val.strip()
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 68 if (line.strip() == ''):
70 functionName = line.replace('.text.', '').split('.clone.')[0].strip()
85 functionAddress = int (line.split()[0].strip(), 16)
  /external/chromium_org/tools/grit/grit/gather/
rc.py 85 if len(out) > 0 and line.strip() == 'BEGIN':
87 elif len(out) > 0 and line.strip() == 'END':
95 self.text_ = out.strip()
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_interface_unittest.py 150 assert(stdout.strip() == '--arg1=value1 --arg2=value2 --arg3=value3')
154 assert(stdout.strip() == '--arg=A; echo "B"')
158 assert(stdout.strip() == "--arg=$HOME;;$PATH")
  /external/icu4c/tools/
icu-svnprops-check.py 111 file_type = file_type.strip()
128 prop_name = prop_name.strip()
129 prop_val = prop_val.strip()
  /external/skia/tools/
svn.py 85 svn_info[key.strip()] = value.strip()
117 subdirs.append(filename.strip('/'))
  /external/v8/test/message/
testcfg.py 52 if (not line.startswith('#')) and (not line.strip()):
58 if not line.strip():
85 result += flags_match.group(1).strip().split()
  /art/test/
run-test 265 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
284 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
310 diff --strip-trailing-cr -u "$expected" "$output"
  /external/chromium_org/chrome/browser/resources/chromeos/
charger_replacement.css 43 .button-strip {
114 #not-order-charger-checkbox-strip {
146 #confirm-offline-order-checkbox-strip {

Completed in 285 milliseconds

1 2 3 4 5 6 7 891011>>