Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 69) sorted by relevance

123

/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/
A Dble_gap_advertise.py27 ble.active(0)
57 ble.active(0)
63 ble.active(1)
A Dble_gap_connect.py61 ble.active(0)
83 ble.active(0)
87 ble.active(1)
A Dble_gattc_discover_services.py74 ble.active(0)
96 ble.active(0)
100 ble.active(1)
A Dble_gap_device_name.py82 ble.active(0)
116 ble.active(0)
120 ble.active(1)
A Dstress_log_filesystem.py122 ble.active(1)
138 ble.active(0)
148 ble.active(1)
183 ble.active(0)
A Dble_gap_pair.py90 ble.active(0)
123 ble.active(0)
128 ble.active(1)
A Dble_gap_pair_bond.py95 ble.active(0)
128 ble.active(0)
133 ble.active(1)
A Dble_mtu.py143 ble.active(0)
189 ble.active(0)
193 ble.active(1)
A Dble_characteristic.py131 ble.active(0)
187 ble.active(0)
191 ble.active(1)
A Dble_gatt_data_transfer.py117 ble.active(0)
155 ble.active(0)
159 ble.active(1)
A Dble_l2cap.py138 ble.active(0)
170 ble.active(0)
174 ble.active(1)
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c65 SDL_atomic_t active; member
141 if (!SDL_AtomicGet(&data->active)) { in SDL_TimerThread()
211 if (!SDL_AtomicGet(&data->active)) { in SDL_TimerInit()
224 SDL_AtomicSet(&data->active, 1); in SDL_TimerInit()
245 if (SDL_AtomicCAS(&data->active, 1, 0)) { /* active? Move to inactive. */ in SDL_TimerQuit()
286 if (!SDL_AtomicGet(&data->active)) { in SDL_AddTimer()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.c385 if (!c->active) { in mp_bluetooth_nimble_os_callout_process()
390 c->active = false; in mp_bluetooth_nimble_os_callout_process()
410 c->active = false; in ble_npl_callout_init()
432 c->active = true; in ble_npl_callout_reset()
440 c->active = false; in ble_npl_callout_stop()
445 return c->active; in ble_npl_callout_is_active()
A Dnimble_npl_os.h69 bool active; member
/AliOS-Things-master/components/mbedtls/library/
A Dssl_ticket.c98 uint32_t key_time = ctx->keys[ctx->active].generation_time; in ssl_ticket_update_keys()
106 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys()
108 return( ssl_ticket_gen_key( ctx, ctx->active ) ); in ssl_ticket_update_keys()
316 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
/AliOS-Things-master/components/SDL2/test/
A Dtestatomic.c290 SDL_atomic_t active; member
311 SDL_AtomicSet(&queue->active, 1); in InitEventQueue()
544 } else if (SDL_AtomicGet(&queue->active)) { in FIFO_Reader()
557 } else if (SDL_AtomicGet(&queue->active)) { in FIFO_Reader()
577 while (SDL_AtomicGet(&queue->active)) { in FIFO_Watcher()
658 SDL_AtomicSet(&queue.active, 0); in RunFIFOTest()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c960 int active = 0, inactive = 0; in update_display() local
976 active |= transform; in update_display()
986 inactive &= ~active; in update_display()
988 dp->active_transforms = active; in update_display()
1448 unsigned int active = dp->active_transforms; in test_one_file() local
1450 unsigned int current = first_transform(active); in test_one_file()
1518 || (next & active) == 0 /* skip cases that do nothing */ in test_one_file()
1528 active &= ~current; in test_one_file()
1530 if (active == 0) in test_one_file()
1533 current = first_transform(active); in test_one_file()
[all …]
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl_ticket.h61 unsigned char active; /*!< index of the currently active key */ member
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_pthread_server.c130 int active; member
300 if( threads[i].active == 0 ) in thread_create()
319 threads[i].active = 1; in thread_create()
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_rtc.h36 uint32_t active : 1; ///< rtc is running or not member
A Ddrv_timer.h36 uint32_t active : 1; ///< timer active flag member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Drtc.h36 uint32_t active : 1; ///< rtc is running or not member
A Dtimer.h36 uint32_t active : 1; ///< timer active flag member
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/
A Dwebrepl.py27 if iface.active():
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h1115 NSVGactiveEdge *active = NULL; in nsvg__rasterizeSortedEdges() local
1128 NSVGactiveEdge **step = &active; in nsvg__rasterizeSortedEdges()
1147 step = &active; in nsvg__rasterizeSortedEdges()
1168 if (active == NULL) { in nsvg__rasterizeSortedEdges()
1169 active = z; in nsvg__rasterizeSortedEdges()
1170 } else if (z->x < active->x) { in nsvg__rasterizeSortedEdges()
1172 z->next = active; in nsvg__rasterizeSortedEdges()
1173 active = z; in nsvg__rasterizeSortedEdges()
1176 NSVGactiveEdge* p = active; in nsvg__rasterizeSortedEdges()
1188 if (active != NULL) in nsvg__rasterizeSortedEdges()
[all …]

Completed in 29 milliseconds

123