/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 206 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel() 211 * A String array for the time zone ids. in TestWallyWedel() 252 * Instantiate a date so we can display the time zone name. in TestWallyWedel() 628 // non-generic timezone string influences dst offset even if wrong for date/time in TestGenericTime() 633 // generic timezone generates dst offset appropriate for local time in TestGenericTime() 638 // daylight savings time transition edge cases. in TestGenericTime() 639 // time to parse does not really exist, PT interpreted as earlier time in TestGenericTime() 647 // time to parse is ambiguous, PT interpreted as later time in TestGenericTime() [all...] |
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 16 import time namespace 276 "import sys, time\n" 279 "time.sleep(3600)"], 281 # this much time to start and print. 898 'import sys,os,time;' 900 'time.sleep(1);' 918 'import sys,os,time;' 920 'time.sleep(0.2);' 922 'time.sleep(0.2);' 924 'time [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 31 import time
namespace
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
H A D | hi_spi.c | 28 #include <time.h> 67 spi_process_printf("write time out"); in spi_write_data() 163 /* slave using dma transfer data, use read or write, can't use both methods of work at the same time */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 31 import time
namespace
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 294 monitor->fec.time = vdev->fec.dbg.interval / ISPP_STREAM_DIVIDE / ISPP_STREAM_DIVIDE;
in fec_work_event()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream_v20.c | 302 monitor->fec.time = vdev->fec.dbg.interval / 1000 / 1000; in fec_work_event()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | skx_common.c | 11 * same time. For example, __this_module symbol references when that 614 mce->time, mce->socketid, mce->apicid); in skx_mce_check_error()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_output.c | 35 #include <linux/time.h>
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | perf_event.c | 24 #include <asm/time.h> /* For perf_irq */
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 222 sltu t0, len, 128 # See if we can loop more time
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | setup.c | 37 #include <asm/time.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | setup_64.c | 44 #include <asm/time.h> 1055 /* Only allocate the fallback flush area once (at boot time). */ in init_fallback_flush()
|
H A D | setup-common.c | 44 #include <asm/time.h>
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | smp.c | 46 #include <asm/time.h> 856 pr_err("Failed to open i2c bus for time sync\n"); in smp_core99_cpu_prepare()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kvm.c | 719 pv_ops.time.steal_clock = kvm_steal_clock; in kvm_guest_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 53 #include <asm/time.h> 287 * computing time stolen by the hypervisor. 319 pr_warn("Stolen time statistics will be unreliable\n"); in alloc_dispatch_log_kmem_cache() 358 * just give up rather than wasting any more time on this - if that turns out
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 11 * Derived from "arch/i386/kernel/time.c" 15 #define KMSG_COMPONENT "time" 30 #include <linux/time.h> 81 * Get time offsets with PTFF 108 * Scheduler clock - returns current time in nanosec units. 248 * over time, until it finally reaches 0. in read_tod_clock() 277 /* Reset time synchronization interfaces. */ in time_init() 309 * The function returns 0 if the clock is in sync with the external time 324 /* Success: time is in sync. */ in get_phys_clock() 421 /* Adjust the last_update_clock time in clock_sync_local() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pcic.c | 26 #include <linux/time.h>
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_tad.c | 240 static DEVICE_ATTR_RW(time);
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 48 #include <asm/time.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.h | 29 u8 time[HINIC_COMPILE_TIME_LEN]; member 338 u8 enable; /* when set lro time, enable should be 1 */
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 224 sltu t0, len, 128 # See if we can loop more time
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | setup.c | 37 #include <asm/time.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 55 #include <sys/time.h>
|