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

<<11121314151617181920>>

  /external/valgrind/main/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 137 } catch (RemoteException re) {
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
163 } catch (RemoteException re) {
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
173 } catch (Exception re) {
174 Log.e(TAG,"",re);
200 } catch (Exception re) {
201 Log.e(TAG,"",re);
  /frameworks/base/core/java/android/printservice/
PrintDocument.java 84 } catch (RemoteException re) {
85 Log.e(LOG_TAG, "Error calling getting print job data!", re);
  /frameworks/base/tools/aidl/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /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('"([^"]+)"')
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...]
_osx_support.py 4 import re namespace
98 # We're on a plain darwin box, fall back to the default
103 m = re.search(r'<key>ProductUserVisibleVersion</key>\s*'
213 flags = re.sub('-arch\s+\w+\s', ' ', flags)
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None:
248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags)
264 flags = re.sub('-arch\s+\w+\s', ' ', flags)
273 # If we're on OSX 10.5 or later and the user tries to
284 m = re.search(r'-isysroot\s+(\S+)', cflags
    [all...]
  /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)
  /prebuilts/python/linux-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/linux-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/linux-x86/2.7.5/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...]
_osx_support.py 4 import re namespace
98 # We're on a plain darwin box, fall back to the default
103 m = re.search(r'<key>ProductUserVisibleVersion</key>\s*'
213 flags = re.sub('-arch\s+\w+\s', ' ', flags)
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None:
248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags)
264 flags = re.sub('-arch\s+\w+\s', ' ', flags)
273 # If we're on OSX 10.5 or later and the user tries to
284 m = re.search(r'-isysroot\s+(\S+)', cflags
    [all...]
  /prebuilts/python/linux-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)
  /build/tools/
adbs 18 import re namespace
25 trace_line = re.compile("(.*)(\#[0-9]+) (..) ([0-9a-f]{8}) ([^\r\n \t]*)")
43 mangled_name = re.sub('<', '\<', list[0]);
44 mangled_name = re.sub('>', '\>', mangled_name);
100 func_regexp = re.compile("(^.*\<)(.*)(\+.*\>:$)")
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mdct.c 65 double re = cos(phase); local
67 re /= nfft/4;
69 ansr += in[k] * re;
95 double re = cos(phase); local
97 /*re *= 2;*/
99 ansr += in[k] * re;
  /external/chromium_org/v8/test/message/
testcfg.py 30 import re namespace
37 FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)")
61 flags_match = re.findall(FLAGS_PATTERN, source)
100 pattern = re.escape(expected.rstrip() % env)
103 if not re.match(pattern, actual):
  /external/qemu/
gen-charmap.py 8 import sys, os, string, re namespace
41 re_mapname = re.compile( r".*/(\w+).kcm" )
42 re_start = re.compile( r"(\w+)\s*(.*)" )
43 re_char = re.compile( r"('.')\s*(.*)" )
44 re_hex = re.compile( r"(0x\w+)\s*(.*)" )
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 142 regex_t re; local
165 n = regcomp (&re, pattern,
170 regerror (n, &re, buf, sizeof (buf));
177 if (regexec (&re, string, 20, rm, 0))
183 regfree (&re);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 29 import string, re namespace
100 version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',
101 re.VERBOSE)
143 # case 1: neither has prerelease; they're equal
261 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 29 import string, re namespace
100 version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',
101 re.VERBOSE)
143 # case 1: neither has prerelease; they're equal
261 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE)
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 39 import re namespace
279 (re.compile("^WTF::Vector<.*>$"), WTFVectorPrinter),
280 (re.compile("^WTF::AtomicString$"), WTFAtomicStringPrinter),
281 (re.compile("^WTF::CString$"), WTFCStringPrinter),
282 (re.compile("^WTF::String$"), WTFStringPrinter),
283 (re.compile("^WTF::StringImpl$"), WTFStringImplPrinter),
284 (re.compile("^WebCore::KURLGooglePrivate$"), WebCoreKURLGooglePrivatePrinter),
285 (re.compile("^WebCore::QualifiedName$"), WebCoreQualifiedNamePrinter),
286 (re.compile("^JSC::Identifier$"), JSCIdentifierPrinter),
287 (re.compile("^JSC::JSString$"), JSCJSStringPrinter)
    [all...]

Completed in 1847 milliseconds

<<11121314151617181920>>