HomeSort by relevance Sort by last modified time
    Searched refs:tunable (Results 1 - 6 of 6) sorted by null

  /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...]
  /external/selinux/checkpolicy/
policy_scan.l 99 TUNABLE |
100 tunable { return(TUNABLE); }
  /external/selinux/libsepol/cil/src/
cil_tree.c 923 struct cil_tunable *tunable = node->data; local
924 cil_log(CIL_INFO, "TUNABLE: %s, value: %d\n", tunable->datum.name, tunable->value);
    [all...]
cil_build_ast.h 126 void cil_destroy_tunable(struct cil_tunable *tunable);
cil_build_ast.c 2473 struct cil_tunable *tunable = NULL; local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 3596 milliseconds