HomeSort by relevance Sort by last modified time
    Searched defs:location (Results 151 - 175 of 315) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/glsl/glcpp/
glcpp.h 94 YYLTYPE location; member in struct:token
153 YYLTYPE loc; /* location of the initial #if/#elif/... */
  /external/v8/src/
preparser.cc 72 i::JavaScriptScanner::Location source_location = scanner_->location();
514 i::JavaScriptScanner::Location pos = scanner_->location();
1012 i::JavaScriptScanner::Location location = scanner_->location(); local
1013 ReportMessageAt(location.beg_pos, location.end_pos,
1023 i::JavaScriptScanner::Location location = scanner_->location() local
    [all...]
  /external/valgrind/tsan/
suppressions.cc 43 struct Location {
49 vector<Location> locations;
184 Location location = {LT_STAR, ""}; local
185 trace->locations.push_back(location);
193 Location location = {LT_OBJ, s2}; local
194 trace->locations.push_back(location);
197 Location location = {LT_FUN, s2} local
343 Location& location = ctx.tmpl->locations[tmpl_index]; local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 127 void free(size_t location, AllocationTableSizeClass& sizeClass)
131 size_t entry = location >> log2SubregionSize;
196 void free(size_t location, AllocationTableSizeClass& sizeClass)
199 m_ptr->free(location, sizeClass);
272 size_t location = m_suballocations[i].allocate(sizeClass); local
273 if (location != notFound) {
279 return (i * subregionSize) | location;
304 void free(size_t location, AllocationTableSizeClass& sizeClass)
308 size_t entry = location >> log2SubregionSize;
312 m_suballocations[entry].free(location & (subregionSize - 1), sizeClass)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 52 #include "Location.h"
400 // Don't allow shadowing location using defineGetter.
401 if (propertyName == "location")
453 JSValue JSDOMWindow::location(ExecState* exec) const function in class:WebCore::JSDOMWindow
455 Location* location = impl()->location(); local
456 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), location))
460 JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, window), window, location);
461 cacheWrapper(currentWorld(exec), location, jsLocation) local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 92 static void reportFatalErrorInV8(const char* location, const char* message)
101 printf("V8 error: %s (%s). Current memory usage: %d MB\n", message, location, memoryUsageMB);
146 Location* location = V8Location::toNative(host); local
147 target = location->frame();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 227 WebGLUniformLocation* location = 0; local
229 location = V8WebGLUniformLocation::toNative(value->ToObject());
232 return location;
428 WebGLUniformLocation* location = toWebGLUniformLocation(args[1], ok); local
430 WebGLGetInfo info = context->getUniform(program, location, ec);
466 // * glUniform1fv(WebGLUniformLocation location, Array data);
467 // * glUniform1fv(WebGLUniformLocation location, Float32Array data);
468 // * glUniform2fv(WebGLUniformLocation location, Array data);
469 // * glUniform2fv(WebGLUniformLocation location, Float32Array data);
470 // * glUniform3fv(WebGLUniformLocation location, Array data)
490 WebGLUniformLocation* location = 0; local
578 WebGLUniformLocation* location = toWebGLUniformLocation(args[0], ok); local
695 WebGLUniformLocation* location = toWebGLUniformLocation(args[0], ok); local
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 265 String location = d->m_response.httpHeaderField("location"); local
266 if (!location.isEmpty()) {
267 KURL newURL = KURL(job->firstRequest().url(), location);
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 499 FloatPoint location = renderer->localToAbsolute(FloatPoint(), false, true); local
504 transform.translate(location.x() - viewBoxTransform.e(), location.y() - viewBoxTransform.f());
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 162 WorkerLocation* WorkerContext::location() const function in class:WebCore::WorkerContext
  /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...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 21 import android.location.Location;
25 * Class that holds a tracker entry. An entry can be either a valid location, or
37 private Location mLocation;
65 // location extra keys used to retrieve debug info
87 private TrackerEntry(Location loc) {
89 mLocation = new Location(loc);
93 * Creates a TrackerEntry from a Location
95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) {
131 private void setLocation(Location location)
215 Location location = new Location(tag); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 125 // Global data structure for location engine
164 Initialize the location engine, this include setting up global datas
165 and registers location engien with loc api service.
251 Cleans location engine. The location client handle will be released.
750 GpsLocation location; local
752 LOGV ("loc_eng_report_position: location report, valid mask = 0x%x, sess status = %d\n",
755 memset (&location, 0, sizeof(location));
756 location.size = sizeof(location)
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 359 String location = getHeaderField("Location"); local
360 if (location == null) {
364 url = new URL(previousUrl, location);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 286 final String location = local
315 location, color, selfStatus));
355 int startDay, int endDay, String title, String location, int color, int selfStatus) {
398 if (!TextUtils.isEmpty(location)) {
400 eventInfo.where = location;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 249 String location = m.group(1); local
252 if (checkAndMark(location, lineStr, msg, osRoot, project,
262 String location = m.group(1); local
276 if (checkAndMark(location, null, msg, osRoot, project,
296 String location = m.group(1); local
300 if (checkAndMark(location, lineStr, msg, osRoot, project,
309 String location = m.group(1); local
314 if (checkAndMark(location, lineStr, msg, osRoot, project,
326 String location = m.group(1); local
338 if (checkAndMark(location, lineStr, msg, osRoot, project
349 String location = m.group(1); local
365 String location = m.group(1); local
381 String location = m.group(2); local
414 String location = m.group(1); local
    [all...]
  /system/core/toolbox/
getevent.c 301 char location[80]; local
323 location[sizeof(location) - 1] = '\0';
329 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
330 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
331 location[0] = '\0';
362 printf(" location: \"%s\"\n"
363 " id: \"%s\"\n", location, idstr);
  /bootable/recovery/updater/
install.c 46 // mount(fs_type, partition_type, location, mount_point)
48 // fs_type="yaffs2" partition_type="MTD" location=partition
49 // fs_type="ext4" partition_type="EMMC" location=device
57 char* location; local
60 &location, &mount_point) < 0) {
73 if (strlen(location) == 0) {
74 ErrorAbort(state, "location argument to %s() can't be empty", name);
87 mtd = mtd_find_partition_by_name(location);
90 name, location);
96 location, strerror(errno))
194 char* location; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 126 * Set download locations and verify that file is downloaded to correct location.
128 * Checks three different methods of setting location: directly via setDestinationUri, and
186 * Set the download location and verify that the extension of the file name is left unchanged.
334 private void assertSuccessfulDownload(long id, File location) {
341 assertEquals(Uri.fromFile(location).toString(),
343 assertTrue(location.exists());
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 17 package android.location.cts;
22 import android.location.Address;
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 223 String location = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_LOCATION); local
224 if (location == null) {
225 Log.v(TAG, "No location information found in file " + fileName);
229 // parsing String location and recover the location inforamtion in floats
231 Log.v(TAG, "location: " + location);
233 // Get the position of the -/+ sign in location String, which indicates
235 int index = location.lastIndexOf('-');
237 index = location.lastIndexOf('+')
    [all...]
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventSocketProxy.java 184 public void location(int line, int pos) { method in class:DebugEventSocketProxy
185 transmit("location\t"+line+"\t"+pos);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 373 String location = test.substring(test.lastIndexOf('-') + 1); local
378 print(os, "Location: " + location + "\r\n");
397 print(os, "Location: http://localhost:" + (port + 1)
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 56 if (a.location == b.location)
59 return a.location < b.location;
75 return (module.location == module_in.location) &&
106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
107 // Entries without any Description, Signer info, or Location will never be
110 // NOTE: Please keep this list sorted by dll name, then location.
148 // hblitesahook.dll. Each report has different version number in location
601 string16 location = entry->location; local
952 GenerateHash(WideToUTF8(module.location), &location); local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 473 const tracked_objects::Location& from_here,
478 new tracked_objects::Location(from_here.function_name(),
488 std::string location; local
489 from_here.Write(true, true, &location);
490 LOG(ERROR) << location;
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 67 8 91011>>