OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numTypes
(Results
1 - 20
of
20
) sorted by null
/external/clang/lib/Driver/
Types.cpp
32
static const unsigned
numTypes
= llvm::array_lengthof(TypeInfos);
35
assert(id > 0 && id - 1 <
numTypes
&& "Invalid Type ID.");
211
for (unsigned i=0; i<
numTypes
; ++i) {
/cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp
202
int
numTypes
= 27;
209
for (int i = 0; i <
numTypes
; i++) {
210
for (int j = 0; j <
numTypes
; j++) {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.cpp
551
int
numTypes
= mTypes.size();
553
for (i=0;i<
numTypes
;i++)
/external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
96
size_t
numTypes
= sizeof(types) / sizeof(*types);
105
for (unsigned int x = 0; x <
numTypes
; ++x) {
236
#undef
numTypes
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
484
uint32_t
numTypes
= 0;
486
auto error = hwcDisplay->validate(&
numTypes
, &numRequests);
495
changedTypes.reserve(
numTypes
);
HWC2.cpp
711
uint32_t
numTypes
= 0;
716
&
numTypes
, nullptr, &maxLuminance, &maxAverageLuminance,
723
std::vector<int32_t> types(
numTypes
);
724
intError = mDevice.mGetHdrCapabilities(mDevice.mHwcDevice, mId, &
numTypes
,
853
uint32_t
numTypes
= 0;
856
&
numTypes
, &numRequests);
862
*outNumTypes =
numTypes
;
[
all
...]
/frameworks/base/core/java/android/content/
IntentFilter.java
[
all
...]
/frameworks/support/transition/ics/android/support/transition/
TransitionPort.java
375
int
numTypes
= mTargetTypeExcludes.size();
376
for (int i = 0; i <
numTypes
; ++i) {
706
int
numTypes
= mTargetTypeExcludes.size();
707
for (int i = 0; i <
numTypes
; ++i) {
748
int
numTypes
= mTargetTypeChildExcludes.size();
749
for (int i = 0; i <
numTypes
; ++i) {
[
all
...]
/frameworks/base/core/java/android/transition/
Transition.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h
568
UINT32
numTypes
;
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 355 milliseconds