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

1 2 34

  /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/pcre/dist/
pcre_internal.h 76 Until then we define it if SUPPORT_UTF is defined. */
92 all, it had only been about 10 years then...
    [all...]
pcre_compile.c 298 base map, with an optional addition or removal of another map. Then, for some
539 "name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)\0"
569 Then we can use ctype_digit and ctype_xdigit in the code. */
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 875 /// IfStmt - This represents an if/then/else.
878 enum { VAR, COND, THEN, ELSE, END_EXPR };
886 Stmt *then, SourceLocation EL = SourceLocation(),
889 /// \brief Build an empty if/then/else statement
911 const Stmt *getThen() const { return SubExprs[THEN]; }
912 void setThen(Stmt *S) { SubExprs[THEN] = S; }
917 Stmt *getThen() { return SubExprs[THEN]; }
930 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/clang/lib/AST/
Stmt.cpp 883 Stmt *then, SourceLocation EL, Stmt *elsev)
888 SubExprs[THEN] = then;
    [all...]
  /build/tools/droiddoc/templates-ndk/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-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-dev/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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 7299 milliseconds

1 2 34