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

1 23 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 174 mShell.setLocation(location);
  /external/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
CommentLexer.h 83 void setLocation(SourceLocation SL) { Loc = SL; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 181 void setLocation(SourceLocation L) {
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 300 // Test setLocation out of bound cases
302 muxer.setLocation(BAD_LATITUDE, LONGITUDE);
303 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE
309 muxer.setLocation(LATITUDE, BAD_LONGITUDE);
310 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE
316 muxer.setLocation(LATITUDE, LONGITUDE);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 423 event.setLocation(event.getRawX(), event.getRawY());
436 event.setLocation(oldX, oldY);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 423 event.setLocation(event.getRawX(), event.getRawY());
436 event.setLocation(oldX, oldY);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 423 event.setLocation(event.getRawX(), event.getRawY());
436 event.setLocation(oldX, oldY);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 548 Identifier.setLocation(Loc);
669 TempToken.setLocation(ArgStartIterator->getLocation());
682 TempToken.setLocation(Loc);
840 EOFTok.setLocation(Tok.getLocation());
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 347 event.setLocation(event.getRawX(), event.getRawY());
360 event.setLocation(oldX, oldY);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 452 event.setLocation(event.getRawX(), event.getRawY());
465 event.setLocation(oldX, oldY);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
PropertiesProvisioningDataParserTest.java 119 .setLocation(TEST_DOWNLOAD_LOCATION)
190 .setLocation(TEST_DOWNLOAD_LOCATION)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 127 public void setLocation(Location location) {
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 229 Eof.setLocation(Tok.getLocation());
329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc());
403 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
508 BodyEnd.setLocation(LastBodyToken.getEndLoc());
    [all...]
  /frameworks/base/media/java/android/media/
MediaMuxer.java 401 public void setLocation(float latitude, float longitude) {
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 195 status_t res = muxer->setLocation(latitude, longitude);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PageIndicator.java 69 public void setLocation(float location) {
74 if (DEBUG) Log.d(TAG, "setLocation " + location + " " + index + " " + position);
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationFragment.java 148 public void setLocation(Location location) {
149 LogUtil.i("LocationFragment.setLocation", String.valueOf(location));

Completed in 1845 milliseconds

1 23 4 5 6 7 8 91011>>