Searched refs:foot (Results 1 - 6 of 6) sorted by relevance

/external/curl/docs/cmdline-opts/
H A Dgen.pl200 my @foot;
208 push @foot, seealso($standalone, $mstr);
212 push @foot, "$l requires that the underlying libcurl".
222 push @foot, overrides($standalone, "This option overrides $mstr. ");
225 push @foot, added($standalone, $added);
227 if($foot[0]) {
229 my $f = join("", @foot);
/external/curl/src/
H A Dmkhelp.pl210 foot();
245 foot();
247 sub foot { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb184 @module::foot {
/external/iptables/libiptc/
H A Dlibiptc.c1148 struct iptcb_chain_foot *foot; local
1173 foot = (void *)repl->entries + c->foot_offset;
1174 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1175 foot->e.next_offset = IPTCB_CHAIN_FOOT_SIZE;
1176 strcpy(foot->target.target.u.user.name, STANDARD_TARGET);
1177 foot->target.target.u.target_size =
1181 foot->target.verdict = c->verdict;
1183 foot->target.verdict = RETURN;
1185 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
/external/gflags/test/
H A DCMakeLists.txt131 add_gflags_test(undefok-6 1 "unknown command line flag 'foo'" "" gflags_unittest --undefok=foot --foo --unused_bool)
/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1657 LocalPointer<MeasureUnit> foot(MeasureUnit::createFoot(status));
1665 1.0, *foot, *second, "1 stopa na sekund\\u0119");
1669 2.0, *foot, *second, "2 stopy na sekund\\u0119");
1673 5.0, *foot, *second, "5 st\\u00f3p na sekund\\u0119");
1676 1.5, *foot, *second, "1,5 stopy na sekund\\u0119");
1746 helperTestMultiples(en, UMEASFMT_WIDTH_WIDE, "2 miles, 1 foot, 2.3 inches");

Completed in 515 milliseconds