Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/external/webkit/Source/JavaScriptCore/assembler/
DCodeLocation.h69 CodeLocationCommon(MacroAssemblerCodePtr location) in CodeLocationCommon()
78 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) in CodeLocationInstruction()
80 explicit CodeLocationInstruction(void* location) in CodeLocationInstruction()
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location) in CodeLocationLabel()
89 explicit CodeLocationLabel(void* location) in CodeLocationLabel()
96 explicit CodeLocationJump(MacroAssemblerCodePtr location) in CodeLocationJump()
98 explicit CodeLocationJump(void* location) in CodeLocationJump()
105 explicit CodeLocationCall(MacroAssemblerCodePtr location) in CodeLocationCall()
107 explicit CodeLocationCall(void* location) in CodeLocationCall()
114 explicit CodeLocationNearCall(MacroAssemblerCodePtr location) in CodeLocationNearCall()
[all …]
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
DReturnsSmartNulls.java49 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/webkit/Source/WebCore/html/canvas/
DWebGLUniformLocation.cpp35 …sRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) in create()
40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location) in WebGLUniformLocation()
57 GC3Dint WebGLUniformLocation::location() const in location() function in WebCore::WebGLUniformLocation
/external/stlport/test/unit/
Dbound_test.cpp46 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
Dsearch_test.cpp45 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
Dadj_test.cpp46 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
Dfind_test.cpp42 int *location = find((int*)numbers, (int*)numbers + 10, 25); in find0() local
69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() local
78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); in findif0() local
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DCompoundCollisionShape.java67 public void addChildShape(CollisionShape shape, Vector3f location) { in addChildShape()
80 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape()
92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect()
132 …private native long addChildShape(long objectId, long childId, Vector3f location, Matrix3f rotatio… in addChildShape()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.cpp257 for (unsigned int location = 0; location < numUniforms; location++) in getUniformLocation() local
269 bool Program::setUniform1fv(GLint location, GLsizei count, const GLfloat* v) in setUniform1fv()
326 bool Program::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) in setUniform2fv()
384 bool Program::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) in setUniform3fv()
441 bool Program::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) in setUniform4fv()
498 bool Program::setUniformMatrix2fv(GLint location, GLsizei count, const GLfloat *value) in setUniformMatrix2fv()
526 bool Program::setUniformMatrix3fv(GLint location, GLsizei count, const GLfloat *value) in setUniformMatrix3fv()
554 bool Program::setUniformMatrix4fv(GLint location, GLsizei count, const GLfloat *value) in setUniformMatrix4fv()
582 bool Program::setUniform1iv(GLint location, GLsizei count, const GLint *v) in setUniform1iv()
641 bool Program::setUniform2iv(GLint location, GLsizei count, const GLint *v) in setUniform2iv()
[all …]
/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.h55 …bool checkingRangeMatches(int location, int length) const { return location == checkingStart() && … in checkingRangeMatches()
56 …bool isCheckingRangeCoveredBy(int location, int length) const { return location <= checkingStart()… in isCheckingRangeCoveredBy()
57 …bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && loca… in checkingRangeCovers()
/external/bison/examples/calc++/
Dlocation.hh49 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/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DCompoundCollisionShape.java69 public void addChildShape(CollisionShape shape, Vector3f location) { in addChildShape()
81 public void addChildShape(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShape()
92 private void addChildShapeDirect(CollisionShape shape, Vector3f location, Matrix3f rotation) { in addChildShapeDirect()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/
DChildCollisionShape.java20 public Vector3f location; field in ChildCollisionShape
27 public ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape) { in ChildCollisionShape()
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShaderVariable.java43 protected int location = -2; field in ShaderVariable
67 public void setLocation(int location){ in setLocation()
/external/jmonkeyengine/engine/src/bullet-native/
DjmeMotionState.cpp60 void jmeMotionState::setKinematicLocation(JNIEnv* env, jobject location) { in setKinematicLocation()
75 bool jmeMotionState::applyTransform(JNIEnv* env, jobject location, jobject rotation) { in applyTransform()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebGrammarDetail.cpp35 PassRefPtr<WebGrammarDetail> WebGrammarDetail::create(int location, int length, ImmutableArray* gue… in create()
45 WebGrammarDetail::WebGrammarDetail(int location, int length, ImmutableArray* guesses, const String&… in WebGrammarDetail()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DPluginFlyoutPreferences.java47 public void initializeDefaults(int location, int state, int width) { in initializeDefaults()
70 public void setDockLocation(int location) { in setDockLocation()
/external/webkit/Source/WebCore/platform/text/
DTextCheckerClient.h42 int location; member
50 int location; member
/external/skia/src/core/
DSkTLList.h89 T* addBefore(const T& t, const Iter& location) { in addBefore()
95 T* addAfter(const T& t, const Iter& location) { in addAfter()
326 void* internalAddBefore(Iter location) { in internalAddBefore()
334 void* internalAddAfter(Iter location) { in internalAddAfter()
353 const typename SkTLList<T>::Iter& location) { in new()
373 #define SkNEW_INSERT_IN_LLIST_BEFORE(list, location, type_name, args) \ argument
376 #define SkNEW_INSERT_IN_LLIST_AFTER(list, location, type_name, args) \ argument
/external/v8/src/
Dhandles.h46 INLINE(explicit Handle(T** location)) { location_ = location; } in INLINE()
75 T** location() const { in location() function
Dpreparser.cc300 i::Scanner::Location location = scanner_->location(); in ParseFunctionDeclaration() local
396 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations() local
404 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations() local
421 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations() local
430 i::Scanner::Location location = scanner_->peek_location(); in ParseVariableDeclarations() local
575 i::Scanner::Location location = scanner_->location(); in ParseWithStatement() local
1114 i::Scanner::Location location = scanner_->location(); in ParsePrimaryExpression() local
1124 i::Scanner::Location location = scanner_->location(); in ParsePrimaryExpression() local
1535 i::Scanner::Location location = scanner_->location(); in ParseIdentifier() local
1543 i::Scanner::Location location = scanner_->location(); in ParseIdentifier() local
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DListener.java40 private Vector3f location; field in Listener
97 public void setLocation(Vector3f location) { in setLocation()
/external/v8/test/mjsunit/
Ddebug-sourceinfo.js108 var location = script.locationFromPosition(p); variable
266 var location; variable
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_impl.cc232 const tracked_objects::Location& location) { in TypeStartCallback()
343 const tracked_objects::Location& location) { in FinishStopAndNotify()
356 const tracked_objects::Location& location) { in NotifyDone()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk_unittest.cc69 RunInfo RunInfoForAttrType(guint location, in RunInfoForAttrType()
131 guint RunLengthForAttrType(guint location, in RunLengthForAttrType()
140 gboolean RunHasAttribute(guint location, in RunHasAttribute()
150 gboolean RunHasColor(guint location, in RunHasColor()
167 gboolean RunHasWeight(guint location, in RunHasWeight()

12345678910>>...16