/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
D | SyncAdapter.java | 132 syncResult.stats.numParseExceptions++; in onPerformSync() 137 syncResult.stats.numIoExceptions++; in onPerformSync() 140 syncResult.stats.numAuthExceptions++; in onPerformSync() 143 syncResult.stats.numParseExceptions++; in onPerformSync() 146 syncResult.stats.numParseExceptions++; in onPerformSync()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncAdapter.java | 155 syncResult.stats.numParseExceptions++; in onPerformSync() 159 syncResult.stats.numIoExceptions++; in onPerformSync() 163 syncResult.stats.numParseExceptions++; in onPerformSync() 167 syncResult.stats.numParseExceptions++; in onPerformSync() 234 syncResult.stats.numEntries++; in updateLocalFeedData() 257 syncResult.stats.numUpdates++; in updateLocalFeedData() 267 syncResult.stats.numDeletes++; in updateLocalFeedData() 281 syncResult.stats.numInserts++; in updateLocalFeedData()
|
/development/ndk/platforms/android-3/include/linux/ |
D | if_ppp.h | 67 struct ppp_stats stats; member 72 struct ppp_comp_stats stats; member
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 368 static Stats stats; in Java_com_example_plasma_PlasmaView_renderPlasma() local 373 stats_init(&stats); in Java_com_example_plasma_PlasmaView_renderPlasma() 391 stats_startFrame(&stats); in Java_com_example_plasma_PlasmaView_renderPlasma() 398 stats_endFrame(&stats); in Java_com_example_plasma_PlasmaView_renderPlasma()
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 377 Stats stats; member 394 stats_startFrame(&engine->stats); in engine_draw_frame() 406 stats_endFrame(&engine->stats); in engine_draw_frame() 465 stats_init(&engine.stats); in android_main()
|
/development/ndk/platforms/android-21/include/linux/ |
D | ip_vs.h | 161 struct ip_vs_stats_user stats; member 176 struct ip_vs_stats_user stats; member
|
D | xfrm.h | 367 struct xfrm_stats stats; member
|
D | pkt_sched.h | 182 struct tc_sfqred_stats stats; member
|
/development/ndk/platforms/android-3/include/linux/sunrpc/ |
D | clnt.h | 79 struct rpc_stat * stats; member
|
/development/ndk/platforms/android-3/include/linux/nfsd/ |
D | xdr.h | 124 struct kstatfs stats; member
|
/development/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | ... .Cache cache
final com.squareup.picasso.Stats stats
final String key
final com.squareup.picasso ... |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | ImageCache.java | 672 final StatFs stats = new StatFs(path.getPath()); in getUsableSpace() local 673 return (long) stats.getBlockSize() * (long) stats.getAvailableBlocks(); in getUsableSpace()
|
/development/apps/Development/src/com/android/development/ |
D | Connectivity.java | 470 mLinkStatsResults = (TextView)findViewById(R.id.stats); in onCreate()
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |