Home
last modified time | relevance | path

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

12345678910>>...32

/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/v8/src/compiler/
Dcode-generator.cc690 Translation* translation, InstructionOperandIterator* iter) { in TranslateStateValueDescriptor() argument
694 if (translation != nullptr) { in TranslateStateValueDescriptor()
695 translation->BeginCapturedObject(static_cast<int>(nested->size())); in TranslateStateValueDescriptor()
698 TranslateStateValueDescriptor(field.desc, field.nested, translation, in TranslateStateValueDescriptor()
702 if (translation != nullptr) { in TranslateStateValueDescriptor()
703 translation->BeginArgumentsObject(0); in TranslateStateValueDescriptor()
706 if (translation != nullptr) { in TranslateStateValueDescriptor()
707 translation->DuplicateObject(static_cast<int>(desc->id())); in TranslateStateValueDescriptor()
711 if (translation != nullptr) { in TranslateStateValueDescriptor()
712 AddTranslationForOperand(translation, iter->instruction(), op, in TranslateStateValueDescriptor()
[all …]
/external/v8/src/crankshaft/
Dlithium-codegen.cc219 Translation* translation) { in WriteTranslationFrame() argument
229 translation->BeginJSFrame(environment->ast_id(), shared_id, height); in WriteTranslationFrame()
231 translation->StoreJSFrameFunction(); in WriteTranslationFrame()
234 translation->StoreLiteral(closure_id); in WriteTranslationFrame()
242 translation->BeginConstructStubFrame(BailoutId::ConstructStubInvoke(), in WriteTranslationFrame()
245 translation->StoreJSFrameFunction(); in WriteTranslationFrame()
248 translation->StoreLiteral(closure_id); in WriteTranslationFrame()
258 translation->BeginGetterStubFrame(shared_id); in WriteTranslationFrame()
260 translation->StoreJSFrameFunction(); in WriteTranslationFrame()
263 translation->StoreLiteral(closure_id); in WriteTranslationFrame()
[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/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/v8/src/inspector/
Dwasm-translation.cc24 WasmTranslation* translation; member
28 TransLocation(WasmTranslation* translation, String16 script_id, int line, in TransLocation()
30 : translation(translation), in TransLocation()
61 void Init(Isolate* isolate, WasmTranslation* translation, in Init() argument
73 AddFakeScript(isolate, script_id, func_idx, translation, agent); in Init()
109 v8::Isolate* isolate = loc->translation->isolate_; in TranslateBack()
180 int func_idx, WasmTranslation* translation, in AddFakeScript() argument
195 V8DebuggerScript::CreateWasm(isolate, translation, script, in AddFakeScript()
199 translation->AddFakeScript(fake_script->scriptId(), this); in AddFakeScript()
/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/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/cpython3/Doc/library/
Dgettext.rst30 translation of your entire application globally. Often this is what you want if
65 Return the localized translation of *message*, based on the current global
72 Equivalent to :func:`gettext`, but the translation is returned in the
84 Equivalent to :func:`dgettext`, but the translation is returned in the
91 Like :func:`gettext`, but consider plural forms. If a translation is found,
93 languages have more than two plural forms). If no translation is found, return
106 Equivalent to :func:`ngettext`, but the translation is returned in the
118 Equivalent to :func:`dngettext`, but the translation is returned in the
174 .. function:: translation(domain, localedir=None, languages=None, class_=None, fallback=False, code…
187 translation object from the cache; the actual instance data is still shared with
[all …]
/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/libxcam/xcore/
Dimage_projector.cpp250 const std::vector<Vec3d> &translation) in calc_camera_extrinsics() argument
252 if (pose_ts.empty () || orientation.empty () || translation.empty ()) { in calc_camera_extrinsics()
285 std::vector<Vec3d> translation; in calc_camera_extrinsics() local
298 translation.push_back (Vec3d (pose->translation[0], in calc_camera_extrinsics()
299 pose->translation[1], in calc_camera_extrinsics()
300 pose->translation[2])); in calc_camera_extrinsics()
Dmeta_data.h54 double translation[3]; member
60 xcam_mem_clear (translation); in DevicePose()
/external/syslinux/doc/
Dkeytab-lilo.txt23 Keyboard translation
38 scan code to character code translation performed by the BIOS. This
44 Compiling keyboard translation tables
47 LILO obtains layout information from the keyboard translation tables Linux
65 translation table files. E.g. if pressing the upper case "A" should
74 <default_layout> Is the layout which specifies the translation by the
78 keytab-lilo.pl writes the resulting translation table as a binary string to
/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.cpp713 const Vec2& translation = translations[quadNdx]; in createOverlappingQuads() local
718 Vec4(translation.x(), translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
723 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
728 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f), in createOverlappingQuads()
733 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f), in createOverlappingQuads()
/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/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/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/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()
/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/eigen/test/
Dgeo_hyperplane.cpp59 Translation<Scalar,HyperplaneType::AmbientDimAtCompileTime> translation(VectorType::Random()); in hyperplane() local
71 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling*translation) in hyperplane()
72 .absDistance((rot*scaling*translation) * p1), Scalar(1) ); in hyperplane()
75 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*translation,Isometry) in hyperplane()
76 .absDistance((rot*translation) * p1), Scalar(1) ); in hyperplane()

12345678910>>...32