HomeSort by relevance Sort by last modified time
    Searched refs:Adjustment (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/service/notification/
Adjustment.aidl 19 parcelable Adjustment
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...]
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...]
  /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...]
GlyphPositionAdjustments.cpp 22 fAdjustments = (Adjustment *) new Adjustment[glyphCount];
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 69 const llvm::APSInt& Adjustment) = 0;
73 const llvm::APSInt& Adjustment) = 0;
77 const llvm::APSInt& Adjustment) = 0;
81 const llvm::APSInt& Adjustment) = 0;
85 const llvm::APSInt& Adjustment) = 0;
89 const llvm::APSInt& Adjustment) = 0;
94 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
98 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
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...]
RangeConstraintManager.cpp 302 const llvm::APSInt& Adjustment) override;
306 const llvm::APSInt& Adjustment) override;
310 const llvm::APSInt& Adjustment) override;
314 const llvm::APSInt& Adjustment) override;
318 const llvm::APSInt& Adjustment) override;
322 const llvm::APSInt& Adjustment) override;
326 const llvm::APSInt &To, const llvm::APSInt &Adjustment) override;
330 const llvm::APSInt &To, const llvm::APSInt &Adjustment) override;
346 const llvm::APSInt &Adjustment);
349 const llvm::APSInt &Adjustment);
    [all...]
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java 23 import android.service.notification.Adjustment;
52 public Adjustment onNotificationEnqueued(StatusBarNotification sbn, int importance,
168 signals.putBoolean(Adjustment.NEEDS_AUTOGROUPING_KEY, true);
169 signals.putString(Adjustment.GROUP_KEY_OVERRIDE_KEY, AUTOBUNDLE_KEY);
171 signals.putBoolean(Adjustment.NEEDS_AUTOGROUPING_KEY, false);
173 Adjustment adjustment = new Adjustment(packageName, key, IMPORTANCE_UNSPECIFIED, signals, local
181 adjustNotification(adjustment);
183 Slog.e(TAG, "Adjustment failed", e)
    [all...]
  /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...]
  /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;
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 28 import android.service.notification.Adjustment;
84 void applyAdjustmentFromRankerService(in INotificationListener token, in Adjustment adjustment);
85 void applyAdjustmentsFromRankerService(in INotificationListener token, in List<Adjustment> adjustments);
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
VTableBuilder.cpp 288 // No adjustment needed.
311 // No adjustment needed.
828 /// (Used for computing 'this' pointer adjustment thunks.
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 392 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) {
393 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, "");
MCStreamer.h 660 virtual void EmitCFIAdjustCfaOffset(int64_t Adjustment);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 103 import android.service.notification.Adjustment;
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 214 void EmitCFIAdjustCfaOffset(int64_t Adjustment) override;
    [all...]
MCStreamer.cpp 276 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) {
279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
  /external/clang/lib/CodeGen/
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...]
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...]
  /external/autotest/client/virt/
virt_step_editor.py 216 self.spin_sleep = gtk.SpinButton(gtk.Adjustment(0, 0, 50000, 1, 10, 0),
249 self.spin_barrier_timeout = gtk.SpinButton(gtk.Adjustment(0, 0, 50000,
311 self.spin_sensitivity = gtk.SpinButton(gtk.Adjustment(1, 1, 100, 1, 10,
321 self.spin_latency = gtk.SpinButton(gtk.Adjustment(10, 1, 500, 1, 10, 0),
    [all...]

Completed in 2483 milliseconds

1 2