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

1 2 3

  /external/clang/test/CXX/except/except.spec/
p11.cpp 4 // This is the "let the user shoot himself 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/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
HumanoidRagdollPreset.java 25 boneMap.put("foot", new JointPreset(0, -FastMath.QUARTER_PI, FastMath.QUARTER_PI, -FastMath.QUARTER_PI, FastMath.QUARTER_PI, -FastMath.QUARTER_PI));
68 entry.addSynonym("foot", 100);
70 lexicon.put("foot", entry);
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestOgg.java 51 audioSource = new AudioNode(assetManager, "Sound/Effects/Foot steps.ogg", true);
61 audioSource = new AudioNode(assetManager, "Sound/Effects/Foot steps.ogg", true);
  /external/chromium_org/media/base/
media_posix.cc 24 // Handy to prevent shooting ourselves in the foot with macro wizardry.
  /frameworks/base/docs/html/training/tv/
index.jd 35 <li>"10 foot UI" environment.</li>
unsupported-features-tv.jd 82 and interacting with a TV using a touchscreen is not consistent with the 10 foot environment. For
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestAmbient.java 61 footsteps = new AudioNode(audioRenderer, assetManager, "Sound/Effects/Foot steps.ogg", true);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.cpp 88 if (HTMLTableSectionElement* foot = toHTMLTableElement(table)->tFoot()) {
89 for (Node *row = foot->firstChild(); row; row = row->nextSibling()) {
HTMLTableElement.cpp 141 RefPtr<HTMLTableSectionElement> foot = HTMLTableSectionElement::create(tfootTag, document());
142 setTFoot(foot, IGNORE_EXCEPTION);
143 return foot.release();
HTMLTableRowsCollection.cpp 100 // Find the first row in the next foot section.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundef.h 174 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */
190 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */
208 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundef.h 174 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */
190 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */
208 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundef.h 174 #define MIDI_CTL_MSB_FOOT 0x04 /**< Foot */
190 #define MIDI_CTL_LSB_FOOT 0x24 /**< Foot */
208 #define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 488 typedef char(*fooT)();
489 fooT (*get_foo_addr)() = reinterpret_cast<fooT(*)()>(
491 fooT foo_addr = get_foo_addr();
505 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]);
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 318 struct Foot { ... }
322 size_t sizes[3] = { sizeof(struct Head), msglen, sizeof(struct Foot) };
328 struct Foot* foot = (struct Foot*)(chunks[2]);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 273 ragdoll.addBoneName("Foot.L");
274 ragdoll.addBoneName("Foot.R");
  /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 1149 struct iptcb_chain_foot *foot; local
1174 foot = (void *)repl->entries + c->foot_offset;
1175 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1176 foot->e.next_offset = IPTCB_CHAIN_FOOT_SIZE;
1177 strcpy(foot->target.target.u.user.name, STANDARD_TARGET);
1178 foot->target.target.u.target_size =
1182 foot->target.verdict = c->verdict;
1184 foot->target.verdict = RETURN;
1186 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]
  /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/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 76 # themselves in the foot in obvious ways.

Completed in 388 milliseconds

1 2 3