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

12 3 4 5 6 7 8 91011>>

  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
HostController.java 25 * Record the host side controller information for a test method,
26 * so that the CTS host can locate correspond host side unit while running it.
SideEffect.java 25 * Marks a test-case as either having a side-effect that other tests might
26 * notice or suffering from such a side effect. Such tests should be run in an
  /external/iproute2/man/man8/
tc-pfifo_fast.8 22 queues side by side, where packets can be enqueued in any of the three bands
  /frameworks/base/awt/java/awt/font/
GlyphJustificationInfo.java 72 * side of this glyph grows.
78 * side of this glyph grows.
96 * left side of this glyph shrinks.
102 * right side of this glyph shrinks.
129 * indicates the maximum value of which the left side of this
132 * the maximum value of which the right side of this glyph can
140 * indicates the maximum value of which the left side of this
143 * indicates the maximum amount by which the right side of this
  /build/tools/droiddoc/templates-sdk/
customization.cs 104 <div class="g-unit g-first not-resizable" id="side-nav">
108 </div> <!-- end side-nav -->
114 <div class="g-unit g-first side-nav-resizable" id="side-nav">
118 </div> <!-- end side-nav -->
129 <div class="g-unit g-first side-nav-resizable" id="side-nav">
133 </div> <!-- end side-nav -->
141 <?cs # The default side navigation for the reference docs ?><?cs
144 <div class="g-unit g-first side-nav-resizable" id="side-nav"
    [all...]
  /external/proguard/src/proguard/optimize/info/
SideEffectMethodMarker.java 31 * This ClassPoolVisitor marks all methods that have side effects.
44 // A reusable object for checking whether instructions have side effects.
56 // Go over all classes and their methods, marking if they have side
116 // Remember whether the code has any side effects.
124 * Returns whether the given code has any side effects.
  /external/apache-http/src/org/apache/http/protocol/
package.html 59 on the client or server side:
78 is a processor for the client side,
80 for the server side.
81 On the client side, a {@link org.apache.http.protocol.HttpContext context}
91 client side will be provided elsewhere. For the time being, please
100 If you want to develop a server-side application, we recommend that
104 If you prefer to implement a server-side application based on our
  /external/iptables/extensions/
libipt_recent.c 80 info->side = IPT_RECENT_SOURCE;
151 info->side = IPT_RECENT_SOURCE;
155 info->side = IPT_RECENT_DEST;
196 if(info->side == IPT_RECENT_SOURCE) printf("side: source ");
197 if(info->side == IPT_RECENT_DEST) printf("side: dest");
217 if(info->side == IPT_RECENT_SOURCE) printf("--rsource ");
218 if(info->side == IPT_RECENT_DEST) printf("--rdest ");
  /external/quake/quake/src/QW/client/
r_light.c 145 int side; local
165 side = front < 0;
167 if ( (back < 0) == side)
168 return RecursiveLightPoint (node->children[side], start, end);
175 // go down front side
176 r = RecursiveLightPoint (node->children[side], start, mid);
180 if ( (back < 0) == side )
234 // go down back side
235 return RecursiveLightPoint (node->children[!side], mid, end);
pmovetst.c 40 int side; local
51 side = i&1;
53 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
55 box_clipnodes[i].children[side^1] = i + 1;
57 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
184 int side; local
235 // put the crosspoint DIST_EPSILON pixels on the near side
249 side = (t1 < 0);
252 if (!PM_RecursiveHullCheck (hull, node->children[side], p1f, midf, p1, mid, trace) )
256 if (PM_HullPointContents (pm_hullmodel, mid, node->children[side])
    [all...]
  /external/quake/quake/src/WinQuake/
r_light.cpp 145 int side; local
165 side = front < 0;
167 if ( (back < 0) == side)
168 return RecursiveLightPoint (node->children[side], start, end);
175 // go down front side
176 r = RecursiveLightPoint (node->children[side], start, mid);
180 if ( (back < 0) == side )
234 // go down back side
235 return RecursiveLightPoint (node->children[!side], mid, end);
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 29 /* SIDE NAVIGATION */
31 #side-nav {
37 #side-nav.not-resizable {
61 #side-nav ul {
67 #side-nav ul ul {
72 #side-nav li {
79 #side-nav li h2 {
86 #side-nav li a {
92 #side-nav li a span+span {
96 #side-nav li a:hover
    [all...]
  /external/clearsilver/man/man3/
cs_render.3 44 side-effects, it updates the HDF data used by the
  /external/kernel-headers/original/linux/hdlc/
ioctl.h 29 unsigned short dce; /* 1 for DCE (network side) operation */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
statement-004.js 37 "bad left-hand side expression" +
statement-005.js 37 "bad left-hand side expression" +
  /cts/tools/host/src/com/android/cts/
HostSideOnlyPackage.java 22 * The host side only package.
27 * Construct a host side only package with given necessary information.
HostSideOnlyTest.java 24 * Host side only test.
37 * The Thread to be run host side unit test.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertException.java 29 // SSLException to be thrown to application side
38 * @param reason The SSLException to be thrown to application side after alert processing
  /external/dbus/bus/
test.c 238 _dbus_verbose ("---> Dispatching on \"client side\"\n");
248 _dbus_verbose ("---> blocking on \"client side\"\n");
256 _dbus_verbose ("---> Done dispatching on \"client side\"\n");
263 _dbus_verbose ("---> Dispatching on \"server side\"\n");
273 _dbus_verbose ("---> blocking on \"server side\"\n");
281 _dbus_verbose ("---> Done dispatching on \"server side\"\n");
  /external/quake/quake/src/QW/progs/
models.qc 13 $flags 8 // client side rotate
21 $flags 8 // client side rotate
30 $flags 8 // client side rotate
39 $flags 8 // client side rotate
48 $flags 8 // client side rotate
56 $flags 8 // client side rotate
143 $flags 8 // client side rotate
150 $flags 8 // client side rotate
157 $flags 8 // client side rotate
164 $flags 8 // client side rotat
    [all...]
  /external/freetype/src/base/
ftstroke.c 795 FT_Int side )
800 FT_StrokeBorder border = stroker->borders + side;
803 rotate = FT_SIDE_TO_ROTATE( side );
823 FT_Int side )
833 error = ft_stroker_arcto( stroker, side );
839 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
841 FT_StrokeBorder border = stroker->borders + side;
866 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
868 FT_StrokeBorder border = stroker->borders + side;
896 FT_Int side)
1142 FT_Int side; local
1252 FT_Int side; local
1356 FT_Int side; local
    [all...]
  /system/core/adb/
protocol.txt 13 The host side becomes a simple comms bridge with no "UI", which will
70 large maxdata value, the connection with the other side must be closed.
109 stream on the recipient's side is ignored. The stream may have been
124 stream on the recipient's side is ignored. The stream may have been
142 stream on the recipient's side is ignored. The stream may have
153 outbound messages are discarded when the connection to the remote side
157 * when the connection to the remote side goes offline, the io pump
159 * when the connection to the remote side is established, the io pump
162 starts accepting messages to forward to the remote side
180 outbound connections and the connection to the remote side
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLEngineResult.java 44 * The engine must send data to the remote side to continue the
49 * The engine needs to receive data from the remote side to continue the
71 * The operation closed this side of the communication or was already
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 42 * to the server or after it has received on the server side.
56 * On the client side, this step is performed before the request is
57 * sent to the server. On the server side, this step is performed

Completed in 3732 milliseconds

12 3 4 5 6 7 8 91011>>