Searched
full:select (Results
1801 -
1825 of
8132) sorted by null
<<71727374757677787980>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 140 """Use select.poll() to implement telnet.read_until().""" 145 raise unittest.SkipTest('select.poll() is required') 152 """Use select.select() to implement telnet.read_until().""" 427 """Use select.poll() to implement telnet.expect().""" 432 raise unittest.SkipTest('select.poll() is required') 439 """Use select.select() to implement telnet.expect()."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 40 ('Select _All', '<<select-all>>'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/ |
TYPES.py | 132 # Included from sys/select.h 135 # Included from bits/select.h
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 140 """Use select.poll() to implement telnet.read_until().""" 145 raise unittest.SkipTest('select.poll() is required') 152 """Use select.select() to implement telnet.read_until().""" 427 """Use select.poll() to implement telnet.expect().""" 432 raise unittest.SkipTest('select.poll() is required') 439 """Use select.select() to implement telnet.expect()."""
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 49 setTitle("Select Visible Columns"); 63 lblSelectVisibleColumns.setText("Select visible columns:");
|
/sdk/emulator/opengl/tests/event_injector/ |
iolooper.h | 25 /* An IOLooper is an abstraction for select() */ 45 /* Wrapper around select()
|
/system/core/adb/ |
fdevent.c | 244 #include <sys/select.h> 376 dump_all_fds("pre select()"); 378 n = select(select_n, &rfd, &wfd, &efd, NULL); 380 D("select() returned n=%d, errno=%d\n", n, n<0?saved_errno:0); 382 dump_all_fds("post select()"); 394 D("Unexpected select() error=%d\n", saved_errno); 522 // Hook oneself back into the fde's suitable for select() on read. 559 // If there is data left, it will show up in the select().
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 278 "SELECT num FROM test", null)); 479 mDatabase.execSQL("SELECT * FROM test;"); 824 String sql = "SELECT name, month FROM employee WHERE salary > ?;"; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 209 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=(SELECT " 233 + "(SELECT " + MimetypesColumns._ID 284 " LEFT OUTER JOIN (SELECT " 289 + "data.mimetype_id = (SELECT _id FROM mimetypes WHERE " 313 "(SELECT " + AccountsColumns._ID + 329 "SELECT " + 330 "MAX((SELECT (CASE WHEN " + 348 "EXISTS (SELECT _id FROM " + Tables.VISIBLE_CONTACTS 4516 final SQLiteStatement select = getWritableDatabase().compileStatement( local [all...] |
/art/runtime/jdwp/ |
jdwp_priv.h | 77 int wake_pipe_[2]; // Used to break out of select.
|
/bionic/libc/include/sys/ |
select.h | 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/bootable/recovery/ |
default_device.cpp | 24 "enter button to select.",
|
/dalvik/vm/ |
StdioConverter.cpp | 125 * Select on stdout/stderr pipes, waiting for activity. 162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL); 166 ALOGE("select on stdout/stderr failed"); 171 ALOGD("WEIRD: select returned zero");
|
/development/ndk/platforms/android-3/include/sys/ |
select.h | 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/development/samples/BluetoothChat/res/values/ |
strings.xml | 30 <string name="select_device">select a device to connect</string>
|
/development/samples/BluetoothHDP/res/values/ |
strings.xml | 36 <string name="select_device">Select a device</string>
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
edit_avatar.html | 34 <p>Please select a file containing the image you'd like to use for this friend</p>
|
/development/samples/SoftKeyboard/res/values/ |
strings.xml | 39 <string name="select_language">Select input languages</string>
|
/device/asus/deb/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/asus/flo/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/asus/grouper/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/asus/tilapia/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/lge/hammerhead/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/lge/mako/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
/device/samsung/manta/recovery/ |
recovery_ui.cpp | 27 "power button to select.",
|
Completed in 1324 milliseconds
<<71727374757677787980>>