/hardware/libhardware/include/hardware/ |
power.h | 96 * may result in adjustment of power/performance parameters of the
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 303 float adjustment = (mImageRect.width() - r.width()) / 2F; local 304 dx = adjustment; 310 float adjustment = (mImageRect.height() - r.height()) / 2F; local 311 dy = adjustment;
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11Windowing.cpp | 59 * window again with an adjustment.
|
/system/core/toolbox/ |
renice.c | 105 // do realtime priority adjustment
|
/build/core/combo/include/arch/darwin-x86/ |
AndroidConfig.h | 59 * Process out-of-memory adjustment. Set if running on Linux, 61 * badness adjustment.
|
/build/core/combo/include/arch/freebsd-x86/ |
AndroidConfig.h | 64 * Process out-of-memory adjustment. Set if running on Linux, 66 * badness adjustment.
|
/build/core/combo/include/arch/linux-arm/ |
AndroidConfig.h | 72 * Process out-of-memory adjustment. Set if running on Linux, 74 * badness adjustment.
|
/build/core/combo/include/arch/linux-mips/ |
AndroidConfig.h | 72 * Process out-of-memory adjustment. Set if running on Linux, 74 * badness adjustment.
|
/build/core/combo/include/arch/linux-ppc/ |
AndroidConfig.h | 59 * Process out-of-memory adjustment. Set if running on Linux, 61 * badness adjustment.
|
/build/core/combo/include/arch/linux-x86/ |
AndroidConfig.h | 59 * Process out-of-memory adjustment. Set if running on Linux, 61 * badness adjustment.
|
/build/core/combo/include/arch/target_linux-x86/ |
AndroidConfig.h | 58 * Process out-of-memory adjustment. Set if running on Linux, 60 * badness adjustment.
|
/build/core/combo/include/arch/windows/ |
AndroidConfig.h | 68 * Process out-of-memory adjustment. Set if running on Linux, 70 * badness adjustment.
|
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner.h | 40 // Visibility Based Preconditioning for Bundle Adjustment 70 // Structure from Motion/Bundle Adjustment problems. The name
|
/external/compiler-rt/lib/ |
divdf3.c | 66 // include the necessary exponent adjustment. 118 // of the Newton-Raphson step is truncating at every step, this adjustment
|
/external/libvpx/libvpx/vpx/src/ |
vpx_image.c | 250 /* Note: In the calculation pointer adjustment calculation, we want the 252 * standard indicates that if the adjustment parameter is unsigned, the
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 672 int adjustment = roundedTrueCrop.left - local 674 roundedTrueCrop.left -= adjustment; 675 roundedTrueCrop.right -= adjustment; 683 int adjustment = roundedTrueCrop.top - local 685 roundedTrueCrop.top -= adjustment; 686 roundedTrueCrop.bottom -= adjustment; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperCropActivity.java | 670 int adjustment = roundedTrueCrop.left - local 672 roundedTrueCrop.left -= adjustment; 673 roundedTrueCrop.right -= adjustment; 681 int adjustment = roundedTrueCrop.top - local 683 roundedTrueCrop.top -= adjustment; 684 roundedTrueCrop.bottom -= adjustment; [all...] |
/external/ceres-solver/docs/source/ |
tutorial.rst | 541 Bundle Adjustment 545 scale bundle adjustment problems [HartleyZisserman]_, [Triggs]_. 548 the goal of bundle adjustment is to find 3D point positions and camera 554 for solving bundle adjustment problems. 630 Given this functor, the bundle adjustment problem can be constructed 649 Notice that the problem construction for bundle adjustment is very 657 a reasonable thing to do, bundle adjustment problems have a special 672 For a more sophisticated bundle adjustment example which demonstrates 695 adjustment problems. 715 is the bundle adjustment algorithm used by `Blender <www.blender.org>`_/libmv [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ 53 yPlacement = 0x0002, /* Includes vertical adjustment for placement */ 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */ 55 yAdvance = 0x0008, /* Includes vertical adjustment for advance */ 68 SHORT xPlacement; /* Horizontal adjustment for 70 SHORT yPlacement; /* Vertical adjustment for 72 SHORT xAdvance; /* Horizontal adjustment for 75 SHORT yAdvance; /* Vertical adjustment for advance--in 910 /* Main-direction adjustment */ 945 /* Cross-direction adjustment */ [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 251 /// - the this-adjustment is (memptr.adj) 256 /// - the this-adjustment is (memptr.adj >> 1) 291 // Compute the true adjustment. 296 // Apply the adjustment and cast back to the original struct type 315 // In the virtual path, the adjustment left 'This' pointing to the 380 /// Obligatory offset/adjustment diagram: 381 /// <-- offset --> <-- adjustment --> 386 /// we add the offset to the adjustment because the address point has 388 /// we subtract the offset from the adjustment because the address point 437 // The this-adjustment is left-shifted by 1 on ARM [all...] |
CGVTables.cpp | 71 // Perform the non-virtual adjustment for a base-to-derived cast. 79 // Perform the virtual adjustment. 90 // Load the adjustment offset from the vtable. 98 // Perform the non-virtual adjustment for a derived-to-base cast. 166 // Emit the return adjustment. 216 // do a this adjustment, then a sibcall. [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ 53 yPlacement = 0x0002, /* Includes vertical adjustment for placement */ 54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */ 55 yAdvance = 0x0008, /* Includes vertical adjustment for advance */ 68 SHORT xPlacement; /* Horizontal adjustment for 70 SHORT yPlacement; /* Vertical adjustment for 72 SHORT xAdvance; /* Horizontal adjustment for 75 SHORT yAdvance; /* Vertical adjustment for advance--in 905 /* Main-direction adjustment */ 940 /* Cross-direction adjustment */ [all...] |
/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/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
utilities.js | 340 var adjustment, expectation; variable 342 adjustment = adjustments[start + i]; 349 expectations.push([adjustment[0], '', adjustment[0]]); 351 expectations[expectations.length - i - 2][0] = adjustment[0];
|
/external/chromium_org/third_party/icu/source/i18n/ |
zrule.h | 118 * standard time and the amount of daylight saving offset adjustment. 122 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
|