HomeSort by relevance Sort by last modified time
    Searched refs:eAction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test6.c 228 /* (eAction==1) -> write block out normally,
229 ** (eAction==2) -> do nothing,
230 ** (eAction==3) -> trash sectors.
232 int eAction = 0;
234 eAction = 2;
236 eAction = 1;
270 eAction = 3;
272 eAction = ((random&0x01)?2:1);
276 switch( eAction ){
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 233 MMC_PROPERTY_ACTION eAction;
    [all...]

Completed in 213 milliseconds