/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 259 /// Provide necessary pointer adjustments for the two base classes.
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 67 /// Provide necessary pointer adjustments for the two base classes.
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.cpp | 67 /// Provide necessary pointer adjustments for the two base classes.
|
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.cpp | 67 /// Provide necessary pointer adjustments for the two base classes.
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.cpp | 386 // Complete all but one of the remaining Stack adjustments.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 285 * perform as fine adjustments.
|
/external/skia/src/gpu/effects/ |
GrDashingEffect.cpp | 245 // adjustments for start and end of bounding rect so we only draw dash intervals
|
/frameworks/base/core/java/android/app/ |
SearchDialog.java | 200 // Additional adjustments to make Dialog work for Search
|
/frameworks/base/core/java/android/view/ |
Display.java | 407 * @return The display adjustments holder, or null if none is required.
|
/frameworks/base/docs/html/about/versions/ |
android-3.1-highlights.jd | 75 from the Apps list. Adjustments in color, positioning, and text make UI elements
|
/frameworks/base/docs/html/auto/ |
overview.jd | 305 The platform provides the state (day or night) and makes adjustments automatically.</p>
|
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 272 because the system makes the appropriate adjustments to your UI layout and image
|
screens_support.jd | 194 generalized sizes and densities and let the system handle any final adjustments as necessary. Figure 323 cases, this works fine. In other cases, your UI might not look as good and might need adjustments 577 should never scale (perhaps because you perform some adjustments to the image yourself at [all...] |
/frameworks/base/docs/html/training/multiscreen/ |
screensizes.jd | 278 benefit from adjustments. In the News Reader sample app, here is how the layout
|
/frameworks/base/services/core/java/com/android/server/am/ |
ProcessList.java | 45 // OOM adjustments for processes in various states:
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 111 ; outer tap adjustments
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 290 * the Y, U, and V planes, nor other alignment adjustments that
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_mb_lpf_neon.asm | 427 ; outer tap adjustments: ++filter1 >> 1
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
ipa-prop.h | 536 adjustments about parameters that are being removed altogether so that SSA
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 479 # One alternative to profile-time calibration adjustments (i.e.,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 479 # One alternative to profile-time calibration adjustments (i.e.,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 544 // Make size adjustments to ensure that the arrow has enough width to be visible
|
/external/clang/lib/CodeGen/ |
CGExpr.cpp | 341 SmallVector<SubobjectAdjustment, 2> Adjustments; 342 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); 349 assert(Adjustments.empty()); 371 for (unsigned I = Adjustments.size(); I != 0; --I) { 372 SubobjectAdjustment &Adjustment = Adjustments[I-1]; [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
gregocal.cpp | 626 * After adjustments such as add(MONTH), add(YEAR), we don't want the 628 * 3, we want it to go to Feb 28. Adjustments which might run into this [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | 791 int count, int32_t adjustments[]) const { 805 adjustments[i] = delta.x; [all...] |