/system/chre/util/tests/ |
D | priority_queue_test.cc | 56 q.pop(); in TEST() 67 q.pop(); in TEST() 78 q.pop(); in TEST() 80 q.pop(); in TEST() 97 q.pop(); in TEST() 113 q.pop(); in TEST() 115 q.pop(); in TEST() 131 q.pop(); in TEST() 165 q.pop(); in TEST() 183 q.pop(); in TEST() [all …]
|
D | blocking_queue_test.cc | 37 ASSERT_EQ(blockingQueue.pop(), 0x1337); in TEST() 38 ASSERT_EQ(blockingQueue.pop(), 0xcafe); in TEST() 50 ASSERT_EQ(*(blockingQueue.pop()), kVal); in TEST()
|
D | array_queue_test.cc | 50 q.pop(); in TEST() 83 q.pop(); in TEST() 97 q.pop(); in TEST() 99 q.pop(); in TEST() 108 q.pop(); in TEST() 110 q.pop(); in TEST() 137 q.pop(); in TEST() 168 q.pop(); in TEST() 179 q.pop(); in TEST() 197 q.pop(); in TEST() [all …]
|
/system/chre/core/ |
D | event_ref_queue.cc | 39 Event *EventRefQueue::pop() { in pop() function in chre::EventRefQueue 43 mQueue.pop(); in pop()
|
/system/bt/common/ |
D | leaky_bonded_queue.h | 106 queue_.pop(); in Enqueue() 118 queue_.pop(); in EnqueueWithPop() 130 queue_.pop(); in Dequeue() 139 queue_.pop(); in Clear()
|
/system/bt/gd/hal/ |
D | hci_hal_host_rootcanal_test.cc | 244 incoming_packets_queue_.pop(); in TEST_F() 254 incoming_packets_queue_.pop(); in TEST_F() 264 incoming_packets_queue_.pop(); in TEST_F() 276 incoming_packets_queue_.pop(); in TEST_F() 279 incoming_packets_queue_.pop(); in TEST_F() 291 incoming_packets_queue_.pop(); in TEST_F() 294 incoming_packets_queue_.pop(); in TEST_F() 308 incoming_packets_queue_.pop(); in TEST_F() 321 incoming_packets_queue_.pop(); in TEST_F()
|
/system/bt/tools/scripts/ |
D | dump_hearingaid_audio.py | 424 audio_data[value].pop(CONNECTION_HANDLE, "") 438 audio_data[i].pop(key, "") 439 audio_data[i].pop(TIMESTAMP_STR_FORMAT, "") 440 audio_data[i].pop(CODEC, "") 441 audio_data[i].pop(SAMPLE_RATE, "") 442 audio_data[i].pop(AUDIO_TYPE, "") 443 audio_data[i].pop(DEBUG_VERSION, "") 444 audio_data[i].pop(DEBUG_DATA, "") 445 audio_data[i].pop(AUDIO_DATA_B, "") 449 ori_data = audio_data[i].pop(key, "")
|
/system/core/fastboot/ |
D | socket_mock.cpp | 59 events_.pop(); in Send() 101 events_.pop(); in Receive() 121 events_.pop(); in Accept()
|
/system/tools/aidl/ |
D | aidl_language_y-module.h | 22 #pragma clang diagnostic pop
|
/system/libbase/include/android-base/ |
D | format.h | 24 #pragma clang diagnostic pop
|
/system/chre/util/include/chre/util/ |
D | fixed_size_blocking_queue_impl.h | 53 ElementType FixedSizeBlockingQueue<ElementType, kSize>::pop() { in pop() function 60 mQueue.pop(); in pop()
|
D | fixed_size_blocking_queue.h | 53 ElementType pop();
|
D | array_queue_impl.h | 106 pop(); in kick_push() 114 pop(); in kick_push() 120 void ArrayQueue<ElementType, kCapacity>::pop() { in pop() function 186 pop(); in clear()
|
/system/tools/hidl/ |
D | hidl-gen_y-helpers.h | 24 #pragma clang diagnostic pop
|
/system/chre/core/include/chre/core/ |
D | event_ref_queue.h | 57 Event *pop();
|
/system/core/libsync/include/ndk/ |
D | sync.h | 94 #pragma GCC diagnostic pop in sync_get_fence_info()
|
/system/core/init/ |
D | action_manager.cpp | 78 event_queue_.pop(); in ExecuteOneCommand() 101 current_executing_actions_.pop(); in ExecuteOneCommand()
|
/system/chre/build/sys_support/qcom/ |
D | uimg_dl_ver.c | 66 #pragma clang diagnostic pop
|
/system/core/logd/ |
D | SerializedFlushToState.cpp | 117 min_heap_.pop(); in PopNextUnreadLog() 149 min_heap_.pop(); in Prune()
|
/system/core/libcutils/include/cutils/ |
D | native_handle.h | 45 #pragma clang diagnostic pop
|
/system/core/libcutils/include_vndk/cutils/ |
D | native_handle.h | 45 #pragma clang diagnostic pop
|
/system/update_engine/payload_generator/ |
D | ext2_filesystem.h | 33 #pragma clang diagnostic pop
|
/system/chre/platform/linux/ |
D | platform_log.cc | 41 mLogQueue.pop(); in logLooper()
|
/system/core/libutils/include/utils/ |
D | Singleton.h | 78 #pragma clang diagnostic pop
|
D | VectorImpl.h | 78 void pop(); 165 void pop();
|