Searched refs:visible (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DFieldVisitor.java45 * @param visible <tt>true</tt> if the annotation is visible at runtime.
48 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
H A DClassAdapter.java80 final boolean visible)
82 return cv.visitAnnotation(desc, visible);
78 visitAnnotation( final String desc, final boolean visible) argument
H A DMethodVisitor.java68 * @param visible <tt>true</tt> if the annotation is visible at runtime.
71 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
78 * @param visible <tt>true</tt> if the annotation is visible at runtime.
84 boolean visible);
81 visitParameterAnnotation( int parameter, String desc, boolean visible) argument
H A DClassVisitor.java99 * @param visible <tt>true</tt> if the annotation is visible at runtime.
102 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
H A DFieldWriter.java79 * The runtime visible annotations of this field. May be <tt>null</tt>.
139 final boolean visible)
145 if (visible) {
137 visitAnnotation( final String desc, final boolean visible) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dsymbol.c85 if (sym_is_choice_value(sym) && sym->visible == yes)
127 tristate visible; local
130 visible = E_CALC(prop->visible);
131 if (visible != no)
140 tristate visible, oldvisible; local
142 /* any prompt visible? */
143 oldvisible = sym->visible;
144 visible = no;
146 visible
[all...]
H A Dmenu.c99 E_EXPR(prop->visible) = dep;
146 parentdep = E_EXPR(parent->prompt->visible);
162 dep = expr_transform(E_EXPR(prop->visible));
167 E_EXPR(prop->visible) = dep;
173 basedep = E_EXPR(parent->prompt->visible);
178 dep = menu->prompt ? E_EXPR(menu->prompt->visible) : menu->dep;
231 tristate visible; local
237 visible = E_TRI(menu->prompt->visible);
239 visible
[all...]
H A Dzconf.y554 if (!expr_is_yes(E_EXPR(prop->visible))) {
556 expr_fprint(E_EXPR(prop->visible), out);
563 if (!expr_is_yes(E_EXPR(prop->visible))) {
565 expr_fprint(E_EXPR(prop->visible), out);
624 if (!expr_is_yes(E_EXPR(prop->visible))) {
626 expr_fprint(E_EXPR(prop->visible), out);
H A Dexpr.h92 tristate visible; member in struct:symbol
144 struct expr_value visible; member in struct:property
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsmb.conf18 ; If you want to limit the printers that are visible to clients, you can
21 ; printers that you wish to be visible. Names longer than 15 characters
22 ; in the printcap file will not be visible to clients.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmenu.c129 prop->visible.expr = menu_check_dep(dep);
227 parentdep = parent->prompt->visible.expr;
243 dep = expr_transform(prop->visible.expr);
248 prop->visible.expr = dep;
259 basedep = parent->prompt ? parent->prompt->visible.expr : NULL;
264 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep;
341 expr_alloc_and(parent->prompt->visible.expr,
350 tristate visible; local
357 visible = menu->prompt->visible
[all...]
H A Dsymbol.c82 if (sym_is_choice_value(sym) && sym->visible == yes)
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
126 if (prop->visible.tri != no)
137 prop->visible.tri = expr_calc_value(prop->visible.expr);
138 if (prop->visible.tri != no)
198 /* any prompt visible? */
201 prop->visible.tri = expr_calc_value(prop->visible
[all...]
H A Dqconf.h150 : Parent(parent, after), menu(m), visible(v), goParent(false)
155 : Parent(parent, after), menu(m), visible(v), goParent(false)
160 : Parent(parent, after), menu(0), visible(v), goParent(true)
203 bool visible; member in class:ConfigItem
H A Dzconf.y596 if (!expr_is_yes(prop->visible.expr)) {
598 expr_fprint(prop->visible.expr, out);
605 if (!expr_is_yes(prop->visible.expr)) {
607 expr_fprint(prop->visible.expr, out);
653 if (!expr_is_yes(prop->visible.expr)) {
655 expr_fprint(prop->visible.expr, out);
H A Dqconf.cc107 bool visible; local
136 visible = menu_is_visible(child);
137 if (showAll || visible) {
139 item = new ConfigItem(parent, last, child, visible);
141 item->testUpdateMenu(visible);
288 if (!sym_has_value(sym) && visible)
298 visible = v;
316 if (visible) {
1098 if (prop->visible.expr) {
1100 expr_print(prop->visible
[all...]
H A Dexpr.h72 tristate visible; member in struct:symbol
111 struct expr_value visible; member in struct:property
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dmenu.c128 prop->visible.expr = menu_check_dep(dep);
250 parentdep = parent->prompt->visible.expr;
266 dep = expr_transform(prop->visible.expr);
271 prop->visible.expr = dep;
282 basedep = parent->prompt ? parent->prompt->visible.expr : NULL;
287 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep;
363 expr_alloc_and(parent->prompt->visible.expr,
372 tristate visible; local
379 visible = menu->prompt->visible
[all...]
H A Dsymbol.c82 if (sym_is_choice_value(sym) && sym->visible == yes)
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
126 if (prop->visible.tri != no)
137 prop->visible.tri = expr_calc_value(prop->visible.expr);
138 if (prop->visible.tri != no)
198 /* any prompt visible? */
201 prop->visible.tri = expr_calc_value(prop->visible
[all...]
H A Dqconf.h143 : Parent(parent, after), menu(m), visible(v), goParent(false)
148 : Parent(parent, after), menu(m), visible(v), goParent(false)
153 : Parent(parent, after), menu(0), visible(v), goParent(true)
196 bool visible; member in class:ConfigItem
H A Dzconf.y629 if (!expr_is_yes(prop->visible.expr)) {
631 expr_fprint(prop->visible.expr, out);
638 if (!expr_is_yes(prop->visible.expr)) {
640 expr_fprint(prop->visible.expr, out);
686 if (!expr_is_yes(prop->visible.expr)) {
688 expr_fprint(prop->visible.expr, out);
H A Dexpr.h78 tristate visible; member in struct:symbol
118 struct expr_value visible; member in struct:property
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dc14n.c44 int nsPrevStart; /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible an
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1228 int visible; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dc14n.c44 int nsPrevStart; /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible an
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1228 int visible; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dc14n.c44 int nsPrevStart; /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible an
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1228 int visible; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-h720x/
H A Dentry-macro.S27 @ are not visible here

Completed in 134 milliseconds

12