/external/valgrind/main/none/tests/s390x/ |
clc.c | 50 void sweep(int l) function 60 sweep(0); 61 sweep(1); 62 sweep(2); 63 sweep(3); 64 sweep(4); 65 sweep(5); 66 sweep(22);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
MatchedPropertiesCache.cpp | 58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep) 112 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*) function in class:WebCore::MatchedPropertiesCache
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieItem.java | 35 private float sweep; field in class:PieItem 115 sweep = sw; 129 return sweep;
|
PieMenu.java | 249 float sweep = (float) (Math.PI - 2 * emptyangle) / mCounts[level]; local 250 float angle = emptyangle + sweep / 2; 251 mPath = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, outer, inner, mCenter); 270 float itemstart = angle - sweep / 2; 271 item.setGeometry(itemstart, sweep, inner, outer); 272 angle += sweep;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
MatrixUtils.java | 71 private static void sweep(final int row, final float[][] squareMatrix0, method in class:MatrixUtils 114 sweep(i, squareMatrix, inverseMatrix, size); method
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathParser.cpp | 243 bool sweep; local 245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint)) 278 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep); 280 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
|
/packages/apps/Camera/src/com/android/camera/ |
PhotoController.java | 56 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local 57 addItem(CameraSettings.KEY_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep); 58 addItem(CameraSettings.KEY_EXPOSURE, 3 * FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep); 59 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 83 hdr.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO, sweep); [all...] |
VideoController.java | 57 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local 59 addItem(CameraSettings.KEY_VIDEOCAMERA_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep); 60 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 86 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO * 3, sweep);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PieItem.java | 41 private float sweep; field in class:PieItem 136 sweep = sw; 141 public void setFixedSlice(float center, float sweep) { 143 this.sweep = sweep; 159 return sweep;
|
PieRenderer.java | 290 float sweep = (float) (PIE_SWEEP - 2 * emptyangle) / items.size(); local 291 float angle = centerAngle - PIE_SWEEP / 2 + emptyangle + sweep / 2; 293 // first item we find triggers custom sweep for all 297 sweep = item.getSweep(); 301 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, 317 float itemstart = angle - sweep / 2; 318 item.setGeometry(itemstart, sweep, inner, outer); 323 angle += sweep;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartView.java | 128 protected void layoutSweep(ChartSweepView sweep) { 132 layoutSweep(sweep, parentRect, childRect); 133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); 136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { 137 final Rect sweepMargins = sweep.getMargins(); 139 // sweep is always placed along specific dimension 140 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) { 141 parentRect.top += sweepMargins.top + (int) sweep.getPoint(); 145 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(), 149 parentRect.left += sweepMargins.left + (int) sweep.getPoint() [all...] |
ChartSweepView.java | 42 * Sweep across a {@link ChartView} at a specific {@link ChartAxis} value, which 100 public void onSweep(ChartSweepView sweep, boolean sweepDone); 101 public void requestEdit(ChartSweepView sweep); 214 public void setSweepDrawable(Drawable sweep) { 220 if (sweep != null) { 221 sweep.setCallback(this); 222 if (sweep.isStateful()) { 223 sweep.setState(getDrawableState()); 225 sweep.setVisible(getVisibility() == VISIBLE, false); 226 mSweep = sweep; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Path.cpp | 293 float sweep = endAngle - startAngle; local 295 SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 354 * We trigger a full sweep when the estimate exceeds a threshold 928 sweep(); method 941 private void sweep() { method in class:LinkedTransferQueue [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|