/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 283 String before = document.get(); local 286 String diff = getDiff(before, after);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 58 static long TIME_EARLY = -2347889122L;// A time well before the Epoch 532 * Method test for before 540 assertTrue(theTimestamp.before(theTest)); 548 assertFalse(theTimestamp.before(theTest)); 555 assertFalse(theTimestamp.before(theTest)); 557 assertTrue(theTimestamp.before(theTest));
|
/external/chromium_org/chrome/browser/safe_browsing/ |
database_manager.cc | 451 // check before the database has finished loading. 475 // |start| is set before calling |GetFullHash()|, which should be 622 // case the database will be recreated before our deletion request is 641 // any remaining tasks before clearing safe_browsing_thread_. 686 const base::TimeTicks before = base::TimeTicks::Now(); local 708 UMA_HISTOGRAM_TIMES("SB2.DatabaseOpen", base::TimeTicks::Now() - before); [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 123 /* to appear before those in the major one in the list */ 962 /* is the point before the first edge? */ 1029 AF_Edge before = edges + min - 1; local 1033 /* assert( before && after && before != after ) */ 1034 if ( before->scale == 0 ) 1035 before->scale = FT_DivFix( after->pos - before->pos, 1036 after->fpos - before->fpos ); 1038 u = before->pos + FT_MulFix( fu - before->fpos [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
logging.cc | 201 uint32 before = Time(); local 202 // Must lock streams_ before accessing 209 uint32 delay = TimeSince(before); 578 // kMinPrintableLine characters before we'll switch back.
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
cryptlib.c | 412 /* Calling this here ensures initialisation before any threads 615 int before= *pointer; local 624 CRYPTO_THREADID_hash(&id), before,amount,ret,
|
/external/chromium_org/third_party/webrtc/base/ |
logging.cc | 184 uint32 before = Time(); local 185 // Must lock streams_ before accessing 192 uint32 delay = TimeSince(before); 561 // kMinPrintableLine characters before we'll switch back.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.c | 409 elf_symtab_entry *before = NULL; local 412 before = after; 413 if (before->type == STT_FILE) break; 416 STAILQ_INSERT_AFTER(symtab, before, entry, qlink);
|
/external/chromium_org/ui/compositor/ |
layer_unittest.cc | 1415 scoped_refptr<cc::Layer> before = child->cc_layer(); local [all...] |
/external/chromium_org/ui/gfx/ |
transform_unittest.cc | 5 // MSVC++ requires this to be set before any other includes to get M_PI. 248 int before; member in struct:gfx::__anon20766::TestCase 265 Point3F p1(value.before, value.before, 0); 356 int before; member in struct:gfx::__anon20766::TestCase 374 p1.SetPoint(value.before, 0, 0); 379 p1.SetPoint(0, value.before, 0); 384 p1.SetPoint(value.before, value.before, 0); 476 int before; member in struct:gfx::__anon20766::TestCase 592 int before; member in struct:gfx::__anon20766::TestCase [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY 150 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
|
/external/compiler-rt/lib/asan/ |
asan_report.cc | 92 static void PrintShadowByte(InternalScopedString *str, const char *before, 95 str->append("%s%s%x%x%s%s", before, d.ShadowByte(byte), byte >> 4, byte & 15, 99 static void PrintShadowBytes(InternalScopedString *str, const char *before, 102 if (before) str->append("%s%p:", before, bytes); 105 const char *before = local 108 PrintShadowByte(str, before, *p, after); 547 // Use ScopedInErrorReport to run common actions just before and [all...] |
/external/freetype/src/autofit/ |
afhints.c | 123 /* to appear before those in the major one in the list */ 1099 /* is the point before the first edge? */ 1166 AF_Edge before = edges + min - 1; local 1170 /* assert( before && after && before != after ) */ 1171 if ( before->scale == 0 ) 1172 before->scale = FT_DivFix( after->pos - before->pos, 1173 after->fpos - before->fpos ); 1175 u = before->pos + FT_MulFix( fu - before->fpos [all...] |
/external/openssl/crypto/ |
cryptlib.c | 412 /* Calling this here ensures initialisation before any threads 615 int before= *pointer; local 624 CRYPTO_THREADID_hash(&id), before,amount,ret,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1load.c | 438 FT_Int before = -1, after = -1; local 459 before = p; 463 if ( before < 0 ) 470 the_blend = FT_MulDiv( design - designs[before], 471 blends [after] - blends [before], 472 designs[after] - designs[before] ); [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 151 void (*before) ( ThreadId, member in struct:__anon36292
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
ExternalStorageProvider.java | 345 final File before = getFileForDocId(docId); local 346 final File after = new File(before.getParentFile(), displayName); 350 if (!before.renameTo(after)) {
|
/frameworks/volley/src/com/android/volley/toolbox/ |
DiskBasedCache.java | 262 long before = mTotalSize; local 287 prunedFiles, (mTotalSize - before), SystemClock.elapsedRealtime() - startTime);
|
/libcore/luni/src/main/java/java/util/ |
Date.java | 170 * Returns if this {@code Date} is before the specified Date. 174 * @return {@code true} if this {@code Date} is before the specified {@code Date}, 177 public boolean before(Date date) { method in class:Date
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
RawContactDeltaList.java | 72 * Create an {@link RawContactDeltaList} that contains the entities of the Iterator as before 87 final RawContact before = nextObject instanceof Entity local 90 final RawContactDelta rawContactDelta = RawContactDelta.fromBefore(before); 113 // No local entry before, so insert 123 * the "before" {@link Entity} states into the modified state which all
|
/packages/apps/Email/tests/src/com/android/email/ |
SecurityPolicyTests.java | 315 Policy before = mSecurityPolicy.getAggregatePolicy(); local 318 assertEquals(before, after1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 167 String before = document.get(); local 181 actual = getDiff(before, actual);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 171 String before = new String(bytes, Charsets.UTF_8); local 173 document.replace(0, 0, before); 178 String diff = getDiff(before, after);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestNode.java | 376 Element before = children.get(index); local 377 mElement.insertBefore(child, before);
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 206 assertFalse(b.before(a)); 207 assertTrue(a.before(b)); [all...] |