/aosp12/packages/modules/DnsResolver/ |
H A D | LockedQueue.h | 33 void push(T item) { in push() function 54 void push(T&& record) { in push() function
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | fixed_size_blocking_queue_impl.h | 26 bool FixedSizeBlockingQueue<ElementType, kSize>::push( in push() function 40 bool FixedSizeBlockingQueue<ElementType, kSize>::push(ElementType &&element) { in push() function
|
H A D | array_queue_impl.h | 86 bool ArrayQueue<ElementType, kCapacity>::push(const ElementType &element) { in push() function 95 bool ArrayQueue<ElementType, kCapacity>::push(ElementType &&element) { in push() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | gaussian_blur_filter_unittest.cpp | 47 auto push = sWeight.get(); variable 78 auto push = sOffset.get(); variable 109 auto push = sOthers.get(); variable
|
H A D | horizontal_blur_filter_unittest.cpp | 47 auto push = sWeight.get(); variable 78 auto push = sOffset.get(); variable 109 auto push = sOthers.get(); variable
|
H A D | vertical_blur_filter_unittest.cpp | 47 auto push = sWeight.get(); variable 78 auto push = sOffset.get(); variable 109 auto push = sOthers.get(); variable
|
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/databroker/ |
H A D | DataSubscriber.java | 62 public void push(PersistableBundle data, boolean isLargeData) { in push() method in DataSubscriber 72 public void push(PersistableBundle data) { in push() method in DataSubscriber
|
/aosp12/frameworks/av/media/libmediatranscoding/include/media/ |
H A D | AdjustableMaxPriorityQueue.h | 70 bool push(const T& item) { return pushInternal(item); } in push() function 73 bool push(T&& item) { return pushInternal(std::move(item)); } in push() function
|
/aosp12/system/chre/core/ |
H A D | event_ref_queue.cc | 29 bool EventRefQueue::push(Event *event) { in push() function in chre::EventRefQueue
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-plugincomponent-sys.md | 54 ### push subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-plugincomponent-sys.md | 54 ### push subsection
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | utils.js | 17 push(observer) { method in ObserverStack
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec_utils.cpp | 114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) in push() function in omx_swvdec_queue 205 bool omx_swvdec_ts_list::push(long long timestamp) in push() function in omx_swvdec_ts_list
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | Stack.java | 43 public void push(T object) { in push() method in Stack
|
/aosp12/system/bt/gd/common/ |
H A D | blocking_queue.h | 30 void push(T data) { in push() function
|
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/src/ |
H A D | RingBuffer.cpp | 31 void RingBuffer::push(BufferedCarData&& data) { in push() function in android::automotive::telemetry::RingBuffer
|
/aosp12/system/libhidl/base/ |
H A D | TaskRunner.cpp | 41 bool TaskRunner::push(const Task &t) { in push() function in android::hardware::details::TaskRunner
|
/ohos5.0/drivers/external_device_manager/test/xts/hats/hdf/driver_extension/extension/ |
H A D | Test.json | 4 "push": [ array
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 61 ### push subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 61 ### push subsection
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | LocHeap.cpp | 109 void LocHeapNode::push(LocHeapNode& node) { in push() function in loc_util::LocHeapNode 230 void LocHeap::push(LocRankable& node) { in push() function in loc_util::LocHeap
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | LocHeap.cpp | 109 void LocHeapNode::push(LocHeapNode& node) { in push() function in loc_util::LocHeapNode 230 void LocHeap::push(LocRankable& node) { in push() function in loc_util::LocHeap
|
/aosp12/packages/modules/StatsD/statsd/src/logd/ |
H A D | LogEventQueue.cpp | 42 bool LogEventQueue::push(unique_ptr<LogEvent> item, int64_t* oldestTimestampNs) { in push() function in android::os::statsd::LogEventQueue
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | BlockingQueue.h | 60 bool push(T&& t) { in push() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | Test.json | 15 "push": [ array
|