HomeSort by relevance Sort by last modified time
    Searched full:what (Results 476 - 500 of 4330) sorted by null

<<11121314151617181920>>

  /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>
  /frameworks/base/docs/html/resources/articles/
qsb.jd 24 possible for users to quickly and easily find what they're looking for, both on
31 <p>What
117 <code>android:searchSettingsDescription</code>, which describes to users what
130 <h3>What to expect</h3>
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 170 public void scheduleDrawable(Drawable who, Runnable what, long when)
173 mCallback.scheduleDrawable(this, what, when);
177 public void unscheduleDrawable(Drawable who, Runnable what)
180 mCallback.unscheduleDrawable(this, what);
  /frameworks/base/include/binder/
MemoryDealer.h 41 virtual void dump(const char* what) const;
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 72 if (msg.what == 0) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
  /frameworks/base/tests/backup/
test_backup.sh 21 # figure out what packages are participating in backup
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 40 #error "No bus width supported. What's the point?"
  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 37 if (msg.what == CHECK) {
  /packages/apps/Phone/src/com/android/phone/
CallWaitingCheckBoxPreference.java 67 switch (msg.what) {
CdmaVoicePrivacyCheckBoxPreference.java 52 switch (msg.what) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 26 * data is dropped do we know what it is about (and to be more exact there is a workaround
  /external/openssl/crypto/engine/
eng_cryptodev.c 256 * Find out what ciphers /dev/crypto will let us have a session for.
296 * Find out what digests /dev/crypto will let us have a session for.
335 * thing called by the engine init crud which determines what it
337 * only what we can do, anythine else is handled by software.
344 * /dev/crypto won't do what we want it will just be done in
348 * account speed of the device, and what we want to do.
351 * want most of the decisions made about what we actually want
484 * want to play ball - it's not clear what's right
577 * a particular NID in the ENGINE. this says what we'll do at the
578 * top level - note, that list is restricted by what we answer wit
    [all...]
  /external/openssl/ssl/
ssl-lib.com 14 $! It is written to detect what type of machine you are compiling on
51 $! Check What Architecture We Are Using.
89 $! Tell The User What Kind of Machine We Run On.
127 $! Check To See What We Are To Do.
141 $! Build Just What The User Wants Us To Build.
237 $! Tell The User What File We Are Compiling.
457 $! Tell The User What Linker Option File We Are Using.
540 $! Tell The User We Don't Know What They Want.
711 $! Find out what socket library we have available
900 $! Tell The User We Don't Know What They Want
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm     [all...]
  /bionic/libc/tzcode/
tzfile.h 108 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
121 /* (limited by what unsigned chars can hold) */
  /bionic/libc/unistd/
pathconf.c 172 #if 0 /* don't know what to do there, the specs are really weird */
240 #if 0 /* don't know what to do there, the specs are really weird */
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 212 if (doStep(msg.what)) {
215 sendEmptyMessage(msg.what + 1);
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 167 "1. not clear what is supposed to happen if the LayoutParams is null.")
231 // issue 1695243, not clear what is supposed to happen if the LayoutParams is null.
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 168 // Optimize only what's in the optimize list.
174 * Or don't optimize what's listed here. (The two lists are

Completed in 6443 milliseconds

<<11121314151617181920>>