HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 451 - 475 of 1043) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
string_utils.cc 22 Location begin_loc(token.location().file(),
23 token.location().line_number(),
24 token.location().char_offset() + int_offset + 1);
25 Location end_loc(token.location().file(),
26 token.location().line_number(),
27 token.location().char_offset() + int_offset + 1 +
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
148 void CXLoadedDiagnostic::decodeLocation(CXSourceLocation location,
166 uintptr_t V = (uintptr_t) location.ptr_data[0];
170 const Location &Loc = *((Location*)V);
242 CXLoadedDiagnostic::Location &Loc);
489 CXLoadedDiagnostic::Location &Loc) {
491 reportInvalidFile("Corrupted source location");
507 reportInvalidFile("Corrupted file entry in source location");
521 CXLoadedDiagnostic::Location *Start, *End
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 46 SourceLocation Location = Context.getLocation(ID, 1, 1);
47 Replacement Replace(createReplacement(Location, 4, ""));
54 SourceLocation Location = Context.getLocation(ID, 1, 1);
55 Replacement Replace(createReplacement(Location, 17, ""));
62 SourceLocation Location = Context.getLocation(ID, 1, 1);
63 Replacement Replace(createReplacement(Location, 0, "result"));
71 SourceLocation Location = Context.getLocation(ID, 2, 3);
72 Replacement Replace(createReplacement(Location, 12, "x"));
154 // location being in the range ]a, z[.
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 21 import org.mockito.invocation.Location;
116 public Location getLocation() {
InvocationsFinder.java 15 import org.mockito.invocation.Location;
106 public Location getLastLocation(List<Invocation> invocations) {
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 117 <auxwhat>Location 0x........ is 0 bytes inside global var "unprot1"</auxwhat>
162 <auxwhat>Location 0x........ is 0 bytes inside global var "unprot1"</auxwhat>
207 <auxwhat>Location 0x........ is 0 bytes inside global var "unprot2"</auxwhat>
252 <auxwhat>Location 0x........ is 0 bytes inside global var "unprot2"</auxwhat>
  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 23 import android.location.Location;
96 * @param location the location of the image
105 public Uri finishPlaceholder(Session session, Location location, int orientation,
109 session.time, location, orientation, exif, jpeg, width, height, mimeType);
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 21 import android.location.Location;
53 Location location, int orientation, byte[] jpeg, int width, int height) {
82 if (location != null) {
83 values.put(ImageColumns.LATITUDE, location.getLatitude());
84 values.put(ImageColumns.LONGITUDE, location.getLongitude());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 26 import com.android.tools.lint.detector.api.Location;
99 @Nullable Location location, @NonNull String message,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 69 public virtual void Location(int line, int pos) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 80 public virtual void Location( int line, int pos )
  /external/chromium_org/base/message_loop/
incoming_task_queue.cc 8 #include "base/location.h"
21 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_storage_backend.h 62 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/extensions/
standard_management_policy_provider_unittest.cc 31 scoped_refptr<const Extension> CreateExtension(Manifest::Location location,
38 base::FilePath(), location, values, Extension::NO_FLAGS, &error);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_service.h 102 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 76 const tracked_objects::Location& from_here,
  /external/chromium_org/components/domain_reliability/
util.cc 27 virtual void Start(const tracked_objects::Location& posted_from,
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.h 54 const tracked_objects::Location& from_here,
  /external/chromium_org/crypto/
openssl_util.cc 110 void ClearOpenSSLERRStack(const tracked_objects::Location& location) {
117 location.Write(true, true, &message);
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.cc 105 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer.cc 9 #include "base/location.h"
101 const tracked_objects::Location& from_here,
js_sync_encryption_handler_observer.cc 9 #include "base/location.h"
117 const tracked_objects::Location& from_here,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.h 108 virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations) OVERRIDE FINAL;
109 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL;
111 virtual void continueToLocation(ErrorString*, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt) OVERRIDE FINAL;
112 virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions) OVERRIDE FINAL;
214 PassRefPtr<TypeBuilder::Debugger::Location> resolveBreakpoint(const String& breakpointId, const String& scriptId, const ScriptBreakpoint&, BreakpointSource);
  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper.cc 41 const tracked_objects::Location& posted_from,
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 41 SourceLocation Location;
211 /// \param Loc the location at which a complete type was required but not

Completed in 1034 milliseconds

<<11121314151617181920>>