/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() 213 const section* sec = reader.sections[0]; in TEST() local 324 const section* sec = reader.sections[0]; in TEST() local 432 const section* sec = reader.sections[0]; in TEST() local 493 const section* sec = reader.sections[0]; in TEST() local 547 const section* sec = reader.sections[0]; in TEST() local 618 const section* sec = reader.sections[0]; in TEST() local 747 const section* sec = reader.sections[""]; in TEST() local 800 const section* sec = reader.sections[""]; in TEST() local [all …]
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 353 const section* sec = in validate() local 379 const section* sec ) noexcept in is_offset_in_section() 387 const section* sec ) noexcept in get_virtual_addr() 396 for ( const auto& sec : sections ) { in find_prog_section_for_offset() local 512 section* sec = create_section(); in load_sections() local 632 for ( const auto& sec : sections_ ) { in save_sections() local 742 const auto& sec = sections_[i]; in layout_sections_without_segments() local 867 section* sec = sections[index]; in write_segment_data() local 967 section* sec = nullptr; in operator []() local 979 section* sec = nullptr; in operator []() local
|
D | elfio_dump.hpp | 738 const section* sec = reader.sections[i]; in section_headers() local 753 const section* sec, in section_header() 867 for ( const auto& sec : reader.sections ) { // For all sections in symbol_tables() local 947 for ( const auto& sec : reader.sections ) { // For all sections in notes() local 1058 for ( const auto& sec : reader.sections ) { // For all sections in modinfo() local 1081 for ( const auto& sec : reader.sections ) { // For all sections in dynamic_tags() local 1128 static void section_data( std::ostream& out, const section* sec ) in section_data() 1171 const section* sec = reader.sections[i]; in section_datas() local
|
/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/libbpf/src/ |
D | linker.c | 201 struct dst_sec *sec = &linker->secs[i]; in bpf_linker__free() local 249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec() local 299 struct dst_sec *sec; in init_output_elf() local 479 static bool is_ignored_sec(struct src_sec *sec) in is_ignored_sec() 518 struct src_sec *secs = obj->secs, *sec; in add_src_sec() local 554 struct src_sec *sec; in linker_load_obj_file() local 702 struct src_sec *sec; in linker_sanity_check_elf() local 763 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab() 837 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos() 1036 struct dst_sec *sec; in find_dst_sec_by_name() local [all …]
|
/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/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 4-1-buildonly.c | 16 time_t sec; in dummyfcn() local
|
/third_party/jerryscript/tests/jerry/ |
D | date-setters.js | 16 var sec = 1000 * ms; variable
|
/third_party/openssl/providers/implementations/kdfs/ |
D | tls1_prf.c | 91 unsigned char *sec; member 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() 374 const unsigned char *sec, size_t slen, in tls1_prf_alg()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
D | tls1_prf.c | 91 unsigned char *sec; member 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() 374 const unsigned char *sec, size_t slen, in tls1_prf_alg()
|
/third_party/curl/tests/server/ |
D | util.h | 48 #define sleep(sec) Sleep ((sec)*1000) argument
|
/third_party/typescript/tests/cases/compiler/ |
D | destructuredDeclarationEmit.ts | 13 const [ , one, , [, bee, , [, {sec} ]]] = arr; constant
|
/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/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/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/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | time_ftime_test.cpp | 25 auto sec = std::chrono::duration_cast<std::chrono::seconds>(duration).count(); variable
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo03.c | 29 long sec, sec_rem; in read_proc_uptime() local
|
/third_party/python/Python/ |
D | pytime.c | 138 _PyTime_DoubleToDenominator(double d, time_t *sec, long *numerator, in _PyTime_DoubleToDenominator() 171 _PyTime_ObjectToDenominator(PyObject *obj, time_t *sec, long *numerator, in _PyTime_ObjectToDenominator() 197 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() 230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() 237 _PyTime_ObjectToTimeval(PyObject *obj, time_t *sec, long *usec, in _PyTime_ObjectToTimeval() 420 long long sec; in _PyTime_FromObject() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationrootelements.cpp | 121 uint32_t previousSec, sec; in getSecondaryBefore() local 213 uint32_t sec = secTer >> 16; in getSecondaryAfter() local
|