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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 44 #define SEC 1000000000LL // in ns
362 maxExp = 10 * SEC; // Fallback maximum exposure time
441 minDuration = 1 * SEC / 30; // Fall back to 30 fps as minimum duration
461 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 395 ("MON DAY 24HOUR:MINUTE:SEC YEAR TIMEZONE") and return
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 395 ("MON DAY 24HOUR:MINUTE:SEC YEAR TIMEZONE") and return
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/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/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 309 /* Find the address one past the end of SEC. */
310 #define bfd_get_section_limit(bfd, sec) \
311 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
312 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
314 /* Return TRUE if input section SEC has been discarded. */
315 #define discarded_section(sec) \
316 (!bfd_is_abs_section (sec) \
317 && bfd_is_abs_section ((sec)->output_section) \
318 && (sec)->sec_info_type != SEC_INFO_TYPE_MERGE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/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...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 48 {1000L, 30000000000L} ; // 1 us - 30 sec
50 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
410 static const int64_t SEC = MSEC * 1000LL;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 42 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 57 const int64_t SEC = MSEC * 1000LL;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 561 milliseconds