/external/icu4c/test/cintltst/ |
D | stdnmtst.c | 38 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/chromium_org/third_party/icu/source/test/cintltst/ |
D | stdnmtst.c | 38 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/icu4c/data/zone/ |
D | it.txt | 278 ls{"Ora standard dell'Africa occidentale"} 283 ls{"Ora standard Alaska"} 288 ls{"Ora standard dell'Amazzonia"} 293 ls{"Ora standard centrale USA"} 298 ls{"Ora standard orientale USA"} 303 ls{"Ora standard sulle Montagne Rocciose USA"} 308 ls{"Ora standard della costa del Pacifico USA"} 313 ls{"Ora standard di Anadyr"} 318 ls{"Ora standard araba"} 323 ls{"Ora standard dell'Argentina"} [all …]
|
D | ro.txt | 349 ls{"Ora standard Acre"} 366 ls{"Ora standard Africii Occidentale"} 371 ls{"Ora standard Alaska"} 376 ls{"Ora standard a Amazonului"} 381 ls{"Ora standard centrală"} 386 ls{"Ora standard orientală"} 391 ls{"Ora standard în zona montană"} 396 ls{"Ora standard în zona Pacific"} 401 ls{"Ora standard din Anadyr"} 406 ls{"Ora standard arabă"} [all …]
|
/external/hyphenation/ |
D | README.nonstandard | 1 Non-standard hyphenation 4 Some languages use non-standard hyphenation; `discretionary' 13 non-standard hyphenation patterns. For example: 32 Unfortunatelly, now the conversion step can generate bad non-standard 33 patterns (non-standard -> standard pattern conversion), so using 36 patterns resulting bad non-standard hyphenation in a few cases. Using narrow 39 Syntax of the non-standard hyphenation patterns 72 - only the greater value guarantees the win (don't mix non-standard and 73 non-standard patterns with the same value, for example 96 There hasn't been extended PatGen pattern generator for non-standard [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-as.rst | 14 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.
|
D | llvm-dis.rst | 20 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.
|
D | opt.rst | 19 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 is short hand for a standard list of *compile time optimization* passes. 79 simply removes the inlining pass from the standard list. 113 Record the amount of time needed for each pass and print it to standard
|
D | llvm-link.rst | 13 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/chromium_org/third_party/icu/source/data/zone/ |
D | ro.txt | 192 ls{"Ora standard în zona Alaska"} 197 ls{"Ora standard în zona Alaska-Hawaii"} 206 ls{"Ora standard centrală"} 211 ls{"Ora standard orientală"} 216 ls{"Ora standard în zona montană"} 221 ls{"Ora standard în zona Pacific"} 233 ls{"Ora standard în zona Atlantic"} 242 ls{"Ora standard a Australiei Central Occidentale"} 247 ls{"Ora standard a Australiei Orientale"} 256 ls{"Ora standard Bering"} [all …]
|
/external/fdlibm/ |
D | readme | 32 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/ |
D | FindStandardMathLibrary.cmake | 1 # - 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/chromium_org/chrome/browser/ui/cocoa/ |
D | styled_text_field_unittest.mm | 123 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 125 // Capture the editor frame resulting from the standard focus machinery. 138 // in the same frame as the standard focus machinery. 145 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 153 // Capture the editor frame resulting from the standard focus machinery. 164 // result in the same frame as the standard focus machinery. 171 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 179 // Capture the editor frame resulting from the standard focus machinery. 190 // result in the same frame as the standard focus machinery.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_unittest.mm | 125 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 127 // Capture the editor frame resulting from the standard focus machinery. 140 // in the same frame as the standard focus machinery. 147 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 155 // Capture the editor frame resulting from the standard focus machinery. 166 // result in the same frame as the standard focus machinery. 173 // the standard focusing machinery, or by -resetFieldEditorFrameIfNeeded. 181 // Capture the editor frame resulting from the standard focus machinery. 192 // result in the same frame as the standard focus machinery.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
D | slider.css | 6 /* Customize the standard input[type='range']. */ 9 background: transparent; /* Hide the standard slider bar */ 27 /* Custom slider bar (we hide the standard one). */ 29 /* In order to match the horizontal position of the standard slider bar 34 pointer-events: none; /* Mouse events pass through to the standard input. */
|
/external/linux-tools-perf/Documentation/ |
D | perf-help.txt | 17 on the standard output. 20 printed on the standard output. 33 Prints all the available commands on the standard output. This
|
/external/icu4c/data/mappings/ |
D | gsm-03.38-2000.ucm | 24 # 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/valgrind/main/docs/internals/ |
D | why-no-libc.txt | 5 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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | README.chromium | 18 The POSIX 1003.1-2001 standard defines an application programming interface 22 threads, DECthreads, or any of the draft revisions of the pthreads standard. 24 standard API, with application developers following suit to reduce porting
|
/external/libvpx/libvpx/nestegg/halloc/ |
D | README | 4 Hierarchical memory heap interface - an extension to standard 28 * improved standard compliance thanks to the feedback 32 array, which happened to be common, but non-standard
|
/external/icu4c/data/coll/ |
D | root.txt | 16 default{"standard"} 68 standard{
|
/external/chromium_org/third_party/icu/source/data/coll/ |
D | root.txt | 16 default{"standard"} 96 standard{
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/ |
D | README | 2 The reason these libraries are built outside of the standard XFree86 7 Linux platforms. Since these libraries haven't become standard yet,
|
/external/zlib/src/contrib/iostream3/ |
D | README | 15 The new classes are as standard-compliant as possible, closely following the 16 approach of the standard library's fstream classes. It compiles under gcc versions 17 3.2 and 3.3, but not under gcc 2.xx. This is mainly due to changes in the standard
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | volatile-phioper.ll | 7 ; it can no longer use language standard as an excuse. The compiler 44 attributes #0 = { nounwind ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "no-f… 45 attributes #1 = { "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non…
|