Searched refs:comp (Results 301 - 325 of 363) sorted by relevance

<<1112131415

/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c16823 xmlPatternPtr comp; /* the precompiled pattern */ local
16828 comp = gen_xmlPatternPtr(n_comp, 0);
16830 ret_val = xmlPatternFromRoot(comp);
16833 des_xmlPatternPtr(n_comp, comp, 0);
16867 xmlPatternPtr comp; /* the precompiled pattern */ local
16875 comp = gen_xmlPatternPtr(n_comp, 0);
16878 ret_val = xmlPatternMatch(comp, node);
16881 des_xmlPatternPtr(n_comp, comp, 0);
16908 xmlPatternPtr comp; /* the precompiled pattern */ local
16913 comp
16942 xmlPatternPtr comp; /* the precompiled pattern */ local
16976 xmlPatternPtr comp; /* the precompiled pattern */ local
33496 xmlRegexpPtr comp; /* the compiled regular expression */ local
33537 xmlRegexpPtr comp; /* the compiled regular expression */ local
46020 xmlXPathCompExprPtr comp; /* the compiled XPath expression */ local
46061 xmlXPathCompExprPtr comp; /* the compiled XPath expression */ local
47004 xmlXPathCompExprPtr comp; /* the precompiled XPath expression */ local
[all...]
H A Drelaxng.c651 xmlRelaxNGTypeCompare comp; /* the compare function */ member in struct:_xmlRelaxNGTypeLibrary
2747 * @comp: the comparison function
2757 xmlRelaxNGTypeCompare comp,
2765 (check == NULL) || (comp == NULL))
2784 lib->comp = comp;
8731 if ((lib != NULL) && (lib->comp != NULL)) {
8732 ret = lib->comp(lib->data, define->name,
2754 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
H A Dltmain.sh704 compile|compil|compi|comp|com|co|c)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssl/ssl/
H A Dssl_lib.c2050 static void SSL_COMP_free(SSL_COMP *comp)
2051 { OPENSSL_free(comp); }
/external/ppp/pppd/
H A Dccp.c39 #include <net/ppp-comp.h>
/external/libxml2/
H A Drelaxng.c652 xmlRelaxNGTypeCompare comp; /* the compare function */ member in struct:_xmlRelaxNGTypeLibrary
2748 * @comp: the comparison function
2758 xmlRelaxNGTypeCompare comp,
2766 (check == NULL) || (comp == NULL))
2785 lib->comp = comp;
8732 if ((lib != NULL) && (lib->comp != NULL)) {
8733 ret = lib->comp(lib->data, define->name,
2755 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py1642 comp = ExprNodes.ComprehensionNode(
1649 append_node.target = comp
1650 return comp
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h2243 OPENSSL_EXPORT const char *SSL_COMP_get_name(const void *comp);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js582 var comp = match[1].startsWith('[') ? match[2].gsub('\\\\]', ']') : match[1];
583 ctx = ctx[comp];
H A Dconcat-jquery-mootools-prototype.js8961 var comp = match[1].startsWith('[') ? match[2].gsub('\\\\]', ']') : match[1];
8962 ctx = ctx[comp];
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js484 var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;
485 var gutterW = display.gutters.offsetWidth, left = comp + "px";
494 display.gutters.style.left = (comp + gutterW) + "px";
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js484 var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;
485 var gutterW = display.gutters.offsetWidth, left = comp + "px";
494 display.gutters.style.left = (comp + gutterW) + "px";
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4443 ContentCompression* const comp = *comp_i++; local
4444 delete comp;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5091 ContentCompression* const comp = *comp_i++; local
5092 delete comp;
/external/libvpx/libwebm/
H A Dmkvparser.cpp4446 ContentCompression* const comp = *comp_i++; local
4447 delete comp;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8807 ;; 1e write pre-comp low 5
8808 ;; 1f write pre-comp high 6
8953 ;; 0x27 write pre-comp low 5
8954 ;; 0x28 write pre-comp high 6
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js500 var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;
501 var gutterW = display.gutters.offsetWidth, left = comp + "px";
510 display.gutters.style.left = (comp + gutterW) + "px";
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh704 compile|compil|compi|comp|com|co|c)
/external/chromium_org/third_party/opus/src/
H A Dltmain.sh1019 compile|compil|compi|comp|com|co|c)
/external/chromium_org/third_party/sqlite/src/
H A Dltmain.sh711 compile|compil|compi|comp|com|co|c)

Completed in 1050 milliseconds

<<1112131415