Home
last modified time | relevance | path

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

12345678910>>...83

/external/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 …]
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp22 fStandard = ctxInfo.standard(); in GrGLCaps()
75 GrGLStandard standard = ctxInfo.standard(); in init() local
78 if (kGLES_GrGLStandard == standard) { in init()
82 SkASSERT(kGL_GrGLStandard == standard); in init()
94 if (kGL_GrGLStandard == standard) { in init()
109 fTextureUsageSupport = (kGLES_GrGLStandard == standard) && in init()
112 if (kGL_GrGLStandard == standard) { in init()
120 if (kGL_GrGLStandard == standard) { in init()
127 fImagingSupport = kGL_GrGLStandard == standard && in init()
130 if (((kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) || in init()
[all …]
/external/skia/src/gpu/gl/
DGrGLCaps.cpp22 fStandard = ctxInfo.standard(); in GrGLCaps()
75 GrGLStandard standard = ctxInfo.standard(); in init() local
78 if (kGLES_GrGLStandard == standard) { in init()
82 SkASSERT(kGL_GrGLStandard == standard); in init()
94 if (kGL_GrGLStandard == standard) { in init()
109 fTextureUsageSupport = (kGLES_GrGLStandard == standard) && in init()
112 if (kGL_GrGLStandard == standard) { in init()
120 if (kGL_GrGLStandard == standard) { in init()
127 fImagingSupport = kGL_GrGLStandard == standard && in init()
130 if (((kGL_GrGLStandard == standard && version >= GR_GL_VER(4,3)) || in init()
[all …]
/external/icu/icu4c/source/data/zone/
Dro.txt1295 ls{"Ora standard Acre"}
1312 ls{"Ora standard a Africii Occidentale"}
1317 ls{"Ora standard din Alaska"}
1322 ls{"Ora standard a Amazonului"}
1327 ls{"Ora standard centrală nord-americană"}
1332 ls{"Ora standard orientală nord-americană"}
1337 ls{"Ora standard în zona montană nord-americană"}
1342 ls{"Ora standard în zona Pacific nord-americană"}
1347 ls{"Ora standard din Anadyr"}
1352 ls{"Ora standard din Apia"}
[all …]
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 …]
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"}
/external/webrtc/webrtc/voice_engine/
Dvoice_engine.gyp204 'test/auto_test/standard/audio_processing_test.cc',
205 'test/auto_test/standard/codec_before_streaming_test.cc',
206 'test/auto_test/standard/codec_test.cc',
207 'test/auto_test/standard/dtmf_test.cc',
208 'test/auto_test/standard/external_media_test.cc',
209 'test/auto_test/standard/file_before_streaming_test.cc',
210 'test/auto_test/standard/file_test.cc',
211 'test/auto_test/standard/hardware_before_initializing_test.cc',
212 'test/auto_test/standard/hardware_before_streaming_test.cc',
213 'test/auto_test/standard/hardware_test.cc',
[all …]
/external/pcre/dist2/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
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
56 --cflags Writes to the standard output the command line options
61 Writes to the standard output the command line options
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
DFlexibleScalarStylesInJavaBeanTest.java82 Set<Property> standard = super.getProperties(type); in getProperties() local
84 sorted.addAll(standard); in getProperties()
121 NodeTuple standard = super.representJavaBeanProperty(javaBean, property, in representJavaBeanProperty() local
126 SequenceNode n = (SequenceNode) standard.getValueNode(); in representJavaBeanProperty()
127 return new NodeTuple(standard.getKeyNode(), new SequenceNode(n.getTag(), in representJavaBeanProperty()
135 ScalarNode n = (ScalarNode) standard.getValueNode(); in representJavaBeanProperty()
136 return new NodeTuple(standard.getKeyNode(), new ScalarNode(n.getTag(), in representJavaBeanProperty()
140 return standard; in representJavaBeanProperty()
/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.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-as.pod15 into a file or to standard output.
18 standard input.
21 B<llvm-as> sends its output to a file or standard output by following
28 If the input is standard input, then the output is standard output.
60 sends its output to standard output.
/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/python/cpython2/Lib/
D_LWPCookieJar.py120 standard = {}
123 standard[k] = False
134 standard[k] = v
136 standard[k] = v
140 h = standard.get
/external/syslinux/txt/
Dcom-name.txt4 As of 3.73, a standard for naming conventions was adopted to more
6 Project", in standard proper noun capitalization, shall be used to refer
8 particular loader variant such as "*SYSLINUX*" for the standard disk
/external/shflags/doc/
DRELEASE_NOTES-1.0.1.txt37 shFlags tries to support both the standard and enhanced versions of ``getopt``.
38 As each responds differently, and not everything is supported on the standard
40 the standard version of ``getopt`` is detected. The reason being that there is
61 including 10.5) is the standard version. As such, only short flags are
65 including Solaris 10) is the standard version. As such, only short flags are
DRELEASE_NOTES-1.0.0.txt37 shFlags tries to support both the standard and enhanced versions of ``getopt``.
38 As each responds differently, and not everything is supported on the standard
40 the standard version of ``getopt`` is detected. The reason being that there is
61 including Solaris 10) is the standard version. As such, only short flags are
65 including 10.5) is the standard version. As such, only short flags are
/external/skia/src/core/
DSkColorSpace.cpp90 static bool xyz_almost_equal(const SkMatrix44& toXYZD50, const float* standard) { in xyz_almost_equal() argument
91 return color_space_almost_equal(toXYZD50.getFloat(0, 0), standard[0]) && in xyz_almost_equal()
92 color_space_almost_equal(toXYZD50.getFloat(0, 1), standard[1]) && in xyz_almost_equal()
93 color_space_almost_equal(toXYZD50.getFloat(0, 2), standard[2]) && in xyz_almost_equal()
94 color_space_almost_equal(toXYZD50.getFloat(1, 0), standard[3]) && in xyz_almost_equal()
95 color_space_almost_equal(toXYZD50.getFloat(1, 1), standard[4]) && in xyz_almost_equal()
96 color_space_almost_equal(toXYZD50.getFloat(1, 2), standard[5]) && in xyz_almost_equal()
97 color_space_almost_equal(toXYZD50.getFloat(2, 0), standard[6]) && in xyz_almost_equal()
98 color_space_almost_equal(toXYZD50.getFloat(2, 1), standard[7]) && in xyz_almost_equal()
99 color_space_almost_equal(toXYZD50.getFloat(2, 2), standard[8]) && in xyz_almost_equal()
DSkICC.cpp341 static bool nearly_equal(const SkMatrix44& toXYZD50, const float standard[9]) { in nearly_equal()
342 return nearly_equal(toXYZD50.getFloat(0, 0), standard[0]) in nearly_equal()
343 && nearly_equal(toXYZD50.getFloat(0, 1), standard[1]) in nearly_equal()
344 && nearly_equal(toXYZD50.getFloat(0, 2), standard[2]) in nearly_equal()
345 && nearly_equal(toXYZD50.getFloat(1, 0), standard[3]) in nearly_equal()
346 && nearly_equal(toXYZD50.getFloat(1, 1), standard[4]) in nearly_equal()
347 && nearly_equal(toXYZD50.getFloat(1, 2), standard[5]) in nearly_equal()
348 && nearly_equal(toXYZD50.getFloat(2, 0), standard[6]) in nearly_equal()
349 && nearly_equal(toXYZD50.getFloat(2, 1), standard[7]) in nearly_equal()
350 && nearly_equal(toXYZD50.getFloat(2, 2), standard[8]) in nearly_equal()
/external/skqp/src/core/
DSkICC.cpp341 static bool nearly_equal(const SkMatrix44& toXYZD50, const float standard[9]) { in nearly_equal()
342 return nearly_equal(toXYZD50.getFloat(0, 0), standard[0]) in nearly_equal()
343 && nearly_equal(toXYZD50.getFloat(0, 1), standard[1]) in nearly_equal()
344 && nearly_equal(toXYZD50.getFloat(0, 2), standard[2]) in nearly_equal()
345 && nearly_equal(toXYZD50.getFloat(1, 0), standard[3]) in nearly_equal()
346 && nearly_equal(toXYZD50.getFloat(1, 1), standard[4]) in nearly_equal()
347 && nearly_equal(toXYZD50.getFloat(1, 2), standard[5]) in nearly_equal()
348 && nearly_equal(toXYZD50.getFloat(2, 0), standard[6]) in nearly_equal()
349 && nearly_equal(toXYZD50.getFloat(2, 1), standard[7]) in nearly_equal()
350 && nearly_equal(toXYZD50.getFloat(2, 2), standard[8]) in nearly_equal()
DSkColorSpace.cpp90 static bool xyz_almost_equal(const SkMatrix44& toXYZD50, const float* standard) { in xyz_almost_equal() argument
91 return color_space_almost_equal(toXYZD50.getFloat(0, 0), standard[0]) && in xyz_almost_equal()
92 color_space_almost_equal(toXYZD50.getFloat(0, 1), standard[1]) && in xyz_almost_equal()
93 color_space_almost_equal(toXYZD50.getFloat(0, 2), standard[2]) && in xyz_almost_equal()
94 color_space_almost_equal(toXYZD50.getFloat(1, 0), standard[3]) && in xyz_almost_equal()
95 color_space_almost_equal(toXYZD50.getFloat(1, 1), standard[4]) && in xyz_almost_equal()
96 color_space_almost_equal(toXYZD50.getFloat(1, 2), standard[5]) && in xyz_almost_equal()
97 color_space_almost_equal(toXYZD50.getFloat(2, 0), standard[6]) && in xyz_almost_equal()
98 color_space_almost_equal(toXYZD50.getFloat(2, 1), standard[7]) && in xyz_almost_equal()
99 color_space_almost_equal(toXYZD50.getFloat(2, 2), standard[8]) && in xyz_almost_equal()
/external/skqp/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp80 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface() local
82 if (kGLES_GrGLStandard == standard) { in GrGLMakeNativeInterface()
84 } else if (kGL_GrGLStandard == standard) { in GrGLMakeNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp80 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); in GrGLMakeNativeInterface() local
82 if (kGLES_GrGLStandard == standard) { in GrGLMakeNativeInterface()
84 } else if (kGL_GrGLStandard == standard) { in GrGLMakeNativeInterface()
/external/ImageMagick/m4/
Dcxx_have_std_libs.m43 dnl If the compiler supports ISO C++ standard library (i.e., can
14 [AC_CACHE_CHECK(whether the compiler supports ISO C++ standard library,
30 AC_DEFINE(HAVE_STD_LIBS,,[define if the compiler supports ISO C++ standard library])

12345678910>>...83