Home
last modified time | relevance | path

Searched refs:isAsync (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DProviderInvokerTubeFactory.java52 final boolean isAsync); in doCreate() argument
61 final boolean isAsync) in doCreate() argument
63 return createDefault(implType, invoker, argsBuilder, isAsync); in doCreate()
82 final boolean isAsync) in create() argument
87 ProviderInvokerTube<T> tube = factory.doCreate(implType, invoker, argsBuilder, isAsync); in create()
95 return DEFAULT.createDefault(implType, invoker, argsBuilder, isAsync); in create()
101 final boolean isAsync) in createDefault() argument
104 isAsync in createDefault()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DProviderInvokerTubeFactory.java52 final boolean isAsync); in doCreate() argument
61 final boolean isAsync) in doCreate() argument
63 return createDefault(implType, invoker, argsBuilder, isAsync); in doCreate()
82 final boolean isAsync) in create() argument
87 ProviderInvokerTube<T> tube = factory.doCreate(implType, invoker, argsBuilder, isAsync); in create()
95 return DEFAULT.createDefault(implType, invoker, argsBuilder, isAsync); in create()
101 final boolean isAsync) in createDefault() argument
104 isAsync in createDefault()
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dpipeimpl.cpp68 void PipeIODevice::open(int fd, bool isAsync) in open() argument
70 _impl.open(fd, isAsync, true); in open()
72 this->setAsync(isAsync); in open()
131 PipeImpl::PipeImpl(bool isAsync) in PipeImpl() argument
137 _out.open( fds[0], isAsync ); in PipeImpl()
138 _in.open( fds[1], isAsync ); in PipeImpl()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java76 private boolean isAsync = true; field in CsoundObj
91 this.isAsync = isAsync; in CsoundObj()
98 csound = new AndroidCsound(isAsync); in CsoundObj()
148 if(isAsync){ in inputMessage()
243 if (!isAsync) ((AndroidCsound)csound).Pause(pause); in togglePause()
248 if (!isAsync) ((AndroidCsound)csound).Pause(pause); in pause()
269 public boolean getAsyncStatus() { return isAsync; } in getAsyncStatus()
301 if(!isAsync) this.pause(); in runCsoundOpenSL()
322 if(!isAsync) this.play(); in runCsoundOpenSL()
325 if(isAsync){ in runCsoundOpenSL()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DSharedContext.h304 bool isGenerator, bool isAsync);
306 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
309 bool needsFinalYield() const { return isGenerator() || isAsync(); } in IMMUTABLE_FLAG_GETTER_SETTER()
310 bool needsDotGeneratorName() const { return isGenerator() || isAsync(); } in needsDotGeneratorName()
312 bool needsIteratorResult() const { return isGenerator() && !isAsync(); } in needsIteratorResult()
313 bool needsPromiseResult() const { return isAsync() && !isGenerator(); } in needsPromiseResult()
479 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
502 return funHasExtensibleScope() || isGenerator() || isAsync(); in IMMUTABLE_FLAG_GETTER_SETTER()
516 return isAsync() ? FunctionAsyncKind::AsyncFunction in asyncKind()
520 bool needsFinalYield() const { return isGenerator() || isAsync(); } in needsFinalYield()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DSharedContext.h304 bool isGenerator, bool isAsync);
306 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
309 bool needsFinalYield() const { return isGenerator() || isAsync(); } in IMMUTABLE_FLAG_GETTER_SETTER()
310 bool needsDotGeneratorName() const { return isGenerator() || isAsync(); } in needsDotGeneratorName()
312 bool needsIteratorResult() const { return isGenerator() && !isAsync(); } in needsIteratorResult()
313 bool needsPromiseResult() const { return isAsync() && !isGenerator(); } in needsPromiseResult()
479 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
502 return funHasExtensibleScope() || isGenerator() || isAsync(); in IMMUTABLE_FLAG_GETTER_SETTER()
516 return isAsync() ? FunctionAsyncKind::AsyncFunction in asyncKind()
520 bool needsFinalYield() const { return isGenerator() || isAsync(); } in needsFinalYield()
[all …]
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java74 private boolean isAsync = true; field in CsoundObj
89 this.isAsync = isAsync; in CsoundObj()
96 csound = new AndroidCsound(isAsync); in CsoundObj()
146 if(isAsync){ in inputMessage()
239 if (!isAsync) ((AndroidCsound)csound).Pause(pause); in togglePause()
244 if (!isAsync) ((AndroidCsound)csound).Pause(pause); in pause()
265 public boolean getAsyncStatus() { return isAsync; } in getAsyncStatus()
302 if(!isAsync) this.pause(); in runCsoundOpenSL()
327 if(!isAsync) this.play(); in runCsoundOpenSL()
330 if(isAsync){ in runCsoundOpenSL()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DSharedContext.h315 bool isGenerator, bool isAsync);
317 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
320 bool needsFinalYield() const { return isGenerator() || isAsync(); } in IMMUTABLE_FLAG_GETTER_SETTER()
321 bool needsDotGeneratorName() const { return isGenerator() || isAsync(); } in needsDotGeneratorName()
323 bool needsIteratorResult() const { return isGenerator() && !isAsync(); } in needsIteratorResult()
324 bool needsPromiseResult() const { return isAsync() && !isGenerator(); } in needsPromiseResult()
490 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
513 return funHasExtensibleScope() || isGenerator() || isAsync(); in IMMUTABLE_FLAG_GETTER_SETTER()
527 return isAsync() ? FunctionAsyncKind::AsyncFunction in asyncKind()
531 bool needsFinalYield() const { return isGenerator() || isAsync(); } in needsFinalYield()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/unit/ipc/reader/
H A Dfrom-inference-tests.ts50 expect(reader.isAsync()).toEqual(false);
82 expect(reader.isAsync()).toEqual(false);
91 expect(reader.isAsync()).toEqual(false);
100 expect(reader.isAsync()).toEqual(true);
131 expect(reader.isAsync()).toEqual(false);
140 expect(reader.isAsync()).toEqual(false);
149 expect(reader.isAsync()).toEqual(true);
/dports/databases/arrow/apache-arrow-6.0.1/js/test/unit/ipc/reader/
H A Dfrom-inference-tests.ts48 expect(reader.isAsync()).toEqual(false);
80 expect(reader.isAsync()).toEqual(false);
89 expect(reader.isAsync()).toEqual(false);
98 expect(reader.isAsync()).toEqual(true);
129 expect(reader.isAsync()).toEqual(false);
138 expect(reader.isAsync()).toEqual(false);
147 expect(reader.isAsync()).toEqual(true);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/test/unit/ipc/reader/
H A Dfrom-inference-tests.ts50 expect(reader.isAsync()).toEqual(false);
82 expect(reader.isAsync()).toEqual(false);
91 expect(reader.isAsync()).toEqual(false);
100 expect(reader.isAsync()).toEqual(true);
131 expect(reader.isAsync()).toEqual(false);
140 expect(reader.isAsync()).toEqual(false);
149 expect(reader.isAsync()).toEqual(true);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DServiceOperationHelpers.cs75 bool isAsync = false; in IsAsyncOperation()
83 isAsync = operationContractAttribute.AsyncPattern; in IsAsyncOperation()
88 isAsync = GetOperationAsyncPattern(serviceProvider, attribInfoAttrib.AttributeInfo); in IsAsyncOperation()
91 return isAsync; in IsAsyncOperation()
234 bool isAsync = false; in GetOperationAsyncPattern()
235 … if (!TryGetArgumentValueAs<bool>(serviceProvider, attribInfo, propertyName, out isAsync)) in GetOperationAsyncPattern()
237 isAsync = false; in GetOperationAsyncPattern()
239 return isAsync; in GetOperationAsyncPattern()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DOpusDecoder.cpp25 tgvoip::OpusDecoder::OpusDecoder(const std::shared_ptr<MediaStreamItf>& dst, bool isAsync, bool nee… in OpusDecoder() argument
27 Initialize(isAsync, needEC); in OpusDecoder()
30 tgvoip::OpusDecoder::OpusDecoder(const std::unique_ptr<MediaStreamItf>& dst, bool isAsync, bool nee… in OpusDecoder() argument
32 Initialize(isAsync, needEC); in OpusDecoder()
35 tgvoip::OpusDecoder::OpusDecoder(MediaStreamItf* dst, bool isAsync, bool needEC){ in OpusDecoder() argument
37 Initialize(isAsync, needEC); in OpusDecoder()
40 void tgvoip::OpusDecoder::Initialize(bool isAsync, bool needEC){ in Initialize() argument
41 async=isAsync; in Initialize()
H A DOpusDecoder.h32 OpusDecoder(const std::shared_ptr<MediaStreamItf>& dst, bool isAsync, bool needEC);
33 OpusDecoder(const std::unique_ptr<MediaStreamItf>& dst, bool isAsync, bool needEC);
34 OpusDecoder(MediaStreamItf* dst, bool isAsync, bool needEC);
46 void Initialize(bool isAsync, bool needEC);
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dmanhole.py150 def write(self, data, isAsync=None, **kwargs): argument
151 isAsync = _get_async_param(isAsync, **kwargs)
152 self.handler.addOutput(data, isAsync)
228 def addOutput(self, data, isAsync=None, **kwargs): argument
229 isAsync = _get_async_param(isAsync, **kwargs)
230 if isAsync:
236 if isAsync:
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DCommandStream.cs114 … internal Stream SubmitRequest(WebRequest request, bool isAsync, bool readInitalResponseOnConnect) in SubmitRequest() argument
118 InitCommandPipeline(request, commands, isAsync); in SubmitRequest()
152 … protected void InitCommandPipeline(WebRequest request, PipelineEntry[] commands, bool isAsync) in InitCommandPipeline() argument
161 _isAsync = isAsync; in InitCommandPipeline()
193 bool isAsync = _isAsync; in ContinueCommandPipeline()
217 if (isAsync) in ContinueCommandPipeline()
236 if (isAsync) in ContinueCommandPipeline()
267 bool isAsync = _isAsync; in PostSendCommandProcessing()
274 if (isAsync) in PostSendCommandProcessing()
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Util/
H A DChecked.hs57 isAsync :: Exception e => e -> Bool
59 isAsync e =
66 isAsync e =
79 if isAsync e
91 | isAsync e = Base.throwIO $ SyncException $ Base.toException e function
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_handle.c165 SLPBoolean isAsync, in SLPOpen() argument
178 if (isAsync) in SLPOpen()
200 handle->isAsync = isAsync; in SLPOpen()
255 if (handle->isAsync) in SLPClose()
/dports/multimedia/QtAV/QtAV-1.13.0/src/filter/
H A DEncodeFilter.cpp76 bool AudioEncodeFilter::isAsync() const in isAsync() function in QtAV::AudioEncodeFilter
114 if (isAsync() && !d.enc_thread.isRunning()) in finish()
121 if (isAsync()) { in finish()
132 if (!isAsync()) { in process()
252 bool VideoEncodeFilter::isAsync() const in isAsync() function in QtAV::VideoEncodeFilter
290 if (isAsync() && !d.enc_thread.isRunning()) in finish()
297 if (isAsync()) { in finish()
308 if (!isAsync()) { in process()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-mf/
H A Dmf-encoder-descriptor.hpp49 isAsync (isAsync_), in EncoderDescriptor()
62 bool Async() const { return isAsync; } in Async()
72 bool isAsync; member in MF::EncoderDescriptor
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/google/embed/
H A Danalytics.php55 public function isAsync() function in JGoogleEmbedAnalytics
161 if ($this->isAsync())
256 if (!$this->isAsync())
301 if ($this->isAsync())
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DDeflateStream.cs20 … internal delegate void AsyncWriteDelegate(byte[] array, int offset, int count, bool isAsync); in AsyncWriteDelegate() argument
434 internal void InternalWrite(byte[] array, int offset, int count, bool isAsync) { in InternalWrite() argument
440 WriteDeflaterOutput(isAsync); in InternalWrite()
445 WriteDeflaterOutput(isAsync); in InternalWrite()
449 private void WriteDeflaterOutput(bool isAsync) { in WriteDeflaterOutput() argument
455 DoWrite(buffer, 0, compressedBytes, isAsync); in WriteDeflaterOutput()
459 private void DoWrite(byte[] array, int offset, int count, bool isAsync) { in DoWrite() argument
463 if (isAsync) { in DoWrite()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DSharedContext.h441 IMMUTABLE_FLAG_GETTER_SETTER(isAsync, IsAsync) in IMMUTABLE_FLAG_GETTER_SETTER() argument
465 return funHasExtensibleScope() || isGenerator() || isAsync(); in IMMUTABLE_FLAG_GETTER_SETTER()
483 return isAsync() ? FunctionAsyncKind::AsyncFunction in asyncKind()
487 bool needsFinalYield() const { return isGenerator() || isAsync(); } in needsFinalYield()
488 bool needsDotGeneratorName() const { return isGenerator() || isAsync(); } in needsDotGeneratorName()
489 bool needsIteratorResult() const { return isGenerator() && !isAsync(); } in needsIteratorResult()
490 bool needsPromiseResult() const { return isAsync() && !isGenerator(); } in needsPromiseResult()
579 isAsync(); in shouldSuppressRunOnce()
641 (asFunctionBox()->isGenerator() || asFunctionBox()->isAsync())); in allBindingsClosedOver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DWorkerThread.cpp61 bool isAsync() override;
74 bool SingleThreadedWorkerPool::isAsync() in isAsync() function in angle::SingleThreadedWorkerPool
139 bool isAsync() override;
176 bool AsyncWorkerPool::isAsync() in isAsync() function in angle::AsyncWorkerPool
265 bool isAsync() override;
311 bool DelegateWorkerPool::isAsync() in isAsync() function in angle::DelegateWorkerPool
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DWorkerThread.cpp61 bool isAsync() override;
74 bool SingleThreadedWorkerPool::isAsync() in isAsync() function in angle::SingleThreadedWorkerPool
139 bool isAsync() override;
176 bool AsyncWorkerPool::isAsync() in isAsync() function in angle::AsyncWorkerPool
265 bool isAsync() override;
311 bool DelegateWorkerPool::isAsync() in isAsync() function in angle::DelegateWorkerPool

12345678910>>...24