Searched refs:where (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/frameworks/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java70 RuntimeException where);
377 private void checkLifecycle(String where) { argument
381 finishBad("Activity lifecycle incorrect: received " + where
386 if (!mExpectedLifecycle[mNextLifecycle].equals(where)) {
387 finishBad("Activity lifecycle incorrect: received " + where
402 if (where.equals(ON_DESTROY)) {
403 finishBad("Activity lifecycle incorrect: received " + where
69 activityFinished(int resultCode, Intent data, RuntimeException where) argument
/frameworks/base/core/java/android/text/
H A DTextUtils.java635 // "if" instead of "else if" where there are interfaces
849 int where = indexOf(tb, sources[i]);
851 if (where >= 0)
852 tb.setSpan(sources[i], where, where + sources[i].length(),
1068 float avail, TruncateAt where) {
1069 return ellipsize(text, p, avail, where, false, null);
1086 float avail, TruncateAt where,
1089 return ellipsize(text, paint, avail, where, preserveLength, callback,
1091 (where
1066 ellipsize(CharSequence text, TextPaint p, float avail, TruncateAt where) argument
1084 ellipsize(CharSequence text, TextPaint paint, float avail, TruncateAt where, boolean preserveLength, EllipsizeCallback callback) argument
1107 ellipsize(CharSequence text, TextPaint paint, float avail, TruncateAt where, boolean preserveLength, EllipsizeCallback callback, TextDirectionHeuristic textDir, String ellipsis) argument
[all...]
H A DStaticLayout.java254 // ok is a character offset located after a word separator (space, tab, number...) where
643 float avail, TextUtils.TruncateAt where,
654 (where == TextUtils.TruncateAt.END_SMALL) ?
661 if (where == TextUtils.TruncateAt.START) {
683 } else if (where == TextUtils.TruncateAt.END || where == TextUtils.TruncateAt.MARQUEE ||
684 where == TextUtils.TruncateAt.END_SMALL) {
705 // where = TextUtils.TruncateAt.MIDDLE We only support middle ellipsis on a single line
641 calculateEllipsis(int lineStart, int lineEnd, float[] widths, int widthStart, float avail, TextUtils.TruncateAt where, int line, float textWidth, TextPaint paint, boolean forceEllipsis) argument
H A DLayout.java792 * This is the location where a new character would be inserted in
811 * This is the location where a new character would be inserted in
1706 int where = ((TabStopSpan) tabs[i]).getTabStop();
1708 if (where < nh && where > h)
1709 nh = where;
1724 * Returns the same as <code>text.getSpans()</code>, except where
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java316 String where = "x_wap_application=\'" + x_app_id + "\'"
326 int num = db.update(APPID_TABLE_NAME, values, where, null);
343 String where = "x_wap_application=\'" + x_app_id + "\'"
347 int num_removed = db.delete(APPID_TABLE_NAME, where, null);
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java48 * <p>In cases where the system does not provide a suitable pattern,
236 * where stand-alone months are necessary. Lengths are preserved where meaningful,
238 * {@code ja_JP} where there is only one length of month.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java256 public int delete(Uri url, String where, String[] whereArgs) { argument
289 // parse where clause
295 String[] tokens = where.split("AND");
337 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { argument
H A DSmsNumberUtils.java250 String where = null;
256 where = MccIdd.MCC + "=?";
263 where, selectionArgs, null);
/frameworks/base/core/java/android/widget/
H A DListView.java332 private void removeFixedViewInfo(View v, ArrayList<FixedViewInfo> where) { argument
333 int len = where.size();
335 FixedViewInfo info = where.get(i);
337 where.remove(i);
681 * @param nextTop The location where the top of the item associated with pos
716 * @param nextBottom The location where the bottom of the item associated
748 * @param nextTop The location where the top of the first item should be
826 * @param childrenBottom Last pixel where children can be drawn
950 * @param childrenBottom Last pixel where children can be drawn
981 * Try to keep the top of the previously selected item where i
3646 findViewInHeadersOrFooters(ArrayList<FixedViewInfo> where, int id) argument
3692 findViewWithTagInHeadersOrFooters(ArrayList<FixedViewInfo> where, Object tag) argument
3740 findViewByPredicateInHeadersOrFooters(ArrayList<FixedViewInfo> where, Predicate<View> predicate, View childToSkip) argument
[all...]
H A DGridView.java287 * @param nextTop The location where the top of the item associated with pos
360 final int where = flow ? -1 : pos - startPos;
361 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
387 * @param nextBottom The location where the bottom of the item associated
425 * @param nextTop The location where the top of the first item should be
699 * @param childrenBottom Last pixel where children can be drawn
871 * @param childrenBottom Last pixel where children can be drawn
936 * Keep selection where it was
1411 * @param childrenLeft Left edge where children should be positioned
1413 * @param where t
1416 makeAndAddView(int position, int y, boolean flow, int childrenLeft, boolean selected, int where) argument
1457 setupChild(View child, int position, int y, boolean flow, int childrenLeft, boolean selected, boolean recycled, int where) argument
[all...]
H A DTextView.java254 * (Useful for devices where the fade can be expensive if overdone)
3044 * {@link URLSpan#getURL} on them to find where they link to
4798 * anti-aliased text where not all the characters are
4829 int where = getSelectionEnd();
4831 invalidateCursor(where, where, where);
5671 * lines but where it doesn't make sense to insert newlines.
7007 // right where it is most likely to be annoying.
7403 public void setEllipsize(TextUtils.TruncateAt where) { argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java197 int where = content.getSpanEnd(TextKeyListener.CAPPED);
200 if (where == selStart && (((flags >> 16) & 0xFFFF) == i)) {
411 * @param content the Editable text where the replacement was made
/frameworks/base/core/java/android/content/
H A DContentResolver.java576 * it to its local non-canonical form. This can be useful in some cases where
1209 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */);
1270 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */);
1287 * @param where A filter to apply to rows before deleting, formatted as an SQL WHERE clause
1291 public final int delete(Uri url, String where, String[] selectionArgs) argument
1299 int rowsDeleted = provider.delete(mPackageName, url, where, selectionArgs);
1301 maybeLogUpdateToEventLog(durationMillis, url, "delete", where);
1320 * @param where A filter to apply to rows before updating, formatted as an SQL WHERE clause
1325 public final int update(Uri uri, ContentValues values, String where, argument
1333 int rowsUpdated = provider.update(mPackageName, uri, values, where, selectionArg
[all...]
/frameworks/opt/photoviewer/
H A DAndroid.mk19 # This is to allow the library to be loaded dynamically in a context where
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java309 String where, String orderBy) {
310 return cr.query(CONTENT_URI, projection, where,
926 * be 'unassigned/0x...', where '...' is the hex value of the unassigned parameter. If
963 * be 'unassigned/0x...', where '...' is the hex value of the unassigned parameter. If
1056 * users, except for secondary users where SMS has been disabled and to managed
1904 String where, String orderBy) {
1906 where, null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
308 query(ContentResolver cr, String[] projection, String where, String orderBy) argument
1902 query( ContentResolver cr, String[] projection, String where, String orderBy) argument
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1062 String where = null;
1073 where = MediaStore.Files.FileColumns._ID + ">?" +
1077 where = MediaStore.Files.FileColumns._ID + ">?";
1108 where, selectionArgs, MediaStore.Files.FileColumns._ID, null);
1532 String where;
1537 where = Files.FileColumns.DATA + "=?";
1540 where, selectionArgs, null, null);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java111 private void checkTime(long startTime, String where) { argument
115 Slog.w(TAG, "Slow operation: " + (now-startTime) + "ms so far, now at " + where);
1024 // This exception is expected in the case where
1026 // TODO get rid of this log message in the case where
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp416 void ckTime(uint64_t start, const char* where) { argument
420 ALOGW("Slow operation: %"PRIu64" ms in %s", (uint64_t)(now-start), where);
/frameworks/base/core/java/android/provider/
H A DBrowser.java556 * @param where Clause to be used to limit the query from the database.
561 public static final void requestAllIcons(ContentResolver cr, String where, argument
H A DMediaStore.java254 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
279 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
304 * where the video is written. If EXTRA_OUTPUT is not present the video will be
762 * The latitude where the image was captured.
768 * The longitude where the image was captured.
814 String where, String orderBy) {
815 return cr.query(uri, projection, where,
1979 * The latitude where the video was captured.
1985 * The longitude where the video was captured.
813 query(ContentResolver cr, Uri uri, String[] projection, String where, String orderBy) argument
/frameworks/native/libs/ui/
H A DRegion.cpp268 size_t where = mStorage.size() - 1; local
269 mStorage.insertAt(rect, where, 1);
/frameworks/base/core/java/android/view/
H A DViewGroup.java413 * Optical bounds describe where a widget appears to be. They sit inside the clip
2385 // If for some reason we ended up in an inconsistent state where it looks like we
2441 * views depending on where each pointer initially went down. This allows for user interactions
2620 * to give a finer grained hint about where focus is coming from. May be null
3615 final View[] where = mChildren;
3619 View v = where[i];
3642 final View[] where = mChildren;
3646 View v = where[i];
3669 final View[] where = mChildren;
3673 View v = where[
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp2314 "%s <p>This symbol is the offset where the {@link %s.R.attr#%s}\n"
2738 void add(const String8& rule, const String8& where);
2741 void ProguardKeepSet::add(const String8& rule, const String8& where) argument
2747 rules.editValueAt(index).add(where);

Completed in 619 milliseconds

123