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

1 2 34 5

  /external/eigen/lapack/
zlacgv.f 99 IF( INCX.EQ.1 ) THEN
  /external/netperf/doc/examples/
runemomniaggdemo.sh 37 then
101 THEN=`echo $NOW | awk -F "." '{printf("%d.%d",$1-1,$2)}'`
102 echo "Resuming at $THEN for $TEST" | tee -a $TESTLOG
118 # here then is the "main" part
121 then
136 then
144 then
152 # do not have a uuidgen? then use the one in netperf
175 if [ $DO_RRAGG -eq 1 ]; then
177 if [ $BURST -eq -1 ]; then
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 32 $ then
40 $ then
58 $ IF F.EQS."," THEN GOTO END
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 139 CREATE VIEW view_data AS SELECT data._id AS _id,hash_id, raw_contact_id, raw_contacts.contact_id AS contact_id, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_data_set,raw_contacts.sourceid AS sourceid,raw_contacts.backup_id AS backup_id,raw_contacts.version AS version,raw_contacts.dirty AS dirty,raw_contacts.sync1 AS sync1,raw_contacts.sync2 AS sync2,raw_contacts.sync3 AS sync3,raw_contacts.sync4 AS sync4, is_primary, is_super_primary, data_version, data.package_id,package AS res_package,data.mimetype_id,mimetype AS mimetype, is_read_only, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, carrier_presence, data_sync1, data_sync2, data_sync3, data_sync4, contacts.custom_ringtone AS custom_ringtone,contacts.send_to_voicemail AS send_to_voicemail,contacts.last_time_contacted AS last_time_contacted,contacts.times_contacted AS times_contacted,contacts.starred AS starred,contacts.pinned AS pinned, name_raw_contact.display_name_source AS display_name_source, name_raw_contact.display_name AS display_name, name_raw_contact.display_name_alt AS display_name_alt, name_raw_contact.phonetic_name AS phonetic_name, name_raw_contact.phonetic_name_style AS phonetic_name_style, name_raw_contact.sort_key AS sort_key, name_raw_contact.phonebook_label AS phonebook_label, name_raw_contact.phonebook_bucket AS phonebook_bucket, name_raw_contact.sort_key_alt AS sort_key_alt, name_raw_contact.phonebook_label_alt AS phonebook_label_alt, name_raw_contact.phonebook_bucket_alt AS phonebook_bucket_alt, has_phone_number, name_raw_contact_id, lookup, photo_id, photo_file_id, CAST(EXISTS (SELECT _id FROM visible_contacts WHERE contacts._id=visible_contacts._id) AS INTEGER) AS in_visible_group, CAST(EXISTS (SELECT _id FROM default_directory WHERE contacts._id=default_directory._id) AS INTEGER) AS in_default_directory, status_update_id, contacts.contact_last_updated_timestamp, (CASE WHEN photo_file_id IS NULL THEN (CASE WHEN photo_id IS NULL OR photo_id=0 THEN NULL ELSE 'content://com.android.contacts/contacts/'||raw_contacts.contact_id|| '/photo' END) ELSE 'content://com.android.contacts/display_photo/'||photo_file_id END) AS photo_uri, (CASE WHEN photo_id IS NULL OR photo_id=0 THEN NULL ELSE 'content://com.android.contacts/contacts/'||raw_contacts.contact_id|| '/photo' END) AS photo_thumb_uri, 0 AS raw_contact_is_user_profile, groups.sourceid AS group_sourceid FROM data JOIN mimetypes ON (data.mimetype_id=mimetypes._id) JOIN raw_contacts ON (data.raw_contact_id=raw_contacts._id) JOIN accounts ON (raw_contacts.account_id=accounts._id) JOIN contacts ON (raw_contacts.contact_id=contacts._id) JOIN raw_contacts AS name_raw_contact ON(name_raw_contact_id=name_raw_contact._id) LEFT OUTER JOIN packages ON (data.package_id=packages._id) LEFT OUTER JOIN groups ON (mimetypes.mimetype='vnd.android.cursor.item/group_membership' AND groups._id=data.data1);
140 CREATE VIEW view_raw_contacts AS SELECT raw_contacts._id AS _id,contact_id, aggregation_mode, raw_contact_is_read_only, deleted, raw_contacts.metadata_dirty, display_name_source, display_name, display_name_alt, phonetic_name, phonetic_name_style, sort_key, phonebook_label, phonebook_bucket, sort_key_alt, phonebook_label_alt, phonebook_bucket_alt, 0 AS raw_contact_is_user_profile, custom_ringtone,send_to_voicemail,last_time_contacted,times_contacted,starred,pinned, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_data_set,raw_contacts.sourceid AS sourceid,raw_contacts.backup_id AS backup_id,raw_contacts.version AS version,raw_contacts.dirty AS dirty,raw_contacts.sync1 AS sync1,raw_contacts.sync2 AS sync2,raw_contacts.sync3 AS sync3,raw_contacts.sync4 AS sync4 FROM raw_contacts JOIN accounts ON (raw_contacts.account_id=accounts._id);
141 CREATE VIEW view_contacts AS SELECT contacts._id AS _id,contacts.custom_ringtone AS custom_ringtone, name_raw_contact.display_name_source AS display_name_source, name_raw_contact.display_name AS display_name, name_raw_contact.display_name_alt AS display_name_alt, name_raw_contact.phonetic_name AS phonetic_name, name_raw_contact.phonetic_name_style AS phonetic_name_style, name_raw_contact.sort_key AS sort_key, name_raw_contact.phonebook_label AS phonebook_label, name_raw_contact.phonebook_bucket AS phonebook_bucket, name_raw_contact.sort_key_alt AS sort_key_alt, name_raw_contact.phonebook_label_alt AS phonebook_label_alt, name_raw_contact.phonebook_bucket_alt AS phonebook_bucket_alt, has_phone_number, name_raw_contact_id, lookup, photo_id, photo_file_id, CAST(EXISTS (SELECT _id FROM visible_contacts WHERE contacts._id=visible_contacts._id) AS INTEGER) AS in_visible_group, CAST(EXISTS (SELECT _id FROM default_directory WHERE contacts._id=default_directory._id) AS INTEGER) AS in_default_directory, status_update_id, contacts.contact_last_updated_timestamp, contacts.last_time_contacted AS last_time_contacted, contacts.send_to_voicemail AS send_to_voicemail, contacts.starred AS starred, contacts.pinned AS pinned, contacts.times_contacted AS times_contacted, (CASE WHEN photo_file_id IS NULL THEN (CASE WHEN photo_id IS NULL OR photo_id=0 THEN NULL ELSE 'content://com.android.contacts/contacts/'||contacts._id|| '/photo' END) ELSE 'content://com.android.contacts/display_photo/'||photo_file_id END) AS photo_uri, (CASE WHEN photo_id IS NULL OR photo_id=0 THEN NULL ELSE 'content://com.android.contacts/contacts/'||contacts._id|| '/photo' END) AS photo_thumb_uri, 0 AS is_user_profile FROM contacts JOIN raw_contacts AS name_raw_contact ON(name_raw_contact_id=name_raw_contact._id);
142 CREATE VIEW view_raw_entities AS SELECT contact_id, raw_contacts.deleted AS deleted,raw_contacts.metadata_dirty, is_primary, is_super_primary, data_version, data.package_id,package AS res_package,data.mimetype_id,mimetype AS mimetype, is_read_only, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, carrier_presence, data_sync1, data_sync2, data_sync3, data_sync4, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_data_set,raw_contacts.sourceid AS sourceid,raw_contacts.backup_id AS backup_id,raw_contacts.version AS version,raw_contacts.dirty AS dirty,raw_contacts.sync1 AS sync1,raw_contacts.sync2 AS sync2,raw_contacts.sync3 AS sync3,raw_contacts.sync4 AS sync4, data_sync1, data_sync2, data_sync3, data_sync4, raw_contacts._id AS _id, data._id AS data_id,raw_contacts.starred AS starred,0 AS raw_contact_is_user_profile,groups.sourceid AS group_sourceid FROM raw_contacts JOIN accounts ON (raw_contacts.account_id=accounts._id) LEFT OUTER JOIN data ON (data.raw_contact_id=raw_contacts._id) LEFT OUTER JOIN packages ON (data.package_id=packages._id) LEFT OUTER JOIN mimetypes ON (data.mimetype_id=mimetypes._id) LEFT OUTER JOIN groups ON (mimetypes.mimetype='vnd.android.cursor.item/group_membership' AND groups._id=data.data1);
143 CREATE VIEW view_entities AS SELECT raw_contacts.contact_id AS _id, raw_contacts.contact_id AS contact_id, raw_contacts.deleted AS deleted,raw_contacts.metadata_dirty, is_primary, is_super_primary, data_version, data.package_id,package AS res_package,data.mimetype_id,mimetype AS mimetype, is_read_only, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, carrier_presence, data_sync1, data_sync2, data_sync3, data_sync4, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL THEN accounts.account_type ELSE accounts.account_type||'/'||accounts.data_set END) AS account_type_and_ (…)
    [all...]
  /external/cblas/testing/
