Home
last modified time | relevance | path

Searched refs:jerry_port_get_current_time (Results 1 - 16 of 16) sorted by relevance

/third_party/jerryscript/targets/esp8266/user/
H A Djerry_port.c52 * Implementation of jerry_port_get_current_time.
57 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
61 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
H A Djerry_run.c29 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in js_entry()
/third_party/jerryscript/targets/zephyr/src/
H A Djerry-port.c50 * Implementation of jerry_port_get_current_time.
55 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
59 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
H A Dmain-zephyr.c82 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in main()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-port.h158 double jerry_port_get_current_time (void);
/third_party/jerryscript/targets/curie_bsp/source/
H A Dcurie-bsp-port.c64 * Curie BSP implementation of jerry_port_get_current_time.
66 double jerry_port_get_current_time (void) in jerry_port_get_current_time() function
72 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
/third_party/jerryscript/tests/unit-core/
H A Dtest-common.h52 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; \
/third_party/jerryscript/targets/mbedos5/source/
H A Djerry_port_mbed.c60 * Implementation of jerry_port_get_current_time.
65 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
92 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/
H A Dlauncher.cpp71 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in jsmbed_js_init()
/third_party/jerryscript/targets/riot-stm32f4/source/
H A Dmain-riotos.c101 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in main()
/third_party/jerryscript/jerry-main/
H A Dmain-unix-test.c79 } now = { .d = jerry_port_get_current_time () }; in main()
H A Dmain-unix.c480 } now = { .d = jerry_port_get_current_time () }; in main()
/third_party/jerryscript/jerry-port/default/
H A Ddefault-date.c113 * Default implementation of jerry_port_get_current_time. Uses 'gettimeofday' if
120 double jerry_port_get_current_time (void) in jerry_port_get_current_time() function
138 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c183 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
186 } /* jerry_port_get_current_time */ in jerry_port_get_current_time()
/third_party/jerryscript/targets/curie_bsp/jerry_app/quark/
H A Dmain.c139 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in jerry_start()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c693 return ecma_make_number_value (floor (DOUBLE_TO_ECMA_NUMBER_T (jerry_port_get_current_time ()))); in ecma_builtin_date_now()

Completed in 6 milliseconds