HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1101 - 1125 of 1775) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 49 import locale, copy, os, re, struct, sys namespace
99 expr = re.compile(r'\!([^=])')
104 expr = re.compile(r'(.*?)\?(.*?):(.*)')
294 # See if we're looking at GNU .mo conventions for metadata
plistlib.py 64 import re namespace
187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z")
208 _controlCharPat = re.compile(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 16 import re namespace
74 coding_re = re.compile("coding[:=]\s*([-\w_.]+)")
244 eol_re = re.compile(eol)
MultiCall.py 34 import re namespace
252 _keysym_re = re.compile(r"^\w+$")
253 _button_re = re.compile(r"^[1-5]$")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 49 import locale, copy, os, re, struct, sys namespace
99 expr = re.compile(r'\!([^=])')
104 expr = re.compile(r'(.*?)\?(.*?):(.*)')
294 # See if we're looking at GNU .mo conventions for metadata
plistlib.py 64 import re namespace
187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z")
208 _controlCharPat = re.compile(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 16 import re namespace
74 coding_re = re.compile("coding[:=]\s*([-\w_.]+)")
244 eol_re = re.compile(eol)
MultiCall.py 34 import re namespace
252 _keysym_re = re.compile(r"^\w+$")
253 _button_re = re.compile(r"^[1-5]$")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 22 import re namespace
527 self.regex = re.compile(regex)
538 self.regex = re.compile(regex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
audit.py 22 import re namespace
527 self.regex = re.compile(regex)
538 self.regex = re.compile(regex)
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 41 import re namespace
224 # This is a dummy value to allow us to identify when we're successful.
727 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 41 import re namespace
224 # This is a dummy value to allow us to identify when we're successful.
727 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 328 for (auto &RE : Regs) {
329 Record *Reg = RE.TheDef;
395 for (auto &RE : Regs) {
396 Record *Reg = RE.TheDef;
448 for (auto &RE : Regs) {
449 Record *Reg = RE.TheDef;
652 for (unsigned r = 0, re = Rows.size(); r != re; ++r) {
679 for (unsigned r = 0, re = Rows.size(); r != re; ++r)
    [all...]
  /external/llvm/utils/
llvm-compilers-check 80 import re
159 # See if we're building valid flavors.
318 # Assume we're building with g++ for now.
332 if re.search("End of search list", str(line)) is not None:
337 if re.search("#include <...> search starts", str(line)) is not None:
362 # Assume we're building with gcc for now.
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 87 * Pseudo-Parameter to use to store the actual query string in the parameters map for later re-processing.
291 } catch (ResponseException re) {
292 return new Response(re.getStatus(), MIME_PLAINTEXT, re.getMessage());
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 170 } catch (RemoteException re) {
263 } catch (RemoteException re) {
381 } catch (RemoteException re) {
503 } catch (RemoteException re) {
588 } catch (RemoteException re) {
675 } catch (RemoteException re) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 283 // It's a problem if we try to save a non-existent or invalid model or if we're
694 * @param originalModel The original event that we're updating
720 * should not be called for the first instance. All we're really interested in is
844 ReminderEntry re = reminders.get(i); local
888 ReminderEntry re = reminders.get(i); local
    [all...]
  /build/core/
cleanspec.mk 46 # If you need to re-do something that's already mentioned, just copy
  /build/tools/releasetools/
build_image.py 25 import re namespace
344 ext4fs_stats = re.compile(
check_target_files_signatures 49 import re namespace
213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
289 # during development, then manually re-signed after
check_target_files_signatures.py 49 import re namespace
213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
289 # during development, then manually re-signed after
  /dalvik/dx/
Android.mk 9 # This tool is prebuilt if we're doing an app-only build.
  /external/aac/libFDK/include/
common_fix.h 355 FIXP_SGL re; member in struct:__anon4503
365 FIXP_DBL re; member in struct:__anon4504
  /external/aac/libFDK/src/
dct.cpp 155 xr = fMultDiv2(pDat[M], sin_twiddle_L64[64/2].v.re );/* cos((PI/(2*L))*M); */
261 pDat[M] = fMult(((tmp[0]>>1)-(tmp[1]>>1)), sin_twiddle_L64[64/2].v.re);/* cos((PI/(2*L))*M); */
  /external/antlr/antlr-3.4/runtime/Python/tests/
t053hetero.py 29 def recover(self, input, re):
56 def recover(self, input, re):

Completed in 1393 milliseconds

<<41424344454647484950>>