HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 226 - 250 of 2257) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/usb_gadget/
server.py 49 match = VERSION_PATTERN.match(path)
50 if match:
51 version = match.group(1)
62 match = VERSION_PATTERN.match(fileinfo['filename'])
63 if match is None:
70 if md5sum != match.group(1):
71 self.write('File hash does not match.')
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 80 EXPECT_TRUE(Verifier.match("void f() {}", decl()));
86 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
92 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
98 EXPECT_TRUE(Verifier.match("namespace N { typedef void T; } N::T f() {}",
105 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
111 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
117 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
123 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
  /external/iptables/extensions/
libxt_owner.c 15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
64 "owner match options:\n"
65 "[!] --uid-owner userid Match local UID\n"
66 "[!] --gid-owner groupid Match local GID\n"
67 "[!] --pid-owner processid Match local PID\n"
68 "[!] --sid-owner sessionid Match local SID\n"
69 "[!] --cmd-owner name Match local command name\n"
76 "owner match options:\n
    [all...]
libxt_tos.c 2 * Shared library add-on to iptables to add tos match support
44 "tos match options:\n"
45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n"
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
81 static void tos_mt_print_v0(const void *ip, const struct xt_entry_match *match,
84 const struct ipt_tos_info *info = (const void *)match->data;
86 printf(" tos match ");
93 static void tos_mt_print(const void *ip, const struct xt_entry_match *match,
96 const struct xt_tos_match_info *info = (const void *)match->data;
98 printf(" tos match");
    [all...]
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 197 int match = 0; local
208 if (((char) i) == deli.charAt(match)) {
209 match++;
210 if (match == deli.length())
214 if (match > 0) {
215 for (int j = 0; j < match; j++)
218 match = ((char) i == deli.charAt(0)) ? 1 : 0;
220 if (match == 0)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
sctop-report 7 if expr match "$i" "-" > /dev/null ; then
  /external/lldb/test/pexpect-2.4/examples/
monitor.py 135 duration, users, av1, av5, av15 = child.match.groups()
140 child.match = re.search('([0-9]+)\s+day',duration)
141 days = str(int(child.match.group(1)))
143 child.match = re.search('([0-9]+):([0-9]+)',duration)
144 hours = str(int(child.match.group(1)))
145 mins = str(int(child.match.group(2)))
147 child.match = re.search('([0-9]+)\s+min',duration)
148 mins = str(int(child.match.group(1)))
  /external/llvm/test/MC/Mips/
elf_eflags_abicalls.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_noreorder.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_pic0.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_pic2.s 3 # This *MUST* match the output of gas compiled with the same triple.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ChallengeParser.java 89 lexer.match(TokenTypes.ID);
102 this.lexer.match(',');
ContentDispositionParser.java 77 this.lexer.match(TokenTypes.ID);
85 this.lexer.match('\n');
EventParser.java 75 this.lexer.match(TokenTypes.ID);
83 this.lexer.match('\n');
MimeVersionParser.java 78 this.lexer.match('.');
87 this.lexer.match('\n');
ReasonParser.java 75 this.lexer.match(TokenTypes.ID);
83 this.lexer.match(',');
SIPETagParser.java 76 this.lexer.match(TokenTypes.ID);
82 this.lexer.match('\n');
SIPIfMatchParser.java 33 * Parser for SIP-If-Match header.
76 this.lexer.match(TokenTypes.ID);
82 this.lexer.match('\n');
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PCalledPartyIDParser.java 73 this.lexer.match(TokenTypes.P_CALLED_PARTY_ID);
75 this.lexer.match(':');
PPreferredIdentityParser.java 69 this.lexer.match(TokenTypes.P_PREFERRED_IDENTITY);
71 this.lexer.match(':');
PProfileKeyParser.java 56 this.lexer.match(TokenTypes.P_PROFILE_KEY);
58 this.lexer.match(':');
  /external/oprofile/libutil++/
generic_spec.h 3 * Container holding an item or a special "match all" item
31 * build a default spec which match anything
52 /// return true if rhs match this spec. Sub part of PP:3.24
53 bool match(T const & rhs) const { function in class:generic_spec
57 /// return true if rhs match this spec. Sub part of PP:3.24
58 bool match(generic_spec<T> const & rhs) const { function in class:generic_spec
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match; local
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match; local
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match = ucsdet_detect(csd, &status)
236 const UCharsetMatch *match; local
289 const UCharsetMatch *match; local
394 const UCharsetMatch *match; local
479 const UCharsetMatch *match; local
557 const UCharsetMatch *match; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match; local
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match; local
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match = ucsdet_detect(csd, &status)
236 const UCharsetMatch *match; local
289 const UCharsetMatch *match; local
394 const UCharsetMatch *match; local
479 const UCharsetMatch *match; local
557 const UCharsetMatch *match; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 91011>>