Home
last modified time | relevance | path

Searched defs:last (Results 1 – 14 of 14) sorted by relevance

/development/tools/idegen/src/
DStopwatch.java22 long last = System.currentTimeMillis(); field in Stopwatch
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLFace.java51 int last = mVertexList.size() - 1; in setColor() local
77 int last = mVertexList.size() - 1; in putIndices() local
/development/tools/yuv420sp2rgb/
Ddebug.c9 int i, last; in dump_hex_buffer() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot()
62 long last=nr_elements-1; in db_LeanQuickSelect() local
Ddb_feature_detection.cpp706 int x,next_x,last,right; in db_HarrisStrength_f() local
729 int x,next_x,last; in db_HarrisStrength_u() local
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dsystem.h34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) _… argument
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java249 int last = 0; in recycleViewsOutOfBounds() local
DAnimatedRecyclerView.java385 int last = 0; in recycleViewsOutOfBounds() local
/development/perftests/panorama/feature_mos/src/mosaic/
DPyramid.cpp38 PyramidShort *curr, *last; in allocatePyramidPacked() local
DBlend.cpp1198 MosaicFrame *last = frames[frames_size-1]; in SelectRelevantFrames() local
1251 MosaicFrame *last = frames[frames_size-1]; in ComputeBlendParameters() local
DDelaunay.cpp590 int CDelaunay::constructList(EdgePointer last, int width, int height)
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.cpp659 int i = 0, last=0; in SetOutlierThreshold() local
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java486 double last = Math.nextUp(Math.floor(stop / interval) * interval); in computeAxisStops() local
/development/ndk/platforms/android-L/include/linux/
Dkvm.h326 __u32 first, last; member