Home
last modified time | relevance | path

Searched refs:translated (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/valgrind/none/tests/s390x/
Dtrtt.stdout.exp1 0 bytes translated
2 the translated values is
3 0 bytes translated
4 the translated values is
5 0 bytes translated
6 the translated values is
7 2 bytes translated
8 the translated values is ffff dddd
9 5 bytes translated
10 the translated values is ffff dddd ffff cccc abab
[all …]
Dtrot.stdout.exp1 0 bytes translated
2 the translated values is
3 0 bytes translated
4 the translated values is
5 0 bytes translated
6 the translated values is
7 3 bytes translated
8 the translated values is bbbb ccdd ffff
9 10 bytes translated
10 the translated values is bbbb ccdd ffff cccc abab caca bcbc cccc dada eaea
[all …]
Dtrto.stdout.exp1 0 bytes translated
2 the translated values is
3 0 bytes translated
4 the translated values is
5 0 bytes translated
6 the translated values is
7 6 bytes translated
8 the translated values is cc dd ff cc ab ca
9 10 bytes translated
10 the translated values is cc dd ff cc ab ca bc cc dd ea
[all …]
Dtroo.stdout.exp1 0 bytes translated
2 the translated values are
3 0 bytes translated
4 the translated values are
5 5 bytes translated
6 the translated values are ff bb dd ab ca
7 10 bytes translated
8 the translated values are ff bb dd ab ca bc cc da ea aa
9 0 bytes translated
10 the translated values are
[all …]
Dtr.stdout.exp1 the translated string is
2 the translated string is
3 the translated string is A
4 the translated string is ABC
5 the translated string is ABC
6 the translated string is ABCDEFGH
7 the translated string is abc
8 the translated string is abc
9 the translated string is abcdefgh
10 the translated string is 012345678
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl268 my $translated;
271 $translated = "{P:$sym}";
273 $translated = $translation{$table}{$sym};
274 $translated = $sym unless $translated;
275 if (($other = $notpredicted{$table}{$translated}) && ($other != $id)) {
279 return $translated;
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c49 vp->translated = FALSE; in nv30_vertprog_destroy()
65 if (vp->translated) in nv30_vertprog_validate()
73 if (vp->translated) in nv30_vertprog_validate()
77 if (!vp->translated) { in nv30_vertprog_validate()
78 vp->translated = _nvfx_vertprog_translate(nv30, vp); in nv30_vertprog_validate()
79 if (!vp->translated) { in nv30_vertprog_validate()
237 if (vp->translated) in nv30_vp_state_delete()
Dnv30_state.h83 boolean translated; member
112 boolean translated; member
Dnv30_fragprog.c69 if (!fp->translated) { in nv30_fragprog_validate()
71 if (!fp->translated) in nv30_fragprog_validate()
/external/apache-commons-math/
DNOTICE28 translated from the lmder, lmpar and qrsolv Fortran routines
34 org.apache.commons.math.ode.nonstiff includes software translated
41 org.apache.commons.math.linear includes software translated
47 includes software translated from the 2002-01-26 version of
/external/android-clat/
Dclatd_test.cpp488 uint8_t translated[MAXMTU]; in check_translated_packet() local
489 size_t translated_len = sizeof(translated); in check_translated_packet()
490 do_translate_packet(original, original_len, translated, &translated_len, msg); in check_translated_packet()
492 check_data_matches(expected, translated, translated_len, msg); in check_translated_packet()
512 uint8_t translated[MAXMTU]; in check_fragment_translation() local
513 size_t translated_len = sizeof(translated); in check_fragment_translation()
514 do_translate_packet(reassembled, reassembled_len, translated, &translated_len, msg); in check_fragment_translation()
515 check_packet(translated, translated_len, msg); in check_fragment_translation()
900 uint8_t translated[MAXMTU]; in check_translate_checksum_neutral() local
901 size_t translated_len = sizeof(translated); in check_translate_checksum_neutral()
[all …]
/external/llvm/test/CodeGen/X86/
Dcvt16.ll10 ; translated into calls to __gnu_h2f_ieee defined
12 ; 2) float to half float conversions are translated into calls
17 ; 1) half float to float conversion are translated using
19 ; 2) float to half float conversions are translated using
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp131 gls::FragmentOpUtil::Quad translated; in renderQuad() local
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color)); in renderQuad()
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad()
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f; in renderQuad()
150 renderer.render(translated); in renderQuad()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp131 gls::FragmentOpUtil::Quad translated; in renderQuad() local
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color)); in renderQuad()
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad()
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f; in renderQuad()
150 renderer.render(translated); in renderQuad()
/external/opencv3/3rdparty/jinja2/
Dexceptions.py93 self.translated = False
97 if self.translated:
/external/zlib/src/contrib/pascal/
Dreadme.txt28 translated directly into Pascal types of similar sizes (Integer,
42 - The gz* function interfaces are not translated, to avoid
45 cannot be translated into Pascal.
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_shader_state.c72 if (!prog->translated) { in nvc0_program_validate()
73 prog->translated = nvc0_program_translate( in nvc0_program_validate()
75 if (!prog->translated) in nvc0_program_validate()
Dnvc0_program.h23 boolean translated; member
/external/selinux/policycoreutils/mcstrans/
DChangeLog4 * Fix mixed raw and translated range bug
/external/v8/src/third_party/fdlibm/
DREADME.v817 that has been translated to Javascript. The rest remains in C, but has been
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.h56 boolean translated; member
/external/llvm/examples/Kaleidoscope/Orc/initial/
DREADME.txt7 translated (IRGen'd) to LLVM IR and added to the JIT, where it is code-gen'd to
/external/libexif/m4m/
Dgp-references.m45 dnl No more URLs and Mail addresses in translated strings and stuff.
/external/libusb-compat/
DChangeLog30 translated for some functions and different ones for other functions
31 but plenty are not translated.)
34 error codes are translated into the libusb-0.1 equivalent negative of
/external/iptables/extensions/
Dlibip6t_DNPT.man30 target to disable connection tracking for translated flows.

12345678910>>...12