HomeSort by relevance Sort by last modified time
    Searched defs:SELECT (Results 1 - 12 of 12) sorted by null

  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/event/
DatabaseModelEvent.java 34 * <li>{@link EVENT_TYPE#SELECT} it is the item that needs to be selected</li>
39 ADD, REMOVE, UPDATE, CLEAR, EXPAND, SELECT
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 42 * Delete, it must be in order of uri, select, and arg:
44 * &lt;del uri="content://contacts/people" select="name=? and addr=?"
80 private final static String SELECT = "select";
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 143 /** Represents a select type expression. */
144 public static final int SELECT = 0;
158 * @param type one of {@link #SELECT} or {@link #MATCH}.
177 if (SELECT == type)
206 * @param type one of {@link #SELECT} or {@link #MATCH}.
226 if (SELECT == type)
258 * @param type one of {@link #SELECT} or {@link #MATCH}.
  /external/webkit/Source/WebCore/dom/
Event.h 60 SELECT = 16384,
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 76 public static final String SELECT = "SELECT";
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 276 SELECT,
345 State* s = new State(new_contents, index, SELECT);
425 State s2(contents1, 0, MockTabStripModelObserver::SELECT);
441 State s2(contents2, 1, MockTabStripModelObserver::SELECT);
464 State s1(contents3, 2, MockTabStripModelObserver::SELECT);
480 State s2(contents2, 1, MockTabStripModelObserver::SELECT);
487 State s4(detached, 2, MockTabStripModelObserver::SELECT);
512 State s3(contents2, 1, MockTabStripModelObserver::SELECT);
805 // Now select it, so that user_gesture == true causes the opener relationship
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 324 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
326 SELECT,
328 /// Select with a vector condition (op #0) and two vector operands (ops #1
330 /// Much like the scalar select and setcc, each bit in the condition selects
337 /// Select with condition operator - This selects between a true value and
    [all...]
  /external/mksh/src/
sh.h 665 EXTERN const char Tselect[] E_INIT("select");
840 /* used in jobs.c and by coprocess stuff in exec.c and select() calls */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 952 milliseconds