Searched refs:getSource (Results 126 - 150 of 263) sorted by relevance

1234567891011

/external/autotest/frontend/client/src/autotest/afe/
H A DHostSelector.java148 if (event.getSource() == display.getAddByLabelButton()) {
150 } else if (event.getSource() == display.getAddByHostnameButton()) {
/external/autotest/frontend/client/src/autotest/moblab/
H A DDutManagementView.java121 ((Button)event.getSource()).setEnabled(false);
142 ((Button)event.getSource()).setEnabled(true);
/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp72 decl << sglr::pdec::VertexSource(vertexShader.getSource())
73 << sglr::pdec::FragmentSource(fragmentShader.getSource());
H A DglsRandomShaderCase.cpp464 glu::ShaderProgram program(m_renderCtx, glu::makeVtxFragSources(m_vertexShader.getSource(), m_fragmentShader.getSource()));
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h175 Instruction *getSource(const LoopAccessInfo &LAI) const;
792 inline Instruction *MemoryDepChecker::Dependence::getSource( function in class:llvm::MemoryDepChecker::Dependence
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPathNumbering.cpp168 BallLarusNode* BallLarusEdge::getSource() const { function in class:BallLarusEdge
327 BallLarusNode* nextNode = (*pred)->getSource();
H A DPathProfileVerifier.cpp137 BasicBlock* source = nextEdge->getSource();
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DWorkSpaceController.java221 final JList list = (JList) event.getSource();
H A DTestCaseEditController.java484 if(e.getSource() == tbFail) {
544 final JList list = (JList) e.getSource();
/external/autotest/frontend/client/src/autotest/tko/
H A DParameterizedFieldListPresenter.java65 assert event.getSource() == display.getAddLink();
/external/guice/core/src/com/google/inject/internal/
H A DErrors.java274 existing.getScope(), annotationType, existing.getSource(), scope);
367 listener.getListener(), convert(listener.getSource()), type, cause);
567 return a.getSource().compareTo(b.getSource());
H A DInternalInjectorCreator.java202 Dependency previous = context.pushDependency(dependency, binding.getSource());
/external/guice/core/src/com/google/inject/internal/util/
H A DLineNumbers.java75 public String getSource() { method in class:LineNumbers
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java168 if(!it.getSource().equals(Normalizer.normalize(testArray[i][0],Normalizer.NFD))){
169 errln("CanonicalIterator.getSource() does not return NFD of input source");
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp306 // Test reset and getSource
308 logln("Testing CanonicalIterator::getSource");
315 UnicodeString source = can.getSource();
316 logln("CanonicalIterator::getSource returned "+source);
318 errln("CanonicalIterator.getSource() didn't return the starting string. Expected "+start+", got "+source);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java138 if(e.getSource() == buttonList[i]) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java165 if(!it.getSource().equals(Normalizer.normalize(testArray[i][0],Normalizer.NFD))){
166 errln("CanonicalIterator.getSource() does not return NFD of input source");
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDrawableTest.java49 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource());
/external/swiftshader/src/OpenGL/libGL/
H A DShader.cpp135 void Shader::getSource(GLsizei bufSize, GLsizei *length, char *source) function in class:gl::Shader
/external/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp136 void Shader::getSource(GLsizei bufSize, GLsizei *length, char *source) function in class:es2::Shader
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsicInst.h15 // ... MCI->getDest() ... MCI->getSource() ...
225 /// getSource - This is just like getRawSource, but it strips off any cast
228 Value *getSource() const { return getRawSource()->stripPointerCasts(); } function in class:llvm::MemTransferInst
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCDwarf.h260 const MachineLocation &getSource() const { return Source; } function in class:llvm::MCCFIInstruction
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp214 const MachineLocation &Src = Move.getSource();
/external/guice/core/test/com/google/inject/spi/
H A DSpiBindingsTest.java412 assertContains(binding.getSource().toString(), getDeclaringSourcePart(getClass()));
413 ElementSource source = (ElementSource) binding.getSource();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java349 Object obj = e.getSource();
378 Object obj = e.getSource();

Completed in 836 milliseconds

1234567891011