Searched refs:orig (Results 226 - 250 of 273) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c106 struct st_fragment_program *orig)
135 get_pixel_transfer_visitor(fp, orig->glsl_to_tgsi,
105 get_glsl_pixel_transfer_program(struct st_context *st, struct st_fragment_program *orig) argument
/external/pcre/dist/
H A Dpcregrep.c1631 const char *orig = ptr; local
1640 strncpy(endptr, orig, length);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c167 DNSServer *orig = q->qDNSServer; local
219 if (new == orig)
2461 rd += sizeof(mDNSOpaque16); // orig id
4190 DNSServer *orig = q->qDNSServer; local
4191 if (orig)
4193 q->unansweredQueries, q->qname.c, DNSTypeName(q->qtype), &orig->addr, mDNSVal16(orig->port), orig->domain.c);
/external/chromium_org/third_party/libxml/src/
H A Dtree.c5843 xmlNodePtr orig = node; local
5897 if (orig != node) {
5972 xmlNodePtr orig = node; local
6025 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
6030 if (orig != node) {
6036 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
H A DdebugXML.c1263 if (cur->orig != NULL)
1264 fprintf(ctxt->output, "\n orig \"%s\"", (char *) cur->orig);
H A Dparser.c3508 * @orig: if non-NULL store a copy of the original entity value
3519 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { argument
3644 if (orig != NULL)
3645 *orig = buf;
5082 xmlChar *orig = NULL; local
5129 value = xmlParseEntityValue(ctxt, &orig);
5175 value = xmlParseEntityValue(ctxt, &orig);
5291 if (orig != NULL) {
5310 if (cur->orig != NULL)
5311 xmlFree(orig);
[all...]
/external/libxml2/
H A Dtree.c5963 xmlNodePtr orig = node; local
6017 if (orig != node) {
6092 xmlNodePtr orig = node; local
6145 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
6150 if (orig != node) {
6156 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
H A DdebugXML.c1263 if (cur->orig != NULL)
1264 fprintf(ctxt->output, "\n orig \"%s\"", (char *) cur->orig);
H A Dparser.c3754 * @orig: if non-NULL store a copy of the original entity value
3765 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { argument
3890 if (orig != NULL)
3891 *orig = buf;
5404 xmlChar *orig = NULL; local
5451 value = xmlParseEntityValue(ctxt, &orig);
5497 value = xmlParseEntityValue(ctxt, &orig);
5613 if (orig != NULL) {
5632 if (cur->orig != NULL)
5633 xmlFree(orig);
[all...]
/external/chromium_org/third_party/libevent/
H A Devdns.c3079 void *addrs, void *orig) {
3080 char *n = (char*)orig;
3078 main_callback(int result, char type, int count, int ttl, void *addrs, void *orig) argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc396 AccessTester(bool t, MachineType r, E* orig, size_t num) argument
399 original_elements(orig),
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1312 MPI_Request* clone_Request_array ( int count, MPI_Request* orig )
1325 copy[i] = orig[i];
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1325 entity.orig = sharedXHTMLEntityResult;
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp1307 ConstString orig(command.GetArgumentAtIndex(0));
1309 if (target->GetImageSearchPathList().RemapPath(orig, transformed))
1312 result.GetOutputStream().Printf("%s\n", orig.GetCString());
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp3971 const SkOpSpan& orig = this->span(origMin);
3976 if (found.fWindValue != orig.fWindValue || found.fOppValue != orig.fOppValue) {
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp72 SkPoint orig, p1, p2, p3; local
73 orig = SkPoint::Make(1.f, 1.f);
79 path->moveTo(orig);
/external/skia/src/pathops/
H A DSkOpSegment.cpp3880 const SkOpSpan& orig = this->span(origMin);
3885 if (found.fWindValue != orig.fWindValue || found.fOppValue != orig.fOppValue) {
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js2276 var orig = functionStub;
2278 functionStub.func = orig;
/external/chromium_org/third_party/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/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp854 void set(const SkPoint* orig, SkPath::Verb verb, const Segment* segment, argument
859 fPts = orig;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2662 domainname *orig = question->qnameOrig; local
2687 question->qnameOrig = orig;
/external/skia/experimental/Intersection/
H A DSimplify.cpp854 void set(const SkPoint* orig, SkPath::Verb verb, const Segment* segment, argument
859 fPts = orig;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/ ...

Completed in 764 milliseconds

1234567891011