HomeSort by relevance Sort by last modified time
    Searched full:foot (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/clang/test/CXX/except/except.spec/
p11.cpp 4 // This is the "let the user shoot themselves in the foot" clause.
  /external/smack/src/org/xbill/DNS/
KEYBase.java 111 int foot = 0; local
120 foot = (d1 << 8) + d2;
127 foot += ((d1 << 8) + d2);
131 foot += (d1 << 8);
133 foot += ((foot >> 16) & 0xFFFF);
135 footprint = (foot & 0xFFFF);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests_unittest.py 94 foot = '</head>\n<body>\n</body>\n</html>'
95 input_text = head + input_text + foot
96 output_text = head + output_text + foot
  /external/chromium_org/media/base/
media_posix.cc 24 // Handy to prevent shooting ourselves in the foot with macro wizardry.
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 37 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) {
117 fooT(3);
118 fooT('a');
119 fooT(3.14);
120 fooT("abcdefg");
458 template<class T> int fooT(T t) {
476 int run = fooT('a') + fooT(3.14);
481 template<class T> auto fooT(T t) {
499 int run = fooT('a') + fooT(3.14)
    [all...]
cxx1y-generic-lambdas-capturing.cpp 779 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) {
859 fooT(3);
860 fooT('a');
861 fooT(3.14);
862 fooT("abcdefg");
warn-thread-safety-analysis.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.cpp 94 if (HTMLTableSectionElement* foot = toHTMLTableElement(table)->tFoot()) {
95 for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*foot); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) {
HTMLTableElement.cpp 140 RefPtrWillBeRawPtr<HTMLTableSectionElement> foot = HTMLTableSectionElement::create(tfootTag, document());
141 setTFoot(foot, IGNORE_EXCEPTION);
142 return foot.release();
HTMLTableRowsCollection.cpp 94 // Find the first row in the next foot section.
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 493 typedef char(*fooT)();
494 fooT (*get_foo_addr)() = reinterpret_cast<fooT(*)()>(
496 fooT foo_addr = get_foo_addr();
510 fooT foo = reinterpret_cast<fooT>(
  /bionic/libc/upstream-dlmalloc/
malloc.h 417 struct Foot { ... }
421 size_t sizes[3] = { sizeof(struct Head), msglen, sizeof(struct Foot) };
427 struct Foot* foot = (struct Foot*)(chunks[2]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
asoundef.h 231 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */
247 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */
265 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
asoundef.h 231 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */
247 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */
265 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
  /external/icu/icu4c/source/i18n/
measunit.cpp 82 "square-foot",
355 "foot",
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 184 @module::foot {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
UrlUtilitiesTest.java 74 uri = new URI(UrlUtilities.fixUrl("chrome:user:pass@google:443/leg:foot"));
  /external/iptables/libiptc/
libiptc.c 1148 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));
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 241 * Creates a unit of area: square-foot.
345 * Creates a unit of length: foot.
  /external/svox/pico/lib/
picokdt.h 384 11 nr words right to predicted "1" prominence (foot)
385 12 nr syllables right to predicted "1" prominence (foot)
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp 266 "Foot and inch",
272 "Foot and inch narrow",
653 helperTestMultiples(en, UMEASFMT_WIDTH_WIDE, "2 miles, 1 foot, 2.3 inches");
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_client.cc 141 value.push_back(0x06); // Location is "foot".
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 76 # themselves in the foot in obvious ways.
  /external/icu/icu4c/source/samples/ufortune/resources/
root.txt 151 "A closed mouth gathers no foot.",
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlStreamRendererTest.java 238 // on XHTML don't shoot themselves in the foot.

Completed in 1881 milliseconds

1 2 3