/art/test/039-join-main/ |
expected.txt | 3 JoinMain starter returning
|
/dalvik/tests/039-join-main/ |
expected.txt | 3 JoinMain starter returning
|
/art/test/051-thread/ |
expected.txt | 7 Thread starter returning
|
/dalvik/tests/051-thread/ |
expected.txt | 7 Thread starter returning
|
/dalvik/tests/039-join-main/src/ |
Main.java | 17 System.out.print("JoinMain starter returning\n");
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-normalize.cc | 364 * ccc=0 chars with their previous Starter. */ 368 unsigned int starter = 0; local 373 if (/* We don't try to compose a non-mark character with it's preceding starter. 378 /* If there's anything between the starter and this char, they should have CCC 380 (starter == buffer->out_len - 1 || 384 buffer->out_info[starter].codepoint, 394 buffer->merge_out_clusters (starter, buffer->out_len); 396 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 397 set_glyph (buffer->out_info[starter], font) [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-normalize.cc | 347 * ccc=0 chars with their previous Starter. */ 351 unsigned int starter = 0; local 357 * compose a non-mark character with it's preceding starter. This is just an 362 /* If there's anything between the starter and this char, they should have CCC 364 (starter == buffer->out_len - 1 || 368 buffer->out_info[starter].codepoint, 378 buffer->merge_out_clusters (starter, buffer->out_len); 380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 381 set_glyph (buffer->out_info[starter], font) [all...] |
/external/chromium_org/webkit/data/test_shell/sort/ |
sort.html | 22 function starter(sort) { 29 graph.onclick = starter(sort);
|
/art/test/039-join-main/src/ |
Main.java | 31 System.out.print("JoinMain starter returning\n");
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 345 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, " 446 "U+%04lX's round-trip mapping's starter " 458 "U+%04lX's round-trip mapping's starter " 469 "U+%04lX's round-trip mapping's non-starter " 486 "U+%04lX's round-trip mapping's non-starter " 538 ++i; // after the last starter or prevCC<=cc 594 return TRUE; // no starter 596 UChar32 starter=buffer.charAt(lastStarterIndex); local 597 if( Hangul::isJamoL(starter) || 598 (Hangul::isJamoV(starter) & [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 138 // Composition for a starter that does not have a decomposition mapping. 140 // Round-trip mapping & composition for a starter. 142 // Round-trip mapping for a starter that itself does not combine-forward. 370 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, " 472 "U+%04lX's round-trip mapping's starter " 484 "U+%04lX's round-trip mapping's starter " 495 "U+%04lX's round-trip mapping's non-starter " 512 "U+%04lX's round-trip mapping's non-starter " 569 ++i; // after the last starter or prevCC<=cc 621 * A starter character with a mapping does not have a composition boundary after i 635 UChar32 starter=buffer.charAt(lastStarterIndex); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 87 Button starter = (Button) findViewById(R.id.button); local 88 starter.setOnClickListener(new View.OnClickListener() {
|
ReversingAnimation.java | 51 Button starter = (Button) findViewById(R.id.startButton); local 52 starter.setOnClickListener(new View.OnClickListener() {
|
AnimationCloning.java | 52 Button starter = (Button) findViewById(R.id.startButton); local 53 starter.setOnClickListener(new View.OnClickListener() {
|
AnimationLoading.java | 60 Button starter = (Button) findViewById(R.id.startButton); local 61 starter.setOnClickListener(new View.OnClickListener() {
|
AnimationSeeking.java | 63 Button starter = (Button) findViewById(R.id.startButton); local 64 starter.setOnClickListener(new View.OnClickListener() {
|
CustomEvaluator.java | 51 Button starter = (Button) findViewById(R.id.startButton); local 52 starter.setOnClickListener(new View.OnClickListener() {
|
MultiPropertyAnimation.java | 58 Button starter = (Button) findViewById(R.id.startButton); local 59 starter.setOnClickListener(new View.OnClickListener() {
|
/external/chromium_org/third_party/icu/source/common/ |
normalizer2impl.cpp | 639 * Bit 0 set if the composite is a forward-combining starter 730 * a composition may contain at most one more code unit than the original starter, 741 UChar *starter, *pRemove, *q, *r; local 748 // Some of the following variables are not used until we have a forward-combining starter 750 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter 751 starter=NULL; 760 // we have seen a starter that combines forward and 769 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE); 781 *starter=syllable; 804 // The starter and the combining mark (c) do combine [all...] |
/external/icu4c/common/ |
normalizer2impl.cpp | 714 * Bit 0 set if the composite is a forward-combining starter 805 * a composition may contain at most one more code unit than the original starter, 816 UChar *starter, *pRemove, *q, *r; local 823 // Some of the following variables are not used until we have a forward-combining starter 825 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter 826 starter=NULL; 835 // we have seen a starter that combines forward and 844 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE); 856 *starter=syllable; 879 // The starter and the combining mark (c) do combine [all...] |
/external/clang/include/clang/AST/ |
Redeclarable.h | 117 decl_type *Starter; 129 : Current(C), Starter(C), PassedFirst(false) { } 148 Current = (Next != Starter ? Next : 0);
|
/art/test/051-thread/src/ |
Main.java | 58 System.out.print("Thread starter returning\n");
|
/dalvik/tests/051-thread/src/ |
Main.java | 58 System.out.print("Thread starter returning\n");
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSTaskStarter.java | 128 DNSTaskStarter starter = _instances.get(jmDNSImpl); local 129 if (starter == null) { 131 starter = _instances.get(jmDNSImpl); 133 return starter;
|
/packages/apps/VoiceDialer/res/values-nb/ |
strings.xml | 25 <string name="initializing" msgid="1455696989718692334">"Starter opp ?"</string>
|