HomeSort by relevance Sort by last modified time
    Searched full:compound (Results 76 - 100 of 731) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 15 // a flag denoting if this object is compound or not
61 // compound flag set.
135 // and expected compound flag.
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 15 // a flag denoting if this object is compound or not
61 // compound flag set.
135 // and expected compound flag.
  /external/eigen/doc/
TutorialMatrixArithmetic.dox 26 \li compound operator += as in \c a+=b
27 \li compound operator -= as in \c a-=b
44 \li compound operator *= as in \c matrix*=scalar
45 \li compound operator /= as in \c matrix/=scalar
123 \li compound operator *= as in \c a*=b (this multiplies on the right: \c a*=b is equivalent to <tt>a = a*b</tt>)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 82 boolean compound = false;
156 } else if (compound) {
157 // Adding an item to a compound transliterator
183 translitMenu.add(citem = new CheckboxMenuItem("Compound"));
188 // If compound gets deselected, then select NONE
190 } else if (!compound) {
191 // Switching from non-compound to compound
195 compound = true;
315 // Compound Transliterato
    [all...]
  /external/clang/docs/
BlockLanguageSpec.rst 148 The compound statement body establishes a new lexical scope within
149 that of its parent. Variables used within the scope of the compound
155 Local automatic (stack) variables referenced within the compound
252 The compound statement of a Block is treated much like a function body
276 scope of the compound statement. These variables are implicitly
343 leaves the compound statement that contains the Block literal
  /frameworks/base/core/java/android/widget/
CompoundButton.java 189 * of a compound button changed.
193 * Called when the checked state of a compound button has changed.
195 * @param buttonView The compound button view whose state has changed.
202 * Sets a drawable as the compound button image given its resource
219 * Sets a drawable as the compound button image.
259 * @return the drawable used as the compound button image
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
FirstOrderIntegratorWithJacobians.java 44 * added to form a new compound problem of higher dimension. If the original ODE
45 * problem has dimension n and there are p parameters, the compound problem will
57 /** Underlying integrator for compound problem. */
70 * @param integrator underlying integrator to solve the compound problem
94 * @param integrator underlying integrator to solve the compound problem
234 // the compound state z contains the raw state y and its derivatives
251 // integrate the compound state variational equations
255 // dispatch the final compound state into the state and partial derivatives arrays
262 /** Dispatch a compound state array into state and jacobians arrays.
263 * @param z compound stat
    [all...]
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 100 // Compound assignments.
102 // expected-note{{use '!=' to turn this compound assignment into an inequality comparison}} \
106 // expected-note{{use '!=' to turn this compound assignment into an inequality comparison}} \
  /external/icu/icu4c/source/test/intltest/
transtst.h 203 * Test IDs of inverses of compound transliterators. (J20)
218 * Test compound filter ID syntax
250 /* Test Compound Indic-Latin transliterators*/
  /external/skia/gm/
textbloblooper.cpp 162 LooperSettings compound[] = { variable
193 compound, SK_ARRAY_COUNT(compound)));
  /external/clang/test/CodeGen/
fp-contract-pragma.cpp 11 // Is FP_CONTRACT state cleared on exiting compound statements?
struct.c 141 /* compound literals */
  /external/clang/test/CodeGenObjC/
dot-syntax.m 77 // Yay, no compound assign of structures. A GCC extension in the
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariableValue.java 44 // a Data object, not a compound expression containing escaping functions.
  /external/llvm/lib/Target/Hexagon/
Hexagon.h 39 // including a compound one or a duplex or an extender.
  /external/tcpdump/
print-msdp.c 38 /* See if we think we're at the beginning of a compound packet */
  /external/v8/src/
bailout-reason.h 41 V(kCompoundAssignmentToLookupSlot, "Compound assignment to lookup slot") \
114 V(kInvalidLhsInCompoundAssignment, "Invalid lhs in compound assignment") \
246 "Unsupported const compound assignment") \
250 V(kUnsupportedLetCompoundAssignment, "Unsupported let compound assignment") \
  /frameworks/base/docs/html/design/style/
devices-displays.jd 26 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
  /frameworks/base/docs/html/distribute/googleplay/
cardboard.jd 12 chemical compound.
  /frameworks/compile/libbcc/
README.html 82 compound paragraphs.
83 div.compound .compound-first, div.compound .compound-middle {
86 div.compound .compound-last, div.compound .compound-middle {
  /frameworks/compile/slang/
README.html 82 compound paragraphs.
83 div.compound .compound-first, div.compound .compound-middle {
86 div.compound .compound-last, div.compound .compound-middle {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 25 * An icon on a PagedView, specifically for items in the launcher's paged view (with compound
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util.py 146 Compound application that serves the contents of the first application that
153 """Compound application returned from the first_found function."""
  /external/icu/icu4c/source/i18n/
cpdtrans.cpp 36 * Constructs a new compound transliterator given an array of
38 * length, including zero or one, however, useful compound
59 * Splits an ID of the form "ID;ID;..." into a compound using each
397 // handle compound RBT transliterators specially -- those for which
402 // If we are a compound RBT and if we have a global
534 return; // Short circuit for empty compound transliterators
537 // compoundLimit is the limit value for the entire compound
543 // compoundStart is the start for the entire compound
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.h 143 return "Compound";
160 ///"principal" has to be applied inversely to all children transforms in order for the local coordinate system of the compound

Completed in 1564 milliseconds

1 2 34 5 6 7 8 91011>>