c_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
490 IF (ICASE.EQ.1) THEN
    [all...]
c_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
490 IF (ICASE.EQ.1) THEN
    [all...]
  /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;
  /toolchain/binutils/binutils-2.25/gas/
configure.com 26 $ then
33 $ then
195 IF match_pos <> 0 THEN;
248 $ then
260 $ then
266 $ IF F.EQS."," THEN GOTO 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 304 base map, with an optional addition or removal of another map. Then, for some
549 "name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)\0"
579 Then we can use ctype_digit and ctype_xdigit in the code. */
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 867 /// IfStmt - This represents an if/then/else.
870 enum { VAR, COND, THEN, ELSE, END_EXPR };
878 Stmt *then, SourceLocation EL = SourceLocation(),
881 /// \brief Build an empty if/then/else statement
903 const Stmt *getThen() const { return SubExprs[THEN]; }
904 void setThen(Stmt *S) { SubExprs[THEN] = S; }
909 Stmt *getThen() { return SubExprs[THEN]; }
922 return SubExprs[THEN]->getLocEnd();
    [all...]
  /external/mksh/src/
syn.c 409 /* leave KEYWORD in syniocf (allow if (( 1 )) then ...) */
428 /* leave KEYWORD in syniocf (allow if [[ -n 1 ]] then ...) */
575 musthave(THEN, KEYWORD|sALIAS);
801 { "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 760 Stmt *then, SourceLocation EL, Stmt *elsev)
765 SubExprs[THEN] = then;
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 2000 milliseconds

1 2 34 5