OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DAE_OK
(Results
1 - 12
of
12
) sorted by null
/external/collada/include/dae/
daeError.h
15
#define
DAE_OK
0
daeArray.h
84
* @return Returns
DAE_OK
if success, a negative value defined in daeError.h otherwise.
181
* @return Returns
DAE_OK
if success, a negative value defined in daeError.h otherwise.
195
return
DAE_OK
;
277
if (find(value,ret) !=
DAE_OK
)
294
* @return Returns
DAE_OK
if success, a negative value defined in daeError.h otherwise.
302
if(find(value,index) ==
DAE_OK
)
317
* @param index If the function returns
DAE_OK
, this is set to the index where the value appears in the array.
318
* @return Returns
DAE_OK
if no error or DAE_ERR_QUERY_NO_MATCH if the value was not found.
328
return
DAE_OK
;
341
if (find(value, i) ==
DAE_OK
)
[
all
...]
/external/collada/src/dae/
daeError.cpp
19
{
DAE_OK
, "Success" },
dae.cpp
111
return
DAE_OK
;
149
if (res !=
DAE_OK
) {
180
if (plugin->read(daeURI(*this, uri.c_str()), buffer) !=
DAE_OK
)
198
return plugin->write(daeURI(*this, uriToWriteTo.c_str()), doc, replace) ==
DAE_OK
;
212
if (save((daeUInt)i, true) !=
DAE_OK
)
225
return
DAE_OK
;
231
return openCommon(uri, docBuffer) ?
DAE_OK
: DAE_ERROR;
235
return writeCommon(uri, uri, replace) ?
DAE_OK
: DAE_ERROR;
244
return writeCommon(uri, uri, replace) ?
DAE_OK
: DAE_ERROR;
248
return writeCommon(docUri, uriToSaveTo, replace) ?
DAE_OK
: DAE_ERROR
[
all
...]
daeIOPluginCommon.cpp
36
return
DAE_OK
;
83
if (res!=
DAE_OK
)
122
if (res!=
DAE_OK
)
127
return
DAE_OK
;
daeMetaElementAttribute.cpp
158
if ( era->find( before, idx ) ==
DAE_OK
) {
164
if ( era->find( after, idx ) ==
DAE_OK
) {
205
if ( error !=
DAE_OK
) {
daeMetaElement.cpp
334
if ( contents->find( marker, index ) ==
DAE_OK
) {
381
if ( contents->find( marker, index ) ==
DAE_OK
) {
423
if ( contents->remove(child, &idx) ==
DAE_OK
) {
daeTinyXMLPlugin.cpp
148
return
DAE_OK
;
daeURI.cpp
657
return(
DAE_OK
);
daeAtomicType.cpp
632
if (_values->find(*((daeEnum*)src), index) ==
DAE_OK
)
/external/collada/src/modules/STLDatabase/
daeSTLDatabase.cpp
25
return
DAE_OK
;
89
return
DAE_OK
;
120
return
DAE_OK
;
126
return
DAE_OK
;
143
return
DAE_OK
;
219
return
DAE_OK
;
229
return
DAE_OK
;
289
return
DAE_OK
;
299
return
DAE_OK
;
329
return
DAE_OK
;
[
all
...]
/external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp
130
return
DAE_OK
;
346
return
DAE_OK
;
Completed in 49 milliseconds