HomeSort by relevance Sort by last modified time
    Searched refs:setRef (Results 1 - 25 of 37) sorted by null

1 2

  /external/collada/include/1.4/dom/
domCg_connect_param.h 37 void setRef( domCg_identifier atRef ) { attrRef = atRef; }
74 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domCg_setparam_simple.h 39 void setRef( domCg_identifier atRef ) { attrRef = atRef; }
91 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domGlsl_setparam_simple.h 39 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; }
91 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domCg_setparam.h 61 void setRef( domCg_identifier atRef ) { attrRef = atRef; }
140 void setRef( domCg_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domGlsl_setparam.h 56 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; }
135 void setRef( domGlsl_identifier atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domFx_surface_init_cube_common.h 54 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
189 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
262 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domFx_surface_init_volume_common.h 54 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
118 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domInstance_effect.h 94 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[2] = true; }
154 void setRef( xsToken atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
domFx_surface_init_planar_common.h 57 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
domCommon_float_or_param_type.h 117 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
domCommon_color_or_texture_type.h 123 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
domProfile_GLES.h 80 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
    [all...]
domProfile_CG.h 387 void setRef( xsNCName atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
    [all...]
domProfile_GLSL.h 388 void setRef( xsString atRef ) { *(daeStringRef*)&attrRef = atRef; _validAttributeArray[0] = true; }
    [all...]
  /external/icu4c/common/
rbbisetb.cpp 446 RBBINode *setRef = usetNode->fParent;
447 if (setRef != NULL) {
448 RBBINode *varRef = setRef->fParent;
486 RBBINode *setRef = usetNode->fParent;
487 if (setRef != NULL) {
488 RBBINode *varRef = setRef->fParent;
526 RBBINode *setRef;
537 setRef = usetNode->fParent;
538 if (setRef != NULL) {
539 varRef = setRef->fParent
    [all...]
rbbinode.cpp 112 case setRef:
208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
215 U_ASSERT(fType != setRef);
218 if (fLeftChild->fType==setRef) {
231 if (fRightChild->fType==setRef) {
277 "setRef",
rbbinode.h 28 setRef,
rbbistbl.cpp 86 if (exprNode->fType == RBBINode::setRef) {
rbbiscan.cpp 421 n = pushNewNode(RBBINode::setRef);
432 n = pushNewNode(RBBINode::setRef);
594 // An entry on the stack may be as small as a single setRef node,
657 // - Set fLeftChild of the caller's node (should be a setRef node)
    [all...]
rbbitblb.cpp 204 if (n->fType == RBBINode::setRef ||
    [all...]
  /libcore/luni/src/main/java/java/sql/
PreparedStatement.java 541 public void setRef(int parameterIndex, Ref theRef) throws SQLException;
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java     [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 209 public void setRef(int parameterIndex, Ref theRef) throws SQLException {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 447 public void setRef(int i, Ref x) throws SQLException {
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java     [all...]

Completed in 470 milliseconds

1 2