HomeSort by relevance Sort by last modified time
    Searched defs:unset (Results 1 - 11 of 11) 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/perf-3.12.0/tools/perf/util/
parse-options.c 39 const int unset = flags & OPT_UNSET; local
41 if (unset && p->opt)
43 if (unset && (opt->flags & PARSE_OPT_NONEG))
73 if (unset)
80 *(bool *)opt->value = unset ? false : true;
84 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
88 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
92 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
96 if (unset)
105 if (unset)
    [all...]
  /external/mksh/src/
var.c 975 * Unset a variable. The flags can be:
977 * |2 = keep attributes, only unset content
980 unset(struct tbl *vp, int flags) function
1001 /* if foo[0] is being unset, the remainder of the array is kept... */
    [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 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 689 milliseconds