Searched refs:check (Results 1 - 25 of 4788) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd_test.cpp270 checksum = 0; // Don't check.
278 EXPECT_NE(0, udp->check) << msg << ": UDP checksum 0 should be 0xffff";
279 // If this is not a fragment, check the UDP length field.
300 check_packet(packet, len, "Fragment sanity check");
360 ip->check = 0;
361 ip->check = ip_checksum(ip, sizeof(*ip));
418 udp->check = 0;
419 udp->check = ip_checksum_finish(ip_checksum_add(pseudo_checksum, udp, ntohs(udp->len)));
509 // Sanity check that reassembling the original and translated fragments produces valid packets.
548 return ((struct udphdr *) payload)->check;
[all...]
H A Ddump.c65 printf("checksum = %x\n",ntohs(header->check));
145 printf("check = %x (mine %x)\n",udp->check,my_checksum);
191 printf("check = %x [mine %x]\n",tcp->check,my_checksum);
H A Dipv6.c177 ip_targ->check = ip_checksum(ip_targ, sizeof(struct iphdr));
H A Dtranslate.c136 ip->check = 0;
414 if (udp_targ->check) {
415 udp_targ->check = ip_checksum_adjust(udp->check, old_sum, new_sum);
421 udp_targ->check = 0; // Checksum field must be 0 when calculating checksum.
422 udp_targ->check = packet_checksum(new_sum, out, pos);
427 if (!udp_targ->check) {
428 udp_targ->check = 0xffff;
463 tcp_targ->check = ip_checksum_adjust(tcp->check, old_su
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as25 /** Which recognizer encloses this DFA? Needed to check backtracking */
100 // must check EOT, which is like the else clause.
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c824 /* Nothing to check, we just free it.
1204 // Valid request, check for free pointer and call it if present
1531 pANTLR3_VECTOR check; local
1548 /* Work out how many tokens we need to check in this pool.
1563 check = pool + vector;
1573 check->free(check);
1590 /* Work out how many tokens we need to check in this pool.
1605 check = pool + vector;
1608 // to triple check
[all...]
H A Dantlr3commontoken.c212 * We only need do this though if the token is not already initialized, we just check
248 pANTLR3_COMMON_TOKEN check; local
258 /* Work out how many tokens we need to check in this pool.
273 check = pool + token;
278 if (check->custom != NULL && check->freeCustom != NULL)
280 check->freeCustom(check->custom);
281 check->custom = NULL;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas606 { Local variable Z is never accessed again. We add it to check that there
H A DAntlr.Runtime.Tree.Tests.pas242 // check children of root all point at root
400 // check children of root all point at root
835 // check way ahead
1826 // to match text--check structure only.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas4143 // check roots
4149 // check children
4198 // check roots (wildcard matches anything)
4211 // check children
4307 // check for arg
H A DAntlr.Runtime.pas1220 /// ToString() method(s) check to see if there is an operation at the
5171 // must check EOT, which is like the else clause.
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl196 database (C<port add>). This database can then be queried to check what
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb44 check out http://en.wikipedia.org/wiki/Deterministic_finite-state_machine or
45 check out general ANTLR documentation at http://www.antlr.org
95 For more information on the prediction algorithm, check out the #predict method
H A Drecognizers.rb1230 of the topic, read the ANTLR documentation or check out the ANTLR website
H A Dtree.rb83 For more in-depth coverage of the topic, check out the ANTLR documentation
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathCheckerTest.java82 pc.check(new MyCertificate("", null), new HashSet());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java197 public void check(Certificate arg0, Collection arg1)
210 // just to check this checker state
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1033 // (Shouldn't have to check whether impl is null in a compliant DOM,
1204 Attr check=elem.getAttributeNode(attr.getNodeName());
1205 if(check==attr)
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java50 public static boolean check(LocPathIterator path) method in class:HasPositionalPredChecker
H A DUnionPathIterator.java200 // check for positional predicates or position function, which won't work.
201 if(HasPositionalPredChecker.check(lpi))
346 // Have to check for unwrapped functions, which the LocPathIterator
/external/bison/
H A DGNUmakefile52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
H A DMakefile.am34 maintainer-check \
35 maintainer-push-check \
36 maintainer-xml-check \
37 maintainer-release-check
H A Dcfg.mk29 # It's useful to run maintainer-*check* targets during development, but we
31 # override the _is-dist-target from GNUmakefile so that maintainer-*check*
33 _is-dist-target = $(filter-out %clean maintainer-check% maintainer-%-check, \
40 # Exclude changelog-check here so that there's less churn in ChangeLog
44 changelog-check \
H A Dconfigure2757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2758 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
4333 # We need awk for the "check" target. The system "awk" is bad on
5293 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5435 // Also check for declarations in for loops.
5970 # We check with '-c' and '-o' for the sake of the "dashmstdout"
6092 # OK, works on sane cases. Now check whether nonexistent headers
6151 # OK, works on sane cases. Now check whether nonexistent headers
6175 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
10878 typedef int check[sizeo
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex35 % of date, so if that's what you're using, please check.
240 % add check for \lastpenalty to plain's definitions. If the last thing
525 % used to check whether the current environment is the one expected.
2214 % this property, we can check that font parameter.
2220 % \INITMACRO can check \currentmarkupstyle for the innermost
2830 \let\v=\check
4037 % attempt to check whether the conditionals are properly nested. But we
4242 % without the @) is in fact defined. We can only feasibly check at the
4796 % We'll have to check whether \lastskip is zero skip. \ifdim is not
4798 % of the skip. The only way seems to be to check th
[all...]

Completed in 2498 milliseconds

1234567891011>>