/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeEventTest.java | 42 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/ |
D | ConnectionEventTest.java | 40 assertSame(ipc, ce.getSource()); in testConstructorConnection() 53 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException() 58 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
|
D | RowSetEventTest.java | 34 assertSame(irs, rse.getSource()); in testConstructor()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | NetworkTopologyEventImpl.java | 48 return (this.getSource() instanceof JmDNS ? (JmDNS) getSource() : null); in getDNS()
|
/external/deqp/framework/randomshaders/ |
D | rsgTest.cpp | 56 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/ |
D | DepFind.java | 45 classes.put(header.getClassName(), entry.getSource()); in run() 64 new DepFindVisitor(classes, entry.getSource(), handler), in run()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 773 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/ |
D | KernelAdapter.java | 212 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/ |
D | DrawableTest.java | 36 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/ |
D | ant-trax.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 160 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/ |
D | ClassPathEntry.java | 23 String getSource() throws IOException; in getSource() method
|
D | ClassPathIterator.java | 163 public String getSource() { in next() 198 public String getSource() throws IOException {
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
D | Envelope.java | 60 public Endpoint getSource() in getSource() method in Envelope
|
D | EndpointEvent.java | 68 public Kernel getSource() in getSource() method in EndpointEvent
|
/external/guava/guava/src/com/google/common/eventbus/ |
D | DeadEvent.java | 57 public Object getSource() { in getSource() method in DeadEvent
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | Spdy3ConnectionTest.java | 78 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/ |
D | ConflictingRequirementsException.java | 45 public Object getSource() { in getSource() method in ConflictingRequirementsException
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipProviderImpl.java | 174 + 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/ |
D | es3sLongShaderTests.cpp | 184 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/ |
D | Compilation.cpp | 180 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/ |
D | FrameworkErrorListener.java | 50 …System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle(… in dump()
|
D | CheckingBundleListener.java | 43 …System.out.println("BE:" + ", source " + be.getSource() + ", bundle=" + be.getBundle() + ", type="… in dump()
|
/external/hamcrest/library/src/org/hamcrest/object/ |
D | IsEventFrom.java | 31 return ev.getSource() == source; in eventHasSameSource()
|
/external/libvncserver/webclients/java-applet/ |
D | javaviewer.pseudo_proxy.patch | 76 - if (evt.getSource() == closeButton) 77 + if (evt.getSource() == closeButton) {
|