Searched refs:select (Results 1 – 25 of 30) sorted by relevance
12
/development/apps/CustomLocale/src/com/android/customlocale/ |
D | NewLocaleDialog.java | 64 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/ |
D | select.h | 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
D | linux-unistd.h | 82 int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | QuickContactsDemo.java | 58 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/ |
D | imap | 11 convert $BACKGROUND -crop 81x24+177+422 select.png
|
/development/cmds/monkey/ |
D | example_script.txt | 21 # Go down and select the account username
|
/development/scripts/app_engine_server/gae_shell/static/ |
D | shell.js | 153 range.select();
|
/development/docs/ |
D | howto_use_cupcake_sdk.txt | 96 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/ |
D | Pipe.cpp | 269 cc = select(mReadHandle+1, &readfds, NULL, NULL, &tv); in readReady()
|
D | PropertyServer.cpp | 402 cc = select(maxfd+1, &readfds, NULL, NULL, NULL); in ServeProperties()
|
/development/ndk/platforms/android-3/include/linux/ |
D | hdreg.h | 45 unsigned select : 1; member
|
/development/pdk/docs/source/ |
D | overview.jd | 32 …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…
|
D | using-eclipse.jd | 170 <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/ |
D | layout | 63 image select.png
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 63 image select.png
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 63 image select.png
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 63 image select.png
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 63 image select.png
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 63 image select.png
|
/development/ndk/platforms/android-9/include/sys/ |
D | linux-unistd.h | 84 int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
|
/development/tools/jdwpspy/ |
D | Net.c | 607 cc = select(highFd, &readfds, NULL, NULL, NULL); in jdwpProcessIncoming()
|
/development/pdk/docs/porting/ |
D | power_management.jd | 50 <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/ |
D | index.jd | 95 <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/ |
D | libc.so.txt | 915 select
|
/development/samples/BrowserPlugin/ |
D | README | 164 This plugin mimics a simple username/password form. You can select a textbox by
|
12