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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/raw/
v21_title_before_org.vcf 5 ORG:Marverous;Perfect;Great;Good;Bad;Poor
  /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...]
  /development/samples/Snake/
_index.html 7 request draws to the screen. A great example of a basic game that does not
  /external/clearsilver/
README 19 There are too many great things about clearsilver to list them all
61 static content. This is a great way to play with clearsilver syntax
62 before you start writing dynamic CGIs with it. This is also a great
  /external/webkit/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
access-fannkuch.js 1 /* The Great Computer Language Shootout
string-fasta.js 1 // The Great Computer Language Shootout
  /external/webkit/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
access-fannkuch.js 1 /* The Great Computer Language Shootout
string-fasta.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
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 103 View great = (View) grandpa.getParent(); // PhoneWindow.DecorView
104 great.setVisibility(View.GONE);
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
SneakyThrow.java 23 * used with great caution.</strong> Typically this is useful when rethrowing
  /system/bluetooth/data/
auto_pairing.conf 8 // Parrot, Zhongshan General K-mate Electronics, Great Well
  /development/pdk/docs/compatibility/
overview.jd 10 and great apps; great apps come from developers motivated by a large market
12 on a wide variety of great apps to increase their products' value for
  /external/tinyxml/docs/
tutorial0.html 43 Great Whatever
288 + COMMENT: my great work of art
292 Great Whatever
305 + COMMENT: my great work of art
309 Great Whatever
  /external/dnsmasq/contrib/openvpn/
README 15 > All of this works great. When I start the openvpn service, it the
  /external/libvpx/examples/includes/geshi/docs/
THANKS 7 a great help for making GeSHi even better. And
15 - Andreas von Oettingen - Thanks for those great ideas! :)

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>