Searched refs:getSource (Results 1 - 25 of 75) sorted by relevance

123

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DRowSetEventTest.java34 assertSame(irs, rse.getSource());
H A DConnectionEventTest.java40 assertSame(ipc, ce.getSource());
53 assertSame(ipc, ce.getSource());
58 assertSame(ipc, ce.getSource());
/external/guava/guava/src/com/google/common/eventbus/
H A DDeadEvent.java55 public Object getSource() { method in class:DeadEvent
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferenceChangeEventTest.java47 assertSame(Preferences.userRoot(), event.getSource());
53 assertSame(Preferences.userRoot(), event.getSource());
59 assertSame(Preferences.userRoot(), event.getSource());
65 assertSame(Preferences.userRoot(), event.getSource());
74 assertSame(Preferences.userRoot(), event.getSource());
H A DNodeChangeEventTest.java39 assertSame(Preferences.systemRoot(), event.getSource());
52 assertSame(Preferences.systemRoot(), event.getSource());
/external/jmdns/src/javax/jmdns/impl/
H A DNetworkTopologyEventImpl.java48 return (this.getSource() instanceof JmDNS ? (JmDNS) getSource() : null);
H A DServiceEventImpl.java63 return (JmDNS) getSource();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEventObjectTest.java37 * @tests java.util.EventObject#getSource()
40 // Test for method java.lang.Object java.util.EventObject.getSource()
42 myEventObject.getSource() == myObject);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEnvelope.java60 public Endpoint getSource() method in class:Envelope
H A DEndpointEvent.java68 public Kernel getSource() method in class:EndpointEvent
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java44 public Object getSource() { method in class:ConflictingRequirementsException
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLShader.h43 const String& getSource() const { return m_source; } function in class:WebCore::WebGLShader
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeEventTest.java42 assertSame(src, event.getSource());
56 assertSame(src, event.getSource());
73 assertSame(src, event.getSource());
107 assertSame(src, event.getSource());
133 assertSame(src, event.getSource());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu4c/common/unicode/
H A Dcaniter.h93 UnicodeString getSource();
/external/llvm/include/llvm/MC/
H A DMachineLocation.h93 const MachineLocation &getSource() const { return Source; } function in class:llvm::MachineMove
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp395 os << "[" << edge.getSource()->getName() << " -> "
484 BallLarusNode* sourceNode = getSource();
612 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource();
684 std::string sourceName = (*edge)->getSource()->getName();
786 edge->getSource()->removeSuccEdge(edge);
828 source = edge->getSource();
863 f->getWeight(), f->getSource(), f);
865 if(e != f && v == f->getSource()) {
875 if(v == f->getSource() || v == f->getTarget()) {
887 else if(e->getSource()
[all...]
/external/clang/include/clang/Driver/
H A DJob.h68 /// getSource - Return the Action which caused the creation of this job.
69 const Action &getSource() const { return Source; } function in class:clang::driver::Command
/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h45 inline BasicBlock* getSource() { return _source; } function in class:llvm::ProfilePathEdge
H A DPathNumbering.h142 BallLarusNode* getSource() const;
/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp152 next->getSource()->getBlock(),
159 next->getRealEdge()->getSource()->getBlock(),
164 next->getSource() == _ppi->_currentDag->getRoot() )
166 next->getRealEdge()->getSource()->getBlock(),
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DKernelAdapter.java212 MessageProtocol protocol = getMessageBuffer(env.getSource());
238 dispatch( env.getSource(), m );
283 reportError(e.getSource(), e, ex);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp709 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
717 if (M->getSource() == MDep->getSource())
790 if (M->getSource() == M->getDest()) {
797 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource()))
815 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
901 getOrEnforceKnownAlignment(MDep->getSource(),ByValAlign, TD) < ByValAlign)
919 Value *TmpCast = MDep->getSource();
920 if (MDep->getSource()->getType() != ByValArg->getType())
921 TmpCast = new BitCastInst(MDep->getSource(), ByValAr
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.h60 void getSource(GLsizei bufSize, GLsizei *length, char *source);

Completed in 620 milliseconds

123