Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 30) sorted by relevance

12

/development/apps/CustomLocale/src/com/android/customlocale/
DNewLocaleDialog.java64 boolean select = v == mButtonAddSelect; in onClick()
67 Log.d(TAG, "New Locale: " + locale + (select ? " + select" : "")); in onClick()
72 data.putExtra(INTENT_EXTRA_SELECT, select); in onClick()
/development/ndk/platforms/android-3/include/sys/
Dselect.h40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
Dlinux-unistd.h82 int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java58 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreate() local
62 … getContentResolver().query(Contacts.CONTENT_URI, CONTACTS_SUMMARY_PROJECTION, select, in onCreate()
/development/simulator/app/assets/android-sooner/
Dimap11 convert $BACKGROUND -crop 81x24+177+422 select.png
/development/cmds/monkey/
Dexample_script.txt21 # Go down and select the account username
/development/scripts/app_engine_server/gae_shell/static/
Dshell.js153 range.select();
/development/docs/
Dhowto_use_cupcake_sdk.txt96 adt.zip (e.g. android-eclipse-<some-id>.zip), select the "Install" button at
99 - After it restarts, please use Window > Preferences > Android and select
110 First right-click on the project and select "Properties":
112 - In the properties, open the Android panel and select the platform to use.
320 shown to let the user select which one to use.
/development/simulator/app/
DPipe.cpp269 cc = select(mReadHandle+1, &readfds, NULL, NULL, &tv); in readReady()
DPropertyServer.cpp402 cc = select(maxfd+1, &readfds, NULL, NULL, NULL); in ServeProperties()
/development/ndk/platforms/android-3/include/linux/
Dhdreg.h45 unsigned select : 1; member
/development/pdk/docs/source/
Doverview.jd32 …till and video capture modes. Additionally, the gallery enables users to select multiple photos fo…
56 … to user queries. To enable application search suggestions, users simply select each application f…
Dusing-eclipse.jd170 <li>Right-click "Remote Java Application", select "New".
183 …the small "Open Perspective" icon and select "Debug"). Once you do, you should see a list of threa…
/development/tools/emulator/skins/WVGA800/
Dlayout63 image select.png
/development/tools/emulator/skins/WVGA854/
Dlayout63 image select.png
/development/tools/emulator/skins/WQVGA432/
Dlayout63 image select.png
/development/tools/emulator/skins/WQVGA400/
Dlayout63 image select.png
/development/tools/emulator/skins/QVGA/
Dlayout63 image select.png
/development/tools/emulator/skins/HVGA/
Dlayout63 image select.png
/development/ndk/platforms/android-9/include/sys/
Dlinux-unistd.h84 int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
/development/tools/jdwpspy/
DNet.c607 cc = select(highFd, &readfds, NULL, NULL, NULL); in jdwpProcessIncoming()
/development/pdk/docs/porting/
Dpower_management.jd50 <li>The user-space input-event thread returns from select/poll, locks the
56 wakelock, and calls select or poll. </li>
/development/pdk/docs/community/
Dindex.jd95 <li>Under "How do you want to read this group?" select one of the email options.</li>
/development/ndk/platforms/android-8/arch-arm/symbols/
Dlibc.so.txt915 select
/development/samples/BrowserPlugin/
DREADME164 This plugin mimics a simple username/password form. You can select a textbox by

12