OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profilecount
(Results
1 - 8
of
8
) sorted by null
/external/dng_sdk/source/
dng_negative.cpp
1236
uint32 dng_negative::
ProfileCount
() const
1248
DNG_ASSERT (index <
ProfileCount
(),
1266
uint32
profileCount
=
ProfileCount
();
1268
if (
profileCount
== 0)
1278
for (index = 0; index <
profileCount
; index++)
1300
for (index = 0; index <
profileCount
; index++)
1321
for (index = 0; index <
profileCount
; index++)
1352
for (index = 0; index <
profileCount
; index++)
1411
uint32 count =
ProfileCount
();
[
all
...]
dng_image_writer.cpp
[
all
...]
dng_negative.h
[
all
...]
/packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java
238
final int
profileCount
= profiles.size();
239
for (int i = 0; i <
profileCount
; ++i) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h
[
all
...]
/cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java
141
final int
profileCount
= profiles.size();
142
for (int i = 0; i <
profileCount
; i++) {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java
[
all
...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java
[
all
...]
Completed in 814 milliseconds