/external/collada/include/1.4/dom/ |
D | domInputLocal.h | 63 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; } in setSource() function 68 void setSource( xsString atSource ) { attrSource = atSource; } in setSource() function 121 …void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray… in setSource() function 126 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[1] = true; } in setSource() function
|
D | domInputGlobal.h | 63 void setSource( const xsAnyURI &atSource ) { attrSource = atSource; } in setSource() function 68 void setSource( xsString atSource ) { attrSource = atSource; } in setSource() function 121 …void setSource( const xsAnyURI &atSource ) { attrSource = atSource; _validAttributeArray[1] = true… in setSource() function 126 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[1] = true; } in setSource() function
|
D | domInputLocalOffset.h | 86 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; } in setSource() function 91 void setSource( xsString atSource ) { attrSource = atSource; } in setSource() function 166 …void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray… in setSource() function 171 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[2] = true; } in setSource() function
|
D | domChannel.h | 57 …void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray… in setSource() function 62 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[0] = true; } in setSource() function
|
D | domAccessor.h | 97 …void setSource( const xsAnyURI &atSource ) { attrSource = atSource; _validAttributeArray[2] = true… in setSource() function 102 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[2] = true; } in setSource() function
|
D | domGles_texcombiner_argumentAlpha_type.h | 36 void setSource( domGles_texcombiner_source_enums atSource ) { attrSource = atSource; } in setSource() function 95 …void setSource( domGles_texcombiner_source_enums atSource ) { attrSource = atSource; _validAttribu… in setSource() function
|
D | domGles_texcombiner_argumentRGB_type.h | 36 void setSource( domGles_texcombiner_source_enums atSource ) { attrSource = atSource; } in setSource() function 95 …void setSource( domGles_texcombiner_source_enums atSource ) { attrSource = atSource; _validAttribu… in setSource() function
|
D | domCg_setuser_type.h | 81 void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource;} in setSource() function 190 …void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource; _validAttributeArray… in setSource() function
|
D | domMorph.h | 163 …void setSource( const xsAnyURI &atSource ) { attrSource = atSource; _validAttributeArray[1] = true… in setSource() function 168 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[1] = true; } in setSource() function
|
D | domSkin.h | 483 …void setSource( const xsAnyURI &atSource ) { attrSource = atSource; _validAttributeArray[0] = true… in setSource() function 488 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[0] = true; } in setSource() function
|
D | domCg_surface_type.h | 78 …void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource; _validAttributeArray… in setSource() function
|
D | domGlsl_surface_type.h | 78 …void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource; _validAttributeArray… in setSource() function
|
D | domProfile_GLSL.h | 307 …void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource; _validAttributeArray… in setSource() function
|
D | domProfile_CG.h | 303 …void setSource( xsNCName atSource ) { *(daeStringRef*)&attrSource = atSource; _validAttributeArray… in setSource() function
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLShader.h | 45 void setSource(const String& source) { m_source = source; } in setSource() function
|
/external/icu4c/common/unicode/ |
D | caniter.h | 117 void setSource(const UnicodeString &newSource, UErrorCode &status);
|
/external/icu4c/test/intltest/ |
D | canittst.cpp | 154 it.setSource(testStr, status); in TestBasic() 192 it.setSource(s, status); in characterTest()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Shader.h | 56 void setSource(GLsizei count, const char **string, const GLint *length);
|
D | Shader.cpp | 72 void Shader::setSource(GLsizei count, const char **string, const GLint *length) in setSource() function in gl::Shader
|
/external/icu4c/common/ |
D | caniter.cpp | 77 setSource(sourceStr, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 165 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() function in CanonicalIterator
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Nodes.cpp | 169 setSource(source); in finishParsing()
|
D | Nodes.h | 1442 void setSource(const SourceCode& source) { m_source = source; } in setSource() function
|
/external/llvm/include/llvm/ |
D | IntrinsicInst.h | 234 void setSource(Value *Ptr) { in setSource() function
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 505 view.setSource(QUrl("qrc:///resources/webviewbackgroundcolor.qml")); in backgroundColor()
|
/external/icu4c/i18n/ |
D | ucol_res.cpp | 1012 it.setSource(UnicodeString(stuff, src.parsedToken.charsLen), *status); in ucol_getTailoredSet()
|