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

/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp47 CObjectVector<COpenType> incl; local
51 options.types = &incl;
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dast-build.c437 FreeInclude(IncludeStmt *incl);
442 IncludeStmt *incl, *first; local
446 incl = first = NULL;
469 first = incl = malloc(sizeof(*first));
471 incl->next_incl = malloc(sizeof(*first));
472 incl = incl->next_incl;
475 if (!incl) {
482 incl->common.type = STMT_INCLUDE;
483 incl
613 FreeInclude(IncludeStmt *incl) argument
[all...]
/external/icu/icu4c/source/common/
H A Duniset_props.cpp163 UnicodeSet * &incl = gInclusions[src].fSet; local
164 U_ASSERT(incl == NULL);
166 incl = new UnicodeSet();
167 if (incl == NULL) {
172 (USet *)incl,
180 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status);
242 delete incl;
243 incl = NULL;
247 incl->compact();
/external/llvm/test/MC/X86/
H A Dx86-64.s890 lock incl 1(%rsp)
892 // CHECK: incl 1(%rsp)
895 lock/incl 1(%rsp)
897 // CHECK: incl 1(%rsp)
1035 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s786 lock incl 1(%rsp)
788 // CHECK: incl 1(%rsp)
791 lock/incl 1(%rsp)
793 // CHECK: incl 1(%rsp)
898 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label
/external/libxml2/
H A Drelaxng.c715 * @incl: a include structure
720 xmlRelaxNGFreeInclude(xmlRelaxNGIncludePtr incl) argument
722 if (incl == NULL)
725 if (incl->href != NULL)
726 xmlFree(incl->href);
727 if (incl->doc != NULL)
728 xmlFreeDoc(incl->doc);
729 if (incl->schema != NULL)
730 xmlRelaxNGFree(incl->schema);
731 xmlFree(incl);
741 xmlRelaxNGFreeIncludeList(xmlRelaxNGIncludePtr incl) argument
4548 xmlRelaxNGIncludePtr incl; local
7124 xmlRelaxNGIncludePtr incl; local
[all...]
/external/mksh/src/
H A Dedit.c4903 findch(int ch, int cnt, bool forw, bool incl) argument
4921 if (!incl) {
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 647 milliseconds