HomeSort by relevance Sort by last modified time
    Searched full:translated (Results 1 - 25 of 887) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
trtt.stdout.exp 1 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 aba
    [all...]
tr.stdout.exp 1 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 01234567
    [all...]
troo.stdout.exp 1 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 ar
    [all...]
trot.stdout.exp 1 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 eae
    [all...]
trto.stdout.exp 1 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 e
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 140 android::String8 translated; local
141 if (!translateVarName(orig, translated)) {
144 return registerGeneric<android::sp<Buffer> >(mBufferList, translated, buffer);
149 android::String8 translated; local
150 if (!translateVarName(orig, translated)) {
153 return updateGeneric<android::sp<Buffer> >(mBufferList, translated, buffer);
158 android::String8 translated; local
160 if (!translateVarName(orig, translated)) {
163 findGeneric<android::sp<Buffer> >(mBufferList, translated, result);
169 android::String8 translated; local
179 android::String8 translated; local
189 android::String8 translated; local
198 android::String8 translated; local
207 android::String8 translated; local
231 android::String8 translated; local
    [all...]
  /dalvik/dx/tests/109-int-branch/
info.txt 1 This tests that an int branch with valid arguments is properly translated.
  /external/qemu/target-arm/
helper-android.h 14 /* Hooks to translated BL/BLX. This callback is used to build thread's
21 /* Hooks to return from translated BL/BLX. This callback is used to build
  /dalvik/tests/082-inline-execute/
info.txt 7 looping manner to ensure that the tests are translated when a Jit is
  /packages/inputmethods/LatinIME/java/res/values/
strings-appname.xml 22 <!-- Application name for opensource Android keyboard. AOSP(Android Open Source Project) should not be translated.
26 <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
30 <!-- Title for Android Keyboard settings screen. AOSP(Android Open Source Project) should not be translated.
34 <!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project) should not be translated.
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h 48 * \return true if the bitcode was translated successfully and false if an
54 * \return translated bitcode.
61 * \return size of the translated bitcode (in bytes).
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 99 GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated)
132 streamOffset = staticBuffer->lookupRange(offset, count, &translated->minIndex, &translated->maxIndex);
137 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
138 staticBuffer->addRange(offset, count, translated->minIndex, translated->maxIndex, streamOffset);
176 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
181 staticBuffer->addRange(offset, count, translated->minIndex, translated->maxIndex, streamOffset)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 65 * @param x translated x coordinate of the touch point
66 * @param y translated y coordinate of the touch point
75 * @param x translated x coordinate of the touch point
76 * @param y translated y coordinate of the touch point
85 * @param x translated x coordinate of the touch point
86 * @param y translated y coordinate of the touch point
  /external/chromium/chrome/browser/translate/
page_translated_details.h 13 // Used when sending a notification about a page that has been translated.
translate_tab_helper.h 34 // Information about the language the page is in and has been translated to.
  /external/chromium/chrome/browser/tab_contents/
language_state.h 17 // automatically be translated.
19 // - user is on page in language A that they had translated to language B.
38 // Returns the language the current page should be translated to, based on the
41 // Returns an empty string if the page should not be auto-translated.
44 // Returns true if the current page in the associated tab has been translated.
56 // Whether the page is currently in the process of being translated.
70 // original_lang_ when the page has been translated.
84 // specify that they should not be translated by the browser (this is the case
  /external/qemu/docs/
CPU-EMULATION.TXT 11 Each fragment is translated into a "translated block" (a.k.a. TB) of host
22 emulated CPU: one for translated kernel code, and one for translated
45 instruction is translated into a series of host machine instructions that will
60 translated from user-level code.
62 This means that a memory load in the kernel will not be translated into the
  /external/chromium/chrome/browser/resources/
translate.js 70 * The language the page translated was in. Is valid only after the page
71 * has been successfully translated and the original language specified to
86 * @param {string} targetLang The language the page should be translated to.
101 * any performed translation. Does nothing if the page was not translated.
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 31 char Translated[UNI_MAX_UTF8_BYTES_PER_CODE_POINT];
32 char *TranslatedPtr = Translated;
36 StringRef UTF8(Translated, TranslatedPtr - Translated);
  /external/skia/legacy/include/core/
SkShape.h 24 /** Draw the shape translated by (dx,dy), which is applied before the
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
TranslatorGLSL.cpp 34 // Write translated shader.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchScreenRegulator.java 110 MotionEvent translated = MotionEvent.obtain( local
114 mView.processMotionEvent(translated);
115 translated.recycle();
127 MotionEvent translated = MotionEvent.obtain(me.getEventTime(), me.getEventTime(), local
130 mView.processMotionEvent(translated);
131 translated.recycle();
  /external/oprofile/events/ppc/e500/
events 26 event:0x1a counters:0,1,2,3 um:zero minimum:500 name:TOTAL_TRANSLATED : Total Ldst microops translated.
27 event:0x1b counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED : Number of cacheable L* or EVL* microops translated. (This includes microops from load-multiple, load-update, and load-context instructions.)
28 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STORES_TRANSLATED : Number of cacheable ST* or EVST* microops translated. (This includes microops from store-multiple, store-update, and save-context instructions.)
29 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED : Number of cacheable DCBT and DCBTST instructions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, noncacheable, hid0[nopti] bit is set.)
30 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:CACHEOPS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
31 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:CACHEINHIBITED_ACCESSES_TRANSLATED : Number of cache inhibited accesses translated
32 event:0x20 counters:0,1,2,3 um:zero minimum:500 name:GUARDED_LOADS_TRANSLATED : Number of guarded loads translated
33 event:0x21 counters:0,1,2,3 um:zero minimum:500 name:WRITETHROUGH_STORES_TRANSLATED : Number of write-through stores translated
34 event:0x22 counters:0,1,2,3 um:zero minimum:500 name:MISALIGNED_ACCESSES_TRANSLATED : Number of misaligned load or store accesses translated.
36 event:0x24 counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED_ALLOCATED_DLFB : Loads translated and allocated to dLFB (Applies to same class of instructions as loads translated.)
    [all...]
  /external/oprofile/events/ppc/e500v2/
events 26 event:0x1a counters:0,1,2,3 um:zero minimum:500 name:TOTAL_TRANSLATED : Total Ldst microops translated.
27 event:0x1b counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED : Number of cacheable L* or EVL* microops translated. (This includes microops from load-multiple, load-update, and load-context instructions.)
28 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STORES_TRANSLATED : Number of cacheable ST* or EVST* microops translated. (This includes microops from store-multiple, store-update, and save-context instructions.)
29 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED : Number of cacheable DCBT and DCBTST instructions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, noncacheable, hid0[nopti] bit is set.)
30 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:CACHEOPS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
31 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:CACHEINHIBITED_ACCESSES_TRANSLATED : Number of cache inhibited accesses translated
32 event:0x20 counters:0,1,2,3 um:zero minimum:500 name:GUARDED_LOADS_TRANSLATED : Number of guarded loads translated
33 event:0x21 counters:0,1,2,3 um:zero minimum:500 name:WRITETHROUGH_STORES_TRANSLATED : Number of write-through stores translated
34 event:0x22 counters:0,1,2,3 um:zero minimum:500 name:MISALIGNED_ACCESSES_TRANSLATED : Number of misaligned load or store accesses translated.
36 event:0x24 counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED_ALLOCATED_DLFB : Loads translated and allocated to dLFB (Applies to same class of instructions as loads translated.)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 268 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;

Completed in 1342 milliseconds

1 2 3 4 5 6 7 8 91011>>