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

  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 42 * Delete, it must be in order of uri, select, and arg:
44 * <del uri="content://contacts/people" select="name=? and addr=?"
80 private final static String SELECT = "select";
  /dalvik/libcore/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/WebCore/dom/
Event.h 61 SELECT = 16384,
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 97 milliseconds