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

1 2 3 45 6 7 8 91011>>

  /external/v8/src/compiler/
control-builders.h 77 // Compound control commands for conditional break.
134 // Compound control commands for conditional break.
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtilsActions.java 241 * Sets compound drawables on {@link TextView}
254 return "TextView set compound drawables relative";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 134 //check return type of feof only if it's not an macro which may be a compound expression
138 //check return type of ferror only if it's not an macro which may be a compound expression
  /system/tools/aidl/
ast_cpp_unittest.cpp 157 ArgList compound({"foo", "bar", "baz"});
158 CompareGeneratedCode(compound, "(foo, bar, baz)");
  /external/icu/icu4c/source/i18n/
transreg.h 50 * Construct a compound RBT alias (type == COMPOUND)
106 // compound filter, and it is _not_ owned.
115 enum { SIMPLE, COMPOUND, RULES } type;
161 * compound) attempt to instantiate it from the registry. Return
rbt_pars.h 51 * PUBLIC data member containing the parsed compound filter, if any.
167 * Return the compound filter parsed by parse(). Caller owns result.
168 * @return the compound filter parsed by parse().
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrgload.c 557 /* load a composite/compound glyph */
610 " too many compound glyphs components\n" ));
749 /* this is a compound glyph - load it */
759 FT_TRACE4(( "compound glyph with %d elements (offset %lu):\n",
813 FT_TRACE4(( "end compound glyph with %d elements\n", count ));
  /frameworks/native/include/ui/
TVecHelpers.h 60 * TVec{Add|Product}Operators implements basic arithmetic and basic compound assignments
71 /* compound assignment from a another vector of the same size but different
91 /* compound assignment from a another vector of the same type.
152 /* compound assignment from a another vector of the same size but different
172 /* compound assignment from a another vector of the same type.
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 11 <li><a href="#compound">Compound Controls</a></li>
349 <h2 id="compound">Compound Controls
353 existing controls, then creating a Compound Component (or Compound Control) might
366 <p>To create a compound component:</p>
372 can be nested inside, so the compound component can be arbitrarily
425 In the end, you can very quickly construct arbitrarily complex compound
429 <h4>Examples of Compound Controls</h4
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScoreReport.java 197 // We remained associated for a compound amount of time while passing
222 // We remained associated for a compound amount of time while passing
243 // We remained associated for a compound amount of time while passing
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 89 x = ttk.LabeledScale(compound='top')
92 x = ttk.LabeledScale(compound='bottom')
95 x = ttk.LabeledScale(compound='unknown') # invert default positions
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 89 x = ttk.LabeledScale(compound='top')
92 x = ttk.LabeledScale(compound='bottom')
95 x = ttk.LabeledScale(compound='unknown') # invert default positions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 89 x = ttk.LabeledScale(compound='top')
92 x = ttk.LabeledScale(compound='bottom')
95 x = ttk.LabeledScale(compound='unknown') # invert default positions
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 89 x = ttk.LabeledScale(compound='top')
92 x = ttk.LabeledScale(compound='bottom')
95 x = ttk.LabeledScale(compound='unknown') # invert default positions
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 35 * of a compound button changes.
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 35 * of a compound button changes.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 39 * photo as a compound drawable on the TextView used to display the contact's
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
FloatingActionButton.java 35 * of a compound button changes.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
EventHandlerWithJacobians.java 52 * will see the big compound state whether the event handlers defined by this interface
55 * <p>The compound state is guaranteed to contain the original state in the first
58 * the original state dimension is 6 and there are 3 parameters, the compound state will
65 * state and jacobians on one side and compound state on the other side. So for performance
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 67 str = "The left expression of the compound assignment is an "
  /external/clang/test/Analysis/
dead-stores.m 47 // because the compound statement for the @synchronized was being visited
uninit-vals-ps.c 104 // Previously the analyzer didn't examine the compound initializers of unions,
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 15 // Within the lambda-expression's compound-statement,
  /external/clang/test/CodeGen/
captured-statements.c 38 // Compound statement with local variable
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 55 delete [] (int*) { new int }; // ok, compound-literal, not lambda

Completed in 785 milliseconds

1 2 3 45 6 7 8 91011>>