Home
last modified time | relevance | path

Searched refs:translation (Results 1 – 25 of 1349) sorted by relevance

12345678910>>...54

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts9 <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 …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathDescription.txt6 …l attention! Note: before translating, be sure to read http://cldr.org/translation/displaynames/co…
7 … code = {0}. Note: before translating, be sure to read http://cldr.org/translation/displaynames/sc…
9 … timezone ; The name of {0}. For more information, see http://cldr.org/translation/timezones#TOC-C…
11 …Unicode language code = {0}. For more information, see http://cldr.org/translation/displaynames/la…
12 …h Unicode script code = {0}. For more information, see http://cldr.org/translation/displaynames/sc…
13 …h Unicode region code = {0}. For more information, see http://cldr.org/translation/displaynames/co…
14 …code subdivision code = {0}. For more information, see http://cldr.org/translation/displaynames/co…
15 …the ISO currency code = {0}. For more information, see http://cldr.org/translation/numbers-currenc…
16 …ed from the inherited value. For more information, see http://cldr.org/translation/numbers-currenc…
17 …rrency symbol is introduced. For more information, see http://cldr.org/translation/numbers-currenc…
[all …]
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d.h22 constexpr AxisTransform2d(float scale, const Vector2dF& translation) in AxisTransform2d() argument
23 : scale_(scale), translation_(translation) {} in AxisTransform2d()
37 void PreTranslate(const Vector2dF& translation) { in PreTranslate() argument
38 translation_ += ScaleVector2d(translation, scale_); in PreTranslate()
40 void PostTranslate(const Vector2dF& translation) { in PostTranslate() argument
41 translation_ += translation; in PostTranslate()
76 const Vector2dF& translation() const { return translation_; } in translation() function
103 const Vector2dF& translation) { in PreTranslateAxisTransform2d() argument
105 result.PreTranslate(translation); in PreTranslateAxisTransform2d()
111 const Vector2dF& translation) { in PostTranslateAxisTransform2d() argument
[all …]
/external/arm-trusted-firmware/docs/components/
Dxlat-tables-lib-v2-design.rst4 This document describes the design of the translation tables library (version 2)
12 #. Statically allocate translation tables and populate them (at run-time) based
16 #. Support for generating translation tables pertaining to a different
17 translation regime than the exception level the library code is executing at;
51 translation tables library.
68 library transpose that in a set of translation tables. As a result, the library
69 might create new translation tables, update or split existing ones.
74 the EL1&0 translation regime, the attributes also specify whether the region is
76 in ``xlat_tables_v2.h``. Note that for the EL1&0 translation regime the Execute
79 The granularity controls the translation table level to go down to when mapping
[all …]
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst7 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 …]
/external/libexif/test/nls/
Dtest-nls.c49 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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp918 const Vec2& translation = translations[quadNdx]; in createOverlappingQuads() local
923 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
928 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
933 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
938 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
985 const Vec2& translation = translations[quadNdx]; in createOverlappingQuadsDualSource() local
990 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuadsDualSource()
996 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuadsDualSource()
1002 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuadsDualSource()
1008 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuadsDualSource()
/external/tensorflow/tensorflow/cc/gradients/
Dimage_grad_test.cc200 Input translation, const string& kernel_type, bool antialias, in MakeOp() argument
203 *y = ScaleAndTranslate(scope_, *x, y_shape, scale, translation, in MakeOp()
213 Input translation, const string& kernel_type, in TestScaleAndTranslate() argument
217 MakeOp<X_T>(x_data, {out_height, out_width}, scale, translation, in TestScaleAndTranslate()
241 for (const Input translation : kTranslations) { in TEST_F() local
244 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F()
257 for (const Input translation : kTranslations) { in TEST_F() local
259 scale, translation, "lanczos3", in TEST_F()
273 for (const Input translation : kTranslations) { in TEST_F() local
276 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F()
[all …]
/external/clang/test/ASTMerge/
Dproperty.m5 … error: property 'Prop1' declared with incompatible types in different translation units ('int' vs…
7 …or: instance method 'Prop1' has incompatible result types in different translation units ('int' vs…
9 …error: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' …
11 …operty 'Prop3' is implemented with @dynamic in one translation but @synthesize in another translat…
Dinterface.m5 …nstance variable 'ivar2' declared with incompatible types in different translation units ('float' …
10 …: error: class method 'foo' has incompatible result types in different translation units ('float' …
12 …lass method 'bar:' has a parameter with a different types in different translation units ('float' …
14 // CHECK: interface2.m:45:1: error: class method 'bar:' is variadic in one translation unit and not…
16 …ance method 'bar:' has a parameter with a different types in different translation units ('double'…
Dcategory.m5 …: instance method 'method2' has incompatible result types in different translation units ('float' …
7 …: instance method 'method3' has incompatible result types in different translation units ('float' …
9 …ror: instance method 'blah' has incompatible result types in different translation units ('int' vs…
/external/llvm-project/clang/test/ASTMerge/property/
Dtest.m5 …arning: property 'Prop1' declared with incompatible types in different translation units ('int' vs…
7 …ng: instance method 'Prop1' has incompatible result types in different translation units ('int' vs…
9 …rning: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' …
11 …operty 'Prop3' is implemented with @dynamic in one translation but @synthesize in another translat…
/external/llvm-project/clang/test/ASTMerge/interface/
Dtest.m5 …nstance variable 'ivar2' declared with incompatible types in different translation units ('float' …
10 …warning: class method 'foo' has incompatible result types in different translation units ('float' …
12 …lass method 'bar:' has a parameter with a different types in different translation units ('float' …
14 // CHECK: interface2.m:45:1: warning: class method 'bar:' is variadic in one translation unit and n…
16 …ance method 'bar:' has a parameter with a different types in different translation units ('double'…
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc46 const Point2f translation = GetWeightedMedian(weights, deltas); in AdjustBox() local
48 *translation_x = translation.x; in AdjustBox()
49 *translation_y = translation.y; in AdjustBox()
53 FillScales(old_center, translation, weights, deltas); in AdjustBox()
151 const Point2f& translation, in FillScales() argument
166 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales()
167 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales()
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticASTKinds.td410 "translation units (%1 vs. %2)">;
413 "translation units (%1 vs. %2)">,
416 "external variable %0 defined in multiple translation units">;
418 "external variable %0 defined in multiple translation units">,
423 "translation units (%1 vs. %2)">;
426 "translation units (%1 vs. %2)">,
429 : Error<"type %0 has incompatible definitions in different translation "
432 : Warning<"type %0 has incompatible definitions in different translation "
452 "translation units (%1 vs. %2)">;
455 "translation units (%1 vs. %2)">,
[all …]
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td194 "translation units (%1 vs. %2)">;
196 "external variable %0 defined in multiple translation units">;
201 "translation units (%1 vs. %2)">;
203 "type %0 has incompatible definitions in different translation units">,
222 "translation units (%1 vs. %2)">;
227 "translation units (%1 vs. %2)">;
234 "different translation units (%2 vs. %3)">;
237 "different translation units (%2 vs. %3)">;
240 "in different translation units (%2 vs. %3)">;
242 "%select{class|instance}0 method %1 is variadic in one translation unit "
[all …]
/external/python/cpython2/Doc/library/
Dgettext.rst29 translation of your entire application globally. Often this is what you want if
66 Return the localized translation of *message*, based on the current global
73 Equivalent to :func:`gettext`, but the translation is returned in the preferred
87 Equivalent to :func:`dgettext`, but the translation is returned in the preferred
96 Like :func:`gettext`, but consider plural forms. If a translation is found,
98 languages have more than two plural forms). If no translation is found, return
112 Equivalent to :func:`ngettext`, but the translation is returned in the preferred
128 Equivalent to :func:`dngettext`, but the translation is returned in the
185 .. function:: translation(domain[, localedir[, languages[, class_[, fallback[, codeset]]]]])
197 translation object from the cache; the actual instance data is still shared with
[all …]
/external/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-3.rst24 The translation table library in ARM Trusted Firmware (TF) (under
26 translation tables in the MMU. The xlat\_tables client specifies its required
57 translation tables. The EL3 translation regime uses a single ``XN`` bit to
58 determine whether a region is executable. The Secure EL1&0 translation regime
68 of the ``XN``, ``UXN`` or ``PXN`` bits in the translation tables. See the
77 privileges of the currently executing translation regime, which is the desired
/external/arm-trusted-firmware/docs/plat/marvell/armada/misc/
Dmvebu-a8k-addr-map.rst1 Address decoding flow and address translation units of Marvell Armada 8K SoC family
19 …| | +-| translation | | Lookup +---- +--------- AP SPI |…
23 …| | translation | +------------+ | Lookup | +-------------+…
/external/python/cpython3/Doc/library/
Dgettext.rst30 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 …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DUniformBlockToStructuredBufferTranslation.md24 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:
/external/libexif/
DChangeLog38 * po/da.po: Updated Danish translation by Joe Hansen
39 * po/de.po: Updated German translation by Christian Kirbach
40 * po/pl.po: Updated Polish translation by Jakub Bogusz
41 * po/sk.po: Updated Slovak translation by Ivan Masár
42 * po/uk.po: Updated Ukrainian translation by Yuri Chornoivan
43 * po/vi.po: Updated Vietnamese translation by Trần Ngọc Quân
52 * po/en_AU.po: Added English (Australian) translation by Joel Pickett
53 * po/uk.po: Added Ukrainian translation by Yuri Chornoivan
56 * po/en_CA.po: Updated Canadian English translation
60 * po/vi.po: Updated Vietnamese translation by Trần Ngọc Quân
[all …]
/external/llvm-project/clang/test/ASTMerge/category/
Dtest.m5 …: instance method 'method2' has incompatible result types in different translation units ('float' …
7 …: instance method 'method3' has incompatible result types in different translation units ('float' …
9 …ing: instance method 'blah' has incompatible result types in different translation units ('int' vs…
/external/eigen/Eigen/src/Geometry/
DTranslation.h90 EIGEN_DEVICE_FUNC const VectorType& translation() const { return m_coeffs; } in translation() function
91 EIGEN_DEVICE_FUNC VectorType& translation() { return m_coeffs; } in translation() function
117 res.translation() = linear.derived() * t.m_coeffs;
187 res.translation() = m_coeffs;
200 res.translation() = m_coeffs;
/external/llvm-project/clang/test/PCH/
Dchain-selectors.m21 …tor(x); // expected-warning {{no method with selector 'x' is implemented in this translation unit}}
22 …tor(y); // expected-warning {{no method with selector 'y' is implemented in this translation unit}}
23 …tor(e); // expected-warning {{no method with selector 'e' is implemented in this translation unit}}

12345678910>>...54