OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profilescount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
WorkModeCondition.java
43
final int
profilesCount
= profiles.size();
45
for (int i = 0; i <
profilesCount
; i++) {
/external/opencv3/samples/cpp/
intelperc_capture.cpp
109
size_t
profilesCount
= (size_t)capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_INTELPERC_PROFILE_COUNT);
120
for (size_t i = 0; i <
profilesCount
; i++)
133
profilesCount
= (size_t)capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_PROFILE_COUNT);
141
for (size_t i = 0; i <
profilesCount
; i++)
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java
271
final int
profilesCount
= profiles.size();
272
final boolean addCategory =
profilesCount
> 1;
273
for (int i = 0; i <
profilesCount
; i++) {
281
final int
profilesCount
= mProfiles.size();
282
for (int i = 0; i <
profilesCount
; i++) {
700
final int
profilesCount
= profiles.size();
701
for (int i = 0; i <
profilesCount
; i++) {
Completed in 203 milliseconds