OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_arraySize
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.h
56
size_t
_arraySize
;
SkeletonSubsystemObject.cpp
61
_arraySize
= pInstanceConfigurableElement->getFootPrint() / _scalarSize;
95
for (size_t index = 0; index <
_arraySize
; index++) {
111
for (size_t index = 0; index <
_arraySize
; index++) {
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.h
57
size_t
_arraySize
;
TESTSubsystemObject.cpp
53
_arraySize
= pInstanceConfigurableElement->getFootPrint() / _scalarSize;
99
for (size_t index = 0; index <
_arraySize
; index++) {
128
for (size_t index = 0; index <
_arraySize
; index++) {
/external/deqp/external/openglcts/modules/gles31/
es31cExplicitUniformLocationTest.cpp
267
UniformType(GLenum _enumType, int
_arraySize
= 0)
268
: enumType(_enumType), arraySize(
_arraySize
), isArray(
_arraySize
> 0), signedType(true)
288
UniformType(UniformStructCounter& structCounter, std::vector<UniformType> _childTypes, int
_arraySize
= 0)
289
: enumType(0), arraySize(
_arraySize
), childTypes(_childTypes), isArray(
_arraySize
> 0), signedType(true)
801
int
_arraySize
= 0, DefOccurence _defOccurence = DefOccurence::ALL_SH, bool _used = true)
804
, arraySize(
_arraySize
)
[
all
...]
Completed in 590 milliseconds