/external/v8/src/compiler/mips/ |
code-generator-mips.cc | 1304 Register select; local [all...] |
/external/v8/src/compiler/mips64/ |
code-generator-mips64.cc | 1540 Register select; local [all...] |
/external/v8/test/cctest/compiler/ |
test-run-native-calls.cc | 27 // to select a representative set. 974 // Build the actual select. 979 inner = CompileGraph("Select-indirection", desc, &graph, raw.Export()); 985 // Build a call to the function that does the select. 1079 Handle<Code> select; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | 201 Word32 i, j, i_subfr, select, pit_flag, clip_gain, vad_flag; local [all...] |
/frameworks/base/core/java/android/app/ |
ActionBar.java | 70 * select items accessible directly from the action bar as "action items". You can also 349 * @param position Position of the item to select. 719 * Select the specified tab. If it is not a child of this action bar it will be added. 721 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p> 723 * @param tab Tab to select 1294 public abstract void select(); method in class:ActionBar.Tab [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URLTest.java | 1114 public List<Proxy> select(URI uri) { method in class:URLTest.MockProxySelector [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 81 st.execute("select animals from zoo"); 111 st.execute("select animals from zoooo"); 128 st.execute("select animals from zoooo"); 140 st.execute("select horse from zoooooo"); 222 "select animal_id, address from hutch where animal_id=1;", 223 "create view address as select address from hutch where animal_id=2", 248 "select animal_id, from hutch where animal_id=1;", 276 "select animal_id, address from hutch where animal_id=1;", 277 "create view address as select address from hutch where animal_id=2", 384 st.executeQuery("select * from zoo;") 1001 String select = "select * from zoo"; local 1014 String select = "select * from zoo"; local 1176 String select = "select * from zoo where id == 4;"; local [all...] |
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 551 route.select();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | 69 'SELECT': ('AUTH', 'SELECTED'), 631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4 632 """Select a mailbox. 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) 648 name = 'SELECT' [all...] |
telnetlib.py | 20 It is possible to pass a Telnet object to select.select() in order to 40 import select namespace 209 self._has_poll = hasattr(select, 'poll') 300 This method uses select.poll() to implement the timeout. 310 poller = select.poll() 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 316 except select.error as e: 345 The timeout is implemented using select.select() [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 800 which the user may select to change the currently-displayed window.""" 878 def select(self, tab_id=None): member in class:Notebook 885 return self.tk.call(self._w, "select", tab_id) 918 tab, will select that tab. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_logging.py | 36 import select namespace 906 rd, wr, ex = select.select([self.socket.fileno()], [], [], [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | 69 'SELECT': ('AUTH', 'SELECTED'), 631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4 632 """Select a mailbox. 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) 648 name = 'SELECT' [all...] |
telnetlib.py | 20 It is possible to pass a Telnet object to select.select() in order to 40 import select namespace 209 self._has_poll = hasattr(select, 'poll') 300 This method uses select.poll() to implement the timeout. 310 poller = select.poll() 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 316 except select.error as e: 345 The timeout is implemented using select.select() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 800 which the user may select to change the currently-displayed window.""" 878 def select(self, tab_id=None): member in class:Notebook 885 return self.tk.call(self._w, "select", tab_id) 918 tab, will select that tab. [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_logging.py | 36 import select namespace 906 rd, wr, ex = select.select([self.socket.fileno()], [], [], [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 69 'SELECT': ('AUTH', 'SELECTED'), 631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4 632 """Select a mailbox. 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) 648 name = 'SELECT' [all...] |
telnetlib.py | 20 It is possible to pass a Telnet object to select.select() in order to 40 import select namespace 209 self._has_poll = hasattr(select, 'poll') 300 This method uses select.poll() to implement the timeout. 310 poller = select.poll() 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 316 except select.error as e: 345 The timeout is implemented using select.select() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 800 which the user may select to change the currently-displayed window.""" 878 def select(self, tab_id=None): member in class:Notebook 885 return self.tk.call(self._w, "select", tab_id) 918 tab, will select that tab. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 36 import select namespace 906 rd, wr, ex = select.select([self.socket.fileno()], [], [], [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 69 'SELECT': ('AUTH', 'SELECTED'), 631 def select(self, mailbox='INBOX', readonly=False): member in class:IMAP4 632 """Select a mailbox. 636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False) 648 name = 'SELECT' [all...] |
telnetlib.py | 20 It is possible to pass a Telnet object to select.select() in order to 40 import select namespace 209 self._has_poll = hasattr(select, 'poll') 300 This method uses select.poll() to implement the timeout. 310 poller = select.poll() 311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI 316 except select.error as e: 345 The timeout is implemented using select.select() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 800 which the user may select to change the currently-displayed window.""" 878 def select(self, tab_id=None): member in class:Notebook 885 return self.tk.call(self._w, "select", tab_id) 918 tab, will select that tab. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 36 import select namespace 906 rd, wr, ex = select.select([self.socket.fileno()], [], [], [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 257 // This view info is not already selected. Select it now. 311 // Otherwise we select the item under the cursor. 336 * is a plain select or a toggle, etc. 338 public void select(MouseEvent e) { method in class:SelectionManager 351 // Otherwise we select the item under the cursor. 403 // Case where alt is pressed: select or cycle the object pointed at. 419 // select the current one 431 // Now select the next one. 441 // Case where no modifier is pressed: either select or reset the selection. 447 * Removes all the currently selected item and only select the given item 539 public void select(Collection<INode> nodes) { method in class:SelectionManager 554 \/* package *\/ void select(Node xmlNode) { method in class:SelectionManager [all...] |