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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
Android.mk 12 LOCAL_MODULE := libOMX.SEC.AVC.Decoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
Android.mk 12 LOCAL_MODULE := libOMX.SEC.M4V.Decoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
Android.mk 12 LOCAL_MODULE := libOMX.SEC.AVC.Encoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
Android.mk 12 LOCAL_MODULE := libOMX.SEC.M4V.Encoder
22 $(SEC_OMX_INC)/sec \
  /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;
  /device/samsung/crespo/
device.mk 81 libOMX.SEC.AVC.Decoder \
82 libOMX.SEC.M4V.Decoder \
83 libOMX.SEC.M4V.Encoder \
84 libOMX.SEC.AVC.Encoder
  /external/webkit/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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 359 /* Find the address one past the end of SEC. */
360 #define bfd_get_section_limit(bfd, sec) \
361 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
    [all...]

Completed in 88 milliseconds