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

/external/libvpx/libvpx/
H A Dargs.c101 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { argument
104 for (; *defs; defs++) {
105 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/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/lzma/C/
H A D7zArcIn.c400 const Byte *defs; local
403 defs = crcs->Defs;
406 if (SzBitArray_Check(defs, i))
1101 Byte *defs; local
1118 defs = p->Defs;
1120 if (SzBitArray_Check(defs, i))
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp632 const bool *defs = &crcs.Defs[0]; local
636 if (defs[i])
1080 const bool *defs = &v.Defs[0]; local
1085 if (defs[i])
/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/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);
3765 * @defs1: the first element/attribute defs
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2701 // uint32_t defs[1]; /* void * (32-bit pointer) variable size */
5300 const char *r, *name, *defs; local
5372 defs = nullptr;
5380 defs = r + sizeof(struct objc_symtab_t);
5398 outs() << "\t(remaining class defs entries entends past the end of the "
5402 memcpy(&def, defs + j * sizeof(uint32_t), sizeof(uint32_t));
5448 outs() << "\t(remaining category defs entries entends past the end of "
5452 memcpy(&def, defs + (j + symtab.cls_def_cnt) * sizeof(uint32_t),
/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="/7.0.0_r1/s?defs= " () public void " href="/7.0.0_r1/s ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jar ... public void " href="/7.0.0_r1/s?defs= " (org.eclipse.pde.core.IModelChangeProvider ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jar ... 0 void " href="/7.0.0_r1/s?defs= " (android.accessibilityservice.AccessibilityService) public void onServiceConnected () public ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jar ... 0 void " href="/7.0.0_r1/s?defs= " (android.accessibilityservice.AccessibilityService) public void onServiceConnected () public ...
H A Dandroid-all-4.3_r2-robolectric-0.jar ... 0 void " href="/7.0.0_r1/s?defs= " (android.accessibilityservice.AccessibilityService) public void onServiceConnected () public ...
H A Dandroid-all-4.4_r1-robolectric-1.jar ... public void " href="/7.0.0_r1/s?defs= " () public static java.util.ArrayList newArrayList () public ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jar ... public void " href="/7.0.0_r1/s?defs= " () public static java.util.ArrayList newArrayList () public ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jar ... public void " href="/7.0.0_r1/s?defs= " () public static java.util.ArrayList newArrayList () public ...

Completed in 578 milliseconds