Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/external/icu/icu4c/source/test/cintltst/
Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() argument
45 tag = ucnv_getStandardName(name, standard, &error); in dotestname()
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name); in dotestname()
50 … log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag); in dotestname()
66 const char *standard; in TestStandardName() local
69 standard = ucnv_getStandard(i, &err); in TestStandardName()
73 } else if (!standard || !*standard) { in TestStandardName()
74 log_err("FAIL: %s standard name at index %d\n", (standard ? "empty" : in TestStandardName()
114 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() argument
121 tag = ucnv_getCanonicalName(name, standard, &error); in dotestconv()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DArabicShapingRegTest.java58 public static TestData standard(String source, int flags, String result) { in standard() method in ArabicShapingRegTest.TestData
198 TestData.standard(lamAlefSpecialVLTR,
207 TestData.standard(lamAlefSpecialVLTR,
216 TestData.standard(lamAlefSpecialVLTR,
225 TestData.standard(lamAlefSpecialVLTR,
235 TestData.standard(lamAlefSpecialVLTR,
244 TestData.standard(lamAlefSpecialVLTR,
253 TestData.standard(lamAlefSpecialVLTR,
262 TestData.standard(lamAlefSpecialVLTR,
272 TestData.standard(tashkeelSpecialVLTR,
[all …]
/external/skia/src/gpu/gl/
DGrGLCaps.cpp107 GrGLStandard standard = ctxInfo.standard(); in init() local
114 if (kGLES_GrGLStandard == standard) { in init()
118 SkASSERT(kGL_GrGLStandard == standard); in init()
131 if (kGL_GrGLStandard == standard) { in init()
139 if (kGL_GrGLStandard == standard) { in init()
146 if (kGL_GrGLStandard == standard) { in init()
161 fTextureUsageSupport = (kGLES_GrGLStandard == standard) && in init()
164 if (kGL_GrGLStandard == standard) { in init()
176 if (kGL_GrGLStandard == standard) { in init()
187 if (kGL_GrGLStandard == standard) { in init()
[all …]
DGrGLSL.cpp53 if (kGLES_GrGLStandard == info.standard()) { in GrGetGLSLVersionDecl()
58 SkASSERT(kGL_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
62 SkASSERT(kGL_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
65 SkASSERT(kGL_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
68 SkASSERT(kGL_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
75 if (kGLES_GrGLStandard == info.standard()) { in GrGetGLSLVersionDecl()
78 SkASSERT(kGL_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
86 SkASSERT(kGLES_GrGLStandard == info.standard()); in GrGetGLSLVersionDecl()
/external/icu/icu4c/source/data/zone/
Dro.txt1259 ls{"Ora standard Acre"}
1276 ls{"Ora standard a Africii Occidentale"}
1281 ls{"Ora standard din Alaska"}
1286 ls{"Ora standard a Amazonului"}
1291 ls{"Ora standard centrală nord-americană"}
1296 ls{"Ora standard orientală nord-americană"}
1301 ls{"Ora standard în zona montană nord-americană"}
1306 ls{"Ora standard în zona Pacific nord-americană"}
1311 ls{"Ora standard din Anadyr"}
1316 ls{"Ora standard din Apia"}
[all …]
Dit.txt1271 ls{"Ora standard dell’Africa occidentale"}
1276 ls{"Ora standard Alaska"}
1281 ls{"Ora standard dell’Amazzonia"}
1286 ls{"Ora standard centrale USA"}
1291 ls{"Ora standard orientale USA"}
1296 ls{"Ora standard Montagne Rocciose USA"}
1301 ls{"Ora standard del Pacifico USA"}
1306 ls{"Ora standard di Anadyr"}
1311 ls{"Ora standard di Apia"}
1316 ls{"Ora standard araba"}
[all …]
Dfur.txt57 ls{"Ore standard de Europe centrâl"}
65 ls{"Ore standard de Europe orientâl"}
73 ls{"Ore standard de Europe ocidentâl"}
84 ls{"Ore standard di Mosche"}
/external/pcre/dist/doc/
Dpcre-config.txt29 /usr/local on some systems) to the standard output.
34 to the standard output.
37 the standard output.
39 --libs Writes to the standard output the command line options
43 --libs16 Writes to the standard output the command line options
47 --libs32 Writes to the standard output the command line options
52 Writes to the standard output the command line options
57 Writes to the standard output the command line options
61 --cflags Writes to the standard output the command line options
66 Writes to the standard output the command line options
/external/llvm/docs/CommandGuide/
Dllvm-as.rst14 into a file or to standard output.
17 standard input.
20 **llvm-as** sends its output to a file or standard output by following
23 * If the input is standard input, then the output is standard output.
45 sends its output to standard output.
Dllvm-dis.rst20 input from standard input.
22 If the input is being read from standard input, then **llvm-dis**
23 will send its output to standard output by default. Otherwise, the
52 to standard output.
Dopt.rst19 of the input source. It will usually print the results on standard output, but
20 in a few cases, it will print output to standard error or generate a file with
31 reads its input from standard input. Inputs can be in either the LLVM assembly
35 :program:`opt` writes its output to the standard output.
67 This option simply removes the inlining pass from the standard list.
93 Record the amount of time needed for each pass and print it to standard
Dllvm-link.rst13 into a single LLVM bitcode file. It writes the output file to standard output,
29 :program:`llvm-link` will write its output to standard output.
38 output bitcode file to standard error.
/external/fdlibm/
Dreadme32 3. Compiler failure on non-standard code
35 are not standard C and cause some optimizing compilers (e.g. GCC)
118 create a multi-standard compliant FDLIBM. In this case, each
119 function in FDLIBM is actually a standard compliant wrapper
149 function to comply to the standard specified by the value
162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID).
169 To create a multi-standard compliant libm, use
170 make "CFLAGS = -D_IEEE_MODE" --- multi-standard fdlibm: default
172 make "CFLAGS = -D_XOPEN_MODE" --- multi-standard fdlibm: default
174 make "CFLAGS = -D_POSIX_MODE" --- multi-standard fdlibm: default
[all …]
/external/eigen/cmake/
DFindStandardMathLibrary.cmake1 # - Try to find how to link to the standard math library, if anything at all is needed to do.
6 # STANDARD_MATH_LIBRARY_FOUND - we found how to successfully link to the standard math library
7 # STANDARD_MATH_LIBRARY - the name of the standard library that one has to link to.
44 # standard name 'm' for the standard math library.
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLCreateNativeInterface() local
81 if (kGLES_GrGLStandard == standard) { in GrGLCreateNativeInterface()
83 } else if (kGL_GrGLStandard == standard) { in GrGLCreateNativeInterface()
/external/jetty/src/resources/org/eclipse/jetty/webapp/jmx/
DWebAppContext-mbean.properties3 defaultsDescriptor: Default web.xml descriptor applied before standard web.xml
4 overrideDescriptor: Override web.xml descriptor applied after standard web.xml
12 descriptor: The standard web.xml descriptor
/external/skia/site/dev/contrib/
Dc++11.md15 - The C++11 standard library can't generally be used.
28 not ship with a C++11 standard library. So [Chrome has banned the use of the
29 C++11 standard library](http://chromium-cpp.appspot.com/). Some header-only
38 not a weak link for C++11 language features. Android's C++ standard library
47 the C++ standard library.
50 full C++11 standard library.
/external/icu/icu4c/source/data/mappings/
Dgsm-03.38-2000.ucm24 # The GSM standard specifies that one or two ESC bytes (\x1B), if not followed
31 # not mappable in the standard.)
37 # The GSM standard maps U+00C7 capital C-cedilla to \x09 but the Unicode file
39 # an interpretation of the intent of the standard. Prevailing implementations
40 # in mobile phones follow the standard.
42 # This file follows the GSM standard.
44 # See the GSM standard at
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java480 static final String getStandardName(String alias, String standard)throws IOException { in getStandardName() argument
482 int listOffset = findTaggedAliasListsOffset(alias, standard); in getStandardName()
527 static String getCanonicalName(String alias, String standard) throws IOException{ in getCanonicalName() argument
529 int convNum = findTaggedConverterNum(alias, standard); in getCanonicalName()
585 private static int findTaggedAliasListsOffset(String alias, String standard) { in findTaggedAliasListsOffset() argument
589 int tagNum = getTagNumber(standard); in findTaggedAliasListsOffset()
642 private static int findTaggedConverterNum(String alias, String standard) { in findTaggedConverterNum() argument
646 int tagNum = getTagNumber(standard); in findTaggedConverterNum()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-help.txt17 on the standard output.
20 printed on the standard output.
33 Prints all the available commands on the standard output. This
/external/mksh/src/
Dsh_flags.opt31 /* ./. enable {} globbing (non-standard) */
103 /* ./. don't do logical cds/pwds (non-standard) */
127 /* -s (invocation) parse stdin (pseudo non-standard) */
135 /* -U enable UTF-8 processing (non-standard) */
147 /* ./. enable ESC as file name completion character (non-standard) */
151 /* ./. enable Tab as file name completion character (non-standard) */
/external/valgrind/docs/internals/
Dwhy-no-libc.txt5 Subject: Re: [Valgrind-developers] Using standard C library in valgrind tool
10 IS> I would like to write a valgrind tool that uses the standard c
34 that are the reason Valgrind tools don't link with the standard
45 thread-local storage (which I think is standard these days). Glibc now
57 So if you need C standard library functionality that isn't covered by
58 the Valgrind core's somewhat non-standard subset, you'll have to get
/external/icu/icu4c/source/data/coll/
Dnn.txt16 standard{
17 Sequence{"[import nb-u-co-standard]"}
Dsmn.txt13 Sequence{"[import und-u-co-search][import smn-u-co-standard]"}
16 standard{
Dfo.txt13 Sequence{"[import und-u-co-search][import fo-u-co-standard]"}
16 standard{

12345678910>>...43