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

1 2 3 4 5 6 7 8 9

  /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
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionParamsUnitTest.java 56 private static Optional UNSET = new Optional(false, null);
99 if (changingParameterValue == UNSET) {
100 // No need to wrap UNSET again
101 singleTestParams.add(UNSET);
157 // Value unset (mode param cannot be unset)
159 Object[] unset = {UNSET}; local
161 changingParameterIndex, unset, false));
262 /** Similar to java.util.Optional but distinguishing between null and unset */
    [all...]
  /device/google/contexthub/util/common/
JSONObject.cpp 339 out->unset();
363 unset();
385 unset();
459 unset();
466 unset();
473 unset();
480 unset();
487 unset();
496 unset();
504 void JSONValue::unset() { function in class:android::JSONValue
    [all...]
  /frameworks/base/core/java/android/app/
WindowConfiguration.java 153 unset(); method
288 public void unset() { method in class:WindowConfiguration
ResourcesManager.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 44 var all = triStateFlag("all", unset, "enable all non-experimental checks")
50 "asmdecl": triStateFlag("asmdecl", unset, "check assembly against Go declarations"),
51 "buildtags": triStateFlag("buildtags", unset, "check that +build tags are valid"),
71 // distinguish missing from unset. It also satisfies flag.Value.
75 unset triState = iota
111 case unset:
112 return "true" // An unset flag will be set by -all, so defaults to true.
161 report[name] = triStateFlag(name, unset, usage)
220 if *setting == unset && !experimental[name] {
74 unset triState = iota const
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 44 var all = triStateFlag("all", unset, "enable all non-experimental checks")
50 "asmdecl": triStateFlag("asmdecl", unset, "check assembly against Go declarations"),
51 "buildtags": triStateFlag("buildtags", unset, "check that +build tags are valid"),
71 // distinguish missing from unset. It also satisfies flag.Value.
75 unset triState = iota
111 case unset:
112 return "true" // An unset flag will be set by -all, so defaults to true.
161 report[name] = triStateFlag(name, unset, usage)
220 if *setting == unset && !experimental[name] {
74 unset triState = iota const
  /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 1027 * Unset a variable. The flags can be:
1029 * |2 = keep attributes, only unset content
1032 unset(struct tbl *vp, int flags) function
1053 /* if foo[0] is being unset, the remainder of the array is kept... */
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 1021 def unset(self, envvar): member in class:EnvironmentVarGuard
    [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...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 1942 def unset(self, x, y): member in class:Grid
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 1306 def unset(self, envvar): member in class:EnvironmentVarGuard
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 1934 def unset(self, x, y): member in class:Grid
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 872 unset(); method
1204 public void unset() { method in class:Configuration
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 281 config.unset();
    [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...]

Completed in 907 milliseconds

1 2 3 4 5 6 7 8 9