/third_party/node/test/parallel/ |
D | test-fs-readv.js | 26 const getCallback = (fd, bufferArr) => { function 44 const callback = getCallback(fd, bufferArr); 56 const callback = getCallback(fd, bufferArr);
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | DataConversionFlowGraph.cpp | 104 if ((sourceStream->getCallback() != nullptr && isOutput) in configure() 105 || (sourceStream->getCallback() == nullptr && isInput)) { in configure() 239 mCallbackResult = mFilterStream->getCallback()->onAudioReady(mFilterStream, buffer, numFrames); in onProcessFixedBlock()
|
D | AudioSourceCaller.cpp | 23 oboe::AudioStreamCallback *callback = mStream->getCallback(); in onProcessFixedBlock()
|
D | QuirksManager.cpp | 141 && builder.getCallback() != nullptr in isConversionNeeded()
|
D | FilterAudioStream.h | 45 if (builder.getCallback() != nullptr) { in FilterAudioStream()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 48 GLDEBUGPROCKHR getCallback() const; 155 EGLDEBUGPROCKHR getCallback() const;
|
D | Debug.cpp | 137 GLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in gl::Debug 474 EGLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in egl::Debug
|
D | State.cpp | 3093 *params = reinterpret_cast<void *>(mDebug.getCallback()); in getPointerv()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetDecoderICU.java | 132 onMalformedInput = getCallback(newAction); in implOnMalformedInput() 155 onUnmappableCharacter = getCallback(newAction); in implOnUnmappableCharacter() 182 private static CharsetCallback.Decoder getCallback(CodingErrorAction action){ in getCallback() method in CharsetDecoderICU
|
D | CharsetEncoderICU.java | 156 onMalformedInput = getCallback(newAction); in implOnMalformedInput() 169 onUnmappableInput = getCallback(newAction); in implOnUnmappableCharacter() 207 private static CharsetCallback.Encoder getCallback(CodingErrorAction action) { in getCallback() method in CharsetEncoderICU
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 66 if (oboeStream->getCallback() != nullptr) { in oboe_aaudio_error_thread_proc() 67 oboeStream->getCallback()->onErrorBeforeClose(oboeStream, error); in oboe_aaudio_error_thread_proc() 70 if (oboeStream->getCallback() != nullptr) { in oboe_aaudio_error_thread_proc() 72 oboeStream->getCallback()->onErrorAfterClose(oboeStream, error); in oboe_aaudio_error_thread_proc()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamBuffered.h | 63 bool usingFIFO() const { return getCallback() == nullptr; } in usingFIFO()
|
D | AudioStreamBuffered.cpp | 263 return (getCallback() == nullptr); in isXRunCountSupported()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStreamBase.h | 105 AudioStreamCallback* getCallback() const { in getCallback() function
|
/third_party/skia/modules/svg/src/ |
D | SkSVGTextPriv.h | 119 const ShapedTextCallback& getCallback() const { return fCallback; } in getCallback() function
|
D | SkSVGText.cpp | 656 SkSVGTextContext tctx(ctx, parent_tctx->getCallback(), this); in onShapeText()
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamClosedMethods.cpp | 148 AudioStreamCallback *callback2 = mStream->getCallback(); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs.cpp | 351 *value = reinterpret_cast<EGLAttrib>(debug->getCallback()); in QueryDebugKHR()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 169 | `setCallback()` | `getCallback()` |
|