HomeSort by relevance Sort by last modified time
    Searched full:translated (Results 76 - 100 of 1711) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/none/tests/s390x/
troo.c 76 printf("%u bytes translated\n", (unsigned)(len - regs.len));
77 printf("the translated values are");
trot.c 77 printf("%u bytes translated\n", (unsigned)(len - regs.len));
78 printf("the translated values is");
trto.c 76 printf("%u bytes translated\n", ((unsigned)(len - regs.len)/2));
77 printf("the translated values is");
trtt.c 78 printf("%u bytes translated\n", ((unsigned)(len - regs.len))/2);
79 printf("the translated values is");
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 54 public Quad translated(Point t) { method in class:Quad
58 public Quad translated(float x, float y) { method in class:Quad
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
VisualVoicemailProtocol.java 77 * @returns Translated command, or {@code null} if not available in this protocol
90 * an equivalent STATUS SMS. Returns {@code null} if it cannot be translated.
  /development/apps/CustomLocale/res/values/
strings.xml 48 <!-- Locale hint in textfield. Not translated -->
  /external/autotest/client/site_tests/touch_TouchscreenTaps/
touch_TouchscreenTaps.py 14 """Checks that touchscreen presses are translated into clicks."""
  /external/boringssl/src/ssl/test/runner/poly1305/
const_amd64.s 5 // This code was translated into a form compatible with 6a from the public
  /external/llvm/examples/Kaleidoscope/Orc/initial/
README.txt 7 translated (IRGen'd) to LLVM IR and added to the JIT, where it is code-gen'd to
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.h 52 /* Machine code (if translated) */
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 50 // Compute the translated and scaled saw-tooth function.
SineTiming.java 50 // Compute the translated and scaled sine function.
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlerror.cpp 29 // english error messages, but the could now be translated.
  /external/tinyxml/
tinyxmlerror.cpp 29 // english error messages, but the could now be translated.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py 57 # can be translated into f(x, y, *t) instead of f(*(x, y) + t)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py 57 # can be translated into f(x, y, *t) instead of f(*(x, y) + t)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 57 # can be translated into f(x, y, *t) instead of f(*(x, y) + t)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 57 # can be translated into f(x, y, *t) instead of f(*(x, y) + t)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.s 70 ;; Branchs to undefined symbols, translated into lbcc
  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 72 * coordinates. The pattern will be translated, rotated, and scaled to fit between the start
84 * The pattern will be translated, rotated, and scaled to fit between the start and end points.
96 * The pattern will be translated, rotated, and scaled to fit between the start and end points.
  /libcore/ojluni/src/main/java/java/net/
IDN.java 99 * in output translated string.
104 * @return the translated <tt>String</tt>
129 * @return the translated <tt>String</tt>
154 * @return the translated <tt>String</tt>
194 * @return the translated <tt>String</tt>
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 131 gls::FragmentOpUtil::Quad translated; local
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f);
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f);
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f;
150 renderer.render(translated);
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 131 gls::FragmentOpUtil::Quad translated; local
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
142 translated.posA = Vec2(flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f);
143 translated.posB = Vec2(flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f);
147 translated.depth[ndx] = quad.depth[ndx]*2.0f - 1.0f;
150 renderer.render(translated);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 165 // translated, we need to incorporate the value into the expression or fail.
180 // defined in this block, so they may need to be phi translated themselves.
188 // operands need to be phi translated, and if so, reconstruct it.
265 // If the PHI translated LHS is an add of a constant, fold the immediates.
313 /// 'MustDominate' is true, the translated value must dominate
362 /// InsertPHITranslatedPointer - Insert a computation of the PHI translated

Completed in 769 milliseconds

1 2 34 5 6 7 8 91011>>