OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setVector
(Results
1 - 5
of
5
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java
57
public final void
setVector
(int index, Vector2 vector) {
59
mTouchPoints[index].
setVector
(vector);
InputXY.java
53
public final void
setVector
(Vector2 vector) {
/external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java
83
protected void
SetVector
(NodeVector v)
181
SetVector
((NodeVector) nodeVector);
459
SetVector
(new NodeVector());
465
SetVector
(null);
562
newCache.
setVector
(nv);
783
// A copy of the code of what
SetVector
() would do.
786
m_cache.
setVector
(v);
789
m_cache.
setVector
(v);
911
private void
setVector
(NodeVector nv) {
/external/clang/include/clang/AST/
APValue.h
130
MakeVector();
setVector
(E, N);
356
void
setVector
(const APValue *E, unsigned N) {
/external/clang/lib/AST/
APValue.cpp
139
setVector
(((const Vec *)(const char *)RHS.Data)->Elts,
Completed in 703 milliseconds