OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectNum
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java
27
int
ObjectNum
= 1;
64
Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
65
Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
71
int[] tmpArray = new int[
ObjectNum
];
74
for(int i = 0; i <
ObjectNum
; i++)
80
Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
81
Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
88
int[] tmpArray = new int[
ObjectNum
];
91
for(int i = 0; i <
ObjectNum
; i++)
96
Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
[
all
...]
IsObjectTest.java
28
int
ObjectNum
= 1;
65
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
71
int[] tmpArray = new int[
ObjectNum
];
85
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
92
int[] tmpArray = new int[
ObjectNum
];
109
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
116
int[] tmpArray = new int[
ObjectNum
];
132
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
139
int[] tmpArray = new int[
ObjectNum
];
154
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
[
all
...]
SetObjectTest.java
27
int
ObjectNum
= 1;
64
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
70
int[] tmpArray = new int[
ObjectNum
];
84
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
91
int[] tmpArray = new int[
ObjectNum
];
107
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
114
int[] tmpArray = new int[
ObjectNum
];
129
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
136
int[] tmpArray = new int[
ObjectNum
];
151
mOut = Allocation.createSized(mRS, Element.I32(mRS),
ObjectNum
);
[
all
...]
/cts/tests/tests/rscpp/librscpptest/
rs_jni_object.cpp
34
#define
ObjectNum
1
50
sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS),
ObjectNum
);
54
int tmpArray[
ObjectNum
];
57
for(int i = 0; i <
ObjectNum
; i++) {
78
sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS),
ObjectNum
);
82
int tmpArray[
ObjectNum
];
85
for(int i = 0; i <
ObjectNum
; i++) {
105
sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS),
ObjectNum
);
106
sp<Allocation> mIn = Allocation::createSized(mRS, Element::I32(mRS),
ObjectNum
);
111
int tmpArray[
ObjectNum
];
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h
[
all
...]
Completed in 253 milliseconds