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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/vcard/tests/res/raw/
v21_title_before_org.vcf 5 ORG:Marverous;Perfect;Great;Good;Bad;Poor
  /external/markdown/tests/misc/
em-around-links.txt 4 great folks* - This *does* work as expected.
6 great folks_ - This *does* work as expected.
8 great folks - This *does* work as expected.
10 great folks_ - This *does* work as expected.
13 great folks_ - This *does* work as expected.
em-around-links.html 5 great folks</em> - This <em>does</em> work as expected.</li>
7 great folks</em> - This <em>does</em> work as expected.</li>
9 great folks - This <em>does</em> work as expected.</li>
11 great folks</em> - This <em>does</em> work as expected.</li>
15 great folks</em> - This <em>does</em> work as expected.</p>
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 167 int great = right - 1; // The index before first element of right part local
181 * less k great
187 * all in (great, right) > pivot2
192 for (int k = less; k <= great; k++) {
201 while (a[great] > pivot2) {
202 if (great-- == k) {
206 if (a[great] < pivot1) {
208 a[less++] = a[great];
209 a[great--] = ak;
210 } else { // pivot1 <= a[great] <= pivot
445 int great = right - 1; \/\/ The index before first element of right part local
740 int great = right - 1; \/\/ The index before first element of right part local
1033 int great = right - 1; \/\/ The index before first element of right part local
1328 int great = right - 1; \/\/ The index before first element of right part local
1701 int great = right - 1; \/\/ The index before first element of right part local
2074 int great = right - 1; \/\/ The index before first element of right part local
    [all...]
  /external/clang/test/Parser/
cxx-template-argument.cpp 6 // FIXME: The diagnostics here aren't great...
  /development/samples/Snake/
_index.html 7 request draws to the screen. A great example of a basic game that does not
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
readin.good 16 planted in a great need.
readin.inp 11 planted in a great need.
  /external/clang/test/SemaCXX/
unknown-anytype.cpp 12 // TODO: it would be great if the 'cannot initialize' errors
  /external/valgrind/main/docs/internals/
m_syswrap.txt 12 and a great deal of commentary. The wrappers themselves live in
  /external/valgrind/main/memcheck/tests/
malloc3.c 28 // done for bug 149878. It's no great loss, it's extremely unlikely to
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nsieve.js 1 // The Great Computer Language Shootout
bitops-nsieve-bits.js 1 // The Great Computer Language Shootout
access-binary-trees.js 1 /* The Great Computer Language Shootout
math-spectral-norm.js 1 // The Great Computer Language Shootout
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nsieve.js 1 // The Great Computer Language Shootout
bitops-nsieve-bits.js 1 // The Great Computer Language Shootout
access-binary-trees.js 1 /* The Great Computer Language Shootout
math-spectral-norm.js 1 // The Great Computer Language Shootout
  /frameworks/base/docs/html/guide/practices/design/
index.jd 4 <p>When learning how to build applications on a new platform, you first learn what APIs are available and how to use them. Later, you learn the nuances of the platform. Put another way: first you learn how you <em>can</em> build applications; later, you learn how you <em>should</em> build them, to ensure that your applications offer outstanding performance and a great user experience. </p>
6 <p>The documents below help you learn the nuances of Android and get started building great applications more quickly, They discuss important aspects of application design that directly influence the user experience of your application, when in the hands of a mobile device user. You should read and consider these design goals as you plan your application and throughout its development, especially if you are new to developing for mobile devices.</p>
  /external/bluetooth/glib/debian/
README.debian 24 are beginning to write software using its great widget set -- like
  /external/clang/test/SemaObjC/
attr-objc-gc.m 14 // TODO: it would be great if this reported as __weak
  /external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt 8 which would be great.
  /external/valgrind/main/none/tests/
filter_timestamp 22 # It's not a great test, but it will catch some breakage (eg. if the times
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 103 View great = (View) grandpa.getParent(); // PhoneWindow.DecorView
104 great.setVisibility(View.GONE);

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>