OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moduleIndex
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
CameraActivity.java
[
all
...]
/external/chromium_org/third_party/codesighs/
maptsvdifftool.c
439
unsigned
moduleIndex
= 0;
450
for(
moduleIndex
= 0;
moduleIndex
< moduleCount;
moduleIndex
++)
452
if(0 == strcmp(modules[
moduleIndex
].mModule, module))
458
if(
moduleIndex
== moduleCount)
467
memset(modules +
moduleIndex
, 0, sizeof(ModuleStats));
469
modules[
moduleIndex
].mModule = strdup(module);
470
if(NULL == modules[
moduleIndex
].mModule)
486
theModule = (modules +
moduleIndex
);
[
all
...]
Completed in 126 milliseconds