HomeSort by relevance Sort by last modified time
    Searched full:getsource (Results 76 - 100 of 969) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/spi/
ProviderLookup.java 55 public Object getSource() {
83 initializeDelegate(binder.withSource(getSource()).getProvider(dependency));
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
AndroidController.java 48 if ((range.getSource() & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) {
57 if ((range.getSource() & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) {
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
Statement.java 35 * {@link Statement} with {@link #getSource} equal to the input parameter, {@link #getRelation}
63 public AbstractAsset getSource() {
  /frameworks/support/compat/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 82 public static Object getSource(Object record) {
83 return ((AccessibilityRecord) record).getSource();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 64 public Source getSource() {
96 result.getSource().getName() + " results:" + result.getCount());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 89 if (e.getSource() == enableButton) {
92 } else if (e.getSource() == levelCombo) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 139 if (event.getSource().equals(mUseAdbHost)) {
141 } else if (event.getSource().equals(mProfilerBufsize)) {
  /external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java 57 public Object getSource() {
  /external/guice/core/src/com/google/inject/internal/
AbstractProcessor.java 55 this.errors = errorsAnyElement.withSource(element.getSource());
ConstructorBindingImpl.java 205 null, getKey(), getSource(), factory, scoping, factory, constructorInjectionPoint);
210 null, key, getSource(), factory, getScoping(), factory, constructorInjectionPoint);
216 getScoping().applyTo(binder.withSource(getSource()).bind(getKey()).toConstructor(
223 .add("source", getSource())
ExposedKeyFactory.java 45 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key);
ExposureBuilder.java 62 public Object getSource() {
SingleFieldInjector.java 52 Dependency previous = context.pushDependency(dependency, binding.getSource());
SingleParameterInjector.java 36 Dependency previous = context.pushDependency(dependency, binding.getSource());
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Node.java 46 public Object getSource() {
DefaultNodeCreator.java 57 return new InterfaceNode(NodeId.newTypeId(binding.getKey()), binding.getSource());
69 return new ImplementationNode(NodeId.newTypeId(binding.getKey()), binding.getSource(),
90 return new InstanceNode(NodeId.newInstanceId(binding.getKey()), binding.getSource(), instance,
  /external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
FrameworkErrorListener.java 50 System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle() + ", ex=" + tString);
  /external/xmlrpcpp/src/
XmlRpcDispatch.h 67 XmlRpcSource* getSource() const { return _src; }
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 142 mSourceOfInjectedGesture = events.get(0).getSource();
176 event.getDeviceId(), event.getEdgeFlags(), event.getSource(),
188 mOpenGesturesInProgress.put(event.getSource(), true);
192 mOpenGesturesInProgress.put(event.getSource(), false);
  /frameworks/base/tools/aapt2/io/
FileSystem.h 35 const Source& getSource() const override;
ZipArchive.h 38 const Source& getSource() const override;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DrawableTest.java 36 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource());
126 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource());
147 assertEquals("my_source", ((ShadowBitmapDrawable) shadowOf(drawable)).getSource());
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /prebuilts/python/darwin-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...]

Completed in 977 milliseconds

1 2 34 5 6 7 8 91011>>