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

  /cts/tools/signature-tools/src/signature/model/impl/
Uninitialized.java 60 public static <T> T unset() { method in class:Uninitialized
  /external/linux-tools-perf/util/
parse-options.c 38 const int unset = flags & OPT_UNSET; local
40 if (unset && p->opt)
42 if (unset && (opt->flags & PARSE_OPT_NONEG))
72 if (unset)
79 *(bool *)opt->value = unset ? false : true;
83 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
87 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
91 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
95 if (unset)
104 if (unset)
    [all...]
  /external/mksh/src/
var.c 907 * Unset a variable. The flags can be:
909 * |2 = keep attributes, only unset content
912 unset(struct tbl *vp, int flags) function
933 /* if foo[0] is being unset, the remainder of the array is kept... */
1406 unset(vp, 1);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 679 static final ValueReference<Object, Object> UNSET = new ValueReference<Object, Object>() {
724 static <K, V> ValueReference<K, V> unset() { method in class:LocalCache
725 return (ValueReference<K, V>) UNSET;
740 * - Unset: marked as unset, awaiting cleanup or reuse
3504 this(LocalCache.<K, V>unset()); method
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 630 static final ValueReference<Object, Object> UNSET = new ValueReference<Object, Object>() {
665 static <K, V> ValueReference<K, V> unset() { method in class:MapMakerInternalMap
666 return (ValueReference<K, V>) UNSET;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 323 milliseconds