OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skeleton
(Results
51 - 75
of
854
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
TSCII.so
UNICODE.so
UTF-32.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
GBGBK.so
IBM1008_420.so
ISO8859-1.so
ISO_11548-1.so
TSCII.so
UNICODE.so
UTF-32.so
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java
52
System.out.printf("%-20s%-35s%-35s%-35s\n\n", "
Skeleton
", "en_US", "fr_FR","zh_CN");
53
for (String
skeleton
:skeletons) {
54
System.out.printf("%-20s",
skeleton
);
58
// use getBestPattern method to get the best pattern for the given
skeleton
59
String pattern = dtfg.getBestPattern(
skeleton
);
69
Skeleton
en_US fr_FR zh_CN
88
System.out.printf("%-20s%-35s%-35s%-35s\n\n", "
Skeleton
", "en_US", "fr_FR","zh_CN");
89
for (String
skeleton
:dtfskeleton) {
90
System.out.printf("%-20s",
skeleton
);
94
String df=DateFormat.getPatternInstance(
skeleton
,locale).format(date)
[
all
...]
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java
51
System.out.printf("%-20s%-35s%-35s%-35s\n\n", "
Skeleton
", "en_US", "fr_FR","zh_CN");
52
for (String
skeleton
:skeletons) {
53
System.out.printf("%-20s",
skeleton
);
57
// use getBestPattern method to get the best pattern for the given
skeleton
58
String pattern = dtfg.getBestPattern(
skeleton
);
68
Skeleton
en_US fr_FR zh_CN
87
System.out.printf("%-20s%-35s%-35s%-35s\n\n", "
Skeleton
", "en_US", "fr_FR","zh_CN");
88
for (String
skeleton
:dtfskeleton) {
89
System.out.printf("%-20s",
skeleton
);
93
String df=DateFormat.getPatternInstance(
skeleton
,locale).format(date)
[
all
...]
/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
/external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java
52
* using the (misnamed) getPatternInstance() method, supplying a
skeleton
. There are a number of constants that have
99
* Use getPatternInstance to format with a
skeleton
. Typically this is with a predefined
skeleton
, like
112
*
skeleton
.
[
all
...]
DateTimePatternGenerator.java
43
* patterns. Once that is done, a query can be made using a "
skeleton
", which is
45
* will return the "best fit" pattern corresponding to that
skeleton
.
47
* The main method people will use is getBestPattern(String
skeleton
), since
211
// Add pattern with its associated
skeleton
. Override any duplicate derived from std patterns,
368
* Return the best pattern matching the input
skeleton
. It is guaranteed to
369
* have all of the fields in the
skeleton
.
371
* @param
skeleton
The
skeleton
is a pattern containing only the variable fields.
373
* @return Best pattern matching the input
skeleton
.
375
public String getBestPattern(String
skeleton
) {
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java
51
* using the (misnamed) getPatternInstance() method, supplying a
skeleton
. There are a number of constants that have
98
* Use getPatternInstance to format with a
skeleton
. Typically this is with a predefined
skeleton
, like
111
*
skeleton
.
[
all
...]
DateTimePatternGenerator.java
42
* patterns. Once that is done, a query can be made using a "
skeleton
", which is
44
* will return the "best fit" pattern corresponding to that
skeleton
.
46
* The main method people will use is getBestPattern(String
skeleton
), since
215
// Add pattern with its associated
skeleton
. Override any duplicate derived from std patterns,
369
* Return the best pattern matching the input
skeleton
. It is guaranteed to
370
* have all of the fields in the
skeleton
.
372
* @param
skeleton
The
skeleton
is a pattern containing only the variable fields.
374
* @return Best pattern matching the input
skeleton
.
377
public String getBestPattern(String
skeleton
) {
[
all
...]
/external/bison/examples/calc++/
calc++-parser.hh
3
/*
Skeleton
interface for Bison LALR(1) parsers in C++
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
38
/* C++ LALR(1) parser
skeleton
written by Akim Demaille. */
location.hh
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
position.hh
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/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
36
///
Skeleton
unit associated with this unit.
37
DwarfCompileUnit *
Skeleton
;
78
return
Skeleton
;
172
/// Set the
skeleton
unit associated with this unit.
173
void setSkeleton(DwarfCompileUnit &Skel) {
Skeleton
= &Skel; }
230
return (
Skeleton
?
Skeleton
: this)->CURangeLists;
/external/bison/src/
parse-gram.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/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>
Completed in 684 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>