/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 255 const LocationRecorder* location) { in TryConsumeEndOfDeclaration() 274 const LocationRecorder* location) { in ConsumeEndOfDeclaration() 354 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation() 490 LocationRecorder location(root_location, in ParseTopLevelStatement() local 494 LocationRecorder location(root_location, in ParseTopLevelStatement() local 498 LocationRecorder location(root_location, in ParseTopLevelStatement() local 502 LocationRecorder location(root_location, in ParseTopLevelStatement() local 517 LocationRecorder location(root_location, in ParseTopLevelStatement() local 533 LocationRecorder location(message_location, in ParseMessageDefinition() local 606 LocationRecorder location(message_location, in ParseMessageStatement() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | uniforms.c | 131 _mesa_Uniform1fARB(GLint location, GLfloat v0) in _mesa_Uniform1fARB() 138 _mesa_Uniform2fARB(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2fARB() 148 _mesa_Uniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3fARB() 159 _mesa_Uniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4fARB() 172 _mesa_Uniform1iARB(GLint location, GLint v0) in _mesa_Uniform1iARB() 179 _mesa_Uniform2iARB(GLint location, GLint v0, GLint v1) in _mesa_Uniform2iARB() 189 _mesa_Uniform3iARB(GLint location, GLint v0, GLint v1, GLint v2) in _mesa_Uniform3iARB() 200 _mesa_Uniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in _mesa_Uniform4iARB() 212 _mesa_Uniform1fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fvARB() 219 _mesa_Uniform2fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fvARB() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 131 _mesa_Uniform1fARB(GLint location, GLfloat v0) in _mesa_Uniform1fARB() 138 _mesa_Uniform2fARB(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2fARB() 148 _mesa_Uniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3fARB() 159 _mesa_Uniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4fARB() 172 _mesa_Uniform1iARB(GLint location, GLint v0) in _mesa_Uniform1iARB() 179 _mesa_Uniform2iARB(GLint location, GLint v0, GLint v1) in _mesa_Uniform2iARB() 189 _mesa_Uniform3iARB(GLint location, GLint v0, GLint v1, GLint v2) in _mesa_Uniform3iARB() 200 _mesa_Uniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in _mesa_Uniform4iARB() 212 _mesa_Uniform1fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fvARB() 219 _mesa_Uniform2fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fvARB() [all …]
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
D | ReturnsSmartNulls.java | 49 final Location location = new LocationImpl(); in answer() local 57 private final Location location; field in ReturnsSmartNulls.ThrowsSmartNullPointer 59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) { in ThrowsSmartNullPointer() 70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location); in answer() local
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | bookmark_stats.cc | 12 BookmarkLaunchLocation location) { in RecordBookmarkLaunch() 35 void RecordBookmarkFolderOpen(BookmarkLaunchLocation location) { in RecordBookmarkFolderOpen() 43 void RecordBookmarkAppsPageOpen(BookmarkLaunchLocation location) { in RecordBookmarkAppsPageOpen()
|
/external/chromium_org/extensions/common/ |
D | manifest.h | 78 static inline bool IsExternalLocation(Location location) { in IsExternalLocation() 88 static inline bool IsUnpackedLocation(Location location) { in IsUnpackedLocation() 93 static inline bool IsAutoUpdateableLocation(Location location) { in IsAutoUpdateableLocation() 101 static inline bool IsPolicyLocation(Location location) { in IsPolicyLocation() 108 static inline bool IsComponentLocation(Location location) { in IsComponentLocation() 114 static inline bool ShouldAlwaysAllowFileAccess(Location location) { in ShouldAlwaysAllowFileAccess() 124 Location location() const { return location_; } in location() function
|
D | manifest_test.cc | 105 extensions::Manifest::Location location, in LoadExtension() 117 extensions::Manifest::Location location, in LoadAndExpectSuccess() 129 extensions::Manifest::Location location, in LoadAndExpectSuccess() 137 extensions::Manifest::Location location, in LoadAndExpectWarning() 152 extensions::Manifest::Location location, in LoadAndExpectWarning() 173 extensions::Manifest::Location location, in LoadAndExpectError() 185 extensions::Manifest::Location location, in LoadAndExpectError() 200 extensions::Manifest::Location location, in Testcase() 222 extensions::Manifest::Location location, in Testcase()
|
/external/stlport/test/unit/ |
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() local 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); in lwrbnd1() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2() local
|
D | search_test.cpp | 45 int* location; in search0() local 61 IntVec::iterator location; in search1() local 79 …char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char cons… in search2() local
|
D | adj_test.cpp | 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); in adjfind0() local 59 IntVector::iterator location; in adjfind1() local 76 CStrVector::iterator location; in adjfind2() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLUniformLocation.cpp | 33 …lBeRawPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GLint location) in create() 38 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GLint location) in WebGLUniformLocation() 55 GLint WebGLUniformLocation::location() const in location() function in blink::WebGLUniformLocation
|
/external/chromium_org/sync/internal_api/public/util/ |
D | unrecoverable_error_info.cc | 14 const tracked_objects::Location& location, in UnrecoverableErrorInfo() 25 const tracked_objects::Location& location, in Reset() 36 const tracked_objects::Location& UnrecoverableErrorInfo::location() const { in location() function in syncer::UnrecoverableErrorInfo
|
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/ |
D | Scheduler.cpp | 26 …kAdapter(const Scheduler::IdleTask& idleTask, double allottedTimeMs, const TraceLocation& location) in MainThreadIdleTaskAdapter() 79 const Scheduler::Task& task, const TraceLocation& location, const char* traceName) in MainThreadPendingTaskRunner() 144 void Scheduler::scheduleIdleTask(const TraceLocation& location, const IdleTask& idleTask) in scheduleIdleTask() 150 void Scheduler::postHighPriorityTaskInternal(const TraceLocation& location, const Task& task, const… in postHighPriorityTaskInternal() 160 void Scheduler::postTask(const TraceLocation& location, const Task& task) in postTask() 165 void Scheduler::postInputTask(const TraceLocation& location, const Task& task) in postInputTask() 175 void Scheduler::postCompositorTask(const TraceLocation& location, const Task& task) in postCompositorTask() 180 void Scheduler::postIpcTask(const TraceLocation& location, const Task& task) in postIpcTask() 196 void Scheduler::postIdleTask(const TraceLocation& location, const IdleTask& idleTask) in postIdleTask()
|
/external/chromium_org/sync/api/ |
D | sync_error_unittest.cc | 26 tracked_objects::Location location = FROM_HERE; in TEST_F() local 39 tracked_objects::Location location = FROM_HERE; in TEST_F() local 53 tracked_objects::Location location = FROM_HERE; in TEST_F() local 77 tracked_objects::Location location = FROM_HERE; in TEST_F() local 105 tracked_objects::Location location = FROM_HERE; in TEST_F() local 132 tracked_objects::Location location = FROM_HERE; in TEST_F() local
|
D | sync_error.cc | 19 SyncError::SyncError(const tracked_objects::Location& location, in SyncError() 61 void SyncError::Reset(const tracked_objects::Location& location, in Reset() 68 void SyncError::Init(const tracked_objects::Location& location, in Init() 83 const tracked_objects::Location& SyncError::location() const { in location() function in syncer::SyncError
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | form_field_error.cc | 39 FormFieldError::Location LocationFromString(const std::string& location) { in LocationFromString() 53 FormFieldError::FormFieldError(ErrorType error_type, Location location) in FormFieldError() 142 std::string location; in CreateFormFieldError() local
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebSchedulerProxy.cpp | 42 TraceLocation location(webLocation.functionName(), webLocation.fileName()); in postInputTask() local 48 TraceLocation location(webLocation.functionName(), webLocation.fileName()); in postCompositorTask() local 54 TraceLocation location(webLocation.functionName(), webLocation.fileName()); in postIpcTask() local
|
/external/chromium_org/chrome/browser/mac/ |
D | mac_startup_profiler.cc | 22 void MacStartupProfiler::Profile(Location location) { in Profile() 44 const std::string MacStartupProfiler::HistogramName(Location location) { in HistogramName() 64 void MacStartupProfiler::RecordHistogram(Location location, in RecordHistogram()
|
/external/chromium_org/base/ |
D | tracked_objects_unittest.cc | 51 void TallyABirth(const Location& location, const std::string& thread_name) { in TallyABirth() 165 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 305 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 322 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 339 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 355 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 371 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 407 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 445 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local 478 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local [all …]
|
/external/chromium_org/content/test/gpu/page_sets/data/ |
D | maps_002_expectations.json | 4 "location": [ 140, 140 ], array 10 "location": [ 540, 45 ], array 16 "location": [ 210, 150 ], array 22 "location": [ 195, 160 ], array
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | Label.java | 38 @Nullable MethodLocation location; field in Label 43 Label(MethodLocation location) { in Label()
|
/external/bison/examples/calc++/ |
D | location.hh | 49 class location class 54 location (const position& b, const position& e) in location() function in yy::location 61 explicit location (const position& p = position ()) in location() function in yy::location 68 explicit location (std::string* f, in location() function in yy::location
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | InfoSink.cpp | 34 void TInfoSinkBase::location(int file, int line) { in location() function in TInfoSinkBase 45 void TInfoSinkBase::location(const TSourceLoc& loc) { in location() function in TInfoSinkBase
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 211 int clang_Location_isInSystemHeader(CXSourceLocation location) { in clang_Location_isInSystemHeader() 222 int clang_Location_isFromMainFile(CXSourceLocation location) { in clang_Location_isFromMainFile() 233 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation() 275 void clang_getPresumedLocation(CXSourceLocation location, in clang_getPresumedLocation() 307 void clang_getInstantiationLocation(CXSourceLocation location, in clang_getInstantiationLocation() 316 void clang_getSpellingLocation(CXSourceLocation location, in clang_getSpellingLocation() 354 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation()
|
/external/chromium_org/chrome/common/extensions/ |
D | extension_test_util.cc | 23 Manifest::Location location, in LoadManifestUnchecked() 47 Manifest::Location location, in LoadManifestUnchecked() 56 Manifest::Location location, in LoadManifest()
|