HomeSort by relevance Sort by last modified time
    Searched refs:setSource (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapDrawable.java 73 public void setSource(String drawableCreateFromStreamSource) {
  /frameworks/av/cmds/stagefright/
audioloop.cpp 126 player->setSource(decoder);
  /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) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 118 bob.setSource(source);
128 bob.setSource(source);
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 208 public static void setSource(Object info, View source) {
209 ((AccessibilityNodeInfo) info).setSource(source);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityNodeProvider.java 147 record.setSource(mKeyboardView, virtualViewId);
244 info.setSource(mKeyboardView, virtualViewId);
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 194 public void setSource(Object info, View source);
195 public void setSource(Object info, View root, int virtualDescendantId);
571 public void setSource(Object info, View source) {
576 public void setSource(Object info, View root, int virtualDescendantId) {
959 public void setSource(Object info, View source) {
960 AccessibilityNodeInfoCompatIcs.setSource(info, source);
996 public void setSource(Object info, View root, int virtualDescendantId) {
997 AccessibilityNodeInfoCompatJellyBean.setSource(info, root, virtualDescendantId);
    [all...]
  /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());
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 108 /// setSource - set the source of the file
110 void setSource(bool pIsDyn);
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 65 void setSource(const utils::PipeArgs args, utils::eDest dest);
overlay.cpp 177 void Overlay::setSource(const utils::PipeArgs args,
195 mPipeBook[index].mPipe->setSource(newArgs);
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 241 public static void setSource(AlgNameMapperSource source) {
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 176 e.setSource(source);
257 event.setSource(inputSource);
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 304 event.setSource(mView, virtualViewId);
365 * <li>{@link AccessibilityNodeInfo#setSource(View, int)}
423 node.setSource(mView, virtualViewId);
641 * see {@link AccessibilityRecord#setSource(View, int)}
681 * {@link AccessibilityNodeInfo#setSource(View, int)}
  /frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java 304 record.setSource(mView, virtualViewId);
359 * <li>{@link AccessibilityNodeInfoCompat#setSource(View, int)}
411 node.setSource(mView, virtualViewId);
617 * see {@link AccessibilityRecordCompat#setSource(View, int)}
657 * {@link AccessibilityNodeInfoCompat#setSource(View, int)}
  /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...]

Completed in 635 milliseconds

1 23 4 5 6 7 8 91011