HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 826 - 850 of 3045) sorted by null

<<31323334353637383940>>

  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 75 /** Match on the address only.
79 public boolean match(Object other) { method in class:AddressImpl
88 return that.getMatcher().match(this.encode());
92 return address.match(that.address);
95 && address.match(that.address);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLength.java 144 public boolean match(Object other) {
143 public boolean match(Object other) { method in class:ContentLength
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthenticationInfoParser.java 82 this.lexer.match(',');
90 //this.lexer.match('\n');
ContentLengthParser.java 61 this.lexer.match('\n');
MaxForwardsParser.java 60 this.lexer.match('\n');
MinExpiresParser.java 84 this.lexer.match('\n');
PriorityParser.java 78 /*this.lexer.match(TokenTypes.ID);
88 this.lexer.match('\n');
RSeqParser.java 83 this.lexer.match('\n');
ReferToParser.java 59 this.lexer.match('\n');
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferredByParser.java 36 this.lexer.match('\n');
  /external/oprofile/libutil++/tests/
comma_list_tests.cpp 20 if (clist.match(val) != result) { \
glob_filter_tests.cpp 20 if (filter.match(str) != result) { \
  /external/regex-re2/re2/
unicode.py 114 match = re.match("<(.*), (First|Last)>", s)
115 if match is not None:
116 return match.groups()
  /external/skia/dm/
DMExpectations.h 37 return expectations.match(digest);
  /external/skia/src/animator/
SkAnimatorScript2.h 33 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
  /external/v8/tools/
ll_prof.py 71 # Must match kGcFakeMmap.
321 match = SnapshotLogReader._SNAPSHOT_CODE_NAME_RE.match(line)
322 if match:
323 pos = int(match.group(1))
324 name = match.group(2)
697 if OBJDUMP_SKIP_RE.match(mmap_info.filename):
699 if PERF_KERNEL_ALLSYMS_RE.match(mmap_info.filename):
729 match = OBJDUMP_SECTION_HEADER_RE.match(line
    [all...]
utils.py 78 elif (not id) or (not re.match('(x|i[3-6])86$', id) is None):
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboSource.java 44 switch (mMatcher.match(path)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 47 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 47 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 47 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }

Completed in 660 milliseconds

<<31323334353637383940>>