Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DPreferenceChangeEventTest.java47 assertSame(Preferences.userRoot(), event.getSource()); in testConstructorNullValue()
53 assertSame(Preferences.userRoot(), event.getSource()); in testConstructorNullValue()
59 assertSame(Preferences.userRoot(), event.getSource()); in testConstructorNullValue()
65 assertSame(Preferences.userRoot(), event.getSource()); in testConstructorNullValue()
74 assertSame(Preferences.userRoot(), event.getSource()); in testConstructor()
DNodeChangeEventTest.java39 assertSame(Preferences.systemRoot(), event.getSource()); in testConstructor()
52 assertSame(Preferences.systemRoot(), event.getSource()); in testConstructorNullParam()
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeEventTest.java42 assertSame(src, event.getSource()); in testConstructor_Normal()
56 assertSame(src, event.getSource()); in testConstructor_Null()
73 assertSame(src, event.getSource()); in testConstructor_NullProperty()
107 assertSame(src, event.getSource()); in testSetPropagationId_Normal()
133 assertSame(src, event.getSource()); in testSetPropagationId_Null()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DConnectionEventTest.java40 assertSame(ipc, ce.getSource()); in testConstructorConnection()
53 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
58 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
DRowSetEventTest.java34 assertSame(irs, rse.getSource()); in testConstructor()
/external/jmdns/src/javax/jmdns/impl/
DNetworkTopologyEventImpl.java48 return (this.getSource() instanceof JmDNS ? (JmDNS) getSource() : null); in getDNS()
DServiceEventImpl.java63 return (JmDNS) getSource(); in getDNS()
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp395 os << "[" << edge.getSource()->getName() << " -> " in operator <<()
484 BallLarusNode* sourceNode = getSource(); in getSuccessorNumber()
612 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource(); in calculateSpanningTree()
684 std::string sourceName = (*edge)->getSource()->getName(); in generateDotGraph()
786 edge->getSource()->removeSuccEdge(edge); in unlinkEdge()
828 source = edge->getSource(); in pushCountersFromEdge()
863 f->getWeight(), f->getSource(), f); in calculateChordIncrementsDfs()
865 if(e != f && v == f->getSource()) { in calculateChordIncrementsDfs()
875 if(v == f->getSource() || v == f->getTarget()) { in calculateChordIncrementsDfs()
887 else if(e->getSource() == f->getTarget() in calculateChordIncrementsDir()
[all …]
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp705 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence()
713 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence()
786 if (M->getSource() == M->getDest()) { in processMemCpy()
793 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy()
811 if (performCallSlotOptzn(M, M->getDest(), M->getSource(), in processMemCpy()
897 getOrEnforceKnownAlignment(MDep->getSource(),ByValAlign, TD) < ByValAlign) in processByValArgument()
915 Value *TmpCast = MDep->getSource(); in processByValArgument()
916 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()
917 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DKernelAdapter.java212 MessageProtocol protocol = getMessageBuffer(env.getSource()); in createAndDispatch()
238 dispatch( env.getSource(), m ); in createAndDispatch()
283 reportError(e.getSource(), e, ex); in run()
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp152 next->getSource()->getBlock(), in getPathEdges()
159 next->getRealEdge()->getSource()->getBlock(), in getPathEdges()
164 next->getSource() == _ppi->_currentDag->getRoot() ) in getPathEdges()
166 next->getRealEdge()->getSource()->getBlock(), in getPathEdges()
/external/guava/guava/src/com/google/common/eventbus/
DDeadEvent.java55 public Object getSource() { in getSource() method in DeadEvent
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
DEnvelope.java60 public Endpoint getSource() in getSource() method in Envelope
DEndpointEvent.java68 public Kernel getSource() in getSource() method in EndpointEvent
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DEventObjectTest.java42 myEventObject.getSource() == myObject); in test_getSource()
/external/webkit/Source/WebCore/html/canvas/
DWebGLShader.h43 const String& getSource() const { return m_source; } in getSource() function
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DConflictingRequirementsException.java44 public Object getSource() { in getSource() method in ConflictingRequirementsException
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java174 + sipEvent.getSource()); in handleEvent()
903 .getSource(); in transactionErrorEvent()
912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent()
932 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent()
956 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent()
982 SIPDialog sipDialog = (SIPDialog) dialogErrorEvent.getSource(); in dialogErrorEvent()
DEventScanner.java132 + sipEvent.getSource()); in deliverEvent()
136 sipListener = ((SipProviderImpl) sipEvent.getSource()).getSipListener(); in deliverEvent()
/external/llvm/include/llvm/MC/
DMachineLocation.h93 const MachineLocation &getSource() const { return Source; } in getSource() function
/external/icu4c/common/unicode/
Dcaniter.h93 UnicodeString getSource();
/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h45 inline BasicBlock* getSource() { return _source; } in getSource() function
/external/clang/include/clang/Driver/
DJob.h69 const Action &getSource() const { return Source; } in getSource() function
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.h60 void getSource(GLsizei bufSize, GLsizei *length, char *source);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java117 /*CodeUtils.*/getSource( in createTooltipControl_Browser()
329 public static String getSource(String... lines) { in getSource() method in HtmlTooltipHelper

123