/external/webkit/Source/JavaScriptCore/assembler/ |
D | CodeLocation.h | 69 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/ |
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/webkit/Source/WebCore/html/canvas/ |
D | WebGLUniformLocation.cpp | 35 …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/ |
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
|
D | find_test.cpp | 42 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/ |
D | CompoundCollisionShape.java | 67 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/ |
D | Program.cpp | 257 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/ |
D | TextCheckingHelper.h | 55 …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++/ |
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/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | CompoundCollisionShape.java | 69 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/ |
D | ChildCollisionShape.java | 20 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/ |
D | ShaderVariable.java | 43 protected int location = -2; field in ShaderVariable 67 public void setLocation(int location){ in setLocation()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmeMotionState.cpp | 60 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/ |
D | WebGrammarDetail.cpp | 35 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/ |
D | PluginFlyoutPreferences.java | 47 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/ |
D | TextCheckerClient.h | 42 int location; member 50 int location; member
|
/external/skia/src/core/ |
D | SkTLList.h | 89 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/ |
D | handles.h | 46 INLINE(explicit Handle(T** location)) { location_ = location; } in INLINE() 75 T** location() const { in location() function
|
D | preparser.cc | 300 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/ |
D | Listener.java | 40 private Vector3f location; field in Listener 97 public void setLocation(Vector3f location) { in setLocation()
|
/external/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 108 var location = script.locationFromPosition(p); variable 266 var location; variable
|
/external/chromium/chrome/browser/sync/glue/ |
D | data_type_manager_impl.cc | 232 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/ |
D | autocomplete_popup_view_gtk_unittest.cc | 69 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()
|