Searched defs:vectorAt (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
| D | common_func_test.c | 76 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0); variable 111 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0); variable 160 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)i); variable 214 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)i); variable 277 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, indexFind); variable 337 Node *vectorAt = (Node *)VECTOR_At(NULL, (int16)0); variable
|
| D | taskpool_singletask_func_test.c | 565 Node *vectorAt = (Node *)VECTOR_At(&g_nodeVector, i); variable
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| D | CommonTest.cpp | 84 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0); variable 119 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)0); variable 169 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)i); variable 223 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, (int16)i); variable 286 Node *vectorAt = (Node *)VECTOR_At(&nodeVector, indexFind); variable 346 Node *vectorAt = (Node *)VECTOR_At(NULL, (int16)0); variable
|