/packages/apps/IM/src/com/android/im/app/ |
ProviderListItem.java | 172 StringBuilder where = new StringBuilder(); local 173 where.append(Imps.Chats.CONTACT_ID); 174 where.append(" in (select _id from contacts where "); 175 where.append(Imps.Contacts.ACCOUNT); 176 where.append("="); 177 where.append(accountId); 178 where.append(")"); 180 Cursor cursor = cr.query(Imps.Chats.CONTENT_URI, null, where.toString(), null, null);
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 52 " WHERE " + Sms.READ + " = 0" + 57 " WHERE threads._id = new." + Sms.THREAD_ID + "; "; 63 " WHERE " + Sms.THREAD_ID + " = new.thread_id" + 67 " WHERE " + Mms.THREAD_ID + " = new.thread_id" + 70 " WHERE threads._id = new.thread_id; "; 76 " WHERE " + Sms.THREAD_ID + " = old.thread_id" + 80 " WHERE " + Mms.THREAD_ID + " = old.thread_id" + 83 " WHERE threads._id = old.thread_id; "; 91 " WHERE threads._id = new." + Sms.THREAD_ID + "; " + 115 " WHERE " + Mms.READ + " = 0" [all...] |
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
ILayoutBridge.java | 81 * where the string is the type of the resource reference used in the layout file, and the 82 * map contains (String, {@link IResourceValue}) pairs where the key is the resource name, 85 * where the string is the type of the resource reference used in the layout file, and the map 86 * contains (String, {@link IResourceValue}) pairs where the key is the resource name, and the 116 * where the string is the type of the resource reference used in the layout file, and the 117 * map contains (String, {@link IResourceValue}) pairs where the key is the resource name, 120 * where the string is the type of the resource reference used in the layout file, and the map 121 * contains (String, {@link IResourceValue}) pairs where the key is the resource name, and the 148 * where the string is the type of the resource reference used in the layout file, and the 149 * map contains (String, {@link IResourceValue}) pairs where the key is the resource name [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
ParameterMetaData.java | 67 * the index number of the parameter, where the first parameter 97 * the index number of the parameter, where the first parameter 109 * the index number of the parameter, where the first parameter 122 * the index number of the parameter, where the first parameter 136 * the index number of the parameter, where the first parameter 150 * the index number of the parameter, where the first parameter 169 * the index number of the parameter, where the first parameter 181 * the index number of the parameter, where the first parameter
|
PreparedStatement.java | 133 * the parameter number index, where the first parameter has 150 * where the length of the data is large. Data is read from the {@code 155 * the parameter number index, where the first parameter has 174 * the parameter number index, where the first parameter has 194 * the parameter number index, where the first parameter has 212 * the parameter number index, where the first parameter has 228 * the parameter number index, where the first parameter has 243 * the parameter number index, where the first parameter has 259 * the parameter number index, where the first parameter has 279 * the parameter number index, where the first parameter ha [all...] |
/external/freetype/include/freetype/internal/ |
ftrfork.h | 58 /* Guess a file name and offset where the actual resource fork is */ 107 /* information includes the file offset where the resource map */ 108 /* starts, and the file offset where the resource data starts. */ 119 /* The file offset where the resource fork starts. */ 123 /* The file offset where the resource map starts. */ 126 /* The file offset where the resource data starts. */ 157 /* The file offset where the resource map starts. */ 160 /* The file offset where the resource data starts. */
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmProvider.java | 141 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { 183 public int delete(Uri url, String where, String[] whereArgs) { 189 count = db.delete("alarms", where, whereArgs); 194 if (TextUtils.isEmpty(where)) { 195 where = "_id=" + segment; 197 where = "_id=" + segment + " AND (" + where + ")"; 199 count = db.delete("alarms", where, whereArgs);
|
/sdk/eclipse/buildConfig/ |
buildUpdateSite.xml | 6 <!-- buildDirectory - base directgory where build takes place --> 8 <!-- updateSiteRoot - where to extract feature zip -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringWizard.java | 36 * @param project The project where the wizard was invoked from (e.g. where the user selection
|
/external/netperf/ |
nettest_sdp.c | 156 fprintf(where, 159 fflush(where); 309 fprintf(where,"send_sdp_stream: send_socket obtained...\n"); 396 fprintf(where, 417 fprintf(where,"remote listen done.\n"); 434 fprintf(where, 438 fflush(where); 619 fprintf(where,"remote results obtained\n"); 623 fprintf(where, 627 fflush(where); [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
SourceLocator.java | 23 * This interface is primarily for the purposes of reporting where 58 * Return the line number where the current document event ends. 66 * in the document entity or external parsed entity where the 75 * Return the character position where the current document event ends. 83 * in the document entity or external parsed entity where the
|
/external/icu4c/data/mappings/ |
README.emoji | 11 where xx means 21-7E. 15 where xx means 40-7E, 80-FC. 18 0xF8xx, and 0xF9xx, where xx means 40-7E, 80-FC. 21 0xF7xx, 0xF9xx, and 0xFBxx, where xx means 40-7E, 80-FC. 25 where xx means 21-7E.
|
/external/qemu/memcheck/ |
memcheck_api.h | 65 * addr - Virtual address in the guest space where memory is read. 79 * addr - Virtual address in the guest space where memory is written. 96 * pc - Guest address where call has been made. 97 * ret - Guest address where called routine will return. 103 * pc - Guest address where routine has returned.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseGeneralTest.java | 583 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null)); 585 "SELECT source from tokens where token GLOB '" + key + "*'", null)); 587 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 590 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null)); 592 "SELECT source from tokens where token GLOB '" + key + "*'", null)); 594 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 598 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null)); 600 "SELECT source from tokens where token GLOB '" + key + "*'", null)); 602 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 604 "SELECT tag from tokens where token GLOB '" + key + "*'", null)) [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQueryBuilder.java | 84 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded 86 * WHERE clause looks like: 88 * WHERE (<append chunk 1><append chunk2>) AND (<query() selection parameter>) 90 * @param inWhere the chunk of text to append to the WHERE clause. 103 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded 105 * WHERE clause looks like: 107 * WHERE (<append chunk 1><append chunk2>) AND (<query() selection parameter>) 109 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped 162 * @param where A filter declaring which rows to return, formatted as an SQL 163 * WHERE clause (excluding the WHERE itself). Passing null wil 372 StringBuilder where = new StringBuilder(); local [all...] |
/frameworks/base/awt/java/awt/image/ |
DataBuffer.java | 29 * situation where a suite of functionality acts on a set of data in a 206 * the index within the array where the data should be written. 218 * the index within the array where the data should be written. 232 * the index within the array where the data should be written. 244 * the index within the array where the data should be written. 258 * the index within the array where the data should be read. 270 * the index within the array where the data should be read. 284 * the index within the array where the data should be read. 295 * the index within the array where the data should be written. 307 * the index within the array where the data should be written [all...] |
/packages/providers/DrmProvider/src/com/android/providers/drm/ |
DrmProvider.java | 275 public String where; field in class:DrmProvider.GetTableAndWhereOutParameter 283 String where = null; local 291 where = "_id=" + uri.getPathSegments().get(1); 300 where = "_id=" + uri.getPathSegments().get(1); 308 // Add in the user requested WHERE clause, if needed 310 if (!TextUtils.isEmpty(where)) { 311 out.where = where + " AND (" + userWhere + ")"; 313 out.where = userWhere; 316 out.where = where [all...] |
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | 107 public char charAt(int where) { 109 if (where < 0) { 110 throw new IndexOutOfBoundsException("charAt: " + where + " < 0"); 111 } else if (where >= len) { 112 throw new IndexOutOfBoundsException("charAt: " + where + 116 if (where >= mGapStart) 117 return mText[where + mGapLength]; 119 return mText[where]; 154 private void moveGapTo(int where) { 155 if (where == mGapStart 654 int where = mSpanStarts[i]; local 676 int where = mSpanEnds[i]; local [all...] |
Editable.java | 44 * position is preserved even when the entire range where it is 57 * Convenience for replace(where, where, text, start, end) 60 public Editable insert(int where, CharSequence text, int start, int end); 63 * Convenience for replace(where, where, text, 0, text.length()); 66 public Editable insert(int where, CharSequence text);
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
legacy_contacts.sql | 122 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END; 125 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 126 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END; 127 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END [all...] |
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 146 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END; 149 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 150 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END; 151 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
XUnresolvedVariable.java | 43 /** An index to the point in the variable stack where we should 49 /** An index into the variable stack where the variable context 71 * @param varStackPos An index to the point in the variable stack where we should 73 * @param varStackContext An index into the variable stack where the variable context 141 * Set an index to the point in the variable stack where we should 145 * @param top A valid value that specifies where in the variable 154 * Set an index into the variable stack where the variable context
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMLocatorImpl.java | 30 * where an error occured).
46 * The column number where the error occured,
52 * The line number where the error occured,
61 * The URI where the error occured,
134 * The line number where the error occured, or -1 if there is no line
142 * The column number where the error occured, or -1 if there is no column
151 * The URI where the error occured, or null if there is no URI available.
|
/frameworks/base/core/java/android/view/animation/ |
RotateAnimation.java | 26 * the rotation, where (0,0) is the top left point. If not specified, (0,0) is 96 * being rotated, specified as an absolute number where 0 is the left 99 * being rotated, specified as an absolute number where 0 is the top 124 * is being rotated, specified as an absolute number where 0 is the 126 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%) 132 * is being rotated, specified as an absolute number where 0 is the 134 * pivotYType is ABSOLUTE, or a percentage (where 1.0 is 100%)
|
/system/core/libpixelflinger/tinyutils/ |
VectorImpl.h | 65 ssize_t insertAt(size_t where, size_t numItems = 1); 66 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1); 104 void* _grow(size_t where, size_t amount); 105 void _shrink(size_t where, size_t amount); 137 //! finds where this item should be inserted 174 ssize_t insertAt(size_t where, size_t numItems = 1); 175 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
|