/external/valgrind/VEX/priv/ |
ir_match.h | 73 MatchInfo; 81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
|
ir_match.c | 45 void setBindee ( MatchInfo* mi, Int n, IRExpr* bindee ) 60 Bool matchWrk ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ ) 99 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
|
host_x86_isel.c | 853 MatchInfo mi; [all...] |
host_amd64_isel.c | 918 MatchInfo mi; [all...] |
host_arm_isel.c | [all...] |
host_ppc_isel.c | [all...] |
/external/icu/icu4c/source/i18n/ |
tznames.cpp | 334 struct MatchInfo : UMemory { 340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { 356 delete static_cast<MatchInfo *>(obj); 379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); 380 if (matchInfo == NULL) { 384 matches(status)->addElement(matchInfo, status); 386 delete matchInfo; 396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TZDBTimeZoneNames.java | 128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { 225 private Collection<MatchInfo> _matches; 305 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); 307 _matches = new LinkedList<MatchInfo>(); 319 public Collection<MatchInfo> getMatches() {
|
TimeZoneGenericNames.java | 27 import android.icu.text.TimeZoneNames.MatchInfo; 643 GenericMatchInfo matchInfo = new GenericMatchInfo(); 644 matchInfo.tzID = info.tzID; 645 matchInfo.nameType = info.type; 646 matchInfo.matchLength = matchLength; 647 //matchInfo.timeType = TimeType.UNKNOWN; 651 _matches.add(matchInfo); 699 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); 701 MatchInfo longestMatch = null; 702 for (MatchInfo match : tznamesMatches) [all...] |
TimeZoneNamesImpl.java | 201 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { 515 private Collection<MatchInfo> _matches; 531 MatchInfo minfo; 533 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); 536 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); 539 _matches = new LinkedList<MatchInfo>(); 553 public Collection<MatchInfo> getMatches() { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TZDBTimeZoneNames.java | 126 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { 223 private Collection<MatchInfo> _matches; 303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); 305 _matches = new LinkedList<MatchInfo>(); 317 public Collection<MatchInfo> getMatches() {
|
TimeZoneGenericNames.java | 26 import com.ibm.icu.text.TimeZoneNames.MatchInfo; 641 GenericMatchInfo matchInfo = new GenericMatchInfo(); 642 matchInfo.tzID = info.tzID; 643 matchInfo.nameType = info.type; 644 matchInfo.matchLength = matchLength; 645 //matchInfo.timeType = TimeType.UNKNOWN; 649 _matches.add(matchInfo); 697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); 699 MatchInfo longestMatch = null; 700 for (MatchInfo match : tznamesMatches) [all...] |
TimeZoneNamesImpl.java | 199 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { 513 private Collection<MatchInfo> _matches; 529 MatchInfo minfo; 531 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); 534 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); 537 _matches = new LinkedList<MatchInfo>(); 551 public Collection<MatchInfo> getMatches() { [all...] |
/art/tools/checker/match/ |
file.py | 23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) 61 return MatchInfo(MatchScope(i, i), newVariables) 83 return MatchInfo(MatchScope(min(matchedLines), max(matchedLines)), variables) 125 match = MatchInfo(MatchScope(c1Length, c1Length), None)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneNames.java | 311 * @see MatchInfo 314 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { 319 * A <code>MatchInfo</code> represents a time zone name match used by 323 public static class MatchInfo { 330 * Constructing a <code>MatchInfo</code>. 342 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { 361 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID 375 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID 566 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
|
TimeZoneFormat.java | 42 import android.icu.text.TimeZoneNames.MatchInfo; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneNames.java | 340 * @see MatchInfo 344 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { 349 * A <code>MatchInfo</code> represents a time zone name match used by 354 public static class MatchInfo { 361 * Constructing a <code>MatchInfo</code>. 374 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { 393 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID 408 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID 598 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
|
TimeZoneFormat.java | 41 import com.ibm.icu.text.TimeZoneNames.MatchInfo; [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
tznames.h | 75 struct MatchInfo;
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 430 SmallVector<StringRef, 4> MatchInfo; 431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) 435 assert(!MatchInfo.empty() && "Didn't get any match"); 436 StringRef FullMatch = MatchInfo[0]; 440 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); 441 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second]; [all...] |
/prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/ |
javacc-5.0.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |