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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 78 None since this is a client-side extension.
MESA_set_3dfx_mode.spec 73 None since this is a client-side extension.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 42 Application-side implementation of these features raises namespace
333 None. The logging operation is carried out client-side, by exporting
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 182 // Side-effect-free expressions containing bit operations use
227 // right hand side operand.
238 // right hand side operand.
240 // With positive left hand side operand.
272 // With negative left hand side operand.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1149.js 29 // side' of a for/in, even if it is a parameter in a function using the
  /external/chromium_org/v8/test/webkit/
dfg-intrinsic-side-effect-assignment-osr-exit.js 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting intrinsic."
dfg-side-effect-assignment-osr-exit.js 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting bytecode instruction."
dfg-to-string-side-effect-clobbers-toString.js 25 "Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString method in between the two ToStrings."
dfg-value-to-int32-with-side-effect.js 25 "Tests that a side-effecting ValueToInt32 only executes once when there is an OSR exit."
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 129 for (BstSide side : sides) {
130 path = factory.extension(path, side);
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 78 None since this is a client-side extension.
MESA_set_3dfx_mode.spec 73 None since this is a client-side extension.
  /external/mesa3d/docs/OLD/
MESA_trace.spec 42 Application-side implementation of these features raises namespace
333 None. The logging operation is carried out client-side, by exporting
  /external/zlib/
Android.mk 69 # libunz used to be an unzip-only subset of libz. Only host-side tools were
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
68 frameButtons.pack(side=BOTTOM, fill=X)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 114 w.pack(side=LEFT, padx=5, pady=5)
116 w.pack(side=LEFT, padx=5, pady=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
68 frameButtons.pack(side=BOTTOM, fill=X)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 114 w.pack(side=LEFT, padx=5, pady=5)
116 w.pack(side=LEFT, padx=5, pady=5)
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 181 const float side = ((triangleNdx % 2) == 0 ? 1.0f : -1.0f); local
183 data.push_back(side * x1);
184 data.push_back(side * y1);
186 data.push_back(side * x2);
187 data.push_back(side * y1);
189 data.push_back(side * x2);
190 data.push_back(side * y2);
205 const float side = ((triangleNdx % 2) == 0 ? 1.0f : -1.0f); local
207 data.push_back(side * x1);
208 data.push_back(side * y1)
    [all...]
  /external/qemu/android/skin/
trackball.c 167 #define DOT_GRID 3 /* number of horizontal and vertical cells per side grid */
239 int side, nn = 0; local
241 for (side = 0; side < 6; side++) {
245 switch (side) {
  /external/ipsec-tools/src/racoon/
proposal.c 194 cmpsaprop_alloc(ph1, pp1, pp2, side)
197 int side;
316 * It is possible for one side to have a security context
317 * and the other side doesn't. If so, this is an error.
383 switch (side) {
523 switch (side) {
1088 if (iph2->side == INITIATOR)
1118 if (iph2->side == INITIATOR)
1141 if (iph2->side == INITIATOR)
  /external/protobuf/
Android.mk 136 # Java nano library (for device-side users)
149 # Java nano library (for host-side users)
160 # Java micro library (for device-side users)
172 # Java micro library (for host-side users)
183 # Java lite library (for device-side users)
195 # Java lite library (for host-side users)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 30 ; * macroblocks specially at the left side of the current macroblock
33 ; * macroblocks specially at the upper side of the current macroblock
36 ; * macroblocks specially at the upper-right side of the current macroblock
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 30 ; * macroblocks specially at the left side of the current macroblock
33 ; * macroblocks specially at the upper side of the current macroblock
36 ; * macroblocks specially at the upper-right side of the current macroblock

Completed in 502 milliseconds

1 2 3 4 5 6 7 891011>>