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

1 2

  /frameworks/base/core/jni/
TimeUtils.h 47 SEC = 1,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
72 this->t.tm_sec = sec;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.26-1.js 23 ECMA Section: 15.9.5.26 Date.prototype.setSeconds(sec [,ms])
30 2. Call ToNumber(sec).
46 writeHeaderToLog( SECTION + " Date.prototype.setSeconds(sec [,ms] )");
120 function addNewTestCase( startTime, sec, ms, DateString,UTCDate, LocalDate) {
123 DateCase.setSeconds( sec, ms );
125 DateCase.setSeconds( sec );
196 var SEC = Number(s);
199 SEC,
15.9.5.27-1.js 24 ECMA Section: 15.9.5.27 Date.prototype.setUTCSeconds(sec [,ms])
31 2. Call ToNumber(sec).
46 writeHeaderToLog( SECTION + " Date.prototype.setUTCSeconds(sec [,ms] )");
117 function addNewTestCase( startTime, sec, ms, DateString, UTCDate, LocalDate) {
120 DateCase.setSeconds( sec );
122 DateCase.setSeconds( sec, ms );
194 var SEC = Number(s);
198 SEC,
15.9.5.28-1.js 24 ECMA Section: 15.9.5.28 Date.prototype.setMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
48 writeHeaderToLog( SECTION + " Date.prototype.setMinutes(sec [,ms] )");
126 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
129 if ( sec == void 0 ) {
133 DateCase.setMinutes( min, sec );
135 DateCase.setMinutes( min, sec, ms )
    [all...]
15.9.5.29-1.js 24 ECMA Section: 15.9.5.29 Date.prototype.setUTCMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call
35 ToNumber(sec).
50 writeHeaderToLog( SECTION + " Date.prototype.setUTCMinutes( min [, sec, ms] )");
123 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCMinutes( min, sec );
132 DateCase.setUTCMinutes( min, sec, ms )
    [all...]
15.9.5.30-1.js 24 ECMA Section: 15.9.5.30 Date.prototype.setHours(hour [, min [, sec [, ms ]]] )
27 value getMinutes( ). If sec is not specified, this behaves as if sec were
35 4. If sec is not specified, compute SecFromTime(t); otherwise, call
36 ToNumber(sec).
51 writeHeaderToLog( SECTION + " Date.prototype.setHours( hour [, min, sec, ms] )");
119 function addNewTestCase( time, hours, min, sec, ms, DateString) {
120 var UTCDate = UTCDateFromTime( SetHours( time, hours, min, sec, ms ));
121 var LocalDate = LocalDateFromTime( SetHours( time, hours, min, sec, ms ));
128 if ( sec == void 0 )
    [all...]
15.9.5.31-1.js 24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )
27 If sec is not specified, this behaves as if sec were specified with the value getUTCSeconds ( ).
33 4.If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )");
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCHours( hours, min, sec );
132 DateCase.setUTCHours( hours, min, sec, ms )
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 358 static const nsecs_t SEC = 1000*MSEC;
465 res = mFrames.waitForBuffer(exposureTime + SEC);
478 res = rawWaiter->waitForFrame(exposureTime + SEC);
615 res = mFrames.waitForBuffer(SEC + expectedExposureTime);
630 res = rawWaiter->waitForFrame(SEC + expectedExposureTime);
768 res = mFrames.waitForBuffer(exposureTime + SEC);
781 res = jpegWaiter->waitForFrame(exposureTime + SEC);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
308 /* Return TRUE if input section SEC has been discarded. */
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfd.h 311 /* Find the address one past the end of SEC. */
312 #define bfd_get_section_limit(bfd, sec) \
313 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
316 /* Return TRUE if input section SEC has been discarded. */
317 #define discarded_section(sec) \
318 (!bfd_is_abs_section (sec) \
319 && bfd_is_abs_section ((sec)->output_section) \
320 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 87 {1000L, 30000000000L} ; // 1 us - 30 sec
89 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
687 static const int64_t SEC = MSEC * 1000LL;

Completed in 1087 milliseconds

1 2