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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
do_switch.ll 3 ; to occur. This is a variation on test case test/CodeGen/Mips/do_switch.ll
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
CheckableImageView.java 25 * A special variation of ImageView that can be used as a checkable object.
  /packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java 25 * A special variation of RelativeLayout that can be used as a checkable object.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 23 /** Generate a set of default previews with maximum variation */
LayoutMetadata.java 198 for (IFile variation : variations) {
199 if (variation.equals(file)) {
206 if (setPropertyInEditor(undoLabel, variation, element, name,
215 setPropertyInFile(undoLabel, variation, element, name, value);
220 AdtPlugin.log(e, variation.getFullPath().toOSString());
235 @NonNull IFile variation,
240 AdtUtils.findEditorsFor(variation, false /*restore*/);
266 @NonNull IFile variation,
270 Document doc = DomUtilities.getDocument(variation);
274 AdtUtils.setToolsAttribute(variation, other, undoLabel
    [all...]
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer1.java 33 * variation are down in the animation setup code.
108 // In this variation, we put the shape into an infinite bounce, where it keeps moving
Bouncer2.java 34 * variation are down in the animation setup code.
111 // This variation finally has the shape bouncing, due to the use of an
Bouncer3.java 34 * variation are down in the animation setup code.
108 // This variation uses an ObjectAnimator. The functionality is exactly the same as
  /external/chromium_org/base/
rand_util.h 45 // Note that this is a variation of |RandBytes| with a different return type.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttcmap.h 57 /* coverage), and 14 (Unicode Variation Sequences). */
  /external/freetype/include/freetype/internal/services/
svttcmap.h 57 /* coverage), and 14 (Unicode Variation Sequences). */
  /external/iproute2/man/man8/
tc-choke.8 25 queue. CHOKe is a variation of RED, and the configuration is similar to RED.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsProperties.java 80 return "This test and/or its variation has a small value, hence it may not be necessary to spend time on fixing it if a regression occurs.";
105 return "The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable.";
110 return "The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable.";
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 120 0x180B, 0x180D, /* MONGOLIAN FREE VARIATION SELECTOR ONE..THREE */
121 0xFE00, 0xFE0F, /* VARIATION SELECTOR-1..16 */
122 0xE0100, 0xE01EF)); /* VARIATION SELECTOR-17..256 */
156 * 180B..180D ;MONGOLIAN FREE VARIATION SELECTOR THREE
161 * FE00..FE0F ;VARIATION SELECTOR-16
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 120 0x180B, 0x180D, /* MONGOLIAN FREE VARIATION SELECTOR ONE..THREE */
121 0xFE00, 0xFE0F, /* VARIATION SELECTOR-1..16 */
122 0xE0100, 0xE01EF)); /* VARIATION SELECTOR-17..256 */
156 * 180B..180D ;MONGOLIAN FREE VARIATION SELECTOR THREE
161 * FE00..FE0F ;VARIATION SELECTOR-16
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 375 final int variation = inputType & InputType.TYPE_MASK_VARIATION; local
381 switch (variation) {
392 if (InputTypeUtils.isEmailVariation(variation)) {
394 } else if (variation == InputType.TYPE_TEXT_VARIATION_URI) {
396 } else if (variation == InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE) {
398 } else if (variation == InputType.TYPE_TEXT_VARIATION_FILTER) {
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 5 /* TrueType GX Font Variation loader (specification) */
  /external/freetype/src/truetype/
ttgxvar.h 5 /* TrueType GX Font Variation loader (specification) */
  /external/llvm/test/Transforms/InstCombine/
compare-signs.ll 40 ; Variation on @test3: checking the 2nd bit in a situation where the 5th bit
  /external/skia/tests/
UnicodeTest.cpp 13 // Unicode Variation Selector ranges: inclusive
  /frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 23 * A variation of {@link java.io.ByteArrayOutputStream} that uses a pool of byte[] buffers instead
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.cc 37 // 4. For the X-Client-Data header, only include non-empty variation IDs.
136 // The header value is a serialized protobuffer of Variation IDs which is
  /external/iproute2/examples/diffserv/
regression-testing 40 Marking: the should be a variation of marked packets:
89 Marking: the should be a variation of marked packets:
  /frameworks/base/docs/html/design/patterns/
fullscreen.jd 101 Variation: Swiping from edges with bars also affects the app
117 For apps with this requirement, you can use a variation on the Immersive
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 300 Element variation = (Element) variationNode; local
301 ViewData variationView = createViewData(fillTypes, variation,
376 for (ViewData variation : view.getVariations()) {
377 String init = variation.getInitString();
378 String icon = variation.getIconName();
380 variation.getDisplayName(), init, icon);
586 void addVariation(ViewData variation) {
590 mVariations.add(variation);
    [all...]

Completed in 585 milliseconds

12 3 4 5 6 7 8 91011>>