/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 9 <translation>Wähle die Netzwerkschnittstelle zum hinzufügen aus</translation> 14 <translation>Treiber</translation> 19 <translation>Schnittstelle</translation> 24 <translation>Beschreibung</translation> 29 …<translation>Das Schnittstellen hinzufügen Kommando konnte nicht abgeschlossen werden.</translatio… 34 <translation>Fehler beim hinzufügen der Schnittstelle.</translation> 39 <translation>Fehler beim hinzufügen der Schnittstelle in die Registry.</translation> 47 <translation>wpa_gui Fehler</translation> 55 <translation>Ereignis Historie</translation> 60 <translation>Schließen</translation> [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 9 <translation>Wähle die Netzwerkschnittstelle zum hinzufügen aus</translation> 14 <translation>Treiber</translation> 19 <translation>Schnittstelle</translation> 24 <translation>Beschreibung</translation> 29 …<translation>Das Schnittstellen hinzufügen Kommando konnte nicht abgeschlossen werden.</translatio… 34 <translation>Fehler beim hinzufügen der Schnittstelle.</translation> 39 <translation>Fehler beim hinzufügen der Schnittstelle in die Registry.</translation> 47 <translation>wpa_gui Fehler</translation> 55 <translation>Ereignis Historie</translation> 60 <translation>Schließen</translation> [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | ShaderLighting.cpp | 58 float translation[16]; in use() local 59 translation[0] = 1.0f; in use() 60 translation[1] = 0.0f; in use() 61 translation[2] = 0.0f; in use() 62 translation[3] = 0.0f; in use() 64 translation[4] = 0.0f; in use() 65 translation[5] = 1.0f; in use() 66 translation[6] = 0.0f; in use() 67 translation[7] = 0.0f; in use() 69 translation[8] = 0.0f; in use() [all …]
|
D | ShaderTexture.cpp | 57 float translation[16]; in use() local 58 translation[0] = 1.0f; in use() 59 translation[1] = 0.0f; in use() 60 translation[2] = 0.0f; in use() 61 translation[3] = 0.0f; in use() 63 translation[4] = 0.0f; in use() 64 translation[5] = 1.0f; in use() 65 translation[6] = 0.0f; in use() 66 translation[7] = 0.0f; in use() 68 translation[8] = 0.0f; in use() [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | qttest2_de.ts | 6 <translation>Datei</translation> 10 <translation>Bearbeiten</translation> 14 <translation type="unfinished"></translation> 21 <translation>Archiv</translation>
|
D | msgfmt-properties-1 | 11 msg\ 1=msg 1 translation 12 help\ 2\ %d=help 2 translation 13 error\ 3=error 3 translation 18 mesg\ 4=mesg 4 translation 19 error\ 3=alternate error 3 translation 20 error\ 5=error 5 translation 21 window\ 6=window 6 translation
|
D | msgmerge-properties-1 | 11 not\ existing=but with translation 14 !not\ existing\ without\ translation= 17 still\ existing=translation 43 still\ existing=translation
|
/third_party/gettext/gnulib-local/lib/ |
D | gettext.h | 153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux() local 154 if (translation == msg_ctxt_id) in pgettext_aux() 157 return translation; in pgettext_aux() 173 const char *translation = in npgettext_aux() local 175 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux() 178 return translation; in npgettext_aux() 225 const char *translation; in dcpgettext_expr() local 241 translation = dcgettext (domain, msg_ctxt_id, category); in dcpgettext_expr() 242 found_translation = (translation != msg_ctxt_id); in dcpgettext_expr() 248 return translation; in dcpgettext_expr() [all …]
|
/third_party/glib/glib/ |
D | ggettext.c | 216 const gchar *translation; in g_dpgettext() local 219 translation = g_dgettext (domain, msgctxtid); in g_dpgettext() 221 if (translation == msgctxtid) in g_dpgettext() 236 translation = g_dgettext (domain, tmp); in g_dpgettext() 238 if (translation == tmp) in g_dpgettext() 243 return translation; in g_dpgettext() 278 const char *translation; in g_dpgettext2() local 287 translation = g_dgettext (domain, msg_ctxt_id); in g_dpgettext2() 289 if (translation == msg_ctxt_id) in g_dpgettext2() 293 translation = g_dgettext (domain, msg_ctxt_id); in g_dpgettext2() [all …]
|
/third_party/boost/libs/qvm/test/ |
D | translation_test.cpp | 21 test_qvm::vector<V1,D-1> y=translation(x); in test() 25 translation(x) *= 2; in test() 29 translation(x) + translation(x); in test() 30 -translation(x); in test()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 7 Multithreaded translation model 16 Multiple translation worker threads draw from the queue of Cfg pointers as they 22 It consumes the assembler buffers from the queue that the translation threads 26 translation thread (including Cfg nodes, instructions, and most kinds of 27 operands), and assembler buffers are created by the translation thread and 34 repeatable translation is sometimes needed, e.g. for regression testing. 35 Multithreaded translation introduces potential for randomness that may need to 39 translation queue in deterministic order. But since translation is 45 * Different translation threads may add new constant pool entries at different 57 looked up by translation threads and the parser thread, access to the constant [all …]
|
/third_party/boost/libs/bimap/example/mi_to_b_path/ |
D | bidirectional_map.cpp | 34 typedef dictionary::value_type translation; typedef 43 d.insert( translation("hola" ,"hello" )); in main() 44 d.insert( translation("adios","goodbye")); in main() 45 d.insert( translation("rosa" ,"rose" )); in main() 46 d.insert( translation("mesa" ,"table" )); in main()
|
D | tagged_bidirectional_map.cpp | 42 typedef dictionary::value_type translation; typedef 51 d.insert( translation("hola" ,"hello" )); in main() 52 d.insert( translation("adios","goodbye")); in main() 53 d.insert( translation("rosa" ,"rose" )); in main() 54 d.insert( translation("mesa" ,"table" )); in main()
|
/third_party/gettext/gettext-runtime/intl-csharp/ |
D | intl.cs | 267 String translation = rs.GetString(msgid); in GetString() 268 if (translation != null) in GetString() 269 return translation; in GetString() 289 String translation = rs.GetPluralString(msgid, msgidPlural, n); in GetPluralString() 290 if (translation != null) in GetPluralString() 291 return translation; in GetPluralString() 312 String translation = rs.GetString(combined); in GetParticularString() 313 if (translation != null) in GetParticularString() 314 return translation; in GetParticularString() 338 String translation = rs.GetPluralString(combined, msgidPlural, n); in GetParticularPluralString() [all …]
|
/third_party/libexif/test/nls/ |
D | test-nls.c | 49 char *translation; in main() local 77 translation = gettext(untranslated); in main() 80 if (strcmp(expected, translation) != 0) { in main() 92 translation); in main() 101 translation); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 919 const Vec2& translation = translations[quadNdx]; in createOverlappingQuads() local 924 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuads() 929 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads() 934 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuads() 939 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads() 986 const Vec2& translation = translations[quadNdx]; in createOverlappingQuadsDualSource() local 991 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuadsDualSource() 997 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuadsDualSource() 1003 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuadsDualSource() 1009 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuadsDualSource()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | affine_op_test.cc | 48 const std::vector<float_t> &translation, float_t scale, in GenerateMatrix() argument 50 float_t translation_x = translation[0]; in GenerateMatrix() 51 float_t translation_y = translation[1]; in GenerateMatrix() 78 std::vector<float> translation = {0.0, 0.0}; in TEST_F() local 83 …std::shared_ptr<AffineOp> op(new AffineOp(degree, translation, scale, shear, InterpolationMode::kL… in TEST_F() 93 std::vector<double> matrix = GenerateMatrix(input_tensor_, degree, translation, scale, shear); in TEST_F()
|
/third_party/node/deps/npm/node_modules/tiny-relative-date/src/ |
D | factory.js | 36 const translation = translations[key] 38 if (typeof translation === 'function') { 39 return translation(timeValue) 42 return translation.replace('{{time}}', timeValue)
|
/third_party/node/deps/npm/node_modules/tiny-relative-date/lib/ |
D | factory.js | 46 var translation = translations[key]; 48 if (typeof translation === 'function') { 49 return translation(timeValue); 52 return translation.replace('{{time}}', timeValue);
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | i18n | 15 translation, or do the bindtextdomain call 24 - mark all strings you want translated for translation by wrapping them in 43 http://www.iro.umontreal.ca/translation/ 47 from the translation project, and direct would-be translators there: 51 translation@iro.umontreal.ca, and the translation coordinator will send them
|
/third_party/flutter/engine/flutter/flow/ |
D | matrix_decomposition_unittests.cc | 55 ASSERT_FLOAT_EQ(translate + 0, decomposition.translation().fX); in TEST() 56 ASSERT_FLOAT_EQ(translate + 1, decomposition.translation().fY); in TEST() 57 ASSERT_FLOAT_EQ(translate + 2, decomposition.translation().fZ); in TEST() 79 ASSERT_FLOAT_EQ(translate, decomposition.translation().fX); in TEST() 80 ASSERT_FLOAT_EQ(translate, decomposition.translation().fY); in TEST() 81 ASSERT_FLOAT_EQ(translate, decomposition.translation().fZ); in TEST()
|
/third_party/libexif/ |
D | ChangeLog | 2 * po/sv.po: Updated Swedish translation by Sebastian Rasmussen 4 * Added new translation from launchpad.net's "yakkety" translations: 5 * po/ms.po: Added Malay translation by abuyop 9 * po/es.po: Updated Spanish translation by Antonio Ceballos 15 * po/da.po: Updated Danish translation by Joe Hansen 16 * po/de.po: Updated German translation by Christian Kirbach 17 * po/fr.po: Updated French translation by Frédéric Marchal 18 * po/uk.po: Updated Ukrainian translation by Yuri Chornoivan 22 * po/pl.po: Updated Polish translation by Jakub Bogusz 61 * po/da.po: Updated Danish translation by Joe Hansen [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | affine_ir.cc | 25 AffineOperation::AffineOperation(float_t degrees, const std::vector<float> &translation, float scal… in AffineOperation() argument 29 translation_(translation), in AffineOperation() 97 std::vector<float> translation = op_params["translate"]; in from_json() local 102 …*operation = std::make_shared<vision::AffineOperation>(degrees, translation, scale, shear, interpo… in from_json()
|
/third_party/python/Doc/library/ |
D | gettext.rst | 30 translation of your entire application globally. Often this is what you want if 69 Return the localized translation of *message*, based on the current global 81 Like :func:`.gettext`, but consider plural forms. If a translation is found, 83 languages have more than two plural forms). If no translation is found, return 106 but the translation is restricted to the given message *context*. 118 but the translation is returned as a byte string encoded in the preferred 184 .. function:: translation(domain, localedir=None, languages=None, class_=None, fallback=False, code… 198 translation object from the cache; the actual instance data is still shared with 216 :func:`translation`. 218 For the *names* parameter, please see the description of the translation [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | UniformBlockToStructuredBufferTranslation.md | 24 A typical use case for uniform block to StructuredBuffer translation is for shaders with 39 apply our translation. They are divided into two classes. The first case is when the 75 These are the supported translation types which do not require translation emulation: 87 These are the supported translation types which require some basic translation emulation: 95 These are the unsupported translation types which require more complex translation emulation:
|