HomeSort by relevance Sort by last modified time
    Searched full:getsource (Results 51 - 75 of 969) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepFind.java 45 classes.put(header.getClassName(), entry.getSource());
64 new DepFindVisitor(classes, entry.getSource(), handler),
  /external/webrtc/talk/app/webrtc/
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
rtpsenderreceiver_unittest.cc 151 kVideoSsrc, video_track_->GetSource()->GetVideoCapturer()));
183 video_track_->GetSource()->FrameInput()));
289 audio_track_->GetSource()->SetVolume(volume);
294 audio_track_->GetSource()->SetVolume(1.0);
301 audio_track_->GetSource()->SetVolume(new_volume);
371 video_track_->GetSource()->GetVideoCapturer()));
389 video_track_->GetSource()->GetVideoCapturer()));
422 video_track_->GetSource()->GetVideoCapturer()));
458 video_track_->GetSource()->GetVideoCapturer()));
495 video_track_->GetSource()->GetVideoCapturer()))
    [all...]
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 81 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
89 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
103 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
110 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
122 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
128 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
175 if (source != e.getSource()) {
278 private static final int getSource(int inputSource, int defaultSource) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
16 """GetSource: Get the HTML source of a browser window
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
16 """GetSource: Get the HTML source of a browser window
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 143 sp<AnotherPacketSource> source = getSource(audio);
194 sp<AnotherPacketSource> source = getSource(audio);
205 sp<AnotherPacketSource> otherSource = getSource(!audio);
246 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
248 sp<MediaSource> source = mTSParser->getSource(
455 sp<AnotherPacketSource> source = getSource(true /* audio */);
461 source = getSource(false /* video */);
520 sp<AnotherPacketSource> source = getSource(false /* audio */);
525 source = getSource(true /* audio */);
567 sp<AnotherPacketSource> source = getSource(false /* audio */)
    [all...]
StreamingSource.h 65 sp<AnotherPacketSource> getSource(bool audio);
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.h 44 inline AudioSource* getSource() {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
RowSetEventTest.java 34 assertSame(irs, rse.getSource());
  /external/autotest/frontend/client/src/autotest/common/table/
RadioButtonSetFilter.java 58 selected = Integer.parseInt(((RadioButton) event.getSource()).getFormValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java 45 public Object getSource() {
  /external/guice/core/src/com/google/inject/internal/
AbstractBindingProcessor.java 85 errors.bindingAlreadySet(key, original.getSource());
89 errors.errorCheckingDuplicateBinding(key, original.getSource(), t);
101 injector.state.parent().blacklist(key, injector.state, binding.getSource());
145 source = binding.getSource();
InjectionRequestProcessor.java 62 injector, request.getInstance(), null, request.getSource(), injectionPoints);
92 this.source = request.getSource();
  /external/hamcrest/library/src/org/hamcrest/object/
IsEventFrom.java 31 return ev.getSource() == source;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSourceResult.java 39 public GoogleSource getSource() {
  /art/compiler/optimizing/
parallel_move_resolver.cc 46 if (move.IsEliminated() || move.GetSource().IsConstant()) {
50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) &&
61 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
70 DCHECK(move->GetSource().IsConstant());
108 Location source = move->GetSource();
139 DCHECK(!move->GetSource().IsInvalid());
187 if (move->GetSource().Equals(destination)) {
220 Location source = move->GetSource();
318 if (!move.IsEliminated() && !move.GetSource().IsConstant())
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
MetricsPlotFrontend.java 97 if (event.getSource() != noNormalizeSingle && event.getSource() != noNormalizeMultiple
98 && event.getSource() != normalizeSeries && event.getSource() != normalizeX) {
105 if (event.getSource() == normalizeSeries) {
108 } else if (event.getSource() == normalizeX) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 250 if (current.mLogicalAddress != cmd.getSource()) {
252 cmd.getSource());
276 if (current.mLogicalAddress != cmd.getSource()) {
278 cmd.getSource());
299 if (current.mLogicalAddress != cmd.getSource()) {
301 cmd.getSource());
  /external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java 95 if (event.getSource() == abortAll) {
100 } else if (event.getSource() == abortAsynchronous) {
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 46 static std::string getSource (tcu::Archive& archive, const char* path)
82 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 55 static std::string getSource(tcu::Archive& archive, const char* path)
90 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/deqp/framework/randomshaders/
rsgTest.cpp 56 std::cout << "Vertex shader:\n--\n" << vertexShader.getSource() << "--\n";
57 std::cout << "Fragment shader:\n--\n" << fragmentShader.getSource() << "--\n";
  /external/guice/core/src/com/google/inject/spi/
MembersInjectorLookup.java 47 public Object getSource() {
73 initializeDelegate(binder.withSource(getSource()).getMembersInjector(type));
Message.java 73 public String getSource() {
124 binder.withSource(getSource()).addError(this);

Completed in 1852 milliseconds

1 23 4 5 6 7 8 91011>>