HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 201 - 225 of 1520) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
tracked_objects.cc 73 BirthOnThread::BirthOnThread(const Location& location)
74 : location_(location),
78 Births::Births(const Location& location)
79 : BirthOnThread(location),
269 Births* ThreadData::TallyABirth(const Location& location) {
279 BirthMap::iterator it = birth_map_.find(location);
285 Births* tracker = new Births(location);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 243 ASSERT(resultRange.location != NSNotFound);
248 result.location = resultRange.location;
255 result.location = resultRange.location;
263 ASSERT(detailNSRange.location != NSNotFound);
265 detail.location = detailNSRange.location;
277 result.location = resultRange.location;
    [all...]
WebPopupMenuProxyMac.mm 117 NSPoint location;
123 location = NSMakePoint(NSMinX(rect) + popOverHorizontalAdjust, NSMaxY(rect) - vertOffset);
125 location = NSMakePoint(NSMinX(rect) + popUnderHorizontalAdjust, NSMaxY(rect) + popUnderVerticalAdjust);
129 location = [dummyView.get() convertPoint:location fromView:m_webView];
131 WKPopupMenu(menu, location, roundf(NSWidth(rect)), dummyView.get(), selectedIndex, font);
150 location:[initiatingNSEvent locationInWindow]
161 location:[[m_webView window] convertScreenToBase:[NSEvent mouseLocation]]
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 24 import android.location.Location;
25 import android.location.LocationListener;
26 import android.location.LocationManager;
35 * Verify the location access without specific permissions.
59 * Verify that listen or get cell location requires permissions.
126 * Verify that listening for GPS location requires permissions.
174 * Verify that getting the last known GPS location requires permissions.
184 * Verify that getting the last known network location requires permissions.
314 Location location = new Location(TEST_PROVIDER_NAME) local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 46 RewriteOperation = Struct.new( :stream, :location, :text )
90 return "(%s @ %p : %p)" % [ name, location, text ]
107 alias index location
108 alias index= location=
112 token = stream[ location ]
114 return location + 1
131 def initialize( stream, location, text )
133 self.location = location
136 def location=( val
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 9 if ("#reload" == location.hash)
34 location.hash = '#reload';
35 location.reload();
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 78 void getChildrenWithRange(Vector<AccessibilityUIElement>&, unsigned location, unsigned length);
190 JSStringRef boundsForRange(unsigned location, unsigned length);
191 void setSelectedTextRange(unsigned location, unsigned length);
192 JSStringRef stringForRange(unsigned location, unsigned length);
193 JSStringRef attributedStringForRange(unsigned location, unsigned length);
194 bool attributedStringRangeIsMisspelled(unsigned location, unsigned length);
  /frameworks/base/services/java/com/android/server/location/
MockProvider.java 17 package com.android.server.location;
19 import android.location.Criteria;
20 import android.location.ILocationManager;
21 import android.location.Location;
22 import android.location.LocationProvider;
33 * A mock location provider used by LocationManagerService to implement test providers.
49 private final Location mLocation;
74 mLocation = new Location(name);
165 public void setLocation(Location l)
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LocationTest.java 32 Location location1 = Location.create(file1);
33 Location location2 = Location.create(file2);
34 Location location3 = Location.create(file3);
35 Location location4 = Location.create(file4);
37 // 1-element location list
38 assertSame(location1, Location.reverse(location1))
93 Location location = Location.create(paths[i]); local
    [all...]
  /external/bison/src/
complain.c 48 warn_at (location loc, const char *message, ...)
85 complain_at (location loc, const char *message, ...)
121 fatal_at (location loc, const char *message, ...)
symtab.c 42 location startsymbol_location;
49 symbol_new (uniqstr tag, location loc)
55 res->location = loc;
108 redeclaration (symbol* s, const char *what, location first, location second)
121 symbol_type_set (symbol *sym, uniqstr type_name, location loc)
139 symbol_destructor_set (symbol *sym, const char *destructor, location loc)
156 symbol_printer_set (symbol *sym, const char *printer, location loc)
174 symbol_precedence_set (symbol *sym, int prec, assoc a, location loc)
195 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
sample_search.js 28 window.location.hash = searchinput.value;
80 if (window.location.hash.length > 1) {
81 var hash = window.location.hash.substring(1);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FETile.cpp 66 FloatPoint inMaxEffectLocation = tileRect.location();
67 FloatPoint maxEffectLocation = maxEffectRect().location();
80 tileImageContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, in->absolutePaintRect().location());
  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location)
81 // Global Position is just x, y location of event
82 POINT point = {location.x(), location.y()};
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 20 import android.location.Country;
21 import android.location.CountryListener;
22 import android.location.ICountryListener;
  /external/v8/src/
preparser.cc 72 int end_pos = scanner_->location().end_pos;
103 i::Scanner::Location source_location = scanner_->location();
131 i::Scanner::Location octal = scanner_->octal_position();
272 i::Scanner::Location start_location = scanner_->peek_location();
274 i::Scanner::Location end_location = scanner_->location();
300 i::Scanner::Location location = scanner_->location(); local
396 i::Scanner::Location location = scanner_->peek_location(); local
404 i::Scanner::Location location = scanner_->peek_location(); local
421 i::Scanner::Location location = scanner_->peek_location(); local
430 i::Scanner::Location location = scanner_->peek_location(); local
575 i::Scanner::Location location = scanner_->location(); local
1114 i::Scanner::Location location = scanner_->location(); local
1124 i::Scanner::Location location = scanner_->location(); local
1535 i::Scanner::Location location = scanner_->location(); local
1543 i::Scanner::Location location = scanner_->location(); local
1582 i::Scanner::Location location = strict_mode_violation_location_; local
    [all...]
v8checks.h 33 void API_Fatal(const char* location, const char* format, ...);
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 32 const std::string& location,
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
50 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {};
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 84 public boolean activate(PropertyTable propertyTable, Property property, Point location)
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
95 public void doubleClick(Property property, Point location) throws Exception {
BooleanPropertyEditor.java 82 public boolean activate(PropertyTable propertyTable, Property property, Point location)
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
93 public void doubleClick(Property property, Point location) throws Exception {
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 77 FloatRect(const FloatPoint& location, const FloatSize& size)
78 : m_location(location), m_size(size) { }
85 FloatPoint location() const { return m_location; } function in class:WebCore::FloatRect
88 void setLocation(const FloatPoint& location) { m_location = location; }
210 return a.location() == b.location() && a.size() == b.size();
215 return a.location() != b.location() || a.size() != b.size();
IntRect.h 79 IntRect(const IntPoint& location, const IntSize& size)
80 : m_location(location), m_size(size) { }
86 IntPoint location() const { return m_location; } function in class:WebCore::IntRect
89 void setLocation(const IntPoint& location) { m_location = location; }
229 return a.location() == b.location() && a.size() == b.size();
234 return a.location() != b.location() || a.size() != b.size();
  /external/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 41 *start = range.location;
42 *end = range.location + range.length;
  /frameworks/base/location/java/android/location/
GpsSatellite.java 17 package android.location;

Completed in 2885 milliseconds

1 2 3 4 5 6 7 891011>>