HomeSort by relevance Sort by last modified time
    Searched refs:ROUND (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /external/boringssl/src/crypto/chacha/asm/
chacha-armv8.pl 60 sub ROUND {
206 foreach (&ROUND(0, 4, 8,12)) { eval; }
207 foreach (&ROUND(0, 5,10,15)) { eval; }
453 my @thread3=&ROUND(0,4,8,12);
464 @thread3=&ROUND(0,5,10,15);
799 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
818 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
913 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15))
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 161 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
168 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
175 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
300 * insets, so that, on round watches with a "chin", the watch face is centered on the
SweepWatchFaceService.java 133 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
140 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
147 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
265 * insets, so that, on round watches with a "chin", the watch face is centered on the
ComplicationSimpleWatchFaceService.java 224 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
231 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
238 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
485 * insets, so that, on round watches with a "chin", the watch face is centered on the
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java 115 vertexPaint.setStrokeCap(Paint.Cap.ROUND);
  /external/libvncserver/common/
zywrletemplate.c 402 ( round pH[x] with pM[x] bit )
403 '&' operator isn't 'round' but is 'floor'.
428 y=f(x) = sign(x)*round( ((abs(x)/(2^7))^ r )* 2^(bo-1) )*2^(8-bo)
429 x=f-1(y) = sign(y)*round( ((abs(y)/(2^7))^(1/r))* 2^(bi-1) )*2^(8-bi)
555 #define ROUND(x) (((x)<0)?0:(((x)>255)?255:(x)))
583 G = ROUND(G); \
584 B = ROUND(B); \
585 R = ROUND(R); \
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
FreehandView.java 125 paint.setStrokeCap(Cap.ROUND);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 119 p.setStrokeCap(Paint.Cap.ROUND);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java 138 mShadowPaint.setStrokeCap(Paint.Cap.ROUND);
139 mShadowPaint.setStrokeJoin(Paint.Join.ROUND);
  /packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java 81 mLinePaint.setStrokeCap(Cap.ROUND);
82 mLinePaint.setStrokeJoin(Join.ROUND);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 306 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
313 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
320 mSecondAndHighlightPaint.setStrokeCap(Paint.Cap.ROUND);
523 * insets, so that, on round watches with a "chin", the watch face is centered on the
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 306 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
313 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
320 mSecondAndHighlightPaint.setStrokeCap(Paint.Cap.ROUND);
523 * insets, so that, on round watches with a "chin", the watch face is centered on the
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 43 #define ROUND(a) \
426 val_rat.denom = ROUND(1.0/p_3a_params->exp_time);
428 val_rat.num = ROUND(p_3a_params->exp_time);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 43 #define ROUND(a) \
419 val_rat.denom = ROUND(1.0/p_3a_params->exp_time);
421 val_rat.num = ROUND(p_3a_params->exp_time);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
MultiBoxTracker.java 106 boxPaint.setStrokeCap(Cap.ROUND);
107 boxPaint.setStrokeJoin(Join.ROUND);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 170 put("round", new DisplayModifier() {
173 paint.setStrokeCap(Paint.Cap.ROUND);
194 put("round", new DisplayModifier() {
197 paint.setStrokeJoin(Paint.Join.ROUND);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 74 paint.setStrokeCap(Paint.Cap.ROUND);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 95 paint.setStrokeCap(Paint.Cap.ROUND);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 82 OP11(ROUND)
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 146 #define ROUND(r) \
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 103 paint.setStrokeCap(Paint.Cap.ROUND);
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingView.java 210 paint.setStrokeCap(Paint.Cap.ROUND);
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
PreloadIconDrawable.java 116 mProgressPaint.setStrokeCap(Paint.Cap.ROUND);
286 mTrackAlpha = Math.round((1 - fraction) * MAX_PAINT_ALPHA);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlWheel.java 165 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND);
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 56 import static android.graphics.Paint.Cap.ROUND;
666 case ROUND:
683 mStrokeLineCap = ROUND;
697 case ROUND:
717 mStrokeLineJoin = Join.ROUND;
    [all...]

Completed in 501 milliseconds

12 3 4 5 6 7 8