Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 836) sorted by relevance

12345678910>>...34

/external/clang/test/Modules/
Dmacros.c25 # error INTEGER macro should be visible
29 # error FLOAT macro should not be visible
33 # error MODULE macro should not be visible
37 # error INDIRECTLY_IN_MACROS should be visible
63 # error LEFT should not be visible
67 # error RIGHT should not be visible
71 # error TOP should not be visible
83 # error LEFT should be visible
87 # error RIGHT should not be visible
91 # error TOP should be visible
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dload-with-non-coherent-cache.ll7 ; SM20-LABEL: .visible .entry foo1(
9 ; SM35-LABEL: .visible .entry foo1(
17 ; SM20-LABEL: .visible .entry foo2(
19 ; SM35-LABEL: .visible .entry foo2(
27 ; SM20-LABEL: .visible .entry foo3(
29 ; SM35-LABEL: .visible .entry foo3(
37 ; SM20-LABEL: .visible .entry foo4(
39 ; SM35-LABEL: .visible .entry foo4(
47 ; SM20-LABEL: .visible .entry foo5(
49 ; SM35-LABEL: .visible .entry foo5(
[all …]
Dglobal-ordering.ll7 ; PTX32: .visible .global .align 1 .u8 a = 2;
8 ; PTX32-NEXT: .visible .global .align 4 .u32 a2 = a;
9 ; PTX64: .visible .global .align 1 .u8 a = 2;
10 ; PTX64-NEXT: .visible .global .align 8 .u64 a2 = a;
15 ; PTX32: .visible .global .align 1 .u8 b = 1;
16 ; PTX32-NEXT: .visible .global .align 4 .u32 b2[2] = {b, b};
17 ; PTX64: .visible .global .align 1 .u8 b = 1;
18 ; PTX64-NEXT: .visible .global .align 8 .u64 b2[2] = {b, b};
Dglobal-addrspace.ll4 ; PTX32: .visible .global .align 4 .u32 i;
5 ; PTX32: .visible .const .align 4 .u32 j;
6 ; PTX32: .visible .shared .align 4 .u32 k;
7 ; PTX64: .visible .global .align 4 .u32 i;
8 ; PTX64: .visible .const .align 4 .u32 j;
9 ; PTX64: .visible .shared .align 4 .u32 k;
Daddrspacecast-gvar.ll3 ; CHECK: .visible .global .align 4 .u32 g = 42;
4 ; CHECK: .visible .global .align 4 .u32 g2 = generic(g);
5 ; CHECK: .visible .global .align 4 .u32 g3 = g;
6 ; CHECK: .visible .global .align 8 .u32 g4[2] = {0, generic(g)};
7 ; CHECK: .visible .global .align 8 .u32 g5[2] = {0, generic(g)+8};
/external/llvm/test/CodeGen/NVPTX/
Dload-with-non-coherent-cache.ll7 ; SM20-LABEL: .visible .entry foo1(
9 ; SM35-LABEL: .visible .entry foo1(
17 ; SM20-LABEL: .visible .entry foo2(
19 ; SM35-LABEL: .visible .entry foo2(
27 ; SM20-LABEL: .visible .entry foo3(
29 ; SM35-LABEL: .visible .entry foo3(
37 ; SM20-LABEL: .visible .entry foo4(
39 ; SM35-LABEL: .visible .entry foo4(
47 ; SM20-LABEL: .visible .entry foo5(
49 ; SM35-LABEL: .visible .entry foo5(
[all …]
Dglobal-ordering.ll7 ; PTX32: .visible .global .align 1 .u8 a = 2;
8 ; PTX32-NEXT: .visible .global .align 4 .u32 a2 = a;
9 ; PTX64: .visible .global .align 1 .u8 a = 2;
10 ; PTX64-NEXT: .visible .global .align 8 .u64 a2 = a;
15 ; PTX32: .visible .global .align 1 .u8 b = 1;
16 ; PTX32-NEXT: .visible .global .align 4 .u32 b2[2] = {b, b};
17 ; PTX64: .visible .global .align 1 .u8 b = 1;
18 ; PTX64-NEXT: .visible .global .align 8 .u64 b2[2] = {b, b};
Dglobal-addrspace.ll4 ; PTX32: .visible .global .align 4 .u32 i;
5 ; PTX32: .visible .const .align 4 .u32 j;
6 ; PTX32: .visible .shared .align 4 .u32 k;
7 ; PTX64: .visible .global .align 4 .u32 i;
8 ; PTX64: .visible .const .align 4 .u32 j;
9 ; PTX64: .visible .shared .align 4 .u32 k;
Daddrspacecast-gvar.ll3 ; CHECK: .visible .global .align 4 .u32 g = 42;
4 ; CHECK: .visible .global .align 4 .u32 g2 = generic(g);
5 ; CHECK: .visible .global .align 4 .u32 g3 = g;
6 ; CHECK: .visible .global .align 8 .u32 g4[2] = {0, generic(g)};
7 ; CHECK: .visible .global .align 8 .u32 g5[2] = {0, generic(g)+8};
/external/libbrillo/brillo/
Dflag_helper.cc24 bool visible) in Flag() argument
28 visible_(visible) { in Flag()
44 bool visible) in BoolFlag() argument
45 : Flag(name, default_value, help, visible), in BoolFlag()
75 bool visible) in Int32Flag() argument
76 : Flag(name, default_value, help, visible), value_(value) { in Int32Flag()
91 bool visible) in Int64Flag() argument
92 : Flag(name, default_value, help, visible), value_(value) { in Int64Flag()
107 bool visible) in UInt64Flag() argument
108 : Flag(name, default_value, help, visible), value_(value) { in UInt64Flag()
[all …]
Dflag_helper.h74 bool visible);
96 bool visible);
112 bool visible);
127 bool visible);
142 bool visible);
157 bool visible);
172 bool visible);
/external/toybox/kconfig/
Dsymbol.c83 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
126 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
127 if (prop->visible.tri != no) in sym_get_default_prop()
138 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
139 if (prop->visible.tri != no) in sym_get_range_prop()
202 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
203 tri = E_OR(tri, prop->visible.tri); in sym_calc_visibility()
207 if (sym->visible != tri) { in sym_calc_visibility()
208 sym->visible = tri; in sym_calc_visibility()
234 if (def_sym->visible != no) in sym_calc_choice()
[all …]
Dmenu.c128 prop->visible.expr = menu_check_dep(dep); in menu_add_prop()
250 parentdep = parent->prompt->visible.expr; in menu_finalize()
266 dep = expr_transform(prop->visible.expr); in menu_finalize()
271 prop->visible.expr = dep; in menu_finalize()
282 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
287 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
363 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize()
372 tristate visible; in menu_is_visible() local
379 visible = menu->prompt->visible.tri; in menu_is_visible()
381 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICULocaleService.java102 public Factory registerObject(Object obj, ULocale locale, boolean visible) { in registerObject() argument
103 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible); in registerObject()
119 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) { in registerObject() argument
120 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible); in registerObject()
357 protected final boolean visible; field in ICULocaleService.LocaleKeyFactory
365 protected LocaleKeyFactory(boolean visible) { in LocaleKeyFactory() argument
366 this.visible = visible; in LocaleKeyFactory()
373 protected LocaleKeyFactory(boolean visible, String name) { in LocaleKeyFactory() argument
374 this.visible = visible; in LocaleKeyFactory()
414 if (visible) { in updateVisibleIDs()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICULocaleService.java98 public Factory registerObject(Object obj, ULocale locale, boolean visible) { in registerObject() argument
99 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible); in registerObject()
115 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) { in registerObject() argument
116 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible); in registerObject()
351 protected final boolean visible; field in ICULocaleService.LocaleKeyFactory
359 protected LocaleKeyFactory(boolean visible) { in LocaleKeyFactory() argument
360 this.visible = visible; in LocaleKeyFactory()
367 protected LocaleKeyFactory(boolean visible, String name) { in LocaleKeyFactory() argument
368 this.visible = visible; in LocaleKeyFactory()
408 if (visible) { in updateVisibleIDs()
[all …]
/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java87 List<AnnotationInfo> visible = new ArrayList<>(); in addAllAnnotations() local
93 (annotation.isRuntimeVisible() ? visible : invisible).add(annotation); in addAllAnnotations()
95 if (!visible.isEmpty()) { in addAllAnnotations()
96 attributes.add(new Attribute.RuntimeVisibleAnnotations(visible)); in addAllAnnotations()
105 List<TypeAnnotationInfo> visible = new ArrayList<>(); in addAllTypeAnnotations() local
108 (annotation.anno().isRuntimeVisible() ? visible : invisible).add(annotation); in addAllTypeAnnotations()
110 if (!visible.isEmpty()) { in addAllTypeAnnotations()
111 attributes.add(new Attribute.RuntimeVisibleTypeAnnotations(ImmutableList.copyOf(visible))); in addAllTypeAnnotations()
126 List<AnnotationInfo> visible = new ArrayList<>(); in addParameterAnnotations() local
131 visible.add(annotation); in addParameterAnnotations()
[all …]
/external/jarjar/src/main/com/tonicsystems/jarjar/
DStringReader.java47 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { in visitField()
48 return StringReader.this.visitAnnotation(desc, visible); in visitField()
54 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
89 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
90 return StringReader.this.visitAnnotation(desc, visible);
94 String desc, boolean visible) {
95 return StringReader.this.visitAnnotation(desc, visible);
/external/u-boot/scripts/kconfig/
Dsymbol.c68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
121 if (prop->visible.tri != no) in sym_get_default_prop()
132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
222 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
230 prop->visible.tri = no; in sym_calc_visibility()
232 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
236 if (sym->visible != tri) { in sym_calc_visibility()
[all …]
/external/turbine/java/com/google/turbine/binder/
DResolve.java72 if (result != null && visible(origin, result, env.get(result))) { in resolve()
78 if (result != null && visible(origin, result, env.get(result))) { in resolve()
125 if (!visible(sym)) {
132 public boolean visible(ClassSymbol sym) {
179 if (field != null && visible(origin, field)) {
185 if (field != null && visible(origin, field)) {
193 private static boolean visible(ClassSymbol origin, FieldInfo info) {
194 return visible(origin, info.sym().owner(), info.access());
198 private static boolean visible(ClassSymbol origin, ClassSymbol sym, HeaderBoundClass info) {
199 return visible(origin, sym, info.access());
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItem.java44 private boolean visible = true; field in Item
61 visible = a.getBoolean(R.styleable.SudItem_android_visible, true); in Item()
140 public void setVisible(boolean visible) { in setVisible() argument
141 if (this.visible == visible) { in setVisible()
144 this.visible = visible; in setVisible()
145 if (!visible) { in setVisible()
153 return visible; in isVisible()
DButtonBarItem.java51 private boolean visible = true; field in ButtonBarItem
77 public void setVisible(boolean visible) { in setVisible() argument
78 this.visible = visible; in setVisible()
82 return visible; in isVisible()
/external/autotest/server/cros/ap_configurators/
Dnetgear2000_ap_configurator.py93 def set_visibility(self, visible=True): argument
94 self.add_item_to_command_list(self._set_visibility, (visible,), 1, 900)
97 def _set_visibility(self, visible=True): argument
102 if (visible and not value) or (not visible and value):
105 self.set_check_box_selected_by_xpath(xpath, selected=visible,
/external/v8/tools/turbolizer/src/
Dnode.ts43 visible: boolean; property in GNode
138 e.visible = v;
140 if (!e.target.visible) {
141 e.target.visible = true;
150 edge.visible = v;
152 if (!edge.source.visible) {
153 edge.source.visible = true;
Dgraph-view.ts120 if (graph.state.selection.isSelected(n)) n.visible = true;
123 e.visible = e.visible ||
242 if (edge.visible) {
248 edge.visible = newState;
251 node.visible = true;
298 n.visible = false;
335 n.visible = isNodeInitiallyVisible(n) && (!g.state.hideDead || n.isLive());
338 n.visible = true;
352 if (edge.source.visible && edge.target.visible) {
353 edge.visible = true;
[all …]
/external/icu/icu4c/source/i18n/
Dtransreg.h207 UBool visible,
218 UBool visible,
230 UBool visible,
241 UBool visible,
387 UBool visible);
391 UBool visible);
398 UBool visible);

12345678910>>...34