HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 1 - 25 of 930) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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
1094 String skeleton = fSkeleton; local
1503 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
1107 String skeleton = fSkeleton; local
1516 String skeleton; local
    [all...]
DateIntervalInfo.java 46 * formatter when user pass in skeleton and locale.
55 * from (skeleton, the_largest_different_calendar_field)
59 * A skeleton
76 * letter length in skeleton.
94 * There is a set of pre-defined static skeleton strings.
97 * For example, for a skeleton YEAR_ABBR_MONTH_DAY, which is "yMMMd",
107 * For date skeleton, the interval patterns when year, or month, or date is
109 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
125 * but for skeleton "yMMMd", the interval pattern when day is different is
127 * pattern is the earlier date. But for skeleton "yMMMd", when day is different
973 String skeleton = skeletonEntry.getKey(); local
    [all...]
  /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 &quot;yMMMd&quot;,
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 &quot;yMMMd&quot;, the interval pattern when day is different is
120 * pattern is the earlier date. But for skeleton &quot;yMMMd&quot;, when day is different
    [all...]
dtptngen.h 41 * is done, a query can be made using a "skeleton", which is a pattern which just
43 * pattern corresponding to that skeleton.
44 * <p>The main method people will use is getBestPattern(String skeleton),
122 * Utility to return a unique skeleton from a given pattern. For example,
123 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
128 * @return skeleton such as "MMMdd"
134 * Utility to return a unique skeleton from a given pattern. For example,
135 * both "MMM-dd" and "dd/MMM" produce the skeleton "MMMdd".
142 * @return skeleton such as "MMMdd"
153 * 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 &quot;yMMMd&quot;,
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 76 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
78 return createInstance(skeleton, Locale::getDefault(), status);
83 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
90 skeleton.extract(0, skeleton.length(), result, "UTF-8");
94 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
99 return create(locale, dtitvinf, &skeleton, status);
105 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
108 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status);
113 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
737 UnicodeString skeleton = fSkeleton; local
947 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
  /external/bison/tests/
skeletons.at 1 # Checking skeleton support. -*- Autotest -*-
18 AT_BANNER([[Skeleton Support.]])
21 ## Relative skeleton file names. ##
24 AT_SETUP([[Relative skeleton file names]])
43 [[%skeleton "./skel.c"
50 [[%skeleton "./skel.c"
72 AT_BISON_CHECK([[--skeleton=tmp/skel.c tmp/input-cmd-line.y]])
81 ## Installed skeleton file names. ##
84 AT_SETUP([[Installed skeleton file names]])
121 [[%skeleton "yacc.c"
    [all...]
  /external/toybox/toys/example/
skeleton.c 0 /* skeleton.c - Example program to act as template for new commands.
12 USE_SKELETON(NEWTOY(skeleton, "(walrus)(blubber):;(also):e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN))
15 config SKELETON
16 bool "skeleton"
19 usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]
24 don't need. Be sure to replace all instances of "skeleton" (upper and lower
63 #warning skeleton.c is just an example, not something to deploy.
91 // Switch gears from skeleton to skeleton_alias (swap FLAG macros).
  /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
  /external/ipsec-tools/src/racoon/
prsa_par.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

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>