Searched defs:defs (Results 1 - 16 of 16) sorted by relevance

/external/oprofile/libregex/
H A Dop_regex.h118 defs_dict defs; member in class:regular_expression_replace
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.c103 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { argument
106 for (; *defs; defs++) {
107 const struct arg_def *def = *defs;
/external/libvpx/libvpx/
H A Dargs.c103 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { argument
106 for (; *defs; defs++) {
107 const struct arg_def *def = *defs;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java50 * @param elements An array of allowed child element defs, or null.
51 * @param attributes An array of allowed attribute defs, or null.
78 * @param elements An array of allowed child element defs, or null.
79 * @param attributes An array of allowed attribute defs, or null.
109 * @param elements An array of allowed child element defs, or null.
110 * @param attributes An array of allowed attribute defs, or null.
133 * @param elements An array of allowed child element defs, or null.
134 * @param attributes An array of allowed attribute defs, or null.
161 * @param elements An array of allowed child element defs, or null.
162 * @param attributes An array of allowed attribute defs, o
431 setElements(XSLTElementDef[] defs) argument
[all...]
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp69 OptionValueProperties::Initialize (const PropertyDefinition *defs) argument
71 for (size_t i=0; defs[i].name; ++i)
73 Property property(defs[i]);
/external/oprofile/libpopt/
H A Dpopthelp.c229 char * defs = NULL; local
265 defs = singleOptionDefaultValue(lineLength, opt, translation_domain);
266 if (defs) {
268 strlen(defs) + sizeof(" "));
276 strcpy(te, defs);
277 defs = _free(defs);
279 defs = t;
367 if (defs) {
368 help = defs;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c97 preprocess_prog(struct context *ctx, const char *src, const char *defs) argument
115 defs ? defs : "", tmp);
142 const char *src, const char *defs)
152 char *psrc = preprocess_prog(ctx, src, defs);
140 init_prog(struct context *ctx, unsigned local_sz, unsigned private_sz, unsigned input_sz, const char *src, const char *defs) argument
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c97 preprocess_prog(struct context *ctx, const char *src, const char *defs) argument
115 defs ? defs : "", tmp);
142 const char *src, const char *defs)
152 char *psrc = preprocess_prog(ctx, src, defs);
140 init_prog(struct context *ctx, unsigned local_sz, unsigned private_sz, unsigned input_sz, const char *src, const char *defs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h489 std::list<ValueDef *> defs; member in class:nv50_ir::Value
610 inline ValueDef& def(int s) { return defs[s]; }
612 inline const ValueDef& def(int s) const { return defs[s]; }
614 inline Value *getDef(int d) const { return defs[d].get(); }
620 return d < defs.size() && defs[d].exists();
637 unsigned int defCount() const { return defs.size(); };
709 std::deque<ValueDef> defs; // no gaps ! member in class:nv50_ir::Instruction
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h489 std::list<ValueDef *> defs; member in class:nv50_ir::Value
610 inline ValueDef& def(int s) { return defs[s]; }
612 inline const ValueDef& def(int s) const { return defs[s]; }
614 inline Value *getDef(int d) const { return defs[d].get(); }
620 return d < defs.size() && defs[d].exists();
637 unsigned int defCount() const { return defs.size(); };
709 std::deque<ValueDef> defs; // no gaps ! member in class:nv50_ir::Instruction
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c114 xmlHashTablePtr defs; /* define* */ member in struct:_xmlRelaxNGGrammar
123 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
166 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */
184 xmlHashTablePtr defs; /* define */ member in struct:_xmlRelaxNG
271 xmlRelaxNGDefinePtr *defs; /* the array of element definitions */ member in struct:_xmlRelaxNGInterleaveGroup
873 if (grammar->defs != NULL) {
874 xmlHashFree(grammar->defs, NULL);
946 if (group->defs != NULL)
947 xmlFree(group->defs);
3767 * @defs1: the first element/attribute defs
[all...]
/external/libxml2/
H A Drelaxng.c115 xmlHashTablePtr defs; /* define* */ member in struct:_xmlRelaxNGGrammar
124 XML_RELAXNG_EXCEPT, /* except present in nameclass defs */
167 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */
185 xmlHashTablePtr defs; /* define */ member in struct:_xmlRelaxNG
272 xmlRelaxNGDefinePtr *defs; /* the array of element definitions */ member in struct:_xmlRelaxNGInterleaveGroup
874 if (grammar->defs != NULL) {
875 xmlHashFree(grammar->defs, NULL);
947 if (group->defs != NULL)
948 xmlFree(group->defs);
3768 * @defs1: the first element/attribute defs
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jar ... static void " href="/5.1.0_r1/s?defs= " () public void " href="/5.1.0_r1/s ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jar ... public void " href="/5.1.0_r1/s?defs= " (org.eclipse.pde.core.IModelChangeProvider ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jar ... private void " href="/5.1.0_r1/s?defs= " () public boolean isPresent () public java.lang.Object ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jar ... private void " href="/5.1.0_r1/s?defs= " () public static char toBase64 (int) int value public static ...

Completed in 390 milliseconds