HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 201 - 225 of 613) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/quake/quake/src/QW/client/
view.c 83 vec3_t forward, right, up; local
88 AngleVectors (angles, forward, right, up);
328 vec3_t forward, right, up; local
374 AngleVectors (cl.simangles, forward, right, up);
379 side = DotProduct (from, forward);
873 vec3_t forward, right, up; local
912 AngleVectors (cl.simangles, forward, right, up);
924 view->origin[i] += forward[i]*bob*0.4;
  /external/quake/quake/src/WinQuake/
world.cpp 747 vec3_t forward, right, up; local
750 AngleVectors (ent->u.v.angles, forward, right, up);
753 start_l[0] = DotProduct (temp, forward);
758 end_l[0] = DotProduct (temp, forward);
773 vec3_t forward, right, up; local
779 AngleVectors (a, forward, right, up);
782 trace.endpos[0] = DotProduct (temp, forward);
787 trace.plane.normal[0] = DotProduct (temp, forward);
r_part.cpp 131 vec3_t forward; local
156 forward[0] = cp*cy;
157 forward[1] = cp*sy;
158 forward[2] = -sp;
171 p->org[0] = ent->origin[0] + r_avertexnormals[i][0]*dist + forward[0]*beamlength;
172 p->org[1] = ent->origin[1] + r_avertexnormals[i][1]*dist + forward[1]*beamlength;
173 p->org[2] = ent->origin[2] + r_avertexnormals[i][2]*dist + forward[2]*beamlength;
  /external/webkit/Source/WebCore/css/
mediaControlsQtFullscreen.css 82 video::-webkit-media-controls-seek-forward-button {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
292 std::forward<_Args>(__args)...);
506 // Forward declarations.
857 std::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
292 std::forward<_Args>(__args)...);
506 // Forward declarations.
857 std::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
292 std::forward<_Args>(__args)...);
506 // Forward declarations.
857 std::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
292 std::forward<_Args>(__args)...);
506 // Forward declarations.
857 std::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 185 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
292 std::forward<_Args>(__args)...);
506 // Forward declarations.
857 std::forward<_Args>(__args)...)
    [all...]
  /external/chromium/base/win/
pe_image.cc 293 LPCSTR forward = NULL; local
297 forward = reinterpret_cast<LPCSTR>(func);
301 if (!callback(*this, ordinal_base + count, hint, name, func, forward,
pe_image.h 35 // function is the actual address of the symbol. If forward is not null, it
36 // contains the dll and symbol to forward this export to. cookie is the value
41 LPCSTR forward, PVOID cookie);
144 // the string that describes the forward.
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 182 function forward(args) { return obj.apply(this, args) }
183 return wrap(new forward(Array.prototype.map.call(arguments, wrap)));
344 function forward(args) { return wet.apply(this, args) }
345 return asDry(new forward(Array.prototype.map.call(arguments, asWet)));
411 function forward(args) { return dry.apply(this, args) }
412 return asWet(new forward(Array.prototype.map.call(arguments, asDry)));
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 409 private static boolean stepInternal(boolean forward) {
413 mIndices[modifierMapIndex] += (forward ? 1 : -1);
419 mIndices[modifierMapIndex] = (forward ? 0 : map.size() - 1);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 205 private boolean forward = false;
219 forward = arg0;
224 return forward;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 75 /** Whether or not to enable Reply/ReplyAll and Forward buttons */
116 /** Called when the forward button is pressed. */
216 mForwardButton = UiUtilities.getViewOrNull(view, R.id.forward);
308 // Disable forward/reply buttons as necessary.
399 case R.id.forward:
451 case R.id.forward:
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 74 // This is a smart forward email
163 // If we're using smart reply/forward, we need info about the original message
280 // First, we need to get the id of the reply/forward message
302 // a smart reply or a smart forward
342 boolean forward = (flags & Message.FLAG_TYPE_FORWARD) != 0;
348 if (includeQuotedText && (reply || forward)) {
356 if (forward && ((mAccount.mFlags & Account.FLAGS_SUPPORTS_SMART_FORWARD) == 0)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
535 std::forward<_Args>(__args)...);
551 std::forward<_Args>(__args)...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
535 std::forward<_Args>(__args)...);
551 std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
535 std::forward<_Args>(__args)...);
551 std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 253 { __a.construct(__p, std::forward<_Args>(__args)...); }
259 { ::new((void*)__p) _Tp(std::forward<_Args>(__args)...); }
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
390 { _S_construct(__a, __p, std::forward<_Args>(__args)...); }
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
599 std::forward<_Args>(__args)...);
615 std::forward<_Args>(__args)...);
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_ci.c 217 *p_forward = ((tBTA_PAN_DATA_PARAMS *)p_buf)->forward;
  /external/icu4c/common/
utext.cpp 37 utext_access(UText *ut, int64_t index, UBool forward) {
38 return ut->pFuncs->access(ut, index, forward);
110 // Access the new position. Assume a forward iteration from here,
210 // Because we must maintain the iteration position, we need to switch forward
916 utf8TextAccess(UText *ut, int64_t index, UBool forward) {
960 // Dispatch to the appropriate action for a forward iteration request.
962 if (forward) {
    [all...]
  /external/llvm/include/llvm/ADT/
Optional.h 47 new (storage.buffer) T(std::forward<T>(y));
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 132 RS.forward(MII);

Completed in 1053 milliseconds

1 2 3 4 5 6 7 891011>>