HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 626 - 650 of 2026) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/chromium_org/third_party/opus/src/celt/
mdct.c 128 /* Temp pointers to make it really clear to the compiler what we're doing */
171 kiss_fft_scalar re, im, yr, yi; local
172 re = yp[0];
174 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
175 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
187 /* Temp pointers to make it really clear to the compiler what we're doing */
192 /* Temp pointers to make it really clear to the compiler what we're doing */
233 /* Temp pointers to make it really clear to the compiler what we're doing */
261 kiss_fft_scalar re, im, yr, yi; local
262 re = fp[0]
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 36 import re namespace
50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE)
51 _FLOAT_NAN = re.compile('nanf?', re.IGNORECASE)
305 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE)
306 _TOKEN = re.compile(
311 _IDENTIFIER = re.compile('\w+')
611 _CUNESCAPE_HEX = re.compile('\\\\x([0-9a-fA-F]{2}|[0-9a-fA-F])'
    [all...]
  /external/chromium_org/tools/checkdeps/
rules.py 9 import re namespace
127 # Remove any existing rules or sub-rules that apply. For example, if we're
144 if re.match(regexp, dependee_filename):
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 20 import re namespace
179 re.sub(r'[\W]', '_', options.output_h).upper())
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 13 import re namespace
72 tool.not_localizable_re = re.compile('')
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUserFile.py 8 import re namespace
49 elif re.search(r'[ \t\n]', arg):
106 # Currently these are all "dummy" values that we're just setting
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 11 import re namespace
24 leakfmt = re.compile(
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
extension_dict_backend.py 5 import re namespace
33 m = re.match(r"(chrome-extension://)([^/]+)", url)
  /external/chromium_org/tools/valgrind/
gdb_helper.py 9 import re namespace
12 GDB_LINE_RE = re.compile(r'Line ([0-9]*) of "([^"]*)".*')
  /external/chromium_org/v8/test/mjsunit/
regexp-indexof.js 28 function CheckMatch(re, str, matches) {
29 assertEquals(matches.length > 0, re.test(str));
30 var result = str.match(re);
42 if (re.global || idx == 0) {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp.js 137 //shouldBe( "var re=/ships*\s/; re.exec('the hardships of traveling'); re.lastIndex", "14" );
138 //shouldBe( "var re=/ships*\s/; str='the hardships of traveling'; re.exec(str); re.exec(str); re.lastIndex", "0" );
155 re = /(chapter \d+(\.\d)*)/i;
159 shouldBe("str.match(re).toString()","'Chapter 3.4.5.1,Chapter 3.4.5.1,.1'");
  /external/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/markdown/markdown/extensions/
def_list.py 22 import markdown, re namespace
29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)')
32 return bool(self.RE.search(block))
36 m = self.RE.search(block)
  /external/skia/tools/
verify_images_for_gm_results.py 14 import re namespace
22 TEST_NAME_PATTERN = re.compile('(\S+)_(\S+).png')
  /external/v8/test/mjsunit/
regexp-indexof.js 28 function CheckMatch(re, str, matches) {
29 assertEquals(matches.length > 0, re.test(str));
30 var result = str.match(re);
42 if (re.global || idx == 0) {
  /frameworks/av/media/libstagefright/tests/
Android.mk 51 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/libs/gui/tests/
Android.mk 41 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 42 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 81 // It's probably possible if we're low on storage and the system clears the cache dir.
111 } catch (RuntimeException re) {
113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)

Completed in 1287 milliseconds

<<21222324252627282930>>