HomeSort by relevance Sort by last modified time
    Searched full:tunable (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 65 private final HashMap<String, Set<Tunable>> mTunableLookup = new HashMap<>();
129 public void addTunable(Tunable tunable, String... keys) {
131 addTunable(tunable, key);
135 private void addTunable(Tunable tunable, String key) {
137 mTunableLookup.put(key, new ArraySet<Tunable>());
139 mTunableLookup.get(key).add(tunable);
147 tunable.onTuningChanged(key, value);
150 public void removeTunable(Tunable tunable)
    [all...]
TunerSwitch.java 11 import com.android.systemui.tuner.TunerService.Tunable;
13 public class TunerSwitch extends SwitchPreference implements Tunable {
StatusBarSwitch.java 29 import com.android.systemui.tuner.TunerService.Tunable;
33 public class StatusBarSwitch extends SwitchPreference implements Tunable {
BatteryPreference.java 29 public class BatteryPreference extends DropDownPreference implements TunerService.Tunable {
ClockPreference.java 24 public class ClockPreference extends DropDownPreference implements TunerService.Tunable {
  /external/selinux/secilc/docs/
cil_conditional_statements.md 116 tunable
125 (tunable tunable_id true|false)
136 <td align="left"><p><code>tunable</code></p></td>
137 <td align="left"><p>The <code>tunable</code> keyword.</p></td>
141 <td align="left"><p>The <code>tunable</code> identifier.</p></td>
145 <td align="left"><p>The initial state of the <code>tunable</code>.</p></td>
184 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code>'s.</p></td>
198 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</code>.</p></td>
202 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</code>.</p></td>
211 (tunable range_trans_rule false
    [all...]
README.md 51 * [tunable](cil_conditional_statements.md#tunable)
  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.h 59 // Tunable property. Increasing this will increase the frame delay and will loose
62 // Tunable property. Set the time stamp x ms prior to expected vsync so that
65 // Tunable property for filtering timestamp wiggle when VFE ISR crosses
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraDisplay.h 60 // Tunable property. Increasing this will increase the frame delay and will loose
63 // Tunable property. Set the time stamp x ns prior to expected vsync so that
66 // Tunable property for filtering timestamp wiggle when VFE ISR crosses
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java 27 * Tunable debug flags
29 public class RecentsDebugFlags implements TunerService.Tunable {
  /toolchain/binutils/binutils-2.25/bfd/
nlm-target.h 104 of the archiver and/or os and should be independently tunable. */
109 of the archiver and should be independently tunable. This value is
198 of the archiver and/or os and should be independently tunable. */
203 of the archiver and should be independently tunable. This value is
elfxx-target.h 834 of the archiver and/or os and should be independently tunable */
839 of the archiver and should be independently tunable. The System V ABI,
932 of the archiver and/or os and should be independently tunable */
937 of the archiver and should be independently tunable. The System V ABI,
  /external/selinux/checkpolicy/
policy_scan.l 99 TUNABLE |
100 tunable { return(TUNABLE); }
  /external/selinux/secilc/test/
integration.cil 112 (tunable allow_execfile true)
113 (tunable allow_userexec false)
211 (tunable tun1 true)
policy.cil 181 (tunable allow_execfile true)
182 (tunable allow_userexec false)
336 (tunable tun1 true)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickQSPanel.java 33 import com.android.systemui.tuner.TunerService.Tunable;
141 private final Tunable mNumTiles = new Tunable() {
QSAnimator.java 31 import com.android.systemui.tuner.TunerService.Tunable;
37 OnAttachStateChangeListener, Tunable {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 31 BatteryController.BatteryStateChangeCallback, TunerService.Tunable {
  /device/asus/fugu/overlay/frameworks/base/core/res/res/values/
config.xml 46 <!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 91 /* a tunable conditional, calculated and used at expansion */
  /external/kernel-headers/original/uapi/linux/
fs.h 48 /* And dynamically-tunable limits and defaults: */
52 unsigned long max_files; /* tunable */
  /docs/source.android.com/src/devices/tech/config/
low-ram.jd 132 <p>Support for a new kernel tunable is added in the android-3.4 kernel branch as
134 tunable"). Cherry-picking this patch to a device's kernel will allow
141 &lt;!-- Device configuration setting the /proc/sys/vm/extra_free_kbytes tunable
154 tunable in the kernel (if it exists). 0 uses the default value chosen by
177 &lt;!-- Device configuration setting the minfree tunable in the lowmemorykiller
189 &lt;!-- Device configuration adjusting the minfree tunable in the
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 46 import com.android.systemui.tuner.TunerService.Tunable;
56 public class Clock extends TextView implements DemoMode, Tunable {
  /external/mesa3d/src/mesa/main/
config.h 28 * Tunable configuration parameters.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 109 // TODO make this a tunable number. For now 4 seconds

Completed in 1037 milliseconds

1 2 3 4 5