HomeSort by relevance Sort by last modified time
    Searched refs:skeleton (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/bison/data/
stack.hh 1 # C++ skeleton for Bison
  /hardware/libhardware/modules/audio/
Android.mk 33 # The stub audio policy HAL module that can be used as a skeleton for
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 420 final String skeleton; local
423 skeleton = "DDD kk mm ss";
425 skeleton = "kk mm ss";
427 skeleton = "mm ss";
431 skeleton));
  /external/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.cpp 57 /* ====== Test create interval instance with default locale and skeleton
60 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
64 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
71 /* ====== Test create interval instance with given locale and skeleton
74 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
78 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
85 /* ====== Test create interval instance with dateIntervalInfo and skeleton
88 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton");
96 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting");
103 /* ====== Test create interval instance with dateIntervalInfo and skeleton
1175 UnicodeString skeleton[] = { local
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
interface.py 30 is_skeleton: Indicates whether this gatherer is a skeleton gatherer, in
40 # Indicates whether this gatherer is a skeleton gatherer, in which case
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintDistLimit.java 56 BlenderTrack blenderTrack = this.getTrack(owner, animData.skeleton, animation);
ConstraintLocLike.java 71 BlenderTrack blenderTrack = this.getTrack(owner, animData.skeleton, animation);
ConstraintLocLimit.java 82 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
ConstraintRotLike.java 58 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
ConstraintSizeLike.java 63 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
ConstraintSizeLimit.java 82 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 130 public static native String getBestDateTimePattern(String skeleton, String localeName);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 503 String skeleton = "hma"; local
504 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
527 String skeleton = "Hm"; local
528 return DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 6 This unit contains a skeleton test case class generated by the Test Case Wizard.
  /external/bison/src/
getargs.c 80 const char *skeleton = NULL; variable
196 "muscles - m4 definitions passed to the skeleton",
199 "skeleton - skeleton postprocessing",
332 -S, --skeleton=FILE specify the skeleton to use\n\
446 | --skeleton and --language handling. |
455 skeleton = arg;
458 complain_at (loc, _("multiple skeleton declarations are invalid"));
568 { "skeleton", required_argument, 0, 'S' }
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
resize.py 117 dialog, for the language or languages of your choice, using the <skeleton> child
119 will be ignored when you use the <skeleton> node (GRIT will instead use the
165 # of the original RC file somewhere, such that the <skeleton> node could warn
166 # if the original RC file gets updated without the skeleton file being updated.
  /external/icu4c/test/intltest/
dtifmtts.cpp 60 /* ====== Test create interval instance with default locale and skeleton
63 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
67 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
74 /* ====== Test create interval instance with given locale and skeleton
77 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
81 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
88 /* ====== Test create interval instance with dateIntervalInfo and skeleton
91 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton");
99 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting");
106 /* ====== Test create interval instance with dateIntervalInfo and skeleton
1330 UnicodeString skeleton[] = { local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.cpp 319 static String getFormatForSkeleton(const char* locale, const String& skeleton)
328 skeleton.appendTo(skeletonCharacters);
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 69 static const UChar skeleton[]= {0x4d, 0x4d, 0x4d, 0x64, 0}; /* MMMd */ variable
140 /* Test skeleton == NULL */
144 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
279 /* Get all skeletons and the crroespong pattern for each skeleton. */
326 length = udatpg_getBestPattern(generator, skeleton, 4,
404 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
  /external/icu4c/test/cintltst/
udatpg_test.c 69 static const UChar skeleton[]= {0x4d, 0x4d, 0x4d, 0x64, 0}; /* MMMd */ variable
140 /* Test skeleton == NULL */
144 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
279 /* Get all skeletons and the crroespong pattern for each skeleton. */
326 length = udatpg_getBestPattern(generator, skeleton, 4,
404 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 44 import com.jme3.animation.Skeleton;
115 private Map<Long, Skeleton> skeletons = new HashMap<Long, Skeleton>();
520 * This method sets the skeleton for the specified OMA of its owner.
523 * the skeleton's old memory address
524 * @param skeleton
525 * the skeleton specified by the given OMA
527 public void setSkeleton(Long skeletonOMA, Skeleton skeleton) {
528 this.skeletons.put(skeletonOMA, skeleton);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 223 String skeleton = mHasYear ? "yyyyMMMdd" : "MMMdd"; local
224 String pattern = ICU.getBestDateTimePattern(skeleton, Locale.getDefault().toString());
  /art/compiler/dex/quick/arm/
arm_lir.h 484 uint32_t skeleton; member in struct:art::ArmEncodingMap
  /art/compiler/dex/quick/mips/
assemble_mips.cc 27 * skeleton: pre-designated bit-pattern for this opcode
41 #define ENCODING_MAP(opcode, skeleton, k0, ds, de, k1, s1s, s1e, k2, s2s, s2e, \
43 {skeleton, {{k0, ds, de}, {k1, s1s, s1e}, {k2, s2s, s2e}, \
650 uint32_t bits = encoder->skeleton;
    [all...]
mips_lir.h 411 uint32_t skeleton; member in struct:art::MipsEncodingMap

Completed in 4384 milliseconds

1 23 4 5