Home
last modified time | relevance | path

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

12345

/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()
/external/deqp/framework/randomshaders/
DrsgTest.cpp56 std::cout << "Vertex shader:\n--\n" << vertexShader.getSource() << "--\n"; in runTest()
57 std::cout << "Fragment shader:\n--\n" << fragmentShader.getSource() << "--\n"; in runTest()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DDepFind.java45 classes.put(header.getClassName(), entry.getSource()); in run()
64 new DepFindVisitor(classes, entry.getSource(), handler), in run()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp773 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence()
781 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence()
853 if (M->getSource() == M->getDest()) { in processMemCpy()
860 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy()
885 if (performCallSlotOptzn(M, M->getDest(), M->getSource(), in processMemCpy()
994 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, in processByValArgument()
1013 Value *TmpCast = MDep->getSource(); in processByValArgument()
1014 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()
1015 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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DDrawableTest.java36 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource()); in createFromStream__shouldReturnDrawableWithSpecificSource()
126 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource()); in createFromResourceStream__shouldReturnDrawableWithSpecificSource()
147 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource()); in createFromResourceStreamWithOptions__shouldReturnDrawableWithSpecificSource()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-trax.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/deqp/modules/egl/
DteglImageUtil.cpp160 virtual EGLenum getSource (void) const = 0;
171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), in createImage()
221 GLenum imgTarget = eglu::getImageGLTarget(getSource()); in createBuffer()
245 EGLenum getSource (void) const { return EGL_GL_TEXTURE_2D_KHR; } in getSource() function in deqp::egl::Image::Texture2DImageSource
264 EGLenum getSource (void) const { return m_source; } in getSource() function in deqp::egl::Image::TextureCubeMapImageSource
311 EGLenum getSource (void) const { return EGL_GL_RENDERBUFFER_KHR; } in getSource() function in deqp::egl::Image::RenderbufferImageSource
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathEntry.java23 String getSource() throws IOException; in getSource() method
DClassPathIterator.java163 public String getSource() { in next()
198 public String getSource() throws IOException {
/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/guava/guava/src/com/google/common/eventbus/
DDeadEvent.java57 public Object getSource() { in getSource() method in DeadEvent
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DSpdy3ConnectionTest.java78 assertStreamData("robot", stream.getSource()); in clientCreatesStreamAndServerReplies()
469 Source in = stream.getSource();
513 Source source = stream.getSource();
557 Source source = stream.getSource();
586 stream.getSource().read(new Buffer(), 1);
649 assertStreamData("robot", stream.getSource());
841 stream.getSource().read(new Buffer(), 1);
908 Source source = stream.getSource();
1111 Source in = stream.getSource();
1148 assertEquals(-1, client.getSource().read(new Buffer(), 1));
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DConflictingRequirementsException.java45 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()
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp184 glu::ShaderSource getSource (void);
217 glu::ShaderSource LongShaderGenerator::getSource (void) in getSource() function in deqp::gles3::Stress::__anon1bbf273b0111::LongShaderGenerator
392 sources << m_gen.getSource(); in iterate()
/external/clang/lib/Driver/
DCompilation.cpp180 if (A == &(CI->second->getSource())) in ActionFailed()
192 return !ActionFailed(&C.getSource(), FailingCommands); in InputsOk()
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DFrameworkErrorListener.java50 …System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle(… in dump()
DCheckingBundleListener.java43 …System.out.println("BE:" + ", source " + be.getSource() + ", bundle=" + be.getBundle() + ", type="… in dump()
/external/hamcrest/library/src/org/hamcrest/object/
DIsEventFrom.java31 return ev.getSource() == source; in eventHasSameSource()
/external/libvncserver/webclients/java-applet/
Djavaviewer.pseudo_proxy.patch76 - if (evt.getSource() == closeButton)
77 + if (evt.getSource() == closeButton) {

12345