Searched refs:orig (Results 126 - 144 of 144) sorted by relevance

123456

/external/libpng/
H A DCHANGES2150 Removed some stray *.diff and *.orig files
/external/libxml2/
H A DdebugXML.c1264 if (cur->orig != NULL)
1265 fprintf(ctxt->output, "\n orig \"%s\"", (char *) cur->orig);
H A Dparser.c3613 * @orig: if non-NULL store a copy of the original entity value
3624 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { argument
3741 if (orig != NULL)
3742 *orig = buf;
5149 xmlChar *orig = NULL; local
5196 value = xmlParseEntityValue(ctxt, &orig);
5242 value = xmlParseEntityValue(ctxt, &orig);
5356 if (orig != NULL) {
5375 if (cur->orig != NULL)
5376 xmlFree(orig);
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1309 MPI_Request* clone_Request_array ( int count, MPI_Request* orig )
1322 copy[i] = orig[i];
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp1200 entity.orig = sharedXHTMLEntityResult;
/external/bison/
H A Dconfig.status1555 *.orig | *.bak | *~) ;;
H A Dconfigure17585 *.orig | *.bak | *~) ;;
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js327 var orig = this.find("*").andSelf(), i = 0;
330 if ( this.nodeName !== orig[i].nodeName )
333 var events = jQuery.data( orig[i], "events" );
2883 }, function( orig, fix ){
2886 jQuery.event.add( this, orig, withinElement, fix );
2889 jQuery.event.remove( this, orig, withinElement );
4007 if ( !options.orig )
4008 options.orig = {};
4071 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4086 this.options.orig[thi
[all...]
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2662 domainname *orig = question->qnameOrig; local
2687 question->qnameOrig = orig;
/external/valgrind/main/perf/
H A Dtinycc.c18675 uint32_t orig;
18680 orig = ((*(int *)(ptr )) >> 7) & 0xffff;
18681 orig |= (((*(int *)(ptr+4)) >> 7) & 0xffff) << 16;
18685 *(int *) ptr = (*(int *) ptr & (~(0xffff << 7)) ) | (((val+orig) & 0xffff) << 7);
18686 *(int *)(ptr+4) = (*(int *)(ptr+4) & (~(0xffff << 7)) ) | ((((val+orig)>>16) & 0xffff) << 7);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.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.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/
H A Dconfigure6574 *.orig | *.bak | *~) ;;
/external/clang/lib/Sema/
H A DSemaExpr.cpp11685 Expr *orig = E; local
11712 << orig->getSourceRange();
11721 S.Diag(loc, diagID) << d << orig->getSourceRange();
/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/e2fsprogs/
H A Dconfigure12374 *.orig | *.bak | *~) ;;

Completed in 696 milliseconds

123456