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

1 2 3 4

  /external/python/cpython2/Doc/includes/sqlite3/
execsql_fetchonerow.py 6 SELECT = "select name_last, age from people order by age, name_last"
10 cur.execute(SELECT)
15 cur.execute(SELECT)
simple_tableprinter.py 5 SELECT = 'select * from %s order by age, name_last' % TABLE_NAME
10 cur.execute(SELECT)
  /external/python/cpython3/Doc/includes/sqlite3/
execsql_fetchonerow.py 6 SELECT = "select name_last, age from people order by age, name_last"
10 cur.execute(SELECT)
15 cur.execute(SELECT)
simple_tableprinter.py 5 SELECT = 'select * from %s order by age, name_last' % TABLE_NAME
10 cur.execute(SELECT)
  /external/mesa3d/src/mesa/x86/
sse_xform4.S 39 #define SELECT(r0, r1, r2, r3) CONST( r0 * 64 + r1 * 16 + r2 * 4 + r3 )
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 47 /// SELECT - Operands 0 and 1 are selection variables, operand 2 is
49 SELECT
88 /// isFPImmLegal - Returns true if the target can instruction select the
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 46 public static final int SELECT = 3;
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 56 #include <sys/select.h>
110 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}.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 79 public static final String SELECT = "SELECT";
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 78 public static final String SELECT = "SELECT";
  /prebuilts/go/darwin-x86/src/go/token/
token.go 118 SELECT
219 SELECT: "select",
  /prebuilts/go/linux-x86/src/go/token/
token.go 118 SELECT
219 SELECT: "select",
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 59 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
227 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0);
370 * For example, this turns "I don't '{know}' {gender,select,female{h''er}other{h'im}}."
371 * into "I don''t '{know}' {gender,select,female{h''er}other{h''im}}."
775 SELECT,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 58 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
237 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0);
392 * For example, this turns "I don't '{know}' {gender,select,female{h''er}other{h'im}}."
393 * into "I don''t '{know}' {gender,select,female{h''er}other{h''im}}."
840 SELECT,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 322 // Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
324 SELECT,
326 // Select with a vector condition (op #0) and two vector operands (ops #1
328 // Much like the scalar select and setcc, each bit in the condition selects
332 // Select with condition operator - This selects between a true value and
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 347 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
349 SELECT,
351 /// Select with a vector condition (op #0) and two vector operands (ops #1
353 /// Much like the scalar select and setcc, each bit in the condition selects
360 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 365 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
367 SELECT,
369 /// Select with a vector condition (op #0) and two vector operands (ops #1
371 /// Much like the scalar select and setcc, each bit in the condition selects
378 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ISDOpcodes.h 386 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
388 SELECT,
390 /// Select with a vector condition (op #0) and two vector operands (ops #1
392 /// Much like the scalar select and setcc, each bit in the condition selects
399 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ISDOpcodes.h 386 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
388 SELECT,
390 /// Select with a vector condition (op #0) and two vector operands (ops #1
392 /// Much like the scalar select and setcc, each bit in the condition selects
399 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ISDOpcodes.h 387 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
389 SELECT,
391 /// Select with a vector condition (op #0) and two vector operands (ops #1
393 /// Much like the scalar select and setcc, each bit in the condition selects
400 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ISDOpcodes.h 387 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
389 SELECT,
391 /// Select with a vector condition (op #0) and two vector operands (ops #1
393 /// Much like the scalar select and setcc, each bit in the condition selects
400 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ISDOpcodes.h 387 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
389 SELECT,
391 /// Select with a vector condition (op #0) and two vector operands (ops #1
393 /// Much like the scalar select and setcc, each bit in the condition selects
400 /// Select with condition operator - This selects between a true value and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ISDOpcodes.h 387 /// Select(COND, TRUEVAL, FALSEVAL). If the type of the boolean COND is not
389 SELECT,
391 /// Select with a vector condition (op #0) and two vector operands (ops #1
393 /// Much like the scalar select and setcc, each bit in the condition selects
400 /// Select with condition operator - This selects between a true value and
    [all...]

Completed in 445 milliseconds

1 2 3 4