Home
last modified time | relevance | path

Searched refs:setSource (Results 1 - 25 of 58) sorted by relevance

123

/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieView.java107 setSource(src); in SkottieView()
122 public void setSource(InputStream inputStream) { in setSource() method in SkottieView
126 public void setSource(int resId) { in setSource() method in SkottieView
131 public void setSource(Context context, Uri uri) throws FileNotFoundException { in setSource() method in SkottieView
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java59 view.setSource(resId); in populateGrid()
66 view.setSource(this, uri); in populateGrid()
188 view.setSource(this, uri); in addLottie()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js134 setSource: function(type, name) {
167 this.setSource("key", name);
194 this.setSource("pointer", name);
220 this.setSource("wheel", name);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java77 can.setSource(s); in disorderedMarksAddAll()
113 can.setSource(source + trail); in disorderedMarksAddAll()
147 // can.setSource(s+"\u0334"); in disorderedMarksAddAll()
151 // can.setSource(s+"\u0345"); in disorderedMarksAddAll()
155 // can.setSource(s+"\u0323"); in disorderedMarksAddAll()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java95 slowIt.setSource(s); in TestSpeed()
109 it.setSource(s); in TestSpeed()
213 it.setSource(s); in characterTest()
245 slowIt.setSource(s); in characterTest()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java74 can.setSource(s); in disorderedMarksAddAll()
110 can.setSource(source + trail); in disorderedMarksAddAll()
144 // can.setSource(s+"\u0334"); in disorderedMarksAddAll()
148 // can.setSource(s+"\u0345"); in disorderedMarksAddAll()
152 // can.setSource(s+"\u0323"); in disorderedMarksAddAll()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java92 slowIt.setSource(s); in TestSpeed()
106 it.setSource(s); in TestSpeed()
210 it.setSource(s); in characterTest()
242 slowIt.setSource(s); in characterTest()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H A DSkottieView.java142 setSource(src, context, new Color(backgroundColor)); in SkottieView()
165 public void setSource(int resID, Context context, Color background) { in setSource() method in SkottieView
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A DMegaDroneEngine.cpp78 mCallback->setSource(std::dynamic_pointer_cast<IRenderableAudio>(mAudioSource)); in start()
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.cpp62 mFlowGraph->setSource(buffer, numFrames); in write()
H A DDataConversionFlowGraph.h46 void setSource(const void *buffer, int32_t numFrames);
/third_party/icu/icu4c/source/common/unicode/
H A Dcaniter.h121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dcaniter.h121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/skia/third_party/externals/oboe/samples/shared/
H A DDefaultAudioStreamCallback.h70 void setSource(std::shared_ptr<IRenderableAudio> renderable) { in setSource() function in DefaultAudioStreamCallback
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h78 void setSource(const ASTNode* source) { in setSource() function in SkSL::final
/third_party/skia/tests/
H A DSkScalerCacheTest.cpp70 rejects.setSource(local); in DEF_TEST()
H A DSkGlyphBufferTest.cpp105 rejects.setSource(source); in DEF_TEST()
134 rejects.setSource(source); in DEF_TEST()
140 // Check that everything is working after calling setSource. in DEF_TEST()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dcaniter.h121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h72 void setSource(const char* source) { fSource = source; } in setSource() function in SkSL::ErrorReporter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java56 setSource(source); in CanonicalIterator()
117 public void setSource(String newSource) { in setSource() method in CanonicalIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCanonicalIterator.java56 setSource(source); in CanonicalIterator()
113 public void setSource(String newSource) { in setSource() method in CanonicalIterator
/third_party/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp155 it.setSource(testStr, status); in TestBasic()
193 it.setSource(s, status); in characterTest()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.h84 virtual void setSource(const String16& source, bool preview,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DShader.h55 void setSource(GLsizei count, const char *const *string, const GLint *length);
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DHelloOboeEngine.cpp142 mLatencyCallback->setSource(std::dynamic_pointer_cast<IRenderableAudio>(mAudioSource)); in start()

Completed in 11 milliseconds

123