HomeSort by relevance Sort by last modified time
    Searched defs:Adjustment (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/service/notification/
Adjustment.java 30 public final class Adjustment implements Parcelable {
43 * Create a notification adjustment.
49 * @param explanation A human-readable justification for the adjustment.
55 public Adjustment(String pkg, String key, int importance, Bundle signals,
66 protected Adjustment(Parcel in) {
88 public static final Creator<Adjustment> CREATOR = new Creator<Adjustment>() {
90 public Adjustment createFromParcel(Parcel in) {
91 return new Adjustment(in);
95 public Adjustment[] newArray(int size)
    [all...]
  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h 26 class Adjustment : public UMemory {
29 inline Adjustment();
30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
31 inline ~Adjustment();
97 Adjustment *fAdjustments;
140 inline GlyphPositionAdjustments::Adjustment::Adjustment()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment(
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 229 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment) {
235 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
237 // Don't forget to negate the adjustment if it's being subtracted.
241 Adjustment = -Adjustment;
259 // The adjustment is "constant1" in the above expression. It's used to
263 // the subclasses of SimpleConstraintManager to handle the adjustment.
265 llvm::APSInt Adjustment = WraparoundType.getZeroValue();
266 computeAdjustment(Sym, Adjustment);
    [all...]
  /external/llvm/include/llvm/Support/
ARMWinEH.h 81 /// indicate the number of words' of adjustment (1-4), minus 1
83 /// indicates if the prologue combined adjustment into push
85 /// indicates if the epilogue combined adjustment into pop
185 /// prologue has stack adjustment combined into the push
190 /// epilogue has stack adjustment combined into the pop
194 /// StackAdjustment - calculated stack adjustment in words. The stack
195 /// adjustment should be determined via this function to account for the special
198 uint16_t Adjustment = RF.StackAdjust();
199 if (Adjustment >= 0x3f4)
200 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0
    [all...]
Allocator.h 214 size_t Adjustment = alignmentAdjustment(CurPtr, Alignment);
215 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow");
218 if (Adjustment + Size <= size_t(End - CurPtr)) {
219 char *AlignedPtr = CurPtr + Adjustment;
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 392 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
395 /* frame separation adjustment ( down) */
654 int Adjustment;
655 /* Make rate adjustment to recover bits spent in key frame
661 Adjustment = (cpi->kf_bitrate_adjustment <= cpi->kf_overspend_bits) ? cpi->kf_bitrate_adjustment : cpi->kf_overspend_bits;
663 if (Adjustment > (cpi->per_frame_bandwidth - min_frame_target))
664 Adjustment = (cpi->per_frame_bandwidth - min_frame_target);
666 cpi->kf_overspend_bits -= Adjustment;
672 cpi->this_frame_target = cpi->per_frame_bandwidth - Adjustment;
680 /* If appropriate make an adjustment to recover bits spent on
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
393 /* frame separation adjustment ( down) */
652 int Adjustment;
653 /* Make rate adjustment to recover bits spent in key frame
659 Adjustment = (cpi->kf_bitrate_adjustment <= cpi->kf_overspend_bits) ? cpi->kf_bitrate_adjustment : cpi->kf_overspend_bits;
661 if (Adjustment > (cpi->per_frame_bandwidth - min_frame_target))
662 Adjustment = (cpi->per_frame_bandwidth - min_frame_target);
664 cpi->kf_overspend_bits -= Adjustment;
670 cpi->this_frame_target = cpi->per_frame_bandwidth - Adjustment;
678 /* If appropriate make an adjustment to recover bits spent on
    [all...]
onyx_if.c     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 288 // No adjustment needed.
311 // No adjustment needed.
828 /// (Used for computing 'this' pointer adjustment thunks.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 354 // as that will cause the lifetime adjustment to be lost for ARC
427 SubobjectAdjustment &Adjustment = Adjustments[I-1];
428 switch (Adjustment.Kind) {
431 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass,
432 Adjustment.DerivedToBase.BasePath->path_begin(),
433 Adjustment.DerivedToBase.BasePath->path_end(),
440 LV = EmitLValueForField(LV, Adjustment.Field);
448 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS);
450 Adjustment.Ptr.MPT);
    [all...]
MicrosoftCXXABI.cpp 560 /// \brief Shared code for virtual base adjustment. Returns the offset from
584 /// \brief Performs a full virtual base adjustment. Used to dereference
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 237 LONG Adjustment;
248 LONG Adjustment;
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 381 milliseconds