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

1 2 34 5 6 7 8 91011>>

  /external/icu4c/i18n/
tzrule.cpp 273 UBool after = TRUE;
281 after = FALSE;
290 after = FALSE;
300 if (after) {
  /external/protobuf/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/quake/quake/src/WinQuake/
common.h 66 void InsertLinkAfter (link_t *l, link_t *after);
  /external/webkit/WebCore/css/
CSSPropertyNames.in 104 page-break-after
189 -webkit-column-break-after
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 175 && now.after(lastCertificate.getNotAfter())) {
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 143 * Day of week after day of month: To specify the first day of the week
144 * occurring on or after an exact day of the month, make the day of the week
146 * this indicates the first Monday on or after the 5th day of the
725 * @param after
726 * selects the day after or before the day of month.
729 boolean after) {
731 endDay = after ? day : -day;
738 // dayOfWeek, time, after);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 66 static long TIME_LATE = 2347889122L; // A time well after the Epoch
696 * Method test for after
701 method = "after",
710 assertFalse(theTimestamp.after(theTest));
718 assertTrue(theTimestamp.after(theTest));
725 assertFalse(theTimestamp.after(theTest));
727 assertTrue(theTimestamp.after(theTest));
  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 70 int after) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 75 // Make sure the OK button is disabled (if necessary) after rotation
133 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cfghooks.h 37 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
57 /* Creates a new basic block just after basic block B by splitting
58 everything after specified instruction I. */
61 /* Move block B immediately after block A. */
108 /* This function is called immediately after edge E is added to the
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cfghooks.h 37 basic_block (*create_basic_block) (void *head, void *end, basic_block after);
57 /* Creates a new basic block just after basic block B by splitting
58 everything after specified instruction I. */
61 /* Move block B immediately after block A. */
108 /* This function is called immediately after edge E is added to the
  /dalvik/vm/arch/arm/
CallEABI.S 215 b .Lfast_copy_loop2 @ don't adjust argc after writing pad
310 tst r2, #1 @ odd after initial incr?
  /external/bluetooth/glib/gobject/
gsignal.h 134 * @G_CONNECT_AFTER: whether the handler should be called before or after the
345 gboolean after);
349 gboolean after);
432 * The handler will be called after the default handler of the signal.
  /external/webkit/WebCore/
wscript 70 from TaskGen import taskgen, feature, after
  /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.
228 // Test PM after time.
  /external/freetype/src/autofit/
aflatin.c 342 /* we simply take the median value after a simple sort */
2049 AF_Edge before, after; local
    [all...]
aflatin2.c 347 /* we simply take the median value after a simple sort */
2197 AF_Edge before, after; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 93 3. if we encounter Line | Quad | Cubic after Close, cons up a Move
672 SkVector before, after; local
679 after.setNormalize(x2 - x1, y2 - y1);
682 SkScalar cosh = SkPoint::DotProduct(before, after);
683 SkScalar sinh = SkPoint::CrossProduct(before, after);
698 // now turn before/after into normals
701 after.rotateCCW();
705 after.rotateCW();
716 int count = SkBuildQuadArc(before, after, arcDir, &matrix, pts);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 668 base::StringPiece* before, base::StringPiece* after) {
682 *after = base::StringPiece(p + 1, end - (p + 1));
684 *after = base::StringPiece("");
686 StringPieceUtils::RemoveWhitespaceContext(after);
692 *after = "";
747 // Strip the key whitespace after checking that there is a value.
    [all...]
  /external/libpng/
CHANGES 156 of the color bytes instead of after
186 added read of CRC after IEND chunk for embedded PNGs (Laszlo Nyul)
405 Removed lines after Dynamic Dependencies" in makefile.aco .
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 122 * Clear the internal packages list. After this call, {@link #getPackages()} will return
193 // our filename, make another tentative after changing the URL.
655 private Node findChild(Node rootNode, Node after, String prefix, String nodeName) {
657 Node child = after == null ? rootNode.getFirstChild() : after.getNextSibling();
    [all...]
  /build/core/
java.mk 119 # after all the declarations.
173 # All of the rules after full_classes_compiled_jar are very unlikely
179 # be done after the inclusion of base_rules.mk.
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 66 long after = System.currentTimeMillis(); local
77 assertTrue(e2.getTimeMillis() < after);
93 long after = System.currentTimeMillis();
733 int after = countOpenFiles(); local
734 assertTrue(after > 0);
735 assertTrue(after < before + 20);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 173 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
193 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
199 Toast.makeText(Controller.this, "WARNING: Phone will wipe after " +
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 69 vshr.s16 q4, #1 ;right shift 1 after vqdmulh

Completed in 1229 milliseconds

1 2 34 5 6 7 8 91011>>