HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 451 - 475 of 1918) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar 
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /art/compiler/optimizing/
code_generator_arm64.cc 3267 Location second = locations->InAt(1); local
3290 Location second = locations->InAt(1); local
3325 Location second = locations->InAt(1); local
3380 Location second = locations->InAt(1); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 72 __u8 second; member in struct:cdrom_msf0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 418 "second must be in 0..59");
574 int *hour, int *minute, int *second,
577 normalize_pair(second, microsecond, 1000000);
578 normalize_pair(minute, second, 60);
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type)
683 DATE_SET_SECOND(self, second);
699 new_time_ex(int hour, int minute, int second, int usecond,
711 TIME_SET_SECOND(self, second);
1935 PyObject *second = NULL; local
3148 int second = 0; local
3678 int second = 0; local
4081 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 418 "second must be in 0..59");
574 int *hour, int *minute, int *second,
577 normalize_pair(second, microsecond, 1000000);
578 normalize_pair(minute, second, 60);
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type)
683 DATE_SET_SECOND(self, second);
699 new_time_ex(int hour, int minute, int second, int usecond,
711 TIME_SET_SECOND(self, second);
1935 PyObject *second = NULL; local
3148 int second = 0; local
3678 int second = 0; local
4081 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor; local
    [all...]
  /external/expat/tests/
runtests.c 10911 const char *second = local
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 670 uint16_t second; member in struct:__anon20870
    [all...]
  /external/kernel-headers/original/uapi/linux/
cdrom.h 158 __u8 second; member in struct:cdrom_msf0
173 __u8 cdmsf_sec0; /* start second */
176 __u8 cdmsf_sec1; /* end second */
332 #define CD_FRAMES 75 /* frames per second */
356 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
  /external/libpng/
png.h 638 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */ member in struct:png_time_struct
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 643 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */ member in struct:png_time_struct
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java 3979 TestAllTypesNano second = new TestAllTypesNano(); local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 418 "second must be in 0..59");
574 int *hour, int *minute, int *second,
577 normalize_pair(second, microsecond, 1000000);
578 normalize_pair(minute, second, 60);
672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type)
683 DATE_SET_SECOND(self, second);
699 new_time_ex(int hour, int minute, int second, int usecond,
711 TIME_SET_SECOND(self, second);
1935 PyObject *second = NULL; local
3148 int second = 0; local
3678 int second = 0; local
4081 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor; local
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 1384 second = (2, 'for the show') variable in class:TestEnum.test_tuple_subclass.SomeTuple
1395 second = () variable in class:TestEnum.test_duplicate_values_give_unique_enum_items.AutoNumber
1645 second = auto() variable in class:TestEnum.test_duplicate_auto.Dupes
1980 second = auto() variable in class:TestFlag.test_duplicate_auto.Dupes
    [all...]
  /external/python/cpython3/Python/
ceval.c 771 predicting the second opcode of each opcode pair. These predictions have
880 predict the second code when the first is run. For example,
928 #define SECOND() (stack_pointer[-2])
1266 PyObject *second = SECOND(); local
1274 PyObject *second = SECOND(); local
1291 PyObject *second = SECOND(); local
    [all...]
  /external/syslinux/com32/include/
png.h 553 * structure and type definitions. The second section contains the external
741 png_byte second; \/* second of minute, 0 - 60 (for leap seconds) *\/ member in struct:png_time_struct
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 251 return a.second.Compare(b.second);
1024 LiveRange* second = other; local
1753 Instruction* second = code()->InstructionAt(instr_index); local
    [all...]
  /external/v8/src/
deoptimizer.cc 3861 Handle<Object> second = materializer.FieldAt(value_index); local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 630 unsigned char second; /* 0x00-0x59 */ member in struct:__anon52847
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 157 __u8 second; member in struct:cdrom_msf0
172 __u8 cdmsf_sec0; /* start second */
175 __u8 cdmsf_sec1; /* end second */
331 #define CD_FRAMES 75 /* frames per second */
355 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
  /toolchain/binutils/binutils-2.27/gas/config/
tc-score7.c 5305 char second[s7_MAX_LITERAL_POOL_SIZE]; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 2957 int32_t second; local
3511 int32_t second; local
    [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 

Completed in 5073 milliseconds

<<11121314151617181920>>