HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 326 - 350 of 1215) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
date-parse.js 93 // Allow comma instead of space after day, month and year.
102 // Allow AM/PM after the time.
227 // Test PM after time.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
293 'May 25 2008 AAA (GMT)']; // Unknown word after number.
  /external/v8/test/mjsunit/
date-parse.js 93 // Allow comma instead of space after day, month and year.
102 // Allow AM/PM after the time.
227 // Test PM after time.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
290 'May 25 2008 AAA (GMT)']; // Unknown word after number.
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1138 after = UTEXT_INITIALIZER; local
1186 after = UTEXT_INITIALIZER; local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 107 final ContentValues after = new ContentValues(); local
108 after.put(RawContacts.ACCOUNT_NAME, RawContactDeltaTests.TEST_ACCOUNT_NAME);
109 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
111 final ValuesDelta values = ValuesDelta.fromAfter(after);
138 final RawContactDelta after = new RawContactDelta(ValuesDelta.fromAfter(contact)); local
140 after.addEntry(ValuesDelta.fromAfter(entry));
142 return after;
  /external/chromium_org/third_party/pexpect/
pexpect.py 245 if type(child.after) in types.StringTypes:
246 child_result_list.append(child.before + child.after)
248 # child.after may have been a TIMEOUT or EOF,
298 After this the child application will be created and will be ready to
333 access to the full buffer after expect() returns.
338 everything to standard output. The logfile is flushed after each write.
403 self.after = None
491 s.append('after: ' + str(self.after))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 40 // position advances only if @after is true
41 inline void setPosition(Instruction *, bool after);
207 BuildUtil::setPosition(Instruction *i, bool after)
213 tail = after;
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 360 SkScalar before, after; local
361 (void)fPaint.measureText(0, NULL, &before, &after);
363 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /external/clang/lib/Edit/
Commit.cpp 99 StringRef after) {
104 commitableAfter = insertAfterToken(range.getEnd(), after);
106 commitableAfter = insert(range.getEnd(), after);
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 377 clock_t after; local
470 after = clock();
472 frame_cnt - 1, (int)(after - before) / (CLOCKS_PER_SEC / 1000));
  /external/markdown/markdown/
blockprocessors.py 211 # This block contained unindented line(s) after the first indented
344 after = block[m.end():] # All lines after header
353 if after:
355 blocks.insert(0, after)
411 # check for lines in block after hr.
414 # Add lines after hr to master blocks for later parsing.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 40 // position advances only if @after is true
41 inline void setPosition(Instruction *, bool after);
207 BuildUtil::setPosition(Instruction *i, bool after)
213 tail = after;
  /external/skia/src/views/
SkWidgets.cpp 360 SkScalar before, after; local
361 (void)fPaint.measureText(0, NULL, &before, &after);
363 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /external/valgrind/main/coregrind/
m_libcsignal.c 250 ULong after[2];
269 vg_assert(oldactCopy.after[0] == 0x5555555555555555ULL);
270 vg_assert(oldactCopy.after[1] == 0x5555555555555555ULL);
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 82 setThreshold(1); // pop-up the list after a single char is typed
98 int count, int after) {
105 int before, int after) {
106 if (before == 0 && after == 1) { // inserting a character
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 347 after = value[m.end():]
348 value = value[:m.start()] + item + after
349 if "$" in after:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 347 after = value[m.end():]
348 value = value[:m.start()] + item + after
349 if "$" in after:
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 346 protected void onTextChanged(CharSequence text, int start, int before, int after) {
349 mManager.updateSpanNextToCursor(getText(), start, before, after); local
350 mManager.updateSpanPreviousFromCursor(getText(), start, before, after); local
351 if (after > before) {
352 mManager.setTextComposingMask(start, start + after);
353 } else if (before < after) {
357 if (after > before) {
360 } else if (after < before) {
365 super.onTextChanged(text, start, before, after);
    [all...]
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 61 static long TIME_LATE = 2347889122L; // A time well after the Epoch
564 * Method test for after
572 assertFalse(theTimestamp.after(theTest));
580 assertTrue(theTimestamp.after(theTest));
587 assertFalse(theTimestamp.after(theTest));
589 assertTrue(theTimestamp.after(theTest));
  /external/bison/build-aux/
gnu-web-doc-update 2 # Run this after each non-alpha release, to update the web documentation at
36 Run this script from top_srcdir (no arguments) after each non-alpha
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CertificateHolder.java 195 * Return the date after which this certificate is not valid.
252 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 115 // The second test makes sure shared_ is not deleted after the first
252 // The second test makes sure shared_ is not deleted after the first
304 IntAfterTypedTestCaseP after = 0; variable
  /external/chromium_org/chrome/browser/resources/file_manager/js/
async_util.js 64 * Enqueues a closure to be executed after dependencies are completed.
145 * |delay| amount of time passes after the last call to run().
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 115 // The second test makes sure shared_ is not deleted after the first
252 // The second test makes sure shared_ is not deleted after the first
304 IntAfterTypedTestCaseP after = 0; variable
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutBoxExtent.cpp 72 LayoutUnit LayoutBoxExtent::after(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent

Completed in 469 milliseconds

<<11121314151617181920>>