Searched defs:def (Results 76 - 100 of 106) sorted by relevance

12345

/external/libppp/src/
H A Dcommand.c1601 u_int *maxtrm, int def)
1605 *maxreq = def;
1607 *maxtrm = def;
1600 SetRetry(int argc, char const *const *argv, u_int *timeout, u_int *maxreq, u_int *maxtrm, int def) argument
/external/libxml2/
H A Dvalid.c1915 * @def: the attribute default type
1928 xmlAttributeType type, xmlAttributeDefault def,
2051 ret->def = def;
2096 * Insert namespace default def first they need to be
2171 cur->def = attr->def;
2258 switch (attr->def) {
2272 "Internal: ATTRIBUTE struct corrupted invalid def\n",
4138 (attr->def !
1925 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
[all...]
H A Dparser.c5631 * parse the Attribute list def for an element
5706 * : parse the Attribute list def for an element
5739 int def; local
5773 def = xmlParseDefaultDecl(ctxt, &defaultValue);
5774 if (def <= 0) {
5809 type, def, defaultValue, tree);
5814 (def != XML_ATTRIBUTE_IMPLIED) &&
5815 (def != XML_ATTRIBUTE_REQUIRED)) {
H A Dtree.c6075 xmlNsPtr def; local
6096 def = xmlSearchNsByHref(doc, tree, ns->href);
6097 if (def != NULL)
6098 return(def);
6109 def = xmlSearchNs(doc, tree, prefix);
6110 while (def != NULL) {
6117 def = xmlSearchNs(doc, tree, prefix);
6123 def = xmlNewNs(tree, ns->href, prefix);
6124 return(def);
H A Drelaxng.c133 XML_RELAXNG_EXTERNALREF, /* reference to an external def */
134 XML_RELAXNG_PARENTREF, /* reference to a def in the parent grammar */
218 xmlRelaxNGDefinePtr def; /* the current define */ member in struct:_xmlRelaxNGParserCtxt
2022 xmlRelaxNGDefName(xmlRelaxNGDefinePtr def) argument
2024 if (def == NULL)
2026 switch (def->type) {
2046 return ("def");
2863 xmlRelaxNGDefinePtr def);
2874 xmlRelaxNGIsCompileable(xmlRelaxNGDefinePtr def) argument
2878 if (def
3025 xmlRelaxNGCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument
3251 xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument
3524 xmlRelaxNGDefinePtr def = NULL; local
3616 xmlRelaxNGDefinePtr def = NULL, except; local
3908 xmlRelaxNGGenerateAttributes(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument
3984 xmlRelaxNGGetElements(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def, int eora) argument
4081 xmlRelaxNGCheckChoiceDeterminism(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument
4217 xmlRelaxNGCheckGroupAttrs(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument
4309 xmlRelaxNGComputeInterleaves(xmlRelaxNGDefinePtr def, xmlRelaxNGParserCtxtPtr ctxt, xmlChar * name ATTRIBUTE_UNUSED) argument
4480 xmlRelaxNGDefinePtr def = NULL; local
4594 xmlRelaxNGDefinePtr def; local
4663 xmlRelaxNGDefinePtr def = (xmlRelaxNGDefinePtr) payload; local
4734 xmlRelaxNGDefinePtr def; local
4817 xmlRelaxNGDefinePtr def = NULL; local
5259 xmlRelaxNGParseNameClass(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, xmlRelaxNGDefinePtr def) argument
5516 xmlRelaxNGDefinePtr def = NULL, last = NULL, cur, parent; local
5564 xmlRelaxNGDefinePtr def = NULL, last; local
5673 xmlRelaxNGDefinePtr def, cur; local
7562 xmlRelaxNGDefinePtr def; local
[all...]
H A Dtrio.c1022 trio_userdef_t *def; local
1027 for (def = internalUserDef; def; def = def->next)
1030 if (trio_equal_case(def->name, name))
1034 *prev = def;
1040 return def;
3335 trio_userdef_t *def = NULL; local
3342 def
4273 trio_userdef_t *def; local
4343 trio_userdef_t *def; local
[all...]
H A Dxmlschemas.c758 xmlSchemaIDCPtr def; /* the IDC definition */ member in struct:_xmlSchemaIDCAug
1712 *buf = xmlStrdup(BAD_CAST "model group def.");
5995 int min, int max, int def, const char *expected)
6003 return (def);
6013 return (def);
6027 return (def);
6044 return (def);
6060 int min, int max, int def, const char *expected)
6068 return (def);
6079 return (def);
5994 xmlGetMaxOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument
6059 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument
6160 xmlGetBooleanProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name, int def) argument
28242 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
[all...]
/external/openssl/apps/
H A Dapps.c2087 int parse_yesno(const char *str, int def) argument
2089 int ret = def;
2109 ret = def;
2728 * in: a NUL termianted string like "abc,def,ghi"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... newbaseline int i java.io.File baseline String def org.eclipse.pde.api.tools. ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/truetype/
H A Dttinterp.c4715 TT_DefRecord* def; local
4733 def = CUR.FDefs + F;
4734 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F )
4740 def = CUR.FDefs;
4741 limit = def + CUR.numFDefs;
4743 while ( def < limit && def->opc != F )
4744 def++;
4746 if ( def == limit )
4751 if ( !def
4793 TT_DefRecord* def; local
4870 TT_DefRecord* def; local
7149 TT_DefRecord* def = CUR.IDefs; local
8160 TT_DefRecord* def = CUR.IDefs; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/elfutils/src/
H A Dreadelf.c2151 GElf_Verdef *def = gelf_getverdef (data, offset, &defmem); local
2152 if (unlikely (def == NULL))
2155 unsigned int auxoffset = offset + def->vd_aux;
2163 offset, def->vd_version,
2164 get_ver_flags (def->vd_flags),
2165 def->vd_ndx,
2166 def->vd_cnt,
2170 for (int cnt2 = 1; cnt2 < def->vd_cnt; ++cnt2)
2184 offset += def->vd_next;
2253 GElf_Verdef *def; local
2343 GElf_Verdef *def = gelf_getverdef (defdata, offset, &defmem); local
[all...]
/external/qemu/target-mips/
H A Dtranslate.c8583 const mips_def_t *def; local
8585 def = cpu_mips_find_by_name(cpu_model);
8586 if (!def)
8589 env->cpu_model = def;
8594 mmu_init(env, def);
8596 mvp_init(env, def);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp282 ValueDecl *VD, bool def=false);
3324 ValueDecl *VD, bool def) {
3327 if (def)
3322 RewriteByRefString(std::string &ResultStr, const std::string &Name, ValueDecl *VD, bool def) argument
H A DRewriteModernObjC.cpp296 ValueDecl *VD, bool def=false);
3948 ValueDecl *VD, bool def) {
3951 if (def)
3946 RewriteByRefString(std::string &ResultStr, const std::string &Name, ValueDecl *VD, bool def) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 658 milliseconds

12345