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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 168 final Entity before = new Entity(contact); local
170 before.addSubValue(Data.CONTENT_URI, values);
172 return EntityDelta.fromBefore(before);
431 // Build "before" that has empty row
433 final ContentValues before = new ContentValues(); local
434 before.put(Data._ID, TEST_ID);
435 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
436 state.addEntry(ValuesDelta.fromBefore(before));
455 // Build "before" that has row with some phone number
456 final ContentValues before = new ContentValues() local
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_CONST_CLASS.S 39 cmp $$0, %eax # check if classes is resolved before?
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 20 // must be started before the exception is thrown.
  /bionic/libdl/arch-sh/
sobegin.S 62 # just before the program is being run. This is a C++ requirement
  /external/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
_msvc.h 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
  /external/webkit/WebCore/html/
HTMLSelectElement.h 51 void add(HTMLElement* element, HTMLElement* before, ExceptionCode&);
  /ndk/sources/android/stlport/stlport/stl/config/
_gcc.h 11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
_msvc.h 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 135 int before = buf.length(); local
139 buf.setSpan(new TextAppearanceSpan(mContext, size, color), before,
143 before, buf.length(), Spannable.SPAN_INCLUSIVE_EXCLUSIVE);
  /frameworks/base/core/java/android/webkit/
WebTextView.java 75 // Keep track of the text before the change so we know whether we actually
413 protected void onTextChanged(CharSequence s,int start,int before,int count){
414 super.onTextChanged(s, start, before, count);
427 if (before > 0) {
430 mWebView.deleteSelection(start, start + before);
434 // before should never be negative, so whether it was a cut
435 // (handled above), or before is 0, in which case nothing has
453 mWebView.replaceTextfieldText(start, start + before, replace,
461 + " start + before=" + (start + before));
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 446 #style-changes-count::before {
454 #error-count::before {
466 #warning-count::before {
542 #console-prompt::before {
546 .console-user-command-result.console-log-level::before {
561 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
565 .console-message::before, .console-user-command::before, #console-prompt::before, .console-group-title::before {
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 290 struct mtd_ecc_stats before, after; local
291 if (ioctl(fd, ECCGETSTATS, &before)) {
308 } else if (after.failed != before.failed) {
310 after.corrected - before.corrected,
311 after.failed - before.failed, pos);
313 memcpy(&before, &after, sizeof(struct mtd_ecc_stats));
  /external/webkit/JavaScriptCore/wtf/
Deque.h 127 T* before() const;
212 T& operator*() const { return *Base::before(); }
213 T* operator->() const { return Base::before(); }
239 const T& operator*() const { return *Base::before(); }
240 const T* operator->() const { return Base::before(); }
656 inline T* DequeIteratorBase<T>::before() const
  /external/qemu/
cpu-defs.h 37 #error TARGET_LONG_BITS must be defined before including this header
  /ndk/build/core/
default-build-commands.mk 2 # This is included in setup-toolchain.mk just before the inclusion
19 # and static libraries, but before any other library in the link
  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 83 protected void onTextChanged(CharSequence text, int start, int before, int after) {
  /external/freetype/src/autofit/
aflatin.c 2049 AF_Edge before, after; local
    [all...]
aflatin2.c 2197 AF_Edge before, after; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 672 SkVector before, after; local
678 before.setNormalize(x1 - start.fX, y1 - start.fY);
682 SkScalar cosh = SkPoint::DotProduct(before, after);
683 SkScalar sinh = SkPoint::CrossProduct(before, after);
694 SkScalar xx = x1 - SkScalarMul(dist, before.fX);
695 SkScalar yy = y1 - SkScalarMul(dist, before.fY);
698 // now turn before/after into normals
700 before.rotateCCW();
704 before.rotateCW();
713 matrix.postTranslate(xx - SkScalarMul(radius, before.fX)
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 48 # by the dynamic linker before this code runs
73 # just before the program is being run. This is a C++ requirement
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 289 public void onTextChanged(CharSequence s, int start, int before, int count) {
290 super.onTextChanged(s, start, before, count);
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 21 cmp r1, #0 @ have we resolved this before?
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 128 if(mLastCheckedTime.before(nextCheckTime)) {
181 lastUpdated.before(feedPubDate) && !TextUtils.isEmpty(rssFeed)) {
  /device/htc/passion/
BoardConfig.mk 23 # WARNING: This line must come *before* including the proprietary

Completed in 646 milliseconds

1 23 4 5 6 7 8 91011>>