Searched defs:location (Results 51 - 75 of 858) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dinput_events_type_converters.cc104 location_data->in_view_location = Point::From(located_event->location());
166 gfx::Point location; local
169 location = input->location_data->in_view_location.To<gfx::Point>();
207 location,
208 location,
217 location,
218 location,
229 location,
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.cc57 bool Widget_Dev::GetLocation(Rect* location) { argument
60 pp_resource(), &location->pp_rect()));
63 pp_resource(), &location->pp_rect()));
68 void Widget_Dev::SetLocation(const Rect& location) { argument
71 &location.pp_rect());
74 &location.pp_rect());
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_menu_thunk.cc32 const PP_Point* location,
38 return enter.SetResult(enter.object()->Show(location, selected_id,
31 Show(PP_Resource resource, const PP_Point* location, int32_t* selected_id, PP_CompletionCallback callback) argument
/external/chromium_org/sync/api/
H A Dsync_change.cc55 tracked_objects::Location SyncChange::location() const { function in class:syncer::SyncChange
H A Dsync_error_unittest.cc9 #include "base/location.h"
26 tracked_objects::Location location = FROM_HERE; local
29 SyncError error(location, SyncError::DATATYPE_ERROR, msg, type);
31 EXPECT_EQ(location.line_number(), error.location().line_number());
39 tracked_objects::Location location = FROM_HERE; local
42 SyncError error(location, SyncError::DATATYPE_POLICY_ERROR, msg, type);
44 EXPECT_EQ(location.line_number(), error.location().line_number());
53 tracked_objects::Location location local
77 tracked_objects::Location location = FROM_HERE; local
105 tracked_objects::Location location = FROM_HERE; local
132 tracked_objects::Location location = FROM_HERE; local
[all...]
/external/chromium_org/sync/syncable/
H A Dwrite_transaction_info.cc14 tracked_objects::Location location,
18 location_string(location.ToString()),
31 dict->SetString("location", location_string);
12 WriteTransactionInfo( int64 id, tracked_objects::Location location, WriterTag writer, ImmutableEntryKernelMutationMap mutations) argument
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveParser.h58 SourceLocation location; member in struct:pp::DirectiveParser::ConditionalBlock
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dlocation_test.cpp16 const pp::SourceLocation& location)
25 EXPECT_EQ(location.file, token.location.file);
26 EXPECT_EQ(location.line, token.location.line);
88 // The location of a token straddling two or more strings is that of the
118 EXPECT_EQ(0, token.location.file);
119 EXPECT_EQ(1, token.location.line);
123 EXPECT_EQ(0, token.location.file);
124 EXPECT_EQ(1, token.location
13 expectLocation(int count, const char* const string[], const int length[], const pp::SourceLocation& location) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniforms.h90 _mesa_Uniform1ui(GLint location, GLuint v0);
93 _mesa_Uniform2ui(GLint location, GLuint v0, GLuint v1);
96 _mesa_Uniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2);
99 _mesa_Uniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
102 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
105 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value);
108 _mesa_Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
111 _mesa_Uniform4uiv(GLint location, GLsizei count, const GLuint *value);
124 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
128 _mesa_UniformMatrix3x2fv(GLint location, GLsize
293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location, unsigned *offset) argument
[all...]
/external/chromium_org/tools/gn/
H A Dlabel_unittest.cc69 std::string location, name; local
/external/chromium_org/ui/accessibility/
H A Dax_node_data.h49 gfx::Rect location; member in struct:ui::AXNodeData
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc92 base::FilePath location; local
94 location = cmd->GetSwitchValuePath(switches::kOzoneDumpFile);
95 return new OzonePlatformTest(location);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, argument
/external/clang/test/PCH/
H A Dstmts.h78 void *location = &&start; local
81 location = &&done;
86 goto *location;
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h25 // This structure is used to describe the source location of a place where
42 __asan_global_source_location *location; // Source location of a global, member in struct:__asan_global
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDialogPropertyEditor.java50 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
53 if (location == null) {
/external/lldb/test/api/multithreaded/
H A Dtest_breakpoint_callback.cpp24 SBBreakpointLocation &location) {
21 BPCallback(void *baton, SBProcess &process, SBThread &thread, SBBreakpointLocation &location) argument
/external/mesa3d/src/mesa/main/
H A Duniforms.h90 _mesa_Uniform1ui(GLint location, GLuint v0);
93 _mesa_Uniform2ui(GLint location, GLuint v0, GLuint v1);
96 _mesa_Uniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2);
99 _mesa_Uniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
102 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
105 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value);
108 _mesa_Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
111 _mesa_Uniform4uiv(GLint location, GLsizei count, const GLuint *value);
124 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
128 _mesa_UniformMatrix3x2fv(GLint location, GLsize
293 _mesa_uniform_split_location_offset(GLint location, unsigned *base_location, unsigned *offset) argument
[all...]
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsSmartNulls.java49 final Location location = new LocationImpl();
50 return Mockito.mock(type, new ThrowsSmartNullPointer(invocation, location));
57 private final Location location; field in class:ReturnsSmartNulls.ThrowsSmartNullPointer
59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) { argument
61 this.location = location;
70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrnBox.java32 private String location; field in class:DataEntryUrnBox
44 return location;
48 return Utf8.utf8StringLengthInBytes(name) + 1 + Utf8.utf8StringLengthInBytes(location) + 1;
54 location = IsoTypeReader.readString(content);
62 byteBuffer.put(Utf8.convert(location));
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c168 int Mac_GL_LoadLibrary(_THIS, const char *location) argument
170 if (location == NULL)
172 location = "/System/Library/Frameworks/OpenGL.framework/OpenGL";
174 location = "OpenGLLibrary";
177 this->hidden->libraryHandle = SDL_LoadObject(location);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLocationTest.java3 import android.location.Location;
4 import android.location.LocationManager;
17 private Location location; field in class:LocationTest
21 location = new Location(LocationManager.GPS_PROVIDER);
22 location.setTime(1);
23 location.setLatitude(2);
24 location.setLongitude(3);
25 location.setAccuracy(4);
26 location.setBearing(0.5f);
27 location
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderInstruction.java45 @Nullable MethodLocation location; field in class:BuilderInstruction
64 if (location == null) {
65 throw new IllegalStateException("Cannot get the location of an instruction that hasn't been added to a " +
68 return location;
/external/stlport/test/unit/
H A Dbound_test.cpp46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; local
47 CPPUNIT_ASSERT(location==16);
56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); local
57 CPPUNIT_ASSERT(location==4);
67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); local
69 CPPUNIT_ASSERT((location - v1.begin())==12);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less); local
79 CPPUNIT_ASSERT((location - str) == 4);
H A Dsearch_test.cpp45 int* location; local
46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
47 CPPUNIT_ASSERT(location == v1 + 6);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
50 CPPUNIT_ASSERT(location != v2 + 6);
51 CPPUNIT_ASSERT(location - v2 == 3);
61 IntVec::iterator location; local
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
64 CPPUNIT_ASSERT(location == v1.end());
68 location
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal); local
[all...]

Completed in 477 milliseconds

1234567891011>>