HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 451 - 475 of 942) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.h 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Delaunay.h 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
  /external/v8/src/
jsregexp.h 71 static Handle<Object> Compile(Handle<JSRegExp> re,
83 static void IrregexpInitialize(Handle<JSRegExp> re,
89 static void AtomCompile(Handle<JSRegExp> re,
174 static int IrregexpMaxRegisterCount(FixedArray* re);
175 static void SetIrregexpMaxRegisterCount(FixedArray* re, int value);
176 static int IrregexpNumberOfCaptures(FixedArray* re);
177 static int IrregexpNumberOfRegisters(FixedArray* re);
178 static ByteArray* IrregexpByteCode(FixedArray* re, bool is_ascii);
179 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
193 static bool CompileIrregexp(Handle<JSRegExp> re, bool is_ascii)
    [all...]
  /dalvik/dx/
Android.mk 9 # This tool is prebuilt if we're doing an app-only build.
  /dalvik/vm/arch/arm/
CallOldABI.S 101 @ an ldmia -- but we're doing the gcc frame trick where we push the
139 @ safe to load two items out of argv even if we're at the end.
155 @ We're back, result is in r0 or (for long/double) r0-r1.
  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 57 * Resolution required. This is the least-likely path, and we're
  /development/build/tools/
mk_sources_zip.py 18 import re namespace
28 _RE_PKG = re.compile("^\s*package\s+([^\s;]+)\s*;.*")
  /external/aac/libAACenc/src/
transform.cpp 188 mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re);
204 tmp1 = fMultDiv2((FIXP_PCM)timeData[tl+nr+i], pRightWindowPart[i].v.re);
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 158 return main(list(argv)+[egg]) # we're done here
191 import re namespace
208 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 37 // the URL once we're done, which forces the browser to scroll to the anchor
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 281 throw e; // re-throw
306 catch (RuntimeException re)
308 failure = re;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 280 catch (RuntimeException re)
282 failure = re;
  /external/libpng/
Android.mk 29 # Case where we're building windows but not under linux (so it must be cygwin)
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 24 ; WARNING: We cannot use register spill area - we're generating stubs by hands!
  /external/markdown/markdown/
treeprocessors.py 2 import re namespace
44 self.__placeholder_re = re.compile(markdown.INLINE_PLACEHOLDER % r'([0-9]{4})')
  /external/mdnsresponder/mDNSPosix/
parselog.py 62 import re namespace
72 spaceExp = re.compile(r'\s+')
  /external/oprofile/
oprofile_android 26 import re
255 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
391 if not re.match('^.*\.log$', filename):
  /external/protobuf/python/
ez_setup.py 210 return main(list(argv)+[egg]) # we're done here
244 import re namespace
260 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/v8/test/mjsunit/
lazy-load.js 34 var re = /test/; variable
  /external/v8/test/preparser/
testcfg.py 33 import re namespace
85 rule_regex = re.compile("^([\w\-]+)(?::([\w\-]+))?(?::(\d+),(\d+))?$")
  /external/v8/tools/
ll_prof.py 37 import re namespace
310 _SNAPSHOT_CODE_NAME_RE = re.compile(
671 OBJDUMP_SECTION_HEADER_RE = re.compile(
673 OBJDUMP_SYMBOL_LINE_RE = re.compile(
675 OBJDUMP_DYNAMIC_SYMBOLS_START_RE = re.compile(
677 OBJDUMP_SKIP_RE = re.compile(
680 PERF_KERNEL_ALLSYMS_RE = re.compile(
682 KERNEL_ALLSYMS_LINE_RE = re.compile(
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0)
  /external/valgrind/main/memcheck/tests/
err_disable1.stderr.exp 18 --------- re-enabled (expect 1) ---------
  /external/webkit/Tools/Scripts/
validate-committer-lists 36 import re namespace
163 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$")

Completed in 1112 milliseconds

<<11121314151617181920>>