HomeSort by relevance Sort by last modified time
    Searched refs:getSource (Results 51 - 75 of 284) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelAdapter.java 212 MessageProtocol protocol = getMessageBuffer(env.getSource());
238 dispatch( env.getSource(), m );
283 reportError(e.getSource(), e, ex);
  /external/robolectric/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());
BitmapDrawableTest.java 52 assertEquals("source string value", shadowOf(drawable).getSource());
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 186 lto_passes.run(pScript.getSource().getModule());
236 codegen_passes.run(pScript.getSource().getModule());
249 llvm::Module &module = pScript.getSource().getModule();
  /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/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 740 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
748 if (M->getSource() == MDep->getSource())
821 if (M->getSource() == M->getDest()) {
828 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource()))
846 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 38 public AccessibilityNodeInfoCompat getSource(Object record);
143 public AccessibilityNodeInfoCompat getSource(Object record) {
335 public AccessibilityNodeInfoCompat getSource(Object record) {
337 AccessibilityRecordCompatIcs.getSource(record));
604 public AccessibilityNodeInfoCompat getSource() {
605 return IMPL.getSource(mRecord);
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 321 "(source: " + detectedCountry.getSource()
329 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
340 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 82 AccessibilityNodeInfo source = event.getSource();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Shader.h 68 void getSource(GLsizei bufSize, GLsizei *length, char *buffer);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapDrawable.java 77 public String getSource() {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.h 75 sp<MediaSource> getSource();
  /frameworks/base/core/java/android/text/style/
ImageSpan.java 162 public String getSource() {
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 238 protected PartSource getSource() {
239 LOG.trace("enter getSource()");
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 94 llvm::Module &module = script.getSource().getModule();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 163 public Source getSource() {
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 168 (AnotherPacketSource *)mParser->getSource(
179 (AnotherPacketSource *)mParser->getSource(
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 297 country1.getSource() == country2.getSource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 159 Object source = e.getSource();
187 Object source = e.getSource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 139 if (event.getSource().equals(mSwitchPerspective)) {
142 } else if (event.getSource().equals(mAutoMonitorLogcat)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 118 if (!(event.getSource() instanceof Button)) {
121 Button sourceButton = (Button) event.getSource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 100 Shell shell = ((Control) e.getSource()).getShell();
101 if (e.getSource() == btnBrowseGdb) {
163 Control c = (Control) e.getSource();
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 142 BallLarusNode* getSource() const;
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 187 ASSERT_EQ(AINPUT_SOURCE_GAMEPAD, event.getSource());
199 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());
303 ASSERT_EQ(AINPUT_SOURCE_TOUCHSCREEN, event->getSource());
435 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());

Completed in 615 milliseconds

1 23 4 5 6 7 8 91011>>