/third_party/typescript/tests/baselines/reference/ |
D | destructuredDeclarationEmit.js | 5 const arr: [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]] = [0, 1, 2, ['a', 'b', 'c', [{d… property 31 var arr = [0, 1, 2, ['a', 'b', 'c', [{ def: 'def' }, { sec: 'sec' }]]]; property 43 var one = foo_1.arr[1], _b = foo_1.arr[3], bee = _b[1], _c = _b[3], sec = _c[1].sec; variable 68 sec: 'sec'; property
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | bss_load.c | 20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout() 45 unsigned int sec, usec; in update_channel_utilization() local 85 unsigned int sec, usec; in bss_load_update_init() local
|
D | airtime_policy.c | 37 unsigned int *sec, in get_airtime_policy_update_timeout() 133 unsigned int sec, usec; in update_airtime_weights() local 253 unsigned int sec, usec; in airtime_policy_update_init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | bss_load.c | 20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout() 45 unsigned int sec, usec; in update_channel_utilization() local 85 unsigned int sec, usec; in bss_load_update_init() local
|
D | airtime_policy.c | 37 unsigned int *sec, in get_airtime_policy_update_timeout() 137 unsigned int sec, usec; in update_airtime_weights() local 257 unsigned int sec, usec; in airtime_policy_update_init() local
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 64 void checkSection( const section* sec, in checkSection() 89 void checkSection( const section* sec, in checkSection() 211 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 311 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 417 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 478 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 532 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 603 section* sec = reader.sections[0]; in BOOST_AUTO_TEST_CASE() local 732 section* sec = reader.sections[""]; in BOOST_AUTO_TEST_CASE() local 785 section* sec = reader.sections[""]; in BOOST_AUTO_TEST_CASE() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | gettimeofday.c | 39 int sec = atoi(str); in gettimeofday_0100() local 70 int sec = atoi(str); in gettimeofday_time64_0100() local
|
/third_party/lwip/src/include/lwip/apps/ |
D | sntp_opts.h | 56 #define SNTP_SET_SYSTEM_TIME(sec) LWIP_UNUSED_ARG(sec) argument 181 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 288 auto sec = find_prog_section_for_offset( seg->get_offset() ); in validate() local 324 const section* sec = sections[i]; in find_prog_section_for_offset() local 440 section* sec = create_section(); in load_sections() local 543 section* sec = sections_.at( i ); in save_sections() local 650 section* sec = sections_[i]; in layout_sections_without_segments() local 740 section* sec = sections[index]; in layout_segments_and_their_sections() local 856 section* sec = 0; in operator []() local 868 section* sec = 0; in operator []() local
|
D | elfio_dump.hpp | 509 section* sec = reader.sections[i]; in section_headers() local 520 const section* sec, in section_header() 627 section* sec = reader.sections[i]; in symbol_tables() local 709 section* sec = reader.sections[i]; in notes() local 741 section* sec = reader.sections[i]; in modinfo() local 775 section* sec = reader.sections[i]; in dynamic_tags() local 822 static void section_data( std::ostream& out, const section* sec ) in section_data() 864 section* sec = reader.sections[i]; in section_datas() local
|
/third_party/skia/src/core/ |
D | SkBitmapProcState.h | 119 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument 123 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument 129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() 135 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
|
/third_party/boost/libs/local_function/example/ |
D | chrono.py | 22 sec = time.time() - start variable
|
/third_party/openssl/crypto/kdf/ |
D | tls1_prf.c | 29 unsigned char *sec; member 176 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() 248 const unsigned char *sec, size_t slen, in tls1_prf_alg()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 4-1-buildonly.c | 16 time_t sec; in dummyfcn() local
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState.h | 134 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument 138 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument 144 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() 150 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
|
/third_party/boost/libs/dll/test/ |
D | empty_library_info_test.cpp | 24 std::vector<std::string> sec = lib_info.sections(); in main() local
|
D | library_info_test.cpp | 28 std::vector<std::string> sec = lib_info.sections(); in main() local
|
/third_party/curl/tests/server/ |
D | util.h | 47 #define sleep(sec) Sleep ((sec)*1000) argument
|
/third_party/jerryscript/tests/jerry/ |
D | date-setters.js | 16 var sec = 1000 * ms; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | destructuredDeclarationEmit.ts | 13 const [ , one, , [, bee, , [, {sec} ]]] = arr; constant
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo03.c | 29 long sec, sec_rem; in read_proc_uptime() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | caltztst.cpp | 183 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date() 221 …teToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) in dateToFields()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | TestCase.java | 97 int hour, int min, int sec) in TestCase() 131 int hour, int min, int sec) in TestCase()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | TestCase.java | 94 int hour, int min, int sec) in TestCase() 128 int hour, int min, int sec) in TestCase()
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
D | alarm02.c | 22 unsigned int sec; member
|