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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
UNICODE.so 
UTF-32.so 
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 54 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN");
55 for (String skeleton:skeletons) {
56 System.out.printf("%-20s", skeleton);
60 // use getBestPattern method to get the best pattern for the given skeleton
61 String pattern = dtfg.getBestPattern(skeleton);
71 Skeleton en_US fr_FR zh_CN
90 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN");
91 for (String skeleton:dtfskeleton) {
92 System.out.printf("%-20s", skeleton);
96 String df=DateFormat.getPatternInstance(skeleton,locale).format(date)
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 53 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN");
54 for (String skeleton:skeletons) {
55 System.out.printf("%-20s", skeleton);
59 // use getBestPattern method to get the best pattern for the given skeleton
60 String pattern = dtfg.getBestPattern(skeleton);
70 Skeleton en_US fr_FR zh_CN
89 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN");
90 for (String skeleton:dtfskeleton) {
91 System.out.printf("%-20s", skeleton);
95 String df=DateFormat.getPatternInstance(skeleton,locale).format(date)
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 121 // A compact storage mechanism for skeleton field strings. Several dozen of these will be created
179 PtnSkeleton *skeleton; member in class:PtnElem
230 PtnSkeleton skeleton; member in class:DateTimeMatcher
235 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton);
236 void copyFrom(const PtnSkeleton& skeleton);
252 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
254 const UnicodeString* getPatternFromSkeleton(PtnSkeleton& skeleton, const PtnSkeleton** specifiedSkeletonPtr = 0);
260 PtnElem* getDuplicateElem(const UnicodeString &basePattern, const PtnSkeleton& skeleton, PtnElem *baseElem);
  /external/python/cpython3/Lib/
keyword.py 63 # load the output skeleton from the target, taking care to preserve its
80 # insert the lines of keywords into the skeleton
  /external/parameter-framework/upstream/
appveyor.yml 85 # build and test the skeleton plugin against the previously-installed build; this serves as a smoke test of the whole stack
86 - mkdir skeleton && cd skeleton
87 # %INSTALL%\lib is where the skeleton plugin is installed (see comment below)
91 - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%INSTALL% -DCMAKE_PREFIX_PATH=%INSTALL% %APPVEYOR_BUILD_FOLDER%\skeleton-subsystem
92 # Unfortunately, the skeleton test currently doesn't work on
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 53 // skeleton instead of int flags.)
84 String skeleton = DateUtilsBridge.toSkeleton(startCalendar, endCalendar, flags); local
87 getFormatter(skeleton, icuLocale, icuTimeZone);
93 private static android.icu.text.DateIntervalFormat getFormatter(String skeleton, ULocale locale,
95 String key = skeleton + "\t" + locale + "\t" + icuTimeZone;
100 formatter = android.icu.text.DateIntervalFormat.getInstance(skeleton, locale);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 54 * using the (misnamed) getPatternInstance() method, supplying a skeleton. There are a number of constants that have
101 * Use getPatternInstance to format with a skeleton. Typically this is with a predefined skeleton, like
114 * skeleton.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 53 * using the (misnamed) getPatternInstance() method, supplying a skeleton. There are a number of constants that have
100 * Use getPatternInstance to format with a skeleton. Typically this is with a predefined skeleton, like
113 * skeleton.
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
generate_parser.sh 30 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
  /external/ipsec-tools/src/racoon/
cfparse.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
  /development/samples/SkeletonApp/
readme.txt 1 Android Skeleton App
8 list in the app launcher (it is named Skeleton App) or by selecting it from
  /external/libogg/doc/
index.html 87 <li><a href="skeleton.html">The Ogg Skeleton Metadata Bitstream</a></li>
skeleton.html 6 <title>The Ogg Skeleton Metadata Bitstream</title>
73 <h1>The Ogg Skeleton Metadata Bitstream</h1>
77 <p><strong>Ogg Skeleton</strong> provides structuring information for multitrack <a href="//xiph.org/ogg">Ogg</a> files. It is compatible with Ogg <a rel="external" href="//theora.org">Theora</a> and provides extra clues for synchronization and content negotiation such as language selection.</p>
83 <p>Ogg Skeleton is being designed to overcome these problems. Ogg Skeleton is a logical bitstream within an Ogg stream that contains information about the other encapsulated logical bitstreams. For each logical bitstream it provides information such as its media type, and explains the way the granulepos field in Ogg pages is mapped to time.</p>
85 <p>Ogg Skeleton is also designed to allow the creation of substreams from Ogg physical bitstreams that retain the original timing information. For example, when cutting out the segment between the 7th and the 59th second of an Ogg file, it would be nice to continue to start this cut out file with a playback time of 7 seconds and not of 0. This is of particular interest if you're streaming this file from a Web server after a query for a temporal subpart such as in http://example.com/video.ogv?t=7-59</p>
91 <p>The following information about a logical bitstream is of interest to contain as meta information in the Skeleton:</p>
106 <p>When cutting out a subpart of an Ogg physical bitstream, the aim is to keep all the content pages intact (including the framing and granule positions) and just change some information in the Skeleton that allows reconstruction of the accurate time mapping. When remultiplexing such a bitstream, it is necessary to take into account all the different contained logical bitstreams. A given cut-in time maps to several different byte positions in the Ogg physical bitstream because each logical bitstream has its relevant information for that time at a different location. In addition, the resolution of each logical bitstream may not be high enough to accommodate for the given cut-in time and thus there may be some surplus information necessary to be remuxed into the new bitstream.</p>
108 <p>The following information is necessary to be added to the Skeleton to allow a correct presentation of a subpart of an Ogg bitstream:</p>
114 <h3>Ogg Skeleton version 3.0 Format Specification</h3
    [all...]
  /hardware/libhardware/modules/audio/
Android.bp 35 // This can also be used as skeleton for new implementations
51 // The stub audio policy HAL module that can be used as a skeleton for
  /external/icu/icu4c/source/i18n/unicode/
udat.h 201 * Constant for date skeleton with year.
206 * Constant for date skeleton with quarter.
211 * Constant for date skeleton with abbreviated quarter.
216 * Constant for date skeleton with year and quarter.
221 * Constant for date skeleton with year and abbreviated quarter.
226 * Constant for date skeleton with month.
231 * Constant for date skeleton with abbreviated month.
236 * Constant for date skeleton with numeric month.
241 * Constant for date skeleton with year and month.
246 * Constant for date skeleton with year and abbreviated month
    [all...]
  /development/samples/SkeletonApp/res/values/
strings.xml 22 <string name="skeleton_app">Skeleton App</string>
  /external/clang/test/Modules/
DebugInfoTransitiveImport.m 20 // Skeleton for top:
  /external/icu/icu4c/source/test/intltest/
itspoof.h 53 // Internal function to run a single skeleton test case.
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
generate_parser.sh 29 bison --no-lines --skeleton=yacc.c --output=$output_source $input_file
  /external/syslinux/core/lwip/src/netif/
FILES 14 file can be used as a "skeleton" for developing new Ethernet
  /packages/apps/Calendar/extensions_src/com/android/calendar/extensions/
AllInOneMenuExtensions.java 24 * Skeleton for additional options in the AllInOne menu.

Completed in 1213 milliseconds

1 23 4 5 6 7 8 91011>>