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

12 3 4

  /art/compiler/linker/
multi_oat_relative_patcher.cc 38 void MultiOatRelativePatcher::StartOatFile(uint32_t adjustment) {
39 DCHECK_ALIGNED(adjustment, kPageSize);
40 adjustment_ = adjustment;
multi_oat_relative_patcher.h 45 // adjustment for a new oat file to apply to all relative offsets that are
48 // The adjustment should be the global offset of the base from which relative
54 void StartOatFile(uint32_t adjustment);
67 // Wrapper around RelativePatcher::ReserveSpace(), doing offset adjustment.
77 // Wrapper around RelativePatcher::ReserveSpaceEnd(), doing offset adjustment.
85 // Wrapper around RelativePatcher::WriteThunks(), doing offset adjustment.
95 // Wrapper around RelativePatcher::PatchCall(), doing offset adjustment.
105 // Wrapper around RelativePatcher::PatchDexCacheReference(), doing offset adjustment.
  /art/runtime/
indenter.h 123 void IncreaseIndentation(size_t adjustment) {
124 indenter_.count_ += adjustment;
127 void DecreaseIndentation(size_t adjustment) {
128 DCHECK_GE(indenter_.count_, adjustment);
129 indenter_.count_ -= adjustment;
142 size_t adjustment = kIndentBy1Count)
144 adjustment_(adjustment) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 30 * adjustment = filtered_value - current_raw
39 * The adjustment vs. diff curve becomes flat very quick when diff increases.
44 * diff adjustment w/o motion correction adjustment w/ motion correction
71 * increasing the adjustment for each level. */
83 int adjustment = 0; local
98 adjustment = adj_val[0];
100 adjustment = adj_val[1];
102 adjustment = adj_val[2];
106 if ((sig[c] + adjustment) > 255
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ResizingTextView.java 149 * @return desired adjustment to top padding for resized text
156 * Set the desired adjustment to top padding for resized text.
158 * @param adjustment The adjustment to top padding, in pixels
160 public void setResizedPaddingAdjustmentTop(int adjustment) {
161 if (mResizedPaddingAdjustmentTop != adjustment) {
162 mResizedPaddingAdjustmentTop = adjustment;
168 * @return desired adjustment to bottom padding for resized text
175 * Set the desired adjustment to bottom padding for resized text.
177 * @param adjustment The adjustment to bottom padding, in pixel
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
split_i386_3.s 1 # split_i386_3.s: i386 specific, adjustment failure
split_i386_4.s 1 # split_i386_4.s: i386 specific, permitted adjustment failure
split_x32_3.s 1 # split_x32_3.s: x32 specific, adjustment failure
split_x32_4.s 1 # split_x32_4.s: x32 specific, permitted adjustment failure
split_x86_64_3.s 1 # split_x86_64_3.s: x86_64 specific, adjustment failure
split_x86_64_4.s 1 # split_x86_64_4.s: x86_64 specific, permitted adjustment failure
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
bug-1403.s 1 ;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
adj-brset.s 7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test
40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 293 float[] adjustment = mTempAdjustment; local
297 adjustment[0] = edges.left / scale;
299 adjustment[0] = (edges.right - getWidth()) / scale;
302 adjustment[1] = (float) Math.ceil(edges.top / scale);
304 adjustment[1] = (edges.bottom - getHeight()) / scale;
307 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
310 mInverseRotateMatrix.mapPoints(adjustment);
311 mCenterX += adjustment[0];
312 mCenterY += adjustment[1]
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 304 float[] adjustment = mTempAdjustment; local
308 adjustment[0] = edges.left / scale;
310 adjustment[0] = (edges.right - getWidth()) / scale;
313 adjustment[1] = (float) Math.ceil(edges.top / scale);
315 adjustment[1] = (edges.bottom - getHeight()) / scale;
318 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
321 mInverseRotateMatrix.mapPoints(adjustment);
322 mCenterX += adjustment[0];
323 mCenterY += adjustment[1]
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayBorderPanel.java 170 int adjustment = 0; local
179 adjustment = height - thickness;
191 return new Insets(dist + adjustment, dist, dist, dist);
419 // set adjustment
425 // Calculate adjustment for text
426 int adjustment = 0; local
429 adjustment = (ascent - thickness) / 2;
432 // The adjustment is there so that we always draw the
437 int y = thickness / 2 + adjustment;
439 int h = height - thickness - 1 - adjustment;
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationRankerService.java 137 * @return an adjustment or null to take no action, within 100ms.
139 abstract public Adjustment onNotificationEnqueued(StatusBarNotification sbn,
193 * @param adjustment the adjustment with an explanation
195 public final void adjustNotification(Adjustment adjustment) {
198 getNotificationInterface().applyAdjustmentFromRankerService(mWrapper, adjustment);
211 public final void adjustNotifications(List<Adjustment> adjustments) {
300 Adjustment adjustment = onNotificationEnqueued(sbn, importance, user) local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 166 int adjustment = dExp - actualExp - 1; local
167 RAPIDJSON_ASSERT(adjustment >= 0 && adjustment < 7);
168 v = v * kPow10[adjustment];
169 if (length + static_cast<unsigned>(adjustment)> 19u) // has more digits than decimal digits in 64-bit
221 else // adjustment
263 // Use approximation from StrtodDiyFp and make adjustment with BigInteger comparison
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 312 THREAD_LOCAL int adjustment = 0; local
360 adjustment = a;
377 adjustment = 0;
381 if (adjustment >= MAX_ADJUSTMENT)
383 adjustment++;
385 adjustment = 0;
389 clock_reg = tv.tv_usec*10 + adjustment;
394 adjustment += *num - 1;
395 last.tv_usec += adjustment / 10;
396 adjustment = adjustment % 10
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 64 CurveAdjustments adjustment; member in struct:ColorCurveParams
  /external/iptables/extensions/
libip6t_DNPT.c 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
libip6t_SNPT.c 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FindUsagesTest.java 86 int adjustment = 0; local
88 matches.add(matcher.start() - adjustment);
89 adjustment += USAGE_TAG.length();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 390 int adjustment = volumePercent % 10; local
391 if (adjustment < 5) {
392 volumePercent -= adjustment;
393 } else if (adjustment > 5) {
394 volumePercent += (10 - adjustment);
  /external/ceres-solver/scripts/
ceres-solver.spec 46 - Specialized solvers for bundle adjustment problems in computer vision
47 - Iterative linear solvers for general sparse and bundle adjustment problems

Completed in 2924 milliseconds

12 3 4