HomeSort by relevance Sort by last modified time
    Searched refs:since (Results 1 - 25 of 1437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/util/calendar/
Era.java 46 * Calendar system Era name Since (in Gregorian)
60 * @since 1.5
66 private final long since; field in class:Era
75 * @param since the time (millisecond offset from January 1, 1970
77 * @param localTime <code>true</code> if <code>since</code>
79 * <code>since</code> specifies UTC
81 public Era(String name, String abbr, long since, boolean localTime) {
84 this.since = since;
88 gcal.getCalendarDate(since, d)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
badoffsethigh.s 1 ; Offset greater than #32767 should cause an error since the offset is
badoffsetlow.s 1 ; Offset less than #-32786 should cause an error since the offset is
  /external/doclava/res/assets/templates/components/
api_filter.cs 12 each:since = since ?>'<?cs
13 var:since.name ?>'<?cs
14 if:!last(since) ?>, <?cs /if ?><?cs
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
pr20364.s 13 .macro check_vector_size since
14 .if (. - \since) > (32 * 4)
  /external/llvm/test/MC/ARM/
deprecated-v8.s 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb'
20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb'
21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb'
22 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'dsb
    [all...]
  /build/kati/testcase/
wildcard_with_var.mk 5 # expect Makefile, since runtest.rb put this as Makefile in new dir.
wildcard_with_commas.mk 3 # test expectes empty, since no *,* found.
  /prebuilts/ndk/r16/sources/android/native_app_glue/
Android.mk 9 # The linker will strip this as "unused" since this is a static library, but we
10 # need to keep it around since it's the interface for JNI.
  /external/libyuv/files/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/mesa3d/docs/specs/
MESA_release_buffers.spec 15 Shipping since Mesa 2.0 in October, 1996.
73 None, since this is a client-side operation.
  /test/vts/tools/build/tasks/list/
vts_test_host_bin_package_list.mk 9 # Need to package mkdtboimg.py since the tool is not just used by the VTS test.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
expdyn2.d 8 # symbols, but since got reference counter wasn't reset, there was a SEGV
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tlsopt1_32.s 2 # this section should not be optimised since we have old-style
tlsopt2.s 2 # this section should not be optimised since we have old-style
tlsopt2_32.s 2 # this section should not be optimised since we have old-style
  /external/doclava/src/com/google/doclava/
DocInfo.java 99 public void setSince(String since) {
100 mSince = since;
127 public void setDeprecatedSince(String since) {
128 mDeprecatedSince = since;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
align.s 23 * no, it doesn't fill post 2002-05-23 write.c change since we don't define
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_ldr_immediate_highregs_armv6t2.s 15 # These shall be encoded into mov.w since register cannot be encoded in
23 # These shall be encoded into movw since immediate cannot be encoded
27 # These should be encoded as ldr since mov immediate is unpredictable
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 
api-generator-22.9.3.jar 
  /frameworks/rs/script_api/
rs_time.spec 27 summary: Seconds since January 1, 1970
29 Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
44 field: int tm_mon, "Months since January. This ranges from 0 to 11."
45 field: int tm_year, "Years since 1900."
46 field: int tm_wday, "Days since Sunday. This ranges from 0 to 6."
47 field: int tm_yday, "Days since January 1. This ranges from 0 to 365."
56 summary: Elapsed time since last call
58 Returns the time in seconds since this function was last called in this script.
65 arg: const rs_time_t* timer, "Input time as a number of seconds since January 1, 1970."
77 ret: rs_time_t, "Seconds since the Epoch, -1 if there's an error.
    [all...]
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 57 # Each event samples statistics measured since kernel startup
169 """Return time since boot for a bootstat event.
176 @return Time since boot for the selected
186 """Return sectors read since boot for a bootstat event.
192 @return Number of sectors read since boot for
205 the ticks since power on at selected times during startup.
277 Read "seconds since kernel startup" from the bootstat files
325 Read "sectors read since kernel startup" from the bootstat
327 values to "bytes read since boot", and store the values as
356 """Estimate the absolute time of a time since boot
    [all...]

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>