Home
last modified time | relevance | path

Searched refs:DC_NONE (Results 1 – 20 of 20) sorted by relevance

/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DConstraint.java35 public final static int DC_UNSET= -1, DC_NONE= 0, DC_INTEGRAL= 1, DC_CONFIDENTIAL= 2; field in Constraint
177 return _dataConstraint >= DC_NONE; in hasDataConstraint()
189 (_dataConstraint == DC_NONE in toString()
H A DSecurityHandler.java298 int dataConstraint= Constraint.DC_NONE; in check()
360 if (dataConstraint > Constraint.DC_NONE) in check()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/security/
H A DConstraint.java35 public final static int DC_UNSET= -1, DC_NONE= 0, DC_INTEGRAL= 1, DC_CONFIDENTIAL= 2; field in Constraint
177 return _dataConstraint >= DC_NONE; in hasDataConstraint()
189 (_dataConstraint == DC_NONE in toString()
H A DSecurityHandler.java298 int dataConstraint= Constraint.DC_NONE; in check()
360 if (dataConstraint > Constraint.DC_NONE) in check()
/dports/games/openttd/openttd-12.1/src/
H A Dbridge.h73 …st CheckBridgeAvailability(BridgeType bridge_type, uint bridge_len, DoCommandFlag flags = DC_NONE);
H A Dcommand_func.h60 DoCommandFlag flags = DC_NONE; in CommandFlagsToDCFlags()
H A Dcommand_type.h347 DC_NONE = 0x000, ///< no flag is set enumerator
H A Droad_cmd.cpp2411 …CommandCost ret = CheckforTownRating(DC_NONE, t, tt == MP_TUNNELBRIDGE ? TUNNELBRIDGE_REMOVE : ROA… in CmdConvertRoad()
H A Dindustry_cmd.cpp1485 CommandCost ret = DoCommand(cur_tile, 0, 0, DC_NONE, CMD_LANDSCAPE_CLEAR); in CheckIfIndustryTilesAreFree()
H A Dtown_cmd.cpp3110 CommandCost r = DoCommand(tile, 0, 0, DC_NONE, CMD_LANDSCAPE_CLEAR); in TryClearTile()
/dports/x11-wm/ctwm/ctwm-4.0.3/tools/
H A Dmk_function_bits.sh150 DC_NONE = 0,
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k_du_adv.c71 #define DC_NONE -1 macro
195 jtag_info->or1k_jtag_module_selected = DC_NONE; in or1k_adv_jtag_init()
830 if (current != DC_NONE) { in or1k_adv_is_cpu_running()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dfunctions.c413 if(fdef_table[func] != DC_NONE) { in should_defer()
H A Dfunctions_defs.list16 # - -> DC_NONE, CS -> _SELECT, CM -> _MOVE, CD -> _DESTROY
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/webapp/
H A DWebXmlConfiguration.java802 scBase.setDataConstraint(Constraint.DC_NONE); in initSecurityConstraint()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/webapp/
H A DWebXmlConfiguration.java802 scBase.setDataConstraint(Constraint.DC_NONE); in initSecurityConstraint()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h711 #define DC_NONE 0 macro
H A Dv_src2.c1342 dtyp = DC_NONE; in rd_taske_or_proc_assign()
H A Dv_src.c4200 dctp->dctyp = DC_NONE; in __alloc_dctrl()
H A Dv_ms.c5680 case DC_NONE: strcpy(s, "**NONE?**"); break; in __to_dcenam()