/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_inspect.py | 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource, 211 self.assertEqual(inspect.getsource(obj), 311 inspect.getsource(ns["x"]) 327 # Test inspect.getsource with a one-line lambda function. 331 # Test inspect.getsource with a three-line lambda function, 336 # Test inspect.getsource with a two-line lambda function, 341 # Test inspect.getsource with a regular one-line function. 345 # Test inspect.getsource with a regular function where 351 # Test inspect.getsource with a regular function where 357 # Test inspect.getsource with a one-line lambda functio [all...] |
test_zipimport_support.py | 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/external/guice/core/src/com/google/inject/util/ |
Modules.java | 186 PrivateBinder privateBinder = baseBinder.newPrivateBinder().withSource(privateElements.getSource()); 241 existing.add(binding.getSource()); 249 PrivateBinder privateBinder = binder.withSource(privateElements.getSource()) 299 sb.append("%n original binding at " + Errors.convert(scopeBinding.getSource())); 303 binder.withSource(overideBinding.getSource())
|
/external/icu/icu4c/source/test/intltest/ |
canittst.cpp | 305 // Test reset and getSource 307 logln("Testing CanonicalIterator::getSource"); 314 UnicodeString source = can.getSource(); 315 logln("CanonicalIterator::getSource returned "+source); 317 errln("CanonicalIterator.getSource() didn't return the starting string. Expected "+start+", got "+source);
|
/frameworks/base/tools/aapt2/link/ |
Link.cpp | 139 context->getDiagnostics()->error(DiagMessage(file->getSource()) 148 if (util::stringEndsWith<char>(file->getSource().path, ".flat")) { 151 context->getDiagnostics()->error(DiagMessage(file->getSource()) 333 const StringPiece srcPath = file->getSource().path; 340 mContext->getDiagnostics()->error(DiagMessage(file->getSource()) << "failed to open file"); 345 outFileOp->xmlToFlatten = loadBinaryXmlSkipFileExport(file->getSource(), 351 file->getSource()); 449 mContext->getDiagnostics()->error(DiagMessage(fileRef->getSource()) 457 const StringPiece srcPath = file->getSource().path; 464 fileDesc.source = fileRef->getSource(); [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
SQLXML.java | 77 * accessing the value through getSource() and 83 * DOMSource domSource = sqlxml.getSource(DOMSource.class); 93 * SAXSource saxSource = sqlxml.getSource(SAXSource.class); 108 * StAXSource staxSource = sqlxml.getSource(StAXSource.class); 122 * Source source = sqlxml.getSource(null); 129 * DOMSource domSource = sqlxml.getSource(DOMSource.class); 146 * Source source = sqlxml.getSource(null); 154 * Source source = sqlxml.getSource(null); 174 * reading APIs are called: getBinaryStream(), getCharacterStream(), getSource(), and getString(). 357 * SAXSource saxSource = sqlxml.getSource(SAXSource.class) [all...] |
/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 215 transformPasses.run(pScript.getSource().getModule()); 228 codeGenPasses.run(pScript.getSource().getModule()); 236 llvm::Module &module = pScript.getSource().getModule(); 322 llvm::Module &module = script.getSource().getModule(); 421 if (pScript.getSource().getDebugInfoEnabled()) 446 llvm::Module &module = pScript.getSource().getModule(); 474 pPM.run(pScript.getSource().getModule());
|
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 160 virtual EGLenum getSource (void) const = 0; 171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), 249 GLenum imgTarget = eglu::getImageGLTarget(getSource()); 273 EGLenum getSource (void) const { return EGL_GL_TEXTURE_2D_KHR; } 292 EGLenum getSource (void) const { return m_source; } 339 EGLenum getSource (void) const { return EGL_GL_RENDERBUFFER_KHR; }
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarCalc.java | 457 Object obj = evt.getSource(); 460 if (evt.getSource() == up) { 463 if (evt.getSource() == down) { 478 if (evt.getSource() == patternText) { 483 if (evt.getSource() == calendars[i].text) { 495 evt.getSource() == this) {
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfDemo.java | 105 String fieldText = ((TextComponent)(e.getSource())).getText(); 134 String fieldText = ((TextComponent)(e.getSource())).getText(); 158 String fieldText = ((TextComponent)(e.getSource())).getText(); 177 String fieldText = ((TextComponent)(e.getSource())).getText(); 203 String fieldText = ((TextComponent)(e.getSource())).getText(); 317 Choice source = (Choice)(e.getSource());
|
/frameworks/base/tools/aapt2/ |
ResourceTable.cpp | 350 diag->error(DiagMessage(value->getSource()) 363 diag->error(DiagMessage(value->getSource()) 377 diag->error(DiagMessage(value->getSource()) 391 diag->error(DiagMessage(value->getSource()) 412 diag->error(DiagMessage(value->getSource()) 415 diag->error(DiagMessage(configValue->value->getSource())
|
/external/guice/core/test/com/google/inject/spi/ |
ElementsTest.java | 93 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); 113 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); 660 assertContains(command.getSource(), getDeclaringSourcePart(ElementsTest.class)); [all...] |
/frameworks/base/tools/aapt2/compile/ |
PseudolocaleGenerator.cpp | 112 localizedString->setSource(string->getSource()); 144 localized->setSource(plural->getSource()); 153 localized->setSource(string->getSource());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_zipimport_support.py | 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_zipimport_support.py | 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipimport_support.py | 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlPrettyPrinter.java | 144 protected String getSource(@NonNull Node node) { 152 return textImpl.getSource(); 155 return super.getSource(node);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 175 if (e.getSource() == mTable) { 185 assert false : e.getSource(); 201 if (e.getSource() == mSampleProjectName) {
|
/external/autotest/frontend/client/src/autotest/afe/ |
JobOwnerFilter.java | 54 userList.setEnabled(event.getSource() == selectUserRadio);
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
MultiListSelectPresenter.java | 406 Object source = event.getSource(); 426 throw new RuntimeException("Unexpected ClickEvent from " + event.getSource()); 434 Object source = event.getSource(); 451 assert event.getSource() == selector;
|
/external/autotest/frontend/client/src/autotest/tko/ |
DynamicGraphingFrontend.java | 34 if (event.getSource() != graphButton) {
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
util.py | 72 return inspect.getsource(condition).strip()
|
/external/guice/core/src/com/google/inject/internal/ |
BindingImpl.java | 59 public Object getSource() {
|
ExposedBindingImpl.java | 56 .add("source", getSource())
|
ProvidedByInternalFactory.java | 65 context.pushState(providerKey, providerBinding.getSource());
|