HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 501 - 525 of 3066) sorted by null

<<21222324252627282930>>

  /external/skia/tools/lua/
find_ngrams_on_ct 9 import re namespace
33 new_contents, subd = re.subn(NGRAMS_LUA_SUBSTITUTION_STR,
  /external/v8/test/webkit/fast/js/
regexp-lastindex.js 28 var re = new RegExp("[^\\s$]+", "g");
31 shouldBe('while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate', '"abcdefg; "');
33 var re = new RegExp(/\d/g);
35 shouldBe('while (match = re.exec("123456789")) accumulate += match + "; "; accumulate', '"1; 2; 3; 4; 5; 6; 7; 8; 9; "');
  /external/valgrind/drd/tests/
tc15_laog_lockdel.stderr.exp 4 Free 2 and re-allocate it. This gives it a new identity,
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 10 import sys, struct, re namespace
36 frame_re = re.compile(r'(([0-9]+.[0-9]{6}):\s*)?nl80211: MLME event frame - hexdump\(len=[0-9]*\):((\s*[0-9a-fA-F]{2})*)')
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 136 } catch (RemoteException re) {
137 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
162 } catch (RemoteException re) {
163 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
172 } catch (Exception re) {
173 Log.e(TAG,"",re);
209 } catch (Exception re) {
210 Log.e(TAG,"",re);
  /frameworks/base/core/java/android/printservice/
PrintDocument.java 86 } catch (RemoteException re) {
87 Log.e(LOG_TAG, "Error calling getting print job data!", re);
  /ndk/tests/
adb.py 19 import re namespace
42 out = re.split(r'[\r\n]+', out)
ndk.py 19 import re namespace
69 return re.split(r'\s+', abi)
  /ndk/tests/build/flto/jni/
Android.mk 10 # make sure this test uses gold when we're using clang.
  /ndk/tests/build/issue36131-flto-c++11/jni/
Android.mk 11 # make sure this test uses gold when we're using clang.
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
framework.py 8 import re namespace
12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 4 import re namespace
10 return re.sub(r"(..)", r"\1-", h)[:-1]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
keyword.py 54 import sys, re namespace
63 strprog = re.compile('"([^"]+)"')
textwrap.py 10 import string, re namespace
95 wordsep_re = re.compile(
104 wordsep_simple_re = re.compile(r'(\s+)')
108 sentence_end_re = re.compile(r'[%s]' # lowercase letter
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
139 self.wordsep_simple_re_uni = re.compile(
140 self.wordsep_simple_re.pattern, re.U)
225 # If we're allowed to break long words, then do so: put as much
237 # If we're not allowed to break long words, and there's alread
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
literals.py 6 import re namespace
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
framework.py 8 import re namespace
12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 4 import re namespace
10 return re.sub(r"(..)", r"\1-", h)[:-1]
  /prebuilts/gdb/linux-x86/lib/python2.7/
keyword.py 54 import sys, re namespace
63 strprog = re.compile('"([^"]+)"')
textwrap.py 10 import string, re namespace
95 wordsep_re = re.compile(
104 wordsep_simple_re = re.compile(r'(\s+)')
108 sentence_end_re = re.compile(r'[%s]' # lowercase letter
138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U)
139 self.wordsep_simple_re_uni = re.compile(
140 self.wordsep_simple_re.pattern, re.U)
225 # If we're allowed to break long words, then do so: put as much
237 # If we're not allowed to break long words, and there's alread
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
literals.py 6 import re namespace
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcomplex.swg 61 double re = c.real();
63 if ((-FLT_MAX <= re && re <= FLT_MAX) && (-FLT_MAX <= im && im <= FLT_MAX)) {
65 *val = Constructor(%numeric_cast(re, float),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 8 import re namespace
12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 4 import re namespace
10 return re.sub(r"(..)", r"\1-", h)[:-1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 54 import sys, re namespace
63 strprog = re.compile('"([^"]+)"')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 6 import re namespace
48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)

Completed in 770 milliseconds

<<21222324252627282930>>