/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | BuildMirroringTables.java | 55 UnicodeSet mirrored = new UnicodeSet("[\\p{Bidi_Mirrored}]"); in writeMirroredDataFile() local 56 int count = mirrored.size(); in writeMirroredDataFile() 64 int ch = mirrored.charAt(i); in writeMirroredDataFile()
|
/third_party/python/Lib/test/ |
D | test_unicodedata.py | 91 str(self.db.mirrored(char)), 162 self.assertEqual(self.db.mirrored('\uFFFE'), 0) 163 self.assertEqual(self.db.mirrored('a'), 0) 164 self.assertEqual(self.db.mirrored('\u2201'), 1) 165 self.assertEqual(self.db.mirrored('\U00020000'), 0) 167 self.assertRaises(TypeError, self.db.mirrored) 168 self.assertRaises(TypeError, self.db.mirrored, 'xx') 282 self.assertTrue(unicodedata.mirrored("\u0f3a")) 283 self.assertTrue(not unicodedata.ucd_3_2_0.mirrored("\u0f3a"))
|
/third_party/openssl/doc/man3/ |
D | OSSL_LIB_CTX.pod | 54 application library context then this will be automatically mirrored in the 59 library context. Providers loaded independently in this way will not be mirrored 64 context as required. If the provider already exists due to it being mirrored 83 application's library context and will be similarly mirrored in the child
|
D | BIO_s_file.pod | 77 in stdio behaviour will be mirrored by the corresponding BIO.
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | evp_fetch.c | 478 int mirrored) in evp_set_parsed_default_properties() argument 488 if (mirrored) { in evp_set_parsed_default_properties() 525 int loadconfig, int mirrored) in evp_set_default_properties_int() argument 533 if (!evp_set_parsed_default_properties(libctx, pl, loadconfig, mirrored)) { in evp_set_default_properties_int()
|
/third_party/openssl/crypto/evp/ |
D | evp_fetch.c | 478 int mirrored) in evp_set_parsed_default_properties() argument 488 if (mirrored) { in evp_set_parsed_default_properties() 525 int loadconfig, int mirrored) in evp_set_default_properties_int() argument 533 if (!evp_set_parsed_default_properties(libctx, pl, loadconfig, mirrored)) { in evp_set_default_properties_int()
|
/third_party/python/Doc/library/ |
D | unicodedata.rst | 90 .. function:: mirrored(chr) 92 Returns the mirrored property assigned to the character *chr* as 93 integer. Returns ``1`` if the character has been identified as a "mirrored"
|
/third_party/node/deps/v8/tools/ |
D | README.md | 5 The contents are regularly mirrored to <http://v8.dev/tools>.
|
/third_party/node/deps/v8/third_party/jsoncpp/ |
D | README.chromium | 10 project is mirrored here from the public GitHub project, with a custom BUILD.gn
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | README.adoc | 17 * The XML API Registry (also mirrored at 19 * Vulkan header files (also mirrored at
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_mirror_clamp.txt | 61 & mirrored) and four ways for texture coordinate clamping to 123 Moreover, MIRRORED_REPEAT uses "mirrored" to help that the 147 "mirror image". This mode allows the texture to be mirrored only
|
D | EXT_texture_mirror_clamp_to_edge.txt | 58 This mode allows the texture to be mirrored only once in the negative
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_mirror_clamp.txt | 61 & mirrored) and four ways for texture coordinate clamping to 123 Moreover, MIRRORED_REPEAT uses "mirrored" to help that the 147 "mirror image". This mode allows the texture to be mirrored only
|
D | EXT_texture_mirror_clamp_to_edge.txt | 58 This mode allows the texture to be mirrored only once in the negative
|
/third_party/skia/third_party/externals/tint/test/bug/dawn/ |
D | 947.wgsl | 30 // We need to get the mirror positions(mirrored based on y = 0.5) on flip cases.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | README.txt | 16 This directory is mirrored between libcxxabi/demangle and
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_sampler_mirror_clamp_to_edge.txt | 27 This mode allows the texture to be mirrored only once in the negative s, t,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_texture_mirror_once.txt | 35 This mode allows the texture to be mirrored only once in the negative
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.texture.gather.txt | 37 - Test each wrap mode (clamp to edge, repeat, mirrored repeat) for both S and
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_texture_mirror_once.txt | 35 This mode allows the texture to be mirrored only once in the negative
|
/third_party/python/Doc/tutorial/ |
D | whatnow.rst | 35 site is mirrored in various places around the world, such as Europe, Japan, and
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
D | README.md | 59 any received messages (such as its own sends mirrored back, or anything
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 517 UnicodeSet mirrored("[:Bidi_M:]", errorCode); in TestBidiPairedBracketType() local 519 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_mirror_clamp_to_edge.txt | 61 This mode allows the texture to be mirrored only once in the negative
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_mirror_clamp_to_edge.txt | 71 This mode allows the texture to be mirrored only once in the negative
|