Home
last modified time | relevance | path

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

12345678910>>...115

/third_party/icu/icu4c/source/test/cintltst/
Dstdnmtst.c39 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() argument
46 tag = ucnv_getStandardName(name, standard, &error); in dotestname()
48 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name); in dotestname()
51 … log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag); in dotestname()
67 const char *standard; in TestStandardName() local
70 standard = ucnv_getStandard(i, &err); in TestStandardName()
74 } else if (!standard || !*standard) { in TestStandardName()
75 log_err("FAIL: %s standard name at index %d\n", (standard ? "empty" : in TestStandardName()
115 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() argument
122 tag = ucnv_getCanonicalName(name, standard, &error); in dotestconv()
[all …]
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp33 fStandard = ctxInfo.standard(); in GrGLCaps()
96 GrGLStandard standard = ctxInfo.standard(); in init() local
98 sk_ignore_unused_variable(standard); in init()
101 if (GR_IS_GR_GL(standard)) { in init()
110 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
120 if (GR_IS_GR_GL(standard)) { in init()
124 } else if (GR_IS_GR_GL_ES(standard)) { in init()
131 } else if (GR_IS_GR_WEBGL(standard)) { in init()
147 fTextureUsageSupport = GR_IS_GR_GL_ES(standard) && in init()
150 if (GR_IS_GR_GL(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp26 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeAssembledInterface() local
28 sk_ignore_unused_variable(standard); in GrGLMakeAssembledInterface()
30 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeAssembledInterface()
32 } else if (GR_IS_GR_GL(standard)) { in GrGLMakeAssembledInterface()
34 } else if (GR_IS_GR_WEBGL(standard)) { in GrGLMakeAssembledInterface()
DGrGLExtensions.cpp66 bool GrGLExtensions::init(GrGLStandard standard, in init() argument
86 if (GR_IS_GR_GL(standard) || GR_IS_GR_GL_ES(standard)) { in init()
89 } else if (GR_IS_GR_WEBGL(standard)) { in init()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h29 #define GR_IS_GR_GL(standard) false argument
30 #define GR_IS_GR_GL_ES(standard) true argument
31 #define GR_IS_GR_WEBGL(standard) false argument
35 #define GR_IS_GR_GL(standard) true argument
36 #define GR_IS_GR_GL_ES(standard) false argument
37 #define GR_IS_GR_WEBGL(standard) false argument
41 #define GR_IS_GR_GL(standard) false argument
42 #define GR_IS_GR_GL_ES(standard) false argument
43 #define GR_IS_GR_WEBGL(standard) true argument
47 #define GR_IS_GR_GL(standard) (kGL_GrGLStandard == standard) argument
[all …]
/third_party/icu/icu4c/source/data/zone/
Dit.txt1304 ls{"Ora standard dell’Africa occidentale"}
1309 ls{"Ora standard dell’Alaska"}
1314 ls{"Ora standard dell’Amazzonia"}
1319 ls{"Ora standard centrale USA"}
1324 ls{"Ora standard orientale USA"}
1329 ls{"Ora standard Montagne Rocciose USA"}
1334 ls{"Ora standard del Pacifico USA"}
1339 ls{"Ora standard di Anadyr"}
1344 ls{"Ora standard di Apia"}
1349 ls{"Ora standard araba"}
[all …]
Dro.txt1295 ls{"Ora standard Acre"}
1312 ls{"Ora standard a Africii Occidentale"}
1317 ls{"Ora standard din Alaska"}
1322 ls{"Ora standard Almaty"}
1327 ls{"Ora standard a Amazonului"}
1332 ls{"Ora standard centrală nord-americană"}
1337 ls{"Ora standard orientală nord-americană"}
1342 ls{"Ora standard în zona montană nord-americană"}
1347 ls{"Ora standard în zona Pacific nord-americană"}
1352 ls{"Ora standard din Anadyr"}
[all …]
Dfur.txt51 ls{"Ore standard de Europe centrâl"}
59 ls{"Ore standard de Europe orientâl"}
67 ls{"Ore standard de Europe ocidentâl"}
78 ls{"Ore standard di Mosche"}
/third_party/skia/third_party/externals/icu/source/data/zone/
Dit.txt1307 ls{"Ora standard dell’Africa occidentale"}
1312 ls{"Ora standard dell’Alaska"}
1317 ls{"Ora standard dell’Amazzonia"}
1322 ls{"Ora standard centrale USA"}
1327 ls{"Ora standard orientale USA"}
1332 ls{"Ora standard Montagne Rocciose USA"}
1337 ls{"Ora standard del Pacifico USA"}
1342 ls{"Ora standard di Anadyr"}
1347 ls{"Ora standard di Apia"}
1352 ls{"Ora standard araba"}
[all …]
Dro.txt1295 ls{"Ora standard Acre"}
1312 ls{"Ora standard a Africii Occidentale"}
1317 ls{"Ora standard din Alaska"}
1322 ls{"Ora standard Almaty"}
1327 ls{"Ora standard a Amazonului"}
1332 ls{"Ora standard centrală nord-americană"}
1337 ls{"Ora standard orientală nord-americană"}
1342 ls{"Ora standard în zona montană nord-americană"}
1347 ls{"Ora standard în zona Pacific nord-americană"}
1352 ls{"Ora standard din Anadyr"}
[all …]
Dfur.txt51 ls{"Ore standard de Europe centrâl"}
59 ls{"Ore standard de Europe orientâl"}
67 ls{"Ore standard de Europe ocidentâl"}
78 ls{"Ore standard di Mosche"}
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp98 FunctionsGL::FunctionsGL() : version(), standard(), extensions() {} in FunctionsGL()
107 GetGLVersion(getString, &version, &standard); in initialize()
139 switch (standard) in initialize()
201 return standard == STANDARD_GL_DESKTOP && version >= glVersion; in isAtLeastGL()
206 return standard == STANDARD_GL_DESKTOP && glVersion >= version; in isAtMostGL()
211 return standard == STANDARD_GL_ES && version >= glesVersion; in isAtLeastGLES()
216 return standard == STANDARD_GL_ES && glesVersion >= version; in isAtMostGLES()
226 return standard == STANDARD_GL_DESKTOP && hasExtension(ext); in hasGLExtension()
231 return standard == STANDARD_GL_ES && hasExtension(ext); in hasGLESExtension()
/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments01.errors.txt1 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
2 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
3 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
4 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
11 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
18 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
26 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
34 …not be referenced in an arrow function in ES3 and ES5. Consider using a standard function expressi…
/third_party/pcre2/pcre2/doc/
Dpcre2-config.txt29 /usr/local on some systems) to the standard output.
34 fix) to the standard output.
37 the standard output.
39 --libs8 Writes to the standard output the command line options re-
43 --libs16 Writes to the standard output the command line options re-
47 --libs32 Writes to the standard output the command line options re-
52 Writes to the standard output the command line options re-
56 --cflags Writes to the standard output the command line options re-
61 Writes to the standard output the command line options re-
/third_party/ffmpeg/libavdevice/
Dv4l2.c97 char *standard; member
328 struct v4l2_standard standard; in list_standards() local
333 for (standard.index = 0; ; standard.index++) { in list_standards()
334 if (v4l2_ioctl(s->fd, VIDIOC_ENUMSTD, &standard) < 0) { in list_standards()
344 standard.index, (uint64_t)standard.id, standard.name); in list_standards()
662 struct v4l2_standard standard = { 0 }; in v4l2_set_parameters() local
675 if (s->standard) { in v4l2_set_parameters()
678 av_log(ctx, AV_LOG_DEBUG, "Setting standard: %s\n", s->standard); in v4l2_set_parameters()
681 standard.index = i; in v4l2_set_parameters()
682 if (v4l2_ioctl(s->fd, VIDIOC_ENUMSTD, &standard) < 0) { in v4l2_set_parameters()
[all …]
/third_party/node/deps/undici/src/docs/api/
DFetch.md9 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
15 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
19 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
23 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
27 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
/third_party/nghttp2/doc/
Dh2load.h2r56 The standard deviation of the time taken for request and response.
58 The fraction of the number of requests within standard deviation
72 The standard deviation of the time taken to connect to a server.
74 The fraction of the number of connections within standard
86 The standard deviation of the time taken to get 1st byte from a
89 The fraction of the number of connections within standard
101 The standard deviation of request per second among all clients.
104 The fraction of the number of connections within standard
/third_party/ltp/tools/sparse/sparse-src/
Doptions.c54 enum standard standard = STANDARD_GNU89; variable
352 standard = STANDARD_C89; in OPT_NUMERIC()
749 standard = STANDARD_C89; in handle_switch_s()
752 standard = STANDARD_C94; in handle_switch_s()
758 standard = STANDARD_C99; in handle_switch_s()
761 standard = STANDARD_GNU89; in handle_switch_s()
764 standard = STANDARD_GNU99; in handle_switch_s()
769 standard = STANDARD_C11; in handle_switch_s()
772 standard = STANDARD_GNU11; in handle_switch_s()
778 standard = STANDARD_C17; in handle_switch_s()
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/
Dverify.txt6 - Define a standard MCE record representation format. It should be
25 format to standard format.
32 and reference MCE records to standard format, then compare the
33 standard format MCE records in shell.
/third_party/json/cmake/
Dtest.cmake23 # detect standard support
56 # Supply test- and standard-specific build settings and/or test properties.
123 # set and require C++ standard
129 # apply standard-specific build settings
139 # apply test- and standard-specific build settings
159 # apply standard-specific test properties
169 # apply test- and standard-specific test properties
198 # if C++ standard <version_number> is supported by the compiler and the
/third_party/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp57 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface() local
59 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeNativeInterface()
61 } else if (GR_IS_GR_GL(standard)) { in GrGLMakeNativeInterface()
/third_party/icu/icu4c/source/data/coll/
Dsv.txt6 default{"standard"}
10 "[import sv-u-co-standard]"
14 standard{
/third_party/icu/docs/userguide/icu/
Dposix.md33 > :point_right: **Note**: *We use the term "POSIX" to mean the POSIX.1 standard (IEEE Std 1003.1) …
48 The ISO C standard provides two basic character types (`char` and `wchar_t`) and
49 defines strings as arrays of units of these types. The standard allows nearly
55 code or sequence of codes. Programs use standard library functions to handle
88 7. The ISO C standard basically requires, by how its standard functions are
91 standard library implementations using Unicode encodings which are either
98 hard coding of character codes, in addition to providing many standard or
120 With the use of Unicode, the implementation of many of the Unicode standard
128 The standard C functions `tolower()`, `toupper()`, etc. take and return one
147 5. There are no standard functions for title-casing strings.
[all …]
/third_party/python/Doc/distutils/
Dsourcedist.rst59 of the standard Python library since Python 1.6)
100 distributions, but in the future there will be a standard for testing Python
103 * Any of the standard README files (:file:`README`, :file:`README.txt`,
140 :file:`README.rst` is now included in the list of distutils standard READMEs.
156 :file:`examples/sample?/build`. All of this is done *after* the standard
157 include set, so you can exclude files from the standard set with explicit
159 :option:`!--no-defaults` option to disable the standard set entirely.) There are
178 :option:`!--no-defaults` option, and you can disable the standard exclude set
190 #. include :file:`README.txt`, :file:`setup.py`, and :file:`setup.cfg` (standard
193 #. include :file:`test/test\*.py` (standard files)
[all …]
/third_party/libcoap/man/
Dcoap_logging.txt.in154 The rest of the parameters follow the standard *printf*() function format.
161 The parameters follow the standard *printf*() function format.
167 The parameters follow the standard *printf*() function format.
173 The parameters follow the standard *printf*() function format.
179 The parameters follow the standard *printf*() function format.
185 The parameters follow the standard *printf*() function format.
191 The parameters follow the standard *printf*() function format.
197 The parameters follow the standard *printf*() function format.
203 The parameters follow the standard *printf*() function format.
209 The parameters follow the standard *printf*() function format.
[all …]

12345678910>>...115