HomeSort by relevance Sort by last modified time
    Searched full:side (Results 101 - 125 of 2602) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/quake/quake/src/QW/client/
view.c 85 float side; local
89 side = DotProduct (velocity, right);
90 sign = side < 0 ? -1 : 1;
91 side = fabs(side);
95 if (side < cl_rollspeed.value)
96 side = side * value / cl_rollspeed.value;
98 side = value;
100 return side*sign
329 float side; local
823 float side; local
    [all...]
bothdefs.h 69 #define ON_EPSILON 0.1 // point on plane side epsilon
103 #define STAT_SECRETS 13 // bumped on client side by svc_foundsecret
  /external/quake/quake/src/WinQuake/
view.cpp 84 float side; local
88 side = DotProduct (velocity, right);
89 sign = side < 0 ? -1 : 1;
90 side = fabs(side);
96 if (side < cl_rollspeed.value)
97 side = side * value / cl_rollspeed.value;
99 side = value;
101 return side*sign
810 float side; local
    [all...]
  /external/dropbear/
sshpty.c 44 * descriptors for the pty and tty sides and the name of the tty side are
84 /* Open the slave side. */
123 "Slave pty side name could not be obtained.");
128 /* Open the slave side. */
176 "Could not open pty slave side %.100s: %.100s",
210 /* Open the slave side. */
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 33 * right side keys. These definitions only exist in Panther, but
409 /* We now know that this side bit flipped. But we don't know if
424 * This function will figure out if the modifier key is the left or right side,
467 * it is clear that the modifier has been released (i.e. one side
491 /* In this case, we can't detect the keyboard, so use the left side
547 * correct side of the key.
550 /* Set up arrays for the key syms for the left and right side. */
562 /* Handle CAPSLOCK separately because it doesn't have a left/right side */
574 * and right side keys may alternate or both may be pressed.
598 * It will try to distinguish between the left side and right side
    [all...]
SDL_QuartzKeys.h 118 #if 1 /* Panther now defines right side keys */
130 #if 1 /* Panther now defines right side keys */
  /bootable/recovery/edify/
README 34 the left side, then the right. It can also appear after any
100 its right side:
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestRunner.java 173 System.out.println(" --include-side-effects");
174 System.out.println(" --exclude-side-effects");
179 // System.out.println(" --find-side-effect <test>");
194 System.out.println(" --include-side-effects");
201 System.out.println(" --include-side-effects");
266 } else if (args[i].equals("--include-side-effects")) {
268 } else if (args[i].equals("--exclude-side-effects")) {
288 // } else if (args[i].equals("--find-side-effect")) {
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLContextSpi.java 91 * that can be used for the server side of the SSL handshake.
101 * that can be used for the client side of the SSL handshake.
X509KeyManager.java 31 * Chooses an alias for the client side of an SSL connection to authenticate
49 * Chooses an alias for the server side of an SSL connection to authenticate
  /external/e2fsprogs/lib/ss/
pager.c 93 * Parent: close "read" side of pipe, return
94 * "write" side.
  /external/icu4c/tools/genren/
Makefile 76 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
Makefile.org 67 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
  /external/iproute2/examples/diffserv/
README 60 One Egress side change the DSCPs of the packets to reflect AF4* and BE
98 On the Egress side mark the proper AF tags
  /external/kernel-headers/original/asm-arm/
dma.h 70 * On some architectures, this may have other side effects like
77 * On some architectures, this may have other side effects like
  /external/netperf/
nettest_bsd.h 40 int port; /* the port to which the recv side should bind
91 int port; /* the port to which the recv side should bind
136 int port; /* the port to which the recv side should bind
181 int port; /* the port to which the recv side should bind
227 int port; /* the port to which the recv side should bind
271 int port; /* the port to which the recv side should bind
315 int port; /* the port to which the recv side should bind
360 int port; /* the port to which the recv side should bind
nettest_sctp.h 31 int port; /* the to port to which recv side should bind
77 int port; /* the to port to which recv side should bind
  /external/opencore/doc/oscl_html/
oscl__registry__client__impl_8h.html 9 <hr><h1>oscl_registry_client_impl.h File Reference</h1>Client-side implementation of OsclRegistryInterface.
29 Client-side implementation of OsclRegistryInterface.
oscl__registry__serv__impl_8h.html 9 <hr><h1>oscl_registry_serv_impl.h File Reference</h1>Server-side implementation of OsclRegistry interfaces.
29 Server-side implementation of OsclRegistry interfaces.
  /external/opencore/protocols/http_parcom/src/
oscl_variablesize_mem_pool.h 451 // so search the continuities: left continuity(the input segment is continuous to an existing memory segment on its left side)
452 // right continuity(the input segment is continuous to an existing memory segment on its right side)
464 * so search the continuities; left continuity(the input segment is continuous to an existing memory segment on its left side)
465 * right continuity(the input segment is continuous to an existing memory segment on its right side)
469 * the input memory segment on its left side
471 * the input memory segment on its left side
499 * the input memory segment on its left side, or not
501 * the input memory segment on its left side, or not
  /external/skia/include/core/
SkBounder.h 61 SkIPoint fLSB; //!< fixed-point left-side-bearing of the glyph
62 SkIPoint fRSB; //!< fixed-point right-side-bearing of the glyph
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue.cpp 324 has side effects on the script engine, since the engine will call
341 has side effects on the script engine, since the engine will call
358 has side effects on the script engine, since the engine will call
385 has side effects on the script engine, since the engine will call
402 has side effects on the script engine, since the engine will call
419 has side effects on the script engine, since the engine will call
436 has side effects on the script engine, since the engine will call
519 calling this function has side effects on the script engine, since
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.h 44 // PlatformMessagePortChannel is a platform-dependent interface to the remote side of a message channel.
46 // The goal of this implementation is to eliminate contention except when cloning or closing the port, so each side of the channel has its own separate mutex.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
classes_index_removals.html 19 #side-nav{padding:0;}
20 #side-nav .toggle-list ul {display:block;}
constructors_index_removals.html 19 #side-nav{padding:0;}
20 #side-nav .toggle-list ul {display:block;}

Completed in 164 milliseconds

1 2 3 45 6 7 8 91011>>