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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 111 * Day of week after day of month: To specify the first day of the week
112 * occurring on or after an exact day of the month, make the day of the week
114 * this indicates the first Monday on or after the 5th day of the
660 * @param after
661 * selects the day after or before the day of month.
663 public void setEndRule(int month, int day, int dayOfWeek, int time, boolean after) {
665 endDay = after ? day : -day;
769 * @param after
770 * selects the day after or before the day of month.
772 public void setStartRule(int month, int day, int dayOfWeek, int time, boolean after) {
    [all...]
  /ndk/build/core/
default-build-commands.mk 48 # executable or shared library as being read-only after the dynamic
63 # NOTE: Ensure that TARGET_LIBGCC is placed after all private objects
  /ndk/sources/third_party/googletest/googletest/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
  /packages/apps/Email/src/com/android/email/activity/setup/
EditQuickResponseDialog.java 95 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 68 int after) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java 146 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
OverlayTitleEditor.java 60 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /frameworks/base/core/java/android/widget/
GridLayout.java 61 * (after padding is taken into account).
73 * overlap after the layout operation completes.
2235 public int after; field in class:Bounds
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 62 * (after padding is taken into account).
74 * overlap after the layout operation completes.
2118 public int after; field in class:Bounds
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 149 -fgcse-after-reload \
150 -frerun-cse-after-loop \
TARGET_linux-mips.mk 135 -fgcse-after-reload \
136 -frerun-cse-after-loop \
  /device/generic/goldfish/opengl/
Android.mk 41 # module A, then it must be included after module A below.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DateTest.java 134 * @tests java.util.Date#after(java.util.Date)
137 // Test for method boolean java.util.Date.after(java.util.Date)
140 assertTrue("Older was returned as newer", d2.after(d1));
141 assertTrue("Newer was returned as older", !d1.after(d2));
500 * method is called after a test is executed.
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 254 base::Time after = base::Time::Now(); local
263 EXPECT_GE(after, time);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 7 -webkit-padding-after: 7px;
network_dropdown.css 131 -webkit-margin-after: 2px;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager_wrapper.js 65 * Decorates a FileCopyManager method, so it will be executed after initializing
  /external/chromium_org/chrome/browser/resources/history/
history.css 592 html[dir='rtl'] #newest-button::after {
603 html[dir='ltr'] #older-button::after,
604 html[dir='rtl'] #newer-button::after {
610 #results-pagination::after {
  /external/chromium_org/chrome/browser/resources/task_manager/
preload.js 29 // Use the cache after the second time since access to localStorage is slow.
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 84 // The test completes after the sync config is sent out.
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 36 * If script1 finishes after script2 is executed, then script1's result will be

Completed in 688 milliseconds

<<11121314151617181920>>