HomeSort by relevance Sort by last modified time
    Searched defs:re (Results 226 - 250 of 645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckAPI.java 250 RuntimeException re = new RuntimeException("IO Error"); local
251 re.initCause(e);
252 throw re;
268 RuntimeException re = new RuntimeException("IO Error"); local
269 re.initCause(e);
270 throw re;
603 RuntimeException re = new RuntimeException("error reading " + compare); local
604 re.initCause(e);
605 throw re;
621 RuntimeException re = new RuntimeException(e.getMessage()) local
780 RuntimeException re = new RuntimeException("write error: " + e.getMessage()); local
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 317 WORD32 re, im; local
319 re = *real_subband;
323 *real_subband++ = ixheaacd_add32(ixheaacd_mult32x16in32_shl(re, cosh),
326 ixheaacd_mult32x16in32_shl(re, sinh));
814 WORD32 re; local
836 re = *psubband++;
843 (ixheaacd_add64(ixheaacd_mult64(re, wre), ixheaacd_mult64(im, wim))) >>
846 ixheaacd_mult64(re, wim))) >>
849 re = *psubband2++;
853 ixheaacd_mult64(re, wre))) >
1136 WORD32 re, im; local
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 269 WORD32 re; local
289 re = *psubband++;
295 *psubband_t++ = ixheaacd_add32(ixheaacd_mult32x16in32(re, wre),
298 ixheaacd_mult32x16in32(re, wim));
300 re = *psubband2++;
304 ixheaacd_mult32x16in32(re, wre));
305 *psubband_t2++ = ixheaacd_add32(ixheaacd_mult32x16in32(re, wim),
308 re = *psubband1--;
315 ixheaacd_mult32x16in32(re, wim));
316 *psubband1_t-- = ixheaacd_add32(ixheaacd_mult32x16in32(re, wre)
493 WORD32 re, im; local
1051 WORD32 re; local
1363 WORD32 re, im; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 1806 WORD32 re, im; local
1854 WORD32 re, im; local
1901 WORD32 re, im; local
    [all...]
ixheaacd_mps_dec.h 42 FLOAT32 re; member in struct:__anon26574
48 WORD32 re; member in struct:__anon26575
53 FLOAT32 *re; member in struct:__anon26576
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 791 // If !MaxCost.isMax(), then we're just looking for a cheap register.
1759 unsigned re = RMS.size(); local
    [all...]
  /external/python/cpython3/Lib/
typing.py 6 import re as stdlib_re # Avoid confusion with the re we export.
93 # The pseudo-submodules 're' and 'io' are part of the public
306 raise TypeError("%s cannot be re-parameterized." % self)
891 (They will be re-created if necessary by normal class machinery.)
2326 class re: class in inherits:
    [all...]
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 298 * <p>If you're a regular launcher app, there's no way to get shortcuts pinned by other
328 * <p>If you're a regular launcher app (or any app that's not the selected assistant app)
508 } catch (RemoteException re) {
509 throw re.rethrowFromSystemServer();
530 } catch (RemoteException re) {
531 throw re.rethrowFromSystemServer();
554 } catch (RemoteException re) {
555 throw re.rethrowFromSystemServer();
575 } catch (RemoteException re) {
576 throw re.rethrowFromSystemServer()
    [all...]
  /frameworks/base/core/java/android/os/
UserManager.java     [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 303 } catch (RemoteException re) {
304 throw re.rethrowFromSystemServer();
327 } catch (RemoteException re) {
328 throw re.rethrowFromSystemServer();
357 } catch (RemoteException re) {
358 throw re.rethrowFromSystemServer();
380 } catch (RemoteException re) {
381 throw re.rethrowFromSystemServer();
403 } catch (RemoteException re) {
404 throw re.rethrowFromSystemServer()
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 313 ReminderEntry re = ReminderEntry.valueOf(minutes, method); local
314 mModel.mReminders.add(re);
315 mOriginalModel.mReminders.add(re);
    [all...]
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...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 121 compf(const regex_t* re, const char* xstr, size_t xlen, regdisc_t* disc)
129 execf(const regex_t* re, void* data, const char* xstr, size_t xlen, const char* sstr, size_t slen, char** snxt, regdisc_t* disc)
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test)
659 if (re)
662 quote(re, -1, test|TEST_DELIMIT);
717 bad(char* comment, char* re, char* s, int len, unsigned long test)
720 report(comment, NiL, re, s, len, NiL, 0, test);
882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test)
904 report("callout failed", NiL, re, s, len, NiL, flags, test);
914 bad("improper answer\n", re, s, -1, test)
1240 char* re; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 121 compf(const regex_t* re, const char* xstr, size_t xlen, regdisc_t* disc)
129 execf(const regex_t* re, void* data, const char* xstr, size_t xlen, const char* sstr, size_t slen, char** snxt, regdisc_t* disc)
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test)
659 if (re)
662 quote(re, -1, test|TEST_DELIMIT);
717 bad(char* comment, char* re, char* s, int len, unsigned long test)
720 report(comment, NiL, re, s, len, NiL, 0, test);
882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test)
904 report("callout failed", NiL, re, s, len, NiL, flags, test);
914 bad("improper answer\n", re, s, -1, test)
1240 char* re; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
resrc.c 126 /* The temporary file used if we're not using popen, so we can delete it
1976 const rc_res_entry *re; local
    [all...]
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.jar 
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 743 UnicodeString re("abc");
745 pat2 = RegexPattern::compile(re, flags, pe, status);
875 UnicodeString re("01(23(45)67)(.*)");
876 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status);
934 UnicodeString re("abc");
935 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status);
1807 UText re = UTEXT_INITIALIZER; local
1950 UText re=UTEXT_INITIALIZER; local
2095 UText re=UTEXT_INITIALIZER; local
2156 UText re=UTEXT_INITIALIZER; local
2392 UText re=UTEXT_INITIALIZER; local
4968 URegularExpression *re; local
5299 URegularExpression *re = uregex_openC("..(?<one>m)(.)(.)", 0, NULL, &status); local
5736 URegularExpression *re = uregex_openC("(A)|(B)", 0, NULL, &status); local
    [all...]
  /external/kmod/tools/
depmod.c 531 regex_t re; local
538 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) != 0)
541 status = regexec(&re, cfg->kversion, 0, NULL, 0);
542 regfree(&re);
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 300 #define RMATCH(ra,rb,rc,rd,re,rw) \
301 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
311 #define RMATCH(ra,rb,rc,rd,re,rw)\
327 newframe->Xeptrb = re;\
859 not a matching mark, we have to re-run the match, ignoring the SKIP_ARG
862 SKIP_ARG gets to top level, the match is re-run with mb->ignore_skip_arg
6451 const pcre2_real_code *re = (const pcre2_real_code *)code; local
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 158 // If we're dealing with a multi-arch application that has both
630 } catch (RemoteException re) {
631 throw re.rethrowFromSystemServer();
690 // If we're not asked to include code, we construct a classloader that has
    [all...]
  /prebuilts/misc/common/android-support-test/monitor/
monitor_release_no_deps.jar 

Completed in 654 milliseconds

1 2 3 4 5 6 7 8 91011>>