/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | ble_gap_advertise.py | 27 ble.active(0) 57 ble.active(0) 63 ble.active(1)
|
A D | ble_gap_connect.py | 61 ble.active(0) 83 ble.active(0) 87 ble.active(1)
|
A D | ble_gattc_discover_services.py | 74 ble.active(0) 96 ble.active(0) 100 ble.active(1)
|
A D | ble_gap_device_name.py | 82 ble.active(0) 116 ble.active(0) 120 ble.active(1)
|
A D | stress_log_filesystem.py | 122 ble.active(1) 138 ble.active(0) 148 ble.active(1) 183 ble.active(0)
|
A D | ble_gap_pair.py | 90 ble.active(0) 123 ble.active(0) 128 ble.active(1)
|
A D | ble_gap_pair_bond.py | 95 ble.active(0) 128 ble.active(0) 133 ble.active(1)
|
A D | ble_mtu.py | 143 ble.active(0) 189 ble.active(0) 193 ble.active(1)
|
A D | ble_characteristic.py | 131 ble.active(0) 187 ble.active(0) 191 ble.active(1)
|
A D | ble_gatt_data_transfer.py | 117 ble.active(0) 155 ble.active(0) 159 ble.active(1)
|
A D | ble_l2cap.py | 138 ble.active(0) 170 ble.active(0) 174 ble.active(1)
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 65 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 D | nimble_npl_os.c | 385 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 D | nimble_npl_os.h | 69 bool active; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_ticket.c | 98 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 D | testatomic.c | 290 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 D | pngimage.c | 960 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 D | ssl_ticket.h | 61 unsigned char active; /*!< index of the currently active key */ member
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_pthread_server.c | 130 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 D | drv_rtc.h | 36 uint32_t active : 1; ///< rtc is running or not member
|
A D | drv_timer.h | 36 uint32_t active : 1; ///< timer active flag member
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | rtc.h | 36 uint32_t active : 1; ///< rtc is running or not member
|
A D | timer.h | 36 uint32_t active : 1; ///< timer active flag member
|
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/ |
A D | webrepl.py | 27 if iface.active():
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1115 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 …]
|