HomeSort by relevance Sort by last modified time
    Searched full:select (Results 1601 - 1625 of 8132) sorted by null

<<61626364656667686970>>

  /external/qemu/slirp-android/
main.h 9 #include <sys/select.h>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteQueryBuilder.java 19 StringBuilder sb = new StringBuilder("SELECT ");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteDatabaseTest.java 41 ResultSet resultSet = statement.executeQuery("SELECT name FROM table_name where id = "+id);
  /external/smack/src/org/xbill/DNS/
Client.java 39 nkeys = key.selector().select(timeout);
  /external/stressapptest/src/
os_factory.cc 29 // Select the proper OS and hardware interface.
  /external/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { function
116 assertEquals(1, select(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
117 assertEquals(4, select(3, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
118 assertEquals(10, select(9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 32 # select the private key and certificates based on ID (see pkcs11-tool
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
mp3_decoder_selection.h 19 * \brief select mp3 decoder
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 5 <p>Interactive sliders make it possible to select a value from a continuous or discrete range of values
  /frameworks/base/docs/html/design/patterns/
selection.jd 12 <p>Android 3.0 changed the <em>long press</em> gesture&mdash;that is, a touch that's held in the same position for a moment&mdash;to be the global gesture to select data.. This affects the way you should
13 handle multi-select and contextual actions in your apps.</p>
23 <p>This pattern changed with Android 3.0. The long press gesture is now used to select data, combining
51 <li>Select additional data items by touching them.</li>
  /frameworks/base/docs/html/tools/samples/
index.jd 19 <li>Select and download <em>Samples for SDK</em>.</li>
  /frameworks/base/packages/Keyguard/res/layout-land/
keyguard_widget_pager.xml 20 <!-- This is the selector widget that allows the user to select an action. -->
  /frameworks/base/packages/Keyguard/res/layout-port/
keyguard_widget_pager.xml 20 <!-- This is the selector widget that allows the user to select an action. -->
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
Choreographer_Delegate.java 21 * Delegate used to provide new implementation of a select few methods of {@link Choreographer}
Display_Delegate.java 23 * Delegate used to provide new implementation of a select few methods of {@link Display}
ViewRootImpl_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of {@link ViewRootImpl}
View_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of {@link View}
WindowManagerGlobal_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of
  /frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
InputMethodManager_Delegate.java 27 * Delegate used to provide new implementation of a select few methods of {@link InputMethodManager}
  /frameworks/ml/bordeaux/service/
AndroidManifest.xml 17 <!-- This is an action code you can use to select the service
  /frameworks/opt/colorpicker/res/values/
strings.xml 18 <string name="color_picker_default_title">Select a Color</string>
  /frameworks/opt/colorpicker/res/values-en-rGB/
strings.xml 19 <string name="color_picker_default_title" msgid="1248663997452044787">"Select a Colour"</string>
  /frameworks/opt/colorpicker/res/values-en-rIN/
strings.xml 19 <string name="color_picker_default_title" msgid="1248663997452044787">"Select a Colour"</string>
  /libcore/luni/src/main/java/java/security/cert/
CRLSelector.java 22 * to select CRL objects among a set of {@code CRL}s.
  /libcore/luni/src/main/java/libcore/io/
StructPollfd.java 30 * The events we're interested in. POLLIN corresponds to being in select(2)'s read fd set,

Completed in 1264 milliseconds

<<61626364656667686970>>