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

1 2 34 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afhints.c 108 /* to appear before those in the major one in the list */
802 /* is the point before the first edge? */
867 AF_Edge before = edges + min - 1; local
871 /* assert( before && after && before != after ) */
872 if ( before->scale == 0 )
873 before->scale = FT_DivFix( after->pos - before->pos,
874 after->fpos - before->fpos );
876 u = before->pos + FT_MulFix( fu - before->fpos
    [all...]
  /external/iptables/
Android.mk 37 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
  /external/webkit/WebCore/css/
view-source.css 73 .webkit-line-number::before {
CSSPropertyNames.in 105 page-break-before
190 -webkit-column-break-before
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 241 protected void onTextChanged(CharSequence text, int start, int before, int after) {
242 super.onTextChanged(text, start, before, after);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 227 int before = countLines(process); local
237 assertEquals(before, after);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java 73 final Entity before = iterator.next(); local
74 final EntityDelta entity = EntityDelta.fromBefore(before);
100 // No local entry before, so insert
110 * the "before" {@link Entity} states into the modified state which all
EntityDelta.java 84 * starting point; the "before" snapshot.
86 public static EntityDelta fromBefore(Entity before) {
88 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
90 for (NamedContentValues namedValues : before.getSubValues()) {
98 * "before" state represented by this {@link EntityDelta}, discarding any
131 // No local entry before, so insert
249 // Requesting an "insert" entry, which has no "before"
347 * "before" state hasn't changed. This is maintained separately so that all
348 * asserts can take place before any updates occur.
368 * current "before" {@link Entity} state into the modified state which thi
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 148 /* save the word's information before this edit */
188 public void onTextChanged(CharSequence s, int start, int before, int count) {
204 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /sdk/files/
post_tools_install.bat 26 rem Grab current directory before we change it
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 79 ; pack up before storing
327 ; pack up before storing
333 ; Load destination stride before writing out,
412 ; pack up before storing
418 ; Load destination stride before writing out,
671 ; pack up before storing
677 ; Load destination stride before writing out,
  /external/icu4c/test/intltest/
utxttest.cpp 158 // The test string is unescaped before use.
1138 before = UTEXT_INITIALIZER, local
1186 before = UTEXT_INITIALIZER, local
    [all...]
  /external/skia/src/views/
SkWidgets.cpp 119 // override in subclass to add any additional fields before posting
353 SkScalar before, after; local
354 (void)fPaint.measureText(0, NULL, &before, &after);
356 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 530 long before = System.currentTimeMillis(); local
533 long error = (after - before - delay);
537 // Allow jit to warm up before testing
540 toLong[count][1] = before;
550 sb.append(", before: ");
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 184 * @tests java.util.Date#before(java.util.Date)
189 method = "before",
193 // Test for method boolean java.util.Date.before(java.util.Date)
196 assertTrue("Older was returned as newer", !d2.before(d1));
197 assertTrue("Newer was returned as older", d1.before(d2));
200 d1.before(null);
707 * is called before a test is executed.
  /bionic/libc/arch-x86/bionic/
crtbegin_static.S 48 # by the dynamic linker before this code runs
  /external/gtest/test/
gtest-typed-test_test.cc 229 "foo\\.cc.2.?: Test D must be defined before REGISTER_TYPED_TEST_CASE_P"
307 IntBeforeRegisterTypedTestCaseP before = 0; variable
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 229 "foo\\.cc.2.?: Test D must be defined before REGISTER_TYPED_TEST_CASE_P"
305 IntBeforeRegisterTypedTestCaseP before = 0; variable
  /external/quake/quake/src/WinQuake/
common.h 65 void InsertLinkBefore (link_t *l, link_t *before);
  /external/webkit/WebCore/editing/
ApplyStyleCommand.h 99 HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, RefPtr<CSSPrimitiveValue> allowedDirection);
  /external/webkit/WebCore/inspector/front-end/
audits.css 137 #audit-result-view .section .header::before {
141 #audit-result-view .section.expanded .header::before {
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 64 static long TIME_EARLY = -2347889122L;// A time well before the Epoch
659 * Method test for before
664 method = "before",
673 assertTrue(theTimestamp.before(theTest));
681 assertFalse(theTimestamp.before(theTest));
688 assertFalse(theTimestamp.before(theTest));
690 assertTrue(theTimestamp.before(theTest));
  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 74 public void onTextChanged(CharSequence s, int start, int before,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 138 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /dalvik/vm/mterp/armv5te/
OP_INSTANCE_OF.S 26 cmp r1, #0 @ have we resolved this before?

Completed in 1813 milliseconds

1 2 34 5 6 7 8 91011>>