/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/ |
compilerCommon-1.0-rc5.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/ |
compilerCommon-1.1.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/ |
compilerCommon-2.0.0-alpha9.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/ |
compilerCommon-2.0.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/ |
compilerCommon-2.0.0-beta5.jar | |
/prebuilts/tools/common/offline-m2/com/android/databinding/compilerCommon/1.0/ |
compilerCommon-1.0.jar | |
/prebuilts/tools/common/offline-m2/com/android/databinding/compilerCommon/1.1/ |
compilerCommon-1.1.jar | |
/external/pcre/dist/ |
pcre_dfa_exec.c | 3192 REAL_PCRE *re = (REAL_PCRE *)argument_re; local [all...] |
/build/core/tasks/ |
apicheck.mk | 44 # Check that the API we're building hasn't broken the last-released 60 # Check that the API we're building hasn't changed from the not-yet-released 90 # Check that the System API we're building hasn't broken the last-released 106 # Check that the System API we're building hasn't changed from the not-yet-released 136 # Check that the Test API we're building hasn't changed from the not-yet-released
|
/external/clang/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-port.h | 152 // RE - a simple regular expression class using the POSIX 829 // Defines RE. 833 class GTEST_API_ RE { 837 RE(const RE& other) { Init(other.pattern()); } 839 // Constructs an RE from a string. 840 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 844 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 848 RE(const char* regex) { Init(regex); } // NOLINT 849 ~RE(); [all...] |
/external/gtest/include/gtest/internal/ |
gtest-port.h | 160 // RE - a simple regular expression class using the POSIX [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 152 // RE - a simple regular expression class using the POSIX 815 // Defines RE. 819 class GTEST_API_ RE { 823 RE(const RE& other) { Init(other.pattern()); } 825 // Constructs an RE from a string. 826 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 830 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 834 RE(const char* regex) { Init(regex); } // NOLINT 835 ~RE(); [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 150 // RE - a simple regular expression class using the POSIX 805 // Defines RE. 809 class GTEST_API_ RE { 813 RE(const RE& other) { Init(other.pattern()); } 815 // Constructs an RE from a string. 816 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 820 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 824 RE(const char* regex) { Init(regex); } // NOLINT 825 ~RE(); [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h | 160 // RE - a simple regular expression class using the POSIX [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 160 // RE - a simple regular expression class using the POSIX [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarEventModel.java | 151 ReminderEntry re = (ReminderEntry) obj; local 153 if (re.mMinutes != mMinutes) { 160 return re.mMethod == mMethod || 161 (re.mMethod == Reminders.METHOD_DEFAULT && mMethod == Reminders.METHOD_ALERT) || 162 (re.mMethod == Reminders.METHOD_ALERT && mMethod == Reminders.METHOD_DEFAULT); 175 public int compareTo(ReminderEntry re) { 176 if (re.mMinutes != mMinutes) { 177 return re.mMinutes - mMinutes; 179 if (re.mMethod != mMethod) { 180 return mMethod - re.mMethod [all...] |
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/linux-x86/3.8/tools/scan-view/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/ |
ScanView.py | 8 import re namespace 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->') [all...] |