Home
last modified time | relevance | path

Searched refs:push (Results 1551 - 1575 of 4718) sorted by relevance

1...<<61626364656667686970>>...189

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_serial.c118 struct delayed_work push; member
363 struct gs_port *port = container_of(w, struct gs_port, push); in gs_rx_push()
397 /* push data to (open) tty */ in gs_rx_push()
437 * in the tty and ldisc (not here). If we couldn't push any in gs_rx_push()
444 schedule_delayed_work(&port->push, 1); in gs_rx_push()
460 schedule_delayed_work(&port->push, 0); in gs_read_complete()
718 * let the push async work fire again until we're re-opened. in gs_close()
831 schedule_delayed_work(&port->push, 0); in gs_unthrottle()
1171 INIT_DELAYED_WORK(&port->push, gs_rx_push); in gs_port_alloc()
1199 cancel_delayed_work_sync(&port->push); in gserial_free_port()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1262 fBreaks.push(endPos); in populateDictionary()
1677 fSideBuffer.push(position); in populatePreceding()
1678 fSideBuffer.push(positionStatusIdx); in populatePreceding()
1704 fSideBuffer.push(position); in populatePreceding()
1705 fSideBuffer.push(positionStatusIdx); in populatePreceding()
1712 fSideBuffer.push(position); in populatePreceding()
1713 fSideBuffer.push(positionStatusIdx); in populatePreceding()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java1239 fBreaks.push(endPos); in populateDictionary()
1607 fSideBuffer.push(position); in populatePreceding()
1608 fSideBuffer.push(positionStatusIdx); in populatePreceding()
1634 fSideBuffer.push(position); in populatePreceding()
1635 fSideBuffer.push(positionStatusIdx); in populatePreceding()
1642 fSideBuffer.push(position); in populatePreceding()
1643 fSideBuffer.push(positionStatusIdx); in populatePreceding()
/third_party/node/lib/internal/streams/
H A Dreadable.js277 Readable.prototype.push = function(chunk, encoding) {
349 // We can push more data if we are below the highWaterMark.
375 state.buffer.push(chunk);
403 buffer.push(content);
594 state.buffer.push(chunk);
685 // called push() with new data. In this case we skip performing more
687 // up calling push() with more data.
722 state.pipes.push(dest);
1078 if (!this.push(chunk) && stream.pause) {
1085 this.push(nul
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js696 internalResponse.urlList.push(...request.urlList)
1237 request.urlList.push(locationURL)
2039 decoders.push(zlib.createGunzip({
2048 decoders.push(zlib.createInflate())
2050 decoders.push(zlib.createBrotliDecompress())
2090 return this.body.push(bytes)
2100 this.body.push(null)
/third_party/protobuf/js/binary/
H A Dwriter.js119 this.blocks_.push(temp);
120 this.blocks_.push(arr);
135 this.blocks_.push(bookmark);
137 bookmark.push(this.totalLength_);
155 bookmark.push((messageLength & 0x7f) | 0x80);
160 bookmark.push(messageLength);
254 this.bookmarks_.push(this.beginDelimited_(field));
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js260 PUV2ViewBase.contextStack && PUV2ViewBase.contextStack.push(this);
352 PUV2ViewBase.contextStack && PUV2ViewBase.contextStack.push(this);
741 PUV2ViewBase.contextStack && PUV2ViewBase.contextStack.push(this);
830 this.selectedIndexes.push(index);
928 PUV2ViewBase.contextStack && PUV2ViewBase.contextStack.push(this);
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp95 signal->inIdxQueue_.push(index); in VencInputDataReady()
96 signal->inBufferQueue_.push(data); in VencInputDataReady()
124 signal->outIdxQueue_.push(index); in VencOutputDataReady()
125 signal->attrQueue_.push(*attr); in VencOutputDataReady()
126 signal->outBufferQueue_.push(data); in VencOutputDataReady()
689 cout << "push input after eos should be failed! pushResult:" << pushResult << endl; in CheckResult()
694 cout << "push input data failed, error:" << pushResult << endl; in CheckResult()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp165 signal->inIdxQueue_.push(index); in VdecInputDataReady()
166 signal->inBufferQueue_.push(data); in VdecInputDataReady()
194 signal->outIdxQueue_.push(index); in VdecOutputDataReady()
195 signal->attrQueue_.push(*attr); in VdecOutputDataReady()
196 signal->outBufferQueue_.push(data); in VdecOutputDataReady()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp158 signal->inIdxQueue_.push(index); in VdecInputDataReady()
159 signal->inBufferQueue_.push(data); in VdecInputDataReady()
190 signal->outIdxQueue_.push(index); in VdecOutputDataReady()
191 signal->attrQueue_.push(*attr); in VdecOutputDataReady()
192 signal->outBufferQueue_.push(data); in VdecOutputDataReady()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_ability_unit_test.cpp172 signal->inQueue_.push(index); in OnInputBufferAvailable()
173 signal->inBufferQueue_.push(data); in OnInputBufferAvailable()
183 signal->outQueue_.push(index); in OnOutputBufferAvailable()
184 signal->outBufferQueue_.push(data); in OnOutputBufferAvailable()
186 signal->attrQueue_.push(*attr); in OnOutputBufferAvailable()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp123 signal->inIdxQueue_.push(index); in VdecInputDataReady()
124 signal->inBufferQueue_.push(data); in VdecInputDataReady()
136 signal->outIdxQueue_.push(index); in VdecOutputDataReady()
137 signal->attrQueue_.push(*attr); in VdecOutputDataReady()
138 signal->outBufferQueue_.push(data); in VdecOutputDataReady()
564 cout << "push input data failed, error:" << ret << endl; in SendData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp259 commitStack.push(headerId); in GetAllCommitsInTree()
499 commitStack.push(headerId); in GetLatestCommits()
567 // if the right parent has not been traveled, just push into the stack. in AddParentsToStack()
568 commitStack.push(rightParentId); in AddParentsToStack()
574 // if the left parent has not been traveled, just push into the stack. in AddParentsToStack()
575 commitStack.push(leftParentId); in AddParentsToStack()
594 commitStack.push(header); in GetCommitTree()
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
68 .set push; \
284 .set push
697 .set push
709 .set push
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
68 .set push; \
284 .set push
697 .set push
709 .set push
/kernel/linux/linux-5.10/net/atm/
H A Dclip.c419 if (!vcc->push) in clip_mkip()
433 clip_vcc->old_push = vcc->push; in clip_mkip()
435 vcc->push = clip_push; in clip_mkip()
452 if (vcc->push != clip_push) { in clip_setentry()
649 vcc->push = NULL; in atm_init_atmarp()
/kernel/linux/linux-6.6/net/atm/
H A Dclip.c419 if (!vcc->push) in clip_mkip()
433 clip_vcc->old_push = vcc->push; in clip_mkip()
435 vcc->push = clip_push; in clip_mkip()
452 if (vcc->push != clip_push) { in clip_setentry()
649 vcc->push = NULL; in atm_init_atmarp()
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp92 signal->inIdxQueue_.push(index); in VencInputDataReady()
93 signal->inBufferQueue_.push(data); in VencInputDataReady()
118 signal->outIdxQueue_.push(index); in VencOutputDataReady()
119 signal->attrQueue_.push(*attr); in VencOutputDataReady()
120 signal->outBufferQueue_.push(data); in VencOutputDataReady()
682 cout << "push input after eos should be failed! pushResult:" << pushResult << endl; in CheckResult()
687 cout << "push input data failed, error:" << pushResult << endl; in CheckResult()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp148 signal->inIdxQueue_.push(index); in VdecInputDataReady()
149 signal->inBufferQueue_.push(data); in VdecInputDataReady()
174 signal->outIdxQueue_.push(index); in VdecOutputDataReady()
175 signal->attrQueue_.push(*attr); in VdecOutputDataReady()
176 signal->outBufferQueue_.push(data); in VdecOutputDataReady()
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h27 #pragma GCC diagnostic push
71 #pragma GCC diagnostic push
79 #pragma GCC diagnostic push
87 #pragma GCC diagnostic push
95 #pragma GCC diagnostic push
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h255 void PushReturnAddressFrom(Register src) { push(src); } in PushReturnAddressFrom()
341 void Push(Register src) { push(src); } in Push()
342 void Push(Operand src) { push(src); } in Push()
344 void Push(Handle<HeapObject> handle) { push(Immediate(handle)); } in Push()
348 push(scratch); in Push()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-sse.asm70 push ebp
78 ; push ecx ; need not be preserved
79 ; push edx ; need not be preserved
80 ; push esi ; unused
81 ; push edi ; unused
H A Djfdctfst-mmx.asm84 push ebp
92 ; push ecx ; need not be preserved
93 ; push edx ; need not be preserved
94 ; push esi ; unused
95 ; push edi ; unused
H A Djfdctfst-sse2.asm85 push ebp
93 ; push ecx ; unused
94 ; push edx ; need not be preserved
95 ; push esi ; unused
96 ; push edi ; unused
H A Djidctfst-sse2.asm97 push ebp
105 ; push ecx ; unused
106 ; push edx ; need not be preserved
107 push esi
108 push edi

Completed in 39 milliseconds

1...<<61626364656667686970>>...189