HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 276 - 300 of 1250) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h 34 KURL location() const;
  /external/webkit/Source/WebKit/chromium/src/
WebTextCheckingCompletionImpl.cpp 57 coreResult.location = results[i].position;
  /external/webkit/Source/WebKit2/UIProcess/qt/
ChunkedUpdateDrawingAreaProxyQt.cpp 77 painter.drawImage(updateChunkRect.location(), image);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 92 CMProfileLocation location;
93 location.locType = cmPathBasedProfile;
94 strcpy(location.u.pathLoc.path, PROFILE_PATH);
95 error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &location);
118 CMProfileLocation location;
119 location.locType = cmPathBasedProfile;
120 strcpy(location.u.pathLoc.path, PROFILE_PATH);
122 if (CMOpenProfile(&profile, &location) == noErr) {
  /frameworks/base/location/java/android/location/
LocationProvider.java 17 package android.location;
23 * An abstract superclass for location providers. A location provider
24 * provides periodic reports on the geographical location of the
147 * If the provider returns finer grain or exact location,
149 * location is only approximate then {@link Criteria#ACCURACY_COARSE}
  /ndk/
GNUmakefile 26 # Find the NDK root installation path, should be this file's location.
33 $(error,Please fix the problem by reinstalling to a different location.)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
WayPointLabelProvider.java 17 package com.android.ddmuilib.location;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 53 IProblemLocation[] location) throws CoreException {
54 if (location == null || location.length == 0) {
78 IProblemLocation error = location[0];
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 22 import com.android.tools.lint.detector.api.Location;
165 Location location = context.getLocation(element); local
174 context.toolContext.report(USELESS_PARENT, location, message);
196 Location location = context.getLocation(element); local
200 context.toolContext.report(USELESS_LEAF, location, message);
  /dalvik/vm/mterp/x86-atom/
OP_FILL_ARRAY_DATA.S 36 lea (rPC, %edx, 2), %edx # %edx<- PC + +BBBBBBBB; array data location
  /development/tools/emulator/opengl/host/tools/emugen/
Android.mk 16 # The location of the emugen host tool that is used to generate wire
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 85 void enable(int location, int state);
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
87 void setBufferObject(int location, GLuint id);
88 const VertexAttribState *getState(int location);
89 const VertexAttribState *getStateAndEnableDirty(int location, bool *enableChanged);
186 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); }
  /external/chromium/base/
tracked.cc 16 Location::Location(const char* function_name, const char* file_name,
23 Location::Location()
29 void Location::Write(bool display_filename, bool display_function_name,
41 void Location::WriteFunctionName(std::string* output) const {
67 void Tracked::SetBirthPlace(const Location& from_here) {}
68 const Location Tracked::GetBirthPlace() const {
69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
82 SetBirthPlace(Location("NoFunctionName", "NeedToSetBirthPlace", -1))
    [all...]
utf_offset_string_conversions.h 76 // AdjustOffset(adjustments). Each Adjustment gives the original |location|
83 Adjustment(size_t location, size_t old_length, size_t new_length);
85 size_t location; member in struct:AdjustOffset::Adjustment
  /external/chromium/chrome/browser/resources/
connection_manager.js 23 'domain': location.href,
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 157 const gfx::Point& location, bool left_content) {
163 last_mouse_location_ = location;
209 if (((ltr && location.x() < right_threshold) ||
210 (!ltr && location.x() > left_threshold)) &&
211 location.y() > top_threshold) {
218 location.x() - right_threshold :
219 left_threshold - location.x(),
220 top_threshold - location.y());
  /external/chromium/net/http/
http_vary_data.cc 54 std::string location; local
55 if (response_headers.IsRedirect(&location)) {
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 19 'location' : diag.location,
49 'location' : node.location,
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 64 static bool isSelfVar(SVal location, CheckerContext &C);
73 check::Location > {
80 void checkLocation(SVal location, bool isLoad, const Stmt *S,
298 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad,
304 if (isSelfVar(location, C))
305 addSelfFlag(state, state->getSVal(cast<Loc>(location)), SelfFlag_Self, C);
336 /// \brief Returns true if the location is 'self'.
337 static bool isSelfVar(SVal location, CheckerContext &C) {
341 if (!isa<loc::MemRegionVal>(location))
344 loc::MemRegionVal MRV = cast<loc::MemRegionVal>(location);
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 61 + ": this task requires 'classpath' attribute to be set", location).fillInStackTrace ();
196 + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace ();
225 + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace ();
249 + "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace ();
258 + "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace ();
292 + ": disallows using <java>'s deprecated 'args' attribute", location).fillInStackTrace ();
377 m_scanCoveragePath = full; // defaults to false TODO: maintain the default in a central location
395 + ": session data file attribute already set", location).fillInStackTrace ();
404 + ": session data file attribute already set", location).fillInStackTrace ();
413 // + ": session data file attribute already set", location).fillInStackTrace ()
    [all...]
  /external/mesa3d/src/glsl/
ast.h 83 * Retrieve the source location of an AST node
94 locp.source = this->location.source;
95 locp.first_line = this->location.line;
96 locp.first_column = this->location.column;
104 * Set the source location of an AST node from a parser location
110 this->location.source = locp.source;
111 this->location.line = locp.first_line;
112 this->location.column = locp.first_column;
116 * Source location of the AST node
122 } location; member in class:ast_node
362 unsigned location; member in struct:ast_type_qualifier
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m 190 int QZ_GL_LoadLibrary (_THIS, const char *location) {
199 if (location == NULL)
200 location = DEFAULT_OPENGL_LIB_NAME;
202 opengl_library = SDL_LoadObject(location);
  /external/v8/src/
checks.cc 92 void API_Fatal(const char* location, const char* format, ...) {
93 i::OS::PrintError("\n#\n# Fatal error in %s\n# ", location);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
notimer-after-unload.js 6 location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.layoutTestController) layoutTestController.notifyDone();', 100);</script>";
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 7 var url = "http://" + window.location.hostname +":8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies";

Completed in 2393 milliseconds

<<11121314151617181920>>