/hardware/libhardware/modules/hwcomposer/ |
README.android | 2 Skeleton for the "hwcomposer" HAL module.
|
/external/parameter-framework/upstream/skeleton-subsystem/test/ |
structure.xml | 2 <Subsystem Name="subsystem" Type="Skeleton">
|
toplevel.xml | 5 <Plugin Name="skeleton-subsystem"/>
|
CMakeLists.txt | 32 add_executable(skeleton-test main.cpp) 33 target_include_directories(skeleton-test PRIVATE "${PFW_INCLUDE_ROOT}/parameter/client") 34 target_link_libraries(skeleton-test "${PFW_CORE_LIBRARY}") 36 add_test(NAME skeleton-test 38 COMMAND skeleton-test) 39 set_test_env(skeleton-test)
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowICU.java | 19 public static String getBestDateTimePattern(String skeleton, Locale locale) { 20 switch (skeleton) { 24 return skeleton; 29 public static String getBestDateTimePattern(String skeleton, String locale) { 30 return skeleton;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalFormat.java | 68 * from (skeleton, the_largest_different_calendar_field) 72 * A skeleton 89 * letter length in skeleton. 112 * There is a set of pre-defined static skeleton strings in DateFormat, 115 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd", 125 * For date skeleton, the interval patterns when year, or month, or date is 127 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 131 * If a skeleton is not found in a locale's DateIntervalInfo, which means 132 * the interval patterns for the skeleton is not defined in resource file, 174 * create an instance using default or given locale plus given skeleton 290 final String skeleton; field in class:DateIntervalFormat.SkeletonAndItsBestMatch 1099 String skeleton = fSkeleton; local 1508 String skeleton; local [all...] |
DateIntervalInfo.java | 47 * formatter when user pass in skeleton and locale. 56 * from (skeleton, the_largest_different_calendar_field) 60 * A skeleton 77 * letter length in skeleton. 95 * There is a set of pre-defined static skeleton strings. 98 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd", 108 * For date skeleton, the interval patterns when year, or month, or date is 110 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 126 * but for skeleton "yMMMd", the interval pattern when day is different is 128 * pattern is the earlier date. But for skeleton "yMMMd", when day is different 958 String skeleton = skeletonEntry.getKey(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalFormat.java | 67 * from (skeleton, the_largest_different_calendar_field) 71 * A skeleton 88 * letter length in skeleton. 111 * There is a set of pre-defined static skeleton strings in DateFormat, 114 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd", 124 * For date skeleton, the interval patterns when year, or month, or date is 126 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 130 * If a skeleton is not found in a locale's DateIntervalInfo, which means 131 * the interval patterns for the skeleton is not defined in resource file, 173 * create an instance using default or given locale plus given skeleton 291 final String skeleton; field in class:DateIntervalFormat.SkeletonAndItsBestMatch 1112 String skeleton = fSkeleton; local 1521 String skeleton; local [all...] |
/external/toybox/toys/example/ |
README | 6 The hello.c and skeleton.c commands provide templates: hello.c is clean and 7 simple, skeleton.c demonstrates the option parsing infrastructure and having 9 skeleton.c to the new name may provide a good starting point.
|
skeleton.c | 0 /* skeleton.c - Example program to act as template for new commands. 13 USE_SKELETON(NEWTOY(skeleton, "(walrus)(blubber):;(also):e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) 16 config SKELETON 17 bool "skeleton" 20 usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...] 25 don't need. Be sure to replace all instances of "skeleton" (upper and lower 64 #warning skeleton.c is just an example, not something to deploy. 92 // Switch gears from skeleton to skeleton_alias (swap FLAG macros).
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
README.md | 0 # Skeleton plugin 3 This is a skeleton plugin i.e. the minimal plugin boilerplate.
|
/external/icu/icu4c/source/i18n/unicode/ |
dtitvinf.h | 41 * formatter when user pass in skeleton and locale. 50 * from (skeleton, the_largest_different_calendar_field) 54 * A skeleton 71 * letter length in skeleton. 87 * There is a set of pre-defined static skeleton strings. 90 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd", 100 * For date skeleton, the interval patterns when year, or month, or date is 102 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 118 * but for skeleton "yMMMd", the interval pattern when day is different is 120 * pattern is the earlier date. But for skeleton "yMMMd", when day is different [all...] |
dtptngen.h | 43 * is done, a query can be made using a "skeleton", which is a pattern which just 45 * pattern corresponding to that skeleton. 46 * <p>The main method people will use is getBestPattern(String skeleton), 124 * Utility to return a unique skeleton from a given pattern. For example, 125 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd". 130 * @return skeleton such as "MMMdd" 136 * Utility to return a unique skeleton from a given pattern. For example, 137 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd". 144 * @return skeleton such as "MMMdd" 155 * Utility to return a unique base skeleton from a given pattern. This i [all...] |
udatpg.h | 32 * patterns. Once that is done, a query can be made using a "skeleton", which is 34 * will return the "best fit" pattern corresponding to that skeleton. 100 * pattern to match those in the skeleton (when this would not happen 200 * Get the best pattern matching the input skeleton. It is guaranteed to 201 * have all of the fields in the skeleton. 210 * @param skeleton 211 * The skeleton is a pattern containing only the variable fields. 213 * @param length the length of skeleton 215 * The best pattern found from the given skeleton. 224 const UChar *skeleton, int32_t length [all...] |
dtitvfmt.h | 69 * from (skeleton, the_largest_different_calendar_field) 73 * A skeleton 94 * letter length in skeleton. 116 * There is a set of pre-defined static skeleton strings. 119 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd", 129 * For date skeleton, the interval patterns when year, or month, or date is 131 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 135 * If a skeleton is not found in a locale's DateIntervalInfo, which means 136 * the interval patterns for the skeleton is not defined in resource file, 180 * create an instance using default or given locale plus given skeleton [all...] |
udateintervalformat.h | 25 * in a locale-sensitive way, using a skeleton that specifies the precision and 27 * specified by the skeleton, a single date format will be produced. If the range 28 * is larger than the format specified by the skeleton, a locale-specific fallback 29 * will be used to format the items missing from the skeleton. 32 * - The skeleton jm will produce 35 * - The skeleton MMMd will produce 39 * - The skeleton jm will produce 42 * - The skeleton MMMd will produce 54 * relevant). Note that a skeleton involving h or H generally explicitly requests 55 * that time style (12- or 24-hour time respectively). For a skeleton tha [all...] |
/external/icu/icu4c/source/i18n/ |
udatpg.cpp | 60 const UChar *skeleton, int32_t length, 63 return udatpg_getBestPatternWithOptions(dtpg, skeleton, length, 70 const UChar *skeleton, int32_t length, 77 if(skeleton==NULL && length!=0) { 81 UnicodeString skeletonString((UBool)(length<0), skeleton, length); 89 UChar *skeleton, int32_t capacity, 101 return result.extract(skeleton, capacity, *pErrorCode); 107 UChar *skeleton, int32_t capacity, 119 return result.extract(skeleton, capacity, *pErrorCode); 221 const UChar *skeleton, int32_t skeletonLength [all...] |
dtitvfmt.cpp | 79 DateIntervalFormat::createInstance(const UnicodeString& skeleton, 81 return createInstance(skeleton, Locale::getDefault(), status); 86 DateIntervalFormat::createInstance(const UnicodeString& skeleton, 93 skeleton.extract(0, skeleton.length(), result, "UTF-8"); 97 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); 102 return create(locale, dtitvinf, &skeleton, status); 108 DateIntervalFormat::createInstance(const UnicodeString& skeleton, 111 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status); 116 DateIntervalFormat::createInstance(const UnicodeString& skeleton, 740 UnicodeString skeleton = fSkeleton; local 950 const UnicodeString* skeleton; local [all...] |
/frameworks/base/packages/SystemUI/res-keyguard/values/ |
donottranslate.xml | 18 <!-- Skeleton string format for displaying the date. --> 21 <!-- Skeleton string format for displaying the date when an alarm is set. --> 24 <!-- Skeleton string format for displaying the time in 12-hour format. --> 27 <!-- Skeleton string format for displaying the time in 24-hour format. -->
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 3 /* Skeleton interface for Bison's Yacc-like parsers in C 24 part or all of the Bison parser skeleton and distribute that work 26 parser generator using the skeleton or a modified version thereof 27 as a parser skeleton. Alternatively, if you modify or redistribute 28 the parser skeleton itself, you may (at your option) remove this 29 special exception, which will cause the skeleton and the resulting
|
/device/generic/goldfish-opengl/system/include/GLES/ |
egl.h | 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
|
/external/libogg/doc/ |
Makefile.am | 9 rfc3533.txt rfc5334.txt skeleton.html
|
/external/mesa3d/include/GLES/ |
egl.h | 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
egl.h | 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
|
/tools/test/connectivity/acts/framework/ |
sample_config_2.json | 2 "_description": "This is an example skeleton test configuration file.",
|