HomeSort by relevance Sort by last modified time
    Searched defs:unset (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/util/
MergedConfiguration.java 125 public void unset() { method in class:MergedConfiguration
126 mGlobalConfig.unset();
127 mOverrideConfig.unset();
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 111 public boolean unset(Key<?> key) { method in class:Camera2RequestSettingsSet
129 * setting is unset or forced to the template-defined default.
146 * to its default value or simply unset. While {@link #get} will return
195 * to this method take precedence. Unset settings are not propagated, but
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 35 var all = triStateFlag("all", unset, "enable all non-experimental checks")
41 "asmdecl": triStateFlag("asmdecl", unset, "check assembly against Go declarations"),
42 "buildtags": triStateFlag("buildtags", unset, "check that +build tags are valid"),
62 // distinguish missing from unset. It also satisfies flag.Value.
66 unset triState = iota
102 case unset:
103 return "true" // An unset flag will be set by -all, so defaults to true.
151 report[name] = triStateFlag(name, unset, usage)
205 if *setting == unset && !experimental[name] {
65 unset triState = iota const
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 35 var all = triStateFlag("all", unset, "enable all non-experimental checks")
41 "asmdecl": triStateFlag("asmdecl", unset, "check assembly against Go declarations"),
42 "buildtags": triStateFlag("buildtags", unset, "check that +build tags are valid"),
62 // distinguish missing from unset. It also satisfies flag.Value.
66 unset triState = iota
102 case unset:
103 return "true" // An unset flag will be set by -all, so defaults to true.
151 report[name] = triStateFlag(name, unset, usage)
205 if *setting == unset && !experimental[name] {
65 unset triState = iota const
  /device/google/contexthub/util/common/
JSONObject.cpp 343 out->unset();
367 unset();
389 unset();
463 unset();
470 unset();
477 unset();
484 unset();
491 unset();
500 unset();
508 void JSONValue::unset() { function in class:android::JSONValue
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 687 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileParser.java 138 * Return the number of bits which are set (rather than unset)
156 public boolean unset(int idx) { method in class:CommandFileParser.Bitmask
410 inputBitmask.unset(inputIdx);
  /external/mksh/src/
var.c 1012 * Unset a variable. The flags can be:
1014 * |2 = keep attributes, only unset content
1017 unset(struct tbl *vp, int flags) function
1038 /* if foo[0] is being unset, the remainder of the array is kept... */
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 751 activityResources.overrideConfig.unset();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 763 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 763 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 763 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 763 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 851 unset(); method
1096 public void unset() { method in class:Configuration
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 230 config.unset();
    [all...]
AppWindowToken.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 1955 def unset(self, x, y): member in class:Grid
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 1955 def unset(self, x, y): member in class:Grid
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1955 def unset(self, x, y): member in class:Grid
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1955 def unset(self, x, y): member in class:Grid
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 687 static final ValueReference<Object, Object> UNSET = new ValueReference<Object, Object>() {
732 static <K, V> ValueReference<K, V> unset() { method in class:LocalCache
733 return (ValueReference<K, V>) UNSET;
748 * - Unset: marked as unset, awaiting cleanup or reuse
3474 this(LocalCache.<K, V>unset()); method
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 578 static final ValueReference<Object, Object> UNSET = new ValueReference<Object, Object>() {
613 static <K, V> ValueReference<K, V> unset() { method in class:MapMakerInternalMap
614 return (ValueReference<K, V>) UNSET;
986 volatile ValueReference<K, V> valueReference = unset();
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 387 private static final Object unset = new Object(); field in class:ObjectStreamClass.EntryFuture
389 private Object entry = unset;
399 if (this.entry != unset) {
413 while (entry == unset) {
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 3222 uint32_t set, unset, *optset; local
6075 uint32_t set, unset, *optset; local
    [all...]

Completed in 789 milliseconds

1 2 3 4 5 6 7