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

1 2 3 4

  /external/linux-tools-perf/util/
cgroup.h 15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
parse-events.h 33 extern int parse_events(const struct option *opt, const char *str, int unset);
34 extern int parse_filter(const struct option *opt, const char *str, int unset);
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...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigExecutableMember.java 35 private List<IParameter> parameters = Uninitialized.unset();
36 private Set<ITypeReference> exceptions = Uninitialized.unset();
37 private Set<Modifier> modifiers = Uninitialized.unset();
39 .unset();
40 private IClassDefinition declaringClass = Uninitialized.unset();
SigAnnotationField.java 27 private Object defaultValue = Uninitialized.unset();
SigClassDefinition.java 42 private ITypeReference superClass = Uninitialized.unset();
43 private Set<ITypeReference> interfaces = Uninitialized.unset();
44 private Set<Modifier> modifiers = Uninitialized.unset();
45 private Set<IMethod> methods = Uninitialized.unset();
46 private Set<IConstructor> constructors = Uninitialized.unset();
47 private Set<IClassDefinition> innerClasses = Uninitialized.unset();
48 private Set<IAnnotationField> annotationFields = Uninitialized.unset();
49 private Set<IField> fields = Uninitialized.unset();
50 private Set<IEnumConstant> enumConstants = Uninitialized.unset();
51 private IClassDefinition declaringClass = Uninitialized.unset();
    [all...]
SigField.java 32 private ITypeReference type = Uninitialized.unset();
33 private Set<Modifier> modifiers = Uninitialized.unset();
SigApi.java 29 private Set<IPackage> packages = Uninitialized.unset();
SigPackage.java 32 private Set<IClassDefinition> classes = Uninitialized.unset();
SigMethod.java 30 private ITypeReference returnType = Uninitialized.unset();
SigTypeVariableDefinition.java 33 private List<ITypeReference> upperBounds = Uninitialized.unset();
Uninitialized.java 60 public static <T> T unset() { method in class:Uninitialized
  /external/chromium_org/chrome/browser/resources/
policy.css 62 #show-unset-container {
67 html[dir='rtl'] #show-unset-container {
80 div.show-unset-checkbox {
84 html[dir='rtl'] div.show-unset-checkbox {
88 section.reload-show-unset-section {
policy_android.css 70 #show-unset-container {
75 html[dir='rtl'] #show-unset-container {
88 div.show-unset-checkbox {
92 html[dir='rtl'] div.show-unset-checkbox {
96 section.reload-show-unset-section {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterStraightenRepresentation.java 130 boolean unset = true;
138 unset = false;
144 if (unset) {
FilterMirrorRepresentation.java 194 boolean unset = true;
202 unset = false;
208 if (unset) {
FilterRotateRepresentation.java 174 boolean unset = true;
182 unset = false;
188 if (unset) {
  /external/libvpx/libvpx/examples/
gen_example_doxy.php 86 unset($geshi); // Clean up
88 unset($block_new); // Clean up
  /external/linux-tools-perf/
builtin-probe.c 110 const char *str, int unset __used)
120 const char *str, int unset __used)
133 const char *str, int unset __used)
146 const char *str, int unset __used)
166 const char *str, int unset __used)
  /external/libvpx/libvpx/examples/includes/
vp8_doc_tools.php 158 unset($geshi);
  /external/smack/src/org/xbill/DNS/
Options.java 83 unset(String option) { method in class:Options
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 149 unset($_SESSION['redirect_to']);
156 unset($_SESSION['attributes']);
157 unset($_SESSION['userId']);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 148 unset($_SESSION['redirect_to']);
155 unset($_SESSION['attributes']);
156 unset($_SESSION['userId']);
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 114 unset($ubugs[0]);

Completed in 649 milliseconds

1 2 3 4