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

<<51525354555657585960>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 258 <!-- Specifies extra space on the left side of this view.
261 <!-- Specifies extra space on the top side of this view.
264 <!-- Specifies extra space on the right side of this view.
267 <!-- Specifies extra space on the bottom side of this view.
  /sdk/layoutlib_utils/src/com/android/layoutlib/utils/
ValueResourceParser.java 152 // look for whitespace on each side
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 49 * WARNING: These macros can cause unwanted side effects. Use them
391 * Side Effects:
510 * Side Effects:
574 * Side Effects:
621 * Side Effects:
724 * Side Effects:
794 * Side Effects:
eas_voicemgt.c 434 * Side Effects:
869 * Side Effects:
910 * Side Effects:
975 * Side Effects:
    [all...]
eas_reverb.c 270 * Side Effects:
323 * Side Effects:
427 * Side Effects:
459 * Side Effects:
521 * Side Effects:
789 * Side Effects:
815 * Side Effects:
860 * Side Effects:
909 * Side Effects:
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 49 * WARNING: These macros can cause unwanted side effects. Use them
391 * Side Effects:
510 * Side Effects:
574 * Side Effects:
621 * Side Effects:
724 * Side Effects:
794 * Side Effects:
eas_wtsynth.c 302 * Side Effects:
494 * Side Effects:
605 * Side Effects:
652 * Side Effects:
714 * Side Effects:
770 * Side Effects:
862 * Side Effects:
949 * Side Effects:
    [all...]
eas_voicemgt.c 434 * Side Effects:
869 * Side Effects:
910 * Side Effects:
975 * Side Effects:
    [all...]
eas_reverb.c 270 * Side Effects:
323 * Side Effects:
427 * Side Effects:
459 * Side Effects:
521 * Side Effects:
789 * Side Effects:
815 * Side Effects:
860 * Side Effects:
909 * Side Effects:
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 9 * matching the right hand side of a production appear on the top of the
11 * the symbols corresponding to the right hand side of the production
13 * the left hand side of the production. <p>
24 * side of a production) off the stack. This leaves the parser in the state
28 * this goto state by pushing the left hand side symbol of the production
50 * the left hand side non terminal and the length of the right hand side
67 * fills in the left hand side non terminal symbol object that is to be
148 * left hand side of the production, and the number of symbols
149 * on the right hand side.
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 1206 float side; local
1210 side = DotProduct (velocity, right);
1211 sign = side < 0 ? -1 : 1;
1212 side = fabs(side);
1216 if (side < cl_rollspeed.value)
1217 side = side * value / cl_rollspeed.value;
1219 side = value;
1221 return side*sign
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 302 * Side Effects:
498 * Side Effects:
611 * Side Effects:
658 * Side Effects:
720 * Side Effects:
776 * Side Effects:
868 * Side Effects:
955 * Side Effects:
    [all...]
eas_voicemgt.c 434 * Side Effects:
869 * Side Effects:
910 * Side Effects:
975 * Side Effects:
    [all...]
eas_reverb.c 270 * Side Effects:
323 * Side Effects:
427 * Side Effects:
459 * Side Effects:
521 * Side Effects:
789 * Side Effects:
815 * Side Effects:
860 * Side Effects:
909 * Side Effects:
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 560 // 2. Has no side effect.
563 // 1. Has side effects but does not assert.
582 // 2. Has no side effect.
585 // 1. Has side effects and returns the expected value (12).
592 // Tests that the side effect occurred in opt mode.
    [all...]
  /external/v8/src/
messages.js 140 invalid_lhs_in_assignment: "Invalid left-hand side in assignment",
141 invalid_lhs_in_for_in: "Invalid left-hand side in for-in",
142 invalid_lhs_in_postfix_op: "Invalid left-hand side expression in postfix operation",
143 invalid_lhs_in_prefix_op: "Invalid left-hand side expression in prefix operation",
871 // within the runtime system to avoid strange side
  /external/webkit/WebCore/editing/
visible_units.cpp 271 VisiblePosition startOfWord(const VisiblePosition &c, EWordSide side)
274 // and side == LeftWordIfOnBoundary
276 if (side == RightWordIfOnBoundary) {
301 VisiblePosition endOfWord(const VisiblePosition &c, EWordSide side)
304 if (side == LeftWordIfOnBoundary) {
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 372 /** max size of right hand side we will support */
375 /** array for accumulating right hand side parts */
378 /** where we are currently in building a right hand side */
381 /** start a new right hand side */
384 /** add a new right hand side part */
418 /** left hand side non terminal of the current production */
    [all...]
  /dalvik/docs/
debugmon.html 109 from the debugger side include a serial number, which the VM includes
160 latter causes it to search for VMs on the other side of an ADB connection.
197 need an "error" chunk type and a handler on the server side.]
235 <p>On the client side, upon seeing a HELO it can know that a DDM server
586 The client-side chunk handlers need a common way to report simple success
685 <p>This is similar to the client side in many ways, but makes extensive
  /external/jpeg/
jpeglib.h 128 /* The decompressor output side may not use these variables. */
163 /* The decompressor output side may not use these variables. */
496 * These indicate the progress of the decompressor input side.
502 * output side. The decompressor will not allow output scan/row number
518 * these fields. Note that the decompressor output side may not use
598 * Note that the decompressor output side must not use these fields.
    [all...]
  /build/core/tasks/
cts.mk 137 # $4 : The Android.mk corresponding to the test package (required for host-side tests only)
245 # Move app security host-side tests to the repository
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 190 toggleVisisbleApis(selectedLevel, "#side-nav");
262 toggleVisisbleApis(selectedLevel, "#side-nav");
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 46 * Client side handshake protocol implementation.
333 * for client side of handshake protocol.
ConnectionStateTLS.java 207 if (is_client) { // client side
214 } else { // server side
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 423 // If the right index has not reached the left side of array
430 // If the left index has not reached the right side of array

Completed in 898 milliseconds

<<51525354555657585960>>