Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/baselines/reference/
DdestructuredDeclarationEmit.js5 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/
Dbss_load.c20 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
Dairtime_policy.c37 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/
Dbss_load.c20 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
Dairtime_policy.c37 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/
DELFIOTest.cpp64 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/
Dgettimeofday.c39 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/
Dsntp_opts.h56 #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/
Delfio.hpp288 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
Delfio_dump.hpp509 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/
DSkBitmapProcState.h119 #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/
Dchrono.py22 sec = time.time() - start variable
/third_party/openssl/crypto/kdf/
Dtls1_prf.c29 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/
D4-1-buildonly.c16 time_t sec; in dummyfcn() local
/third_party/flutter/skia/src/core/
DSkBitmapProcState.h134 #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/
Dempty_library_info_test.cpp24 std::vector<std::string> sec = lib_info.sections(); in main() local
Dlibrary_info_test.cpp28 std::vector<std::string> sec = lib_info.sections(); in main() local
/third_party/curl/tests/server/
Dutil.h47 #define sleep(sec) Sleep ((sec)*1000) argument
/third_party/jerryscript/tests/jerry/
Ddate-setters.js16 var sec = 1000 * ms; variable
/third_party/typescript/tests/cases/compiler/
DdestructuredDeclarationEmit.ts13 const [ , one, , [, bee, , [, {sec} ]]] = arr; constant
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo03.c29 long sec, sec_rem; in read_proc_uptime() local
/third_party/icu/icu4c/source/test/intltest/
Dcaltztst.cpp183 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/
DTestCase.java97 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/
DTestCase.java94 int hour, int min, int sec) in TestCase()
128 int hour, int min, int sec) in TestCase()
/third_party/ltp/testcases/kernel/syscalls/alarm/
Dalarm02.c22 unsigned int sec; member

12345678910>>...12