OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saveIndex
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkAnimateActive.cpp
94
int
saveIndex
= fSaveRestore.count();
95
SkASSERT(fSaveInterpolators.count() ==
saveIndex
);
96
saveIndex
+= inner;
98
saveIndex
-= oldCount;
99
delete[] fSaveRestore[
saveIndex
];
100
fSaveRestore.remove(
saveIndex
);
101
delete[] fSaveInterpolators[
saveIndex
];
102
fSaveInterpolators.remove(
saveIndex
);
103
} while (
saveIndex
> 0);
119
int
saveIndex
= fSaveRestore.count()
[
all
...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c
718
int i,
saveIndex
;
732
saveIndex
= pWlanParams->tWlanParamsCoexActivityTable.numOfElements;
738
saveIndex
= i;
741
TRACE4(pTWD->hReport, REPORT_SEVERITY_INFORMATION , "TWD_SetDefaults: save coex Param %d in index %d, %d %d\n", iParam,
saveIndex
, pParmCoex[iParam].coexIp, pParmCoex[iParam].activityId);
743
pSaveCoex[
saveIndex
].coexIp = pParmCoex[iParam].coexIp;
744
pSaveCoex[
saveIndex
].activityId = pParmCoex[iParam].activityId;
745
pSaveCoex[
saveIndex
].defaultPriority = pParmCoex[iParam].defaultPriority;
746
pSaveCoex[
saveIndex
].raisedPriority = pParmCoex[iParam].raisedPriority;
747
pSaveCoex[
saveIndex
].minService = pParmCoex[iParam].minService;
748
pSaveCoex[
saveIndex
].maxService = pParmCoex[iParam].maxService
[
all
...]
/external/icu4c/layout/
IndicReordering.cpp
240
le_int32
saveIndex
= fGlyphStorage.getCharIndex(i+inv_count,success);
250
insertCharacter(piece,i+1+inv_count,
saveIndex
,saveAuxData);
264
le_int32 i,
saveIndex
;
269
saveIndex
= fGlyphStorage.getCharIndex(fromPosition,success);
288
fGlyphStorage.setCharIndex(toPosition,
saveIndex
,success);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 803 milliseconds