Home
last modified time | relevance | path

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

12345678910>>...38

/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 …ial attention! Note: before translating, be sure to read http://cldr.org/translation/country-names.
7 …ipt code = {0}. Note: before translating, be sure to read http://cldr.org/translation/script-names.
9 …ty ; ROOT timezone ; The name of {0}. For more information, see http://cldr.org/translation/cities.
11 … Unicode language code = {0}. For more information, see http://cldr.org/translation/language-names.
12 …with Unicode script code = {0}. For more information, see http://cldr.org/translation/script-names.
13 …ith Unicode region code = {0}. For more information, see http://cldr.org/translation/country-names.
14 …nicode subdivision code = {0}. For more information, see http://cldr.org/translation/country-names.
15 … the ISO currency code = {0}. For more information, see http://cldr.org/translation/currency-names.
16 …ged from the inherited value. For more information, see http://cldr.org/translation/currency-names.
17 …urrency symbol is introduced. For more information, see http://cldr.org/translation/currency-names.
[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/v8/src/compiler/backend/
Dcode-generator.cc1029 Translation* translation, InstructionOperandIterator* iter) { in TranslateStateValueDescriptor() argument
1033 if (translation != nullptr) { in TranslateStateValueDescriptor()
1034 translation->BeginCapturedObject(static_cast<int>(nested->size())); in TranslateStateValueDescriptor()
1037 TranslateStateValueDescriptor(field.desc, field.nested, translation, in TranslateStateValueDescriptor()
1041 if (translation != nullptr) { in TranslateStateValueDescriptor()
1042 translation->ArgumentsElements(desc->arguments_type()); in TranslateStateValueDescriptor()
1045 if (translation != nullptr) { in TranslateStateValueDescriptor()
1046 translation->ArgumentsLength(); in TranslateStateValueDescriptor()
1049 if (translation != nullptr) { in TranslateStateValueDescriptor()
1050 translation->DuplicateObject(static_cast<int>(desc->id())); in TranslateStateValueDescriptor()
[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/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/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dframe_pair.cc45 const Point2f translation = GetWeightedMedian(weights, deltas); in AdjustBox() local
47 *translation_x = translation.x; in AdjustBox()
48 *translation_y = translation.y; in AdjustBox()
52 FillScales(old_center, translation, weights, deltas); in AdjustBox()
150 const Point2f& translation, in FillScales() argument
165 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x; in FillScales()
166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y; in FillScales()
/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/plat/marvell/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/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/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/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/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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp910 const Vec2& translation = translations[quadNdx]; in createOverlappingQuads() local
915 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
920 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
925 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
930 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
/external/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}}
/external/deqp/framework/common/
DtcuMatrixUtil.hpp34 Matrix<T, Size+1, Size+1> translationMatrix (const Vector<T, Size>& translation);
52 inline Matrix<T, Len+1, Len+1> translationMatrix (const Vector<T, Len>& translation) in translationMatrix() argument
56 res(row, Len) = translation.m_data[row]; in translationMatrix()
/external/clang/docs/
DLTOVisibility.rst7 translation units linked together into an executable or DSO, and a linkage
17 If any translation unit in the program uses either of the virtual function
24 of its definition, so it must be consistent between translation units.
26 In translation units built with LTO, LTO visibility is based on the
37 A class defined in a translation unit built without LTO receives public
46 visibility class defined in both a translation unit built with LTO and
47 a translation unit built without LTO must be defined with public LTO
DJSONCompilationDatabase.rst12 parse a translation unit. Usually this information is implicitly
49 translation unit is compiled in the project.
51 Each command object contains the translation unit's main file, the
70 - **file:** The main translation unit source processed by this
77 the translation unit in the environment the build system uses.
/external/iptables/
Dxlate-test.py48 translation = output.decode("utf-8").rstrip(" \n")
50 if translation != expected:
56 result.append(magenta("res: ") + translation + "\n")
/external/e2fsprogs/intl/
Ddcigettext.c237 const char *translation; member
311 const char *translation, size_t translation_len)
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
497 retval = (char *) (*foundp)->translation; in DCIGETTEXT()
662 newp->translation = retval; in DCIGETTEXT()
679 (*foundp)->translation = retval; in DCIGETTEXT()
1034 const char *translation, size_t translation_len) in plural_lookup() argument
1047 p = translation; in plural_lookup()
1058 if (p >= translation + translation_len) in plural_lookup()
1062 return (char *) translation; in plural_lookup()

12345678910>>...38