HomeSort by relevance Sort by last modified time
    Searched refs:setLocation (Results 1 - 25 of 837) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseInfoTreeTest.java 74 rootBuilder.setLocation(OPTIONAL_INT32, LOC0);
82 rootBuilder.setLocation(OPTIONAL_BOOLEAN, LOC0);
89 rootBuilder.setLocation(REPEATED_INT32, LOC0);
100 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build();
116 rootBuilder.setLocation(REPEATED_INT32, LOC0);
117 rootBuilder.setLocation(REPEATED_INT32, LOC1);
125 rootBuilder.setLocation(REPEATED_INT32, LOC0);
136 rootBuilder.setLocation(REPEATED_INT32, LOC0);
142 rootBuilder.setLocation(REPEATED_INT32, LOC0);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
PackageDownloadInfoTest.java 45 .setLocation(TEST_DOWNLOAD_LOCATION)
65 .setLocation(TEST_DOWNLOAD_LOCATION)
91 .setLocation(TEST_DOWNLOAD_LOCATION)
104 .setLocation(TEST_DOWNLOAD_LOCATION)
116 .setLocation(TEST_DOWNLOAD_LOCATION)
123 .setLocation(TEST_DOWNLOAD_LOCATION)
138 .setLocation(TEST_DOWNLOAD_LOCATION)
145 .setLocation("http://a/b/")
160 .setLocation(TEST_DOWNLOAD_LOCATION)
  /external/javassist/sample/rmi/
AlertDialog.java 12 setLocation(100, 100);
  /frameworks/base/core/java/android/view/
TouchDelegate.java 139 event.setLocation(delegateView.getWidth() / 2, delegateView.getHeight() / 2);
144 event.setLocation(-(slop * 2), -(slop * 2));
  /external/proguard/src/proguard/ant/
ClassPathElement.java 141 * @deprecated Use {@link #setLocation(File)} instead.
145 setLocation(file);
150 * @deprecated Use {@link #setLocation(File)} instead.
154 setLocation(file);
159 * @deprecated Use {@link #setLocation(File)} instead.
163 setLocation(file);
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
  /frameworks/base/graphics/java/android/graphics/
Camera.java 107 * @see #setLocation(float, float, float)
114 * @see #setLocation(float, float, float)
121 * @see #setLocation(float, float, float)
133 public native void setLocation(float x, float y, float z);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
TransformingTouchDelegate.java 101 event.setLocation(mBounds.centerX(), mBounds.centerY());
106 event.setLocation(x, y);
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 58 node->setLocation("/dev/input/lid_indev");
77 node->setLocation("ALSA");
96 node->setLocation("ALSA");
138 node->setLocation("gpio-keys/input0");
160 node->setLocation("gpio-keys/input0");
178 node->setLocation("power-button/input0");
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationPresenter.java 82 ui.setLocation(location);
108 void setLocation(Location location);
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 55 void setLocation(SDValue Val, SDValue Location) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaMuxer.h 90 status_t setLocation(int latitude, int longitude);
  /packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java 82 ev.setLocation(x, y);
  /packages/apps/Dialer/java/com/android/dialer/multimedia/
MultimediaData.java 91 public abstract Builder setLocation(@NonNull Location location);
  /external/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
PackageDownloadInfo.java 125 builder.setLocation(bundle.getString(
163 public Builder setLocation(String location) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 131 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
161 setLocation(R.getBegin());
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>