Home
last modified time | relevance | path

Searched refs:NO_TYPE (Results 26 – 50 of 169) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/caps/
H A DDomainPolicy.h25 NO_TYPE, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/caps/
H A DDomainPolicy.h25 NO_TYPE, enumerator
H A DDomainPolicy.cpp44 BroadcastDomainSetChange(NO_TYPE, ACTIVATE_POLICY); in DomainPolicy()
105 BroadcastDomainSetChange(NO_TYPE, DEACTIVATE_POLICY); in Deactivate()
/dports/www/firefox/firefox-99.0/caps/
H A DDomainPolicy.h25 NO_TYPE, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/caps/
H A DDomainPolicy.h25 NO_TYPE, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/caps/
H A DDomainPolicy.cpp49 BroadcastDomainSetChange(NO_TYPE, ACTIVATE_POLICY); in DomainPolicy()
110 BroadcastDomainSetChange(NO_TYPE, DEACTIVATE_POLICY); in Deactivate()
H A DDomainPolicy.h29 NO_TYPE, enumerator
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLIntermediateTargetable.h25 NO_TYPE = 0, variable
/dports/misc/findutils/findutils-4.8.0/find/
H A Dtree.c119 case NO_TYPE: in get_expr()
244 case NO_TYPE: in scan_rest()
748 case NO_TYPE: in opt_expr()
1154 case NO_TYPE: in calculate_derived_rates()
1486 last_pred->p_type = NO_TYPE; in get_new_pred()
1519 case NO_TYPE: in get_new_pred_chk_op()
1595 {NO_TYPE, "no"},
/dports/www/firefox-legacy/firefox-52.8.0esr/caps/
H A DDomainPolicy.h29 NO_TYPE, enumerator
H A DDomainPolicy.cpp49 BroadcastDomainSetChange(NO_TYPE, ACTIVATE_POLICY); in DomainPolicy()
116 BroadcastDomainSetChange(NO_TYPE, DEACTIVATE_POLICY); in Deactivate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/
H A DTypeHierarchy.java117 protected static final IType[] NO_TYPE = new IType[0]; field in TypeHierarchy
484 return NO_TYPE; in getAllSuperInterfaces()
516 return NO_TYPE; in getAllSupertypes()
577 if (!isInterface(type)) return NO_TYPE; in getExtendingInterfaces()
613 return NO_TYPE; in getImplementingClasses()
676 return NO_TYPE; in getSubclasses()
680 return NO_TYPE; in getSubclasses()
697 return NO_TYPE; in getSubtypesForType()
718 return NO_TYPE; in getSuperInterfaces()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_composite_face_scene.h18 enum comp_type {MANDIBLE, CRANIUM, SKIN, NO_TYPE}; enumerator
H A Dboxm2_vecf_cranium_scene.h33 enum anat_type { CRANIUM, NO_TYPE}; enumerator
H A Dboxm2_vecf_middle_fat_pocket_scene.h27 enum anat_type { MIDDLE_FAT_POCKET, NO_TYPE}; enumerator
H A Dboxm2_vecf_skin_scene.h30 enum anat_type { SKIN, NO_TYPE}; enumerator
/dports/cad/pcb/pcb-4.2.0/src/
H A Dconst.h362 #define NO_TYPE 0x00000 /*!< no object */ macro
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddefine.h118 #define NO_TYPE 0; macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Doutmacho.c738 #define NO_TYPE S_NASM_TYPE_MASK macro
767 { "no_dead_strip", NO_TYPE | S_ATTR_NO_DEAD_STRIP },
768 { "live_support", NO_TYPE | S_ATTR_LIVE_SUPPORT },
769 { "strip_static_syms", NO_TYPE | S_ATTR_STRIP_STATIC_SYMS },
770 { "debug", NO_TYPE | S_ATTR_DEBUG },
885 flags = NO_TYPE; in macho_section()
918 if ((sa->flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
935 if ((flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutmacho.c734 #define NO_TYPE S_NASM_TYPE_MASK macro
763 { "no_dead_strip", NO_TYPE | S_ATTR_NO_DEAD_STRIP },
764 { "live_support", NO_TYPE | S_ATTR_LIVE_SUPPORT },
765 { "strip_static_syms", NO_TYPE | S_ATTR_STRIP_STATIC_SYMS },
766 { "debug", NO_TYPE | S_ATTR_DEBUG },
879 flags = NO_TYPE; in macho_section()
912 if ((sa->flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
929 if ((flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutmacho.c734 #define NO_TYPE S_NASM_TYPE_MASK macro
763 { "no_dead_strip", NO_TYPE | S_ATTR_NO_DEAD_STRIP },
764 { "live_support", NO_TYPE | S_ATTR_LIVE_SUPPORT },
765 { "strip_static_syms", NO_TYPE | S_ATTR_STRIP_STATIC_SYMS },
766 { "debug", NO_TYPE | S_ATTR_DEBUG },
879 flags = NO_TYPE; in macho_section()
912 if ((sa->flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
929 if ((flags & S_NASM_TYPE_MASK) != NO_TYPE) { in macho_section()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java36 public final static int NO_TYPE = -1; field
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java36 public final static int NO_TYPE = -1; field
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java36 public final static int NO_TYPE = -1; field
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java36 public final static int NO_TYPE = -1; field

1234567