HomeSort by relevance Sort by last modified time
    Searched refs:setSource (Results 26 - 50 of 722) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8994/liboverlay/
overlayCtrlData.h 57 void setSource(const utils::PipeArgs& args);
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
130 mMdp->setSource(args);
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 45 void GenericPipe::setSource(const utils::PipeArgs& args) {
47 mCtrl->setSource(args);
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 36 public void setSource(List<E> list) {
  /external/icu/icu4c/source/common/unicode/
caniter.h 119 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/r8/buildSrc/src/main/java/dx/
DexMerger.java 27 public void setSource(FileTree source) {
Dx.java 27 public void setSource(FileTree source) {
  /external/r8/buildSrc/src/main/java/smali/
Smali.java 25 public void setSource(FileTree source) {
  /external/swiftshader/src/OpenGL/libGLESv2/
Shader.h 54 void setSource(GLsizei count, const char *const *string, const GLint *length);
  /frameworks/base/core/java/android/view/
InputEvent.java 83 public abstract void setSource(int source);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseUiController.java 67 event.setSource(InputDevice.SOURCE_MOUSE);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Util.java 59 record.setSource(view);
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
CachedNumberLookupService.java 70 void setSource(ContactSource.Type sourceType, String name, long directoryId);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 46 arc.setSource(view);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
AccessibilityCacheTest.java 294 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1));
307 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1));
370 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
387 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1));
404 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
421 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
438 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1));
531 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 44 (*result)->setSource(pIsDyn);
81 new_symbol->setSource(pIsDyn);
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 71 new_sym->setSource(true);
72 old_sym->setSource(true);
98 new_sym->setSource(true);
99 old_sym->setSource(true);
125 new_sym->setSource(true);
126 old_sym->setSource(true);
172 new_sym->setSource(true);
173 old_sym->setSource(true);
  /external/deqp/framework/randomshaders/
rsgShader.hpp 107 void setSource (const char* source) { m_source = source; }
  /external/swiftshader/src/OpenGL/libGL/
Shader.h 57 void setSource(GLsizei count, const char *const *string, const GLint *length);
  /external/v8/src/inspector/
v8-debugger-script.h 74 virtual void setSource(v8::Local<v8::String> source) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioPlayer.h 53 void setSource(const sp<IMediaSource> &source);
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-builder-support/3.3.9/
maven-builder-support-3.3.9.jar 
  /tools/tradefederation/core/src/com/android/tradefed/result/
TestSummary.java 91 public void setSource(String source) {
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.h 71 virtual void setSource(const utils::Whf& wfh) = 0;
135 virtual void setSource(const utils::Whf& wfh);
207 virtual void setSource(const utils::Whf& wfh);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
106 void MdpRot::setSource(const utils::Whf& awhf, const utils::Whf& owhf) {
108 setSource(awhf);
overlayMdssRot.cpp 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
88 void MdssRot::setSource(const overlay::utils::Whf& awhf,
90 setSource(awhf);

Completed in 2671 milliseconds

12 3 4 5 6 7 8 91011>>