HomeSort by relevance Sort by last modified time
    Searched refs:setSource (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/conscrypt/src/compat/java/org/apache/harmony/security/utils/
AlgNameMapper.java 29 public static void setSource(Object o) {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLShader.h 46 void setSource(const String& source) { m_source = source; }
  /external/droiddriver/src/com/google/android/droiddriver/util/
Events.java 37 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
47 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
57 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
63 event.setSource(InputDevice.SOURCE_KEYBOARD);
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 36 public void setSource(List<E> list) {
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 117 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/icu/icu4c/source/common/unicode/
caniter.h 117 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/chromium_org/v8/test/mjsunit/
debug-set-script-source.js 38 event_data.script().setSource(event_data.script().source() +
42 event_data.script().setSource("a=1 //# sourceURL=wrong_location");
  /external/deqp/framework/randomshaders/
rsgShader.hpp 107 void setSource (const char* source) { m_source = source; }
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 122 void setSource(AnimationNode*);
AnimationPlayerTest.cpp 62 player->setSource(makeAnimation().get());
442 player->setSource(0);
520 player->setSource(Animation::create(0, nullptr, timing).get());
555 player->setSource(0);
634 TEST_F(AnimationAnimationPlayerTest, SetSource)
640 player->setSource(source1.get());
644 player->setSource(source2.get());
654 player->setSource(makeAnimation(10).get());
664 player->setSource(makeAnimation(60).get());
687 player->setSource(animationNode)
    [all...]
AnimationPlayer.cpp 84 m_content->player()->setSource(0);
366 void AnimationPlayer::setSource(AnimationNode* newSource)
381 newSource->player()->setSource(0);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.h 69 void setSource(GLsizei count, const char *const *string, const GLint *length);
Shader.cpp 47 void Shader::setSource(GLsizei count, const char *const *string, const GLint *length)
  /external/chromium_org/third_party/icu/source/test/intltest/
canittst.cpp 154 it.setSource(testStr, status);
192 it.setSource(s, status);
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 154 it.setSource(testStr, status);
192 it.setSource(s, status);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanCopier.java 49 gen.setSource(source);
67 public void setSource(Class source) {
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /external/conscrypt/src/platform/java/org/conscrypt/
Platform.java 61 AlgNameMapper.setSource(new OpenSSLMapper());
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 115 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz);
122 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz);
129 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz);
136 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz);
144 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz);
219 private void setSource(int resId) {
226 * <p>Must be called after {@link #setSize(int, int)} and {@link #setSource(int)}.
233 assertTrue("should have called setSource() first", mSourceResId != -1);
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 78 setSource(sourceStr, status);
166 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
  /external/icu/icu4c/source/common/
caniter.cpp 78 setSource(sourceStr, status);
166 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {

Completed in 922 milliseconds

1 2 3