HomeSort by relevance Sort by last modified time
    Searched refs:THEN (Results 51 - 75 of 75) sorted by null

1 23

  /external/eigen/lapack/
clacgv.f 99 IF( INCX.EQ.1 ) THEN
dladiv.f 112 IF( ABS( D ).LT.ABS( C ) ) THEN
dlapy2.f 95 IF( Z.EQ.ZERO ) THEN
dlapy3.f 98 IF( W.EQ.ZERO ) THEN
sladiv.f 112 IF( ABS( D ).LT.ABS( C ) ) THEN
slapy2.f 95 IF( Z.EQ.ZERO ) THEN
slapy3.f 98 IF( W.EQ.ZERO ) THEN
zlacgv.f 99 IF( INCX.EQ.1 ) THEN
  /external/chromium_org/third_party/sqlite/src/test/
collate2.test 270 CASE a WHEN 'aa' THEN 1 ELSE 0 END
277 CASE b WHEN 'aa' THEN 1 ELSE 0 END
284 CASE c WHEN 'aa' THEN 1 ELSE 0 END
417 SELECT a FROM collate2t1 WHERE NOT CASE a WHEN 'aa' THEN 1 ELSE 0 END;
422 SELECT b FROM collate2t1 WHERE NOT CASE b WHEN 'aa' THEN 1 ELSE 0 END;
427 SELECT c FROM collate2t1 WHERE NOT CASE c WHEN 'aa' THEN 1 ELSE 0 END;
559 SELECT CASE a WHEN 'aa' THEN 1 ELSE 0 END FROM collate2t1;
564 SELECT CASE b WHEN 'aa' THEN 1 ELSE 0 END FROM collate2t1;
569 SELECT CASE c WHEN 'aa' THEN 1 ELSE 0 END FROM collate2t1;
fuzz_common.tcl 93 {CASE WHEN [Expr $c] THEN [Expr $c] ELSE [Expr $c] END} \
  /external/eigen/blas/testing/
cblat1.f 35 IF (ICASE.LE.5) THEN
37 ELSE IF (ICASE.GE.6) THEN
208 IF (ICASE.EQ.6) THEN
212 ELSE IF (ICASE.EQ.7) THEN
216 ELSE IF (ICASE.EQ.8) THEN
221 ELSE IF (ICASE.EQ.9) THEN
226 ELSE IF (ICASE.EQ.10) THEN
238 IF (ICASE.EQ.8) THEN
248 ELSE IF (ICASE.EQ.9) THEN
491 IF (ICASE.EQ.1) THEN
    [all...]
zblat1.f 35 IF (ICASE.LE.5) THEN
37 ELSE IF (ICASE.GE.6) THEN
208 IF (ICASE.EQ.6) THEN
212 ELSE IF (ICASE.EQ.7) THEN
216 ELSE IF (ICASE.EQ.8) THEN
221 ELSE IF (ICASE.EQ.9) THEN
226 ELSE IF (ICASE.EQ.10) THEN
238 IF (ICASE.EQ.8) THEN
248 ELSE IF (ICASE.EQ.9) THEN
491 IF (ICASE.EQ.1) THEN
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 110 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
111 CREATE TRIGGER peopleLookupWithPhoneticName_update UPDATE OF name, phonetic_name ON people BEGIN DELETE FROM peopleLookupWithPhoneticName WHERE source = new._id;SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 142 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
143 CREATE TRIGGER peopleLookupWithPhoneticName_update UPDATE OF name, phonetic_name ON people BEGIN DELETE FROM peopleLookupWithPhoneticName WHERE source = new._id;SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 166 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
167 CREATE TRIGGER peopleLookupWithPhoneticName_update UPDATE OF name, phonetic_name ON people BEGIN DELETE FROM peopleLookupWithPhoneticName WHERE source = new._id;SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
  /external/clang/include/clang/AST/
Stmt.h 865 /// IfStmt - This represents an if/then/else.
868 enum { VAR, COND, THEN, ELSE, END_EXPR };
876 Stmt *then, SourceLocation EL = SourceLocation(),
879 /// \brief Build an empty if/then/else statement
901 const Stmt *getThen() const { return SubExprs[THEN]; }
902 void setThen(Stmt *S) { SubExprs[THEN] = S; }
907 Stmt *getThen() { return SubExprs[THEN]; }
920 return SubExprs[THEN]->getLocEnd();
    [all...]
  /external/mksh/src/
syn.c 386 /* leave KEYWORD in syniocf (allow if (( 1 )) then ...) */
404 /* leave KEYWORD in syniocf (allow if [[ -n 1 ]] then ...) */
545 musthave(THEN, KEYWORD|sALIAS);
771 { "then", THEN, true },
sh.h     [all...]
  /external/zlib/src/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 90 ** Then the "b" IdList records the list "a,b,c".
552 // there is an INDEXED BY clause, then the token is populated as per normal,
556 // If there is a "NOT INDEXED" clause, then (z==0 && n==1), which is
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 823 Stmt *then, SourceLocation EL, Stmt *elsev)
828 SubExprs[THEN] = then;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 128 "for if in is isnt loop new no not null of off on or return super then " +
142 "retry self super then true undef unless until when yield BEGIN END ";
144 "function in local set then until ";
439 // If the range might intersect letters, then expand it.
682 // this will return a list of all chunks which we then classify and wrap as
748 // Then look for the attribute we want.
783 * '(hello (world))', then that portion of the token will be passed to the
793 * then be called with 'foo()', and finally, the current decorator would
797 * Pattern must only match prefixes, and if it matches a prefix, then that
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 128 "for if in is isnt loop new no not null of off on or return super then " +
142 "retry self super then true undef unless until when yield BEGIN END ";
144 "function in local set then until ";
439 // If the range might intersect letters, then expand it.
682 // this will return a list of all chunks which we then classify and wrap as
748 // Then look for the attribute we want.
783 * '(hello (world))', then that portion of the token will be passed to the
793 * then be called with 'foo()', and finally, the current decorator would
797 * Pattern must only match prefixes, and if it matches a prefix, then that
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 128 "for if in is isnt loop new no not null of off on or return super then " +
142 "retry self super then true undef unless until when yield BEGIN END ";
144 "function in local set then until ";
439 // If the range might intersect letters, then expand it.
682 // this will return a list of all chunks which we then classify and wrap as
748 // Then look for the attribute we want.
783 * '(hello (world))', then that portion of the token will be passed to the
793 * then be called with 'foo()', and finally, the current decorator would
797 * Pattern must only match prefixes, and if it matches a prefix, then that
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 792 milliseconds

1 23