Searched refs:enumeration (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedEnumeration.cpp115 animatedType->enumeration() = enumerationValueForTargetAttribute(m_animationElement->targetElement(), m_animationElement->attributeName(), string);
131 resetFromBaseValue<SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedType::enumeration);
154 unsigned fromEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->enumeration() : from->enumeration();
155 unsigned toEnumeration = to->enumeration();
156 unsigned& animatedEnumeration = animated->enumeration();
H A DSVGAnimatedType.h84 const unsigned& enumeration() const function in class:WebCore::SVGAnimatedType
87 return *m_data.enumeration;
187 unsigned& enumeration() function in class:WebCore::SVGAnimatedType
190 return *m_data.enumeration;
286 unsigned* enumeration; member in union:WebCore::SVGAnimatedType::DataUnion
H A DSVGAnimatedType.cpp46 delete m_data.enumeration;
117 std::unique_ptr<SVGAnimatedType> SVGAnimatedType::createEnumeration(std::unique_ptr<unsigned> enumeration) argument
119 ASSERT(enumeration);
121 animatedType->m_data.enumeration = enumeration.release();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_text.tcl34 global enumeration ; set enumeration {[%] (%) <%>}
44 global enumeration ; upvar $ivar i
45 set res [lindex $enumeration $i]
46 set i [expr {($i + 1) % [llength $enumeration]}]
151 enumeration 0
357 # Handling the enumeration counter. Special case: An
/macosx-10.10/ncurses-44/ncurses/Ada95/src/
H A DMakefile.in103 $(ABASE)-forms-field_types-enumeration.ali \
116 $(ABASE)-forms-field_types-enumeration-ada.ali \
143 $(ABASE)-forms-field_types-enumeration.o \
156 $(ABASE)-forms-field_types-enumeration-ada.o \
295 $(ABASE)-forms-field_types-enumeration.o: \
296 $(srcdir)/$(ABASE)-forms-field_types-enumeration.ads \
297 $(srcdir)/$(ABASE)-forms-field_types-enumeration.adb $(BASEDEPS)
298 $(ADA) $(ADAFLAGS) -c -o $@ $(srcdir)/$(ABASE)-forms-field_types-enumeration.adb
345 $(ABASE)-forms-field_types-enumeration-ada.o: \
346 $(srcdir)/$(ABASE)-forms-field_types-enumeration
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/library/
H A Daete.tcl129 set enumeration [tclAE::aete::build::buildOSType [encoding convertto macRoman $ID]]
131 append enumeration [tclAE::aete::build::buildList tclAE::aete::build::buildEnumerator $enumerators]
133 return $enumeration
380 lappend enumeration [tclAE::aete::parse::parseOSType data]
388 lappend enumeration $enumerators
390 return $enumeration
/macosx-10.10/ntp-92/libopts/
H A DMakefile.am18 cook.c enumeration.c environment.c \
/macosx-10.10/ntp-92/sntp/libopts/
H A DMakefile.am18 cook.c enumeration.c environment.c \
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsd.vim65 \ ['annotation', 'simpleType', 'minExclusive', 'maxExclusive', 'minInclusive', 'maxInclusive', 'totalDigits', 'fractionDigits', 'length', 'minLength', 'maxLength', 'enumeration', 'whiteSpace', 'pattern'],
94 \ 'enumeration' : [
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp63 uint enumeration; member in struct:Security::CodeSigning::__anon3701
72 return mp->enumeration;
91 if (type == mp->enumeration)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp63 uint enumeration; member in struct:Security::CodeSigning::__anon4413
72 return mp->enumeration;
91 if (type == mp->enumeration)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c227 } enumeration; member in union:request_state::__anon11131
2229 // Stop the domain enumeration queries to discover the WAB legacy browse domains
2613 // Start the domain enumeration queries to discover the WAB browse domains
3759 // Stop the domain enumeration queries to discover the WAB Browse/Registration domains
3760 if (request->u.enumeration.flags & kDNSServiceFlagsRegistrationDomains)
3770 mDNS_StopGetDomains(&mDNSStorage, &request->u.enumeration.q_all);
3771 mDNS_StopGetDomains(&mDNSStorage, &request->u.enumeration.q_default);
3786 if (!AuthorizedDomain(request, &answer->rdata->u.name, request->u.enumeration.flags ? AutoRegistrationDomains : AutoBrowseDomains)) return;
3791 if (question == &request->u.enumeration.q_default && !AddRecord) return;
3796 if (question == &request->u.enumeration
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dcspell.c638 for (ecp = tp->type_structure.enumeration->enum_constants;
H A Dast.h989 struct AST_enumeration_n_t *enumeration; /* " == enum_k */ member in union:AST_type_n_t::__anon8104
H A Dastp_dmp.c1047 AST_dump_enumerators (type_n_p->type_structure.enumeration, indentation + 1);
H A Dastp_sim.c535 * Allocate and initialize the enumeration node
548 type_node_ptr->type_structure.enumeration = enum_node_ptr;
H A Dchecker.c4195 ** Checks an AST enumeration node.
4200 AST_enumeration_n_t *enum_p, /* [in] Ptr to AST enumeration node */
4257 /* Case label must be a constant from discriminator's enumeration type */
4262 char const *econst_name; /* Name of a constant in enumeration */
4263 AST_enumeration_n_t *enum_p; /* Ptr to enumeration node */
4270 enum_p = type_p->type_structure.enumeration;
4285 /* Matching constant name not found in the relevant enumeration. */
5525 enum_check(type_p->type_structure.enumeration, type_p);
/macosx-10.10/cups-408/cups/doc/
H A Dcups.css539 .class, .enumeration, .function, .struct, .typedef, .union {
/macosx-10.10/swig-12/Source/Modules/
H A Dmodula3.cxx58 - enumeration items should definitely be equipped
62 enumeration using a symbolic constant.
92 - Swig_symbol_qualified() returns NIL for enumeration nodes
109 - emit enumeration definitions when its first item is declared,
206 String *enumeration_name; //Name of the current enumeration type
429 // Swig_symbol_qualified returns NIL for enumeration nodes
1727 Hash *enumeration = Getattr(enumeration_coll, basename); local
1728 if (enumeration == NIL) {
1729 Swig_warning(WARN_MODULA3_BAD_ENUMERATION, input_file, line_number, "There is no enumeration <%s> as needed for the set.\n", setname);
1732 items = Getattr(enumeration, "item
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli52 [llvm::Type::TypeID] enumeration. *)
149 See the [llvm::ICmpInst::Predicate] enumeration. *)
165 See the [llvm::FCmpInst::Predicate] enumeration. *)
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm712 The parameter C<type> is an enumeration which specifies which of the 3
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1730 #pragma mark Interface enumeration
/macosx-10.10/libxml2-26/libxml2/
H A Dparser.c407 errmsg = "'(' required to start ATTLIST enumeration";
410 errmsg = "NmToken expected in ATTLIST enumeration";
413 errmsg = "')' required to finish ATTLIST enumeration";
5792 * Returns: the enumeration attribute tree built while parsing
5817 "standalone: attribute enumeration value token %s duplicated\n",
5852 * @tree: the enumeration tree built while parsing
5886 * @tree: the enumeration tree built while parsing
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c371 errmsg = "'(' required to start ATTLIST enumeration\n";
374 errmsg = "NmToken expected in ATTLIST enumeration\n";
377 errmsg = "')' required to finish ATTLIST enumeration\n";
5396 * Returns: the enumeration attribute tree built while parsing
5421 "standalone: attribute enumeration value token %s duplicated\n",
5456 * @tree: the enumeration tree built while parsing
5490 * @tree: the enumeration tree built while parsing

Completed in 295 milliseconds