/external/iproute2/doc/ |
D | ip-cref.tex | 12 \verb|kuznet@ms2.inr.ac.ru| \\ 24 This document presents a comprehensive description of the \verb|ip| utility 25 from the \verb|iproute2| package. It is not a tutorial or user's guide. 33 This document is split into sections explaining \verb|ip| commands 34 and options, decrypting \verb|ip| output and containing a few examples. 43 The generic form of an \verb|ip| command is: 47 where \verb|OPTIONS| is a set of optional modifiers affecting the 48 general behaviour of the \verb|ip| utility or changing its output. All options 49 begin with the character \verb|'-'| and may be used in either long or abbreviated 53 \item \verb|-V|, \verb|-Version| [all …]
|
D | ip-tunnels.tex | 12 \verb|kuznet@ms2.inr.ac.ru| \\ 36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure 41 Certainly, if you prefer name \verb|tunl1| to \verb|MY-TUNNEL|, 51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of 53 to 10.0.0.0 via \verb|tunl0| in routing table. 62 Note keyword \verb|onlink|, it is the magic key that orders kernel 74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is 78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module. 79 I cannot find any \verb|tunnel| in 2.2! 81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling [all …]
|
D | api-ip6-flowlabels.tex | 12 \verb|kuznet@ms2.inr.ac.ru| \\ 93 \verb|sin6_flowinfo| field added to \verb|struct| \verb|sockaddr_in6| 102 hole in \verb|sockaddr_in6| in any case. Now it has no justification. 106 if \verb|recvmsg()| initializes \verb|sin6_flowinfo| to flow info 112 RFC2553 adds new requirement: to clear \verb|sin6_flowinfo|. 119 initialize \verb|sin6_flowinfo| at all, so that, if kernel does not 135 By default Linux IPv6 does not read \verb|sin6_flowinfo| field 140 \verb|IPV6_FLOWINFO_SEND|. 148 Linux kernel never fills \verb|sin6_flowinfo| field, when passing 151 will set option \verb|IPV6_FLOWINFO| and after this he will receive [all …]
|
D | arpd.sgml | 19 <tscreen><verb> 21 </verb></tscreen> 97 <tscreen><verb> 99 </verb></tscreen> 103 <tscreen><verb> 106 </verb></tscreen> 110 <tscreen><verb> 112 </verb></tscreen> 119 <tscreen><verb> 121 </verb></tscreen>
|
D | ss.sgml | 132 <tscreen><verb> 134 </verb></tscreen> 161 <tscreen><verb> 167 </verb></tscreen> 179 <tscreen><verb> 184 </verb></tscreen> 188 <tscreen><verb> 190 </verb></tscreen> 200 <tscreen><verb> 202 </verb></tscreen> [all …]
|
D | rtstat.sgml | 33 <tscreen><verb> 35 </verb></tscreen>
|
/external/skia/src/xml/ |
D | SkBML_XMLParser.cpp | 94 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in rattr() argument 96 int data = verb & 31; in rattr() 97 verb >>= 5; in rattr() 101 switch (verb) { in rattr() 129 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in relem() argument 131 int data = verb & 31; in relem() 132 verb >>= 5; in relem() 136 if (verb == kStartElem_Value_Verb) in relem() 143 SkASSERT(verb == kStartElem_Index_Verb); in relem() 151 verb = rbyte(s); in relem() [all …]
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 45 SkPath::Verb verb; in addClipper() local 47 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper() 48 switch (verb) { in addClipper() 81 SkPath::Verb verb; in build() local 88 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build() 89 switch (verb) { in build() 119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build() 120 switch (verb) { in build()
|
D | SkPath.cpp | 794 Verb verb; in addPath() local 798 while ((verb = iter.next(pts)) != kDone_Verb) { in addPath() 799 switch (verb) { in addPath() 958 SkPath::Verb verb; in transform() local 960 while ((verb = iter.next(pts)) != kDone_Verb) { in transform() 961 switch (verb) { in transform() 1126 unsigned verb = *fVerbs++; in next() local 1129 switch (verb) { in next() 1133 verb = this->autoClose(pts); in next() 1134 if (verb == kClose_Verb) { in next() [all …]
|
D | SkRegion_path.cpp | 233 SkPath::Verb verb; in count_path_runtype_values() local 239 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in count_path_runtype_values() 240 maxEdges += gPathVerbToMaxEdges[verb]; in count_path_runtype_values() 242 int lastIndex = gPathVerbToInitialLastIndex[verb]; in count_path_runtype_values() 251 } else if (SkPath::kMove_Verb == verb) { in count_path_runtype_values()
|
D | SkScan_Path.cpp | 279 SkPath::Verb verb; in build_edges() local 289 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build_edges() 290 switch (verb) { in build_edges() 351 SkPath::Verb verb; in worst_case_edge_count() local 353 while ((verb = iter.next(NULL)) != SkPath::kDone_Verb) { in worst_case_edge_count() 354 switch (verb) { in worst_case_edge_count()
|
D | SkStroke.cpp | 592 SkPath::Verb verb, lastSegment = SkPath::kMove_Verb; in strokePath() local 594 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in strokePath() 595 switch (verb) { in strokePath() 603 lastSegment = verb; in strokePath() 608 lastSegment = verb; in strokePath() 613 lastSegment = verb; in strokePath()
|
/external/dnsmasq/contrib/port-forward/ |
D | dnsmasq-portforward | 46 verb=removed 58 verb=added 61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
|
/external/skia/samplecode/ |
D | SampleLineClipper.cpp | 92 SkPath::Verb verb; in quad_clipper() local 93 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) { in quad_clipper() 94 switch (verb) { in quad_clipper() 117 SkPath::Verb verb; in cubic_clipper() local 118 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) { in cubic_clipper() 119 switch (verb) { in cubic_clipper()
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
D | exif_reader.js | 15 postMessage({verb: 'give-exif', property 34 postMessage({verb: 'give-exif-error', property 154 if (this.messageHandlers.hasOwnProperty(data.verb)) { 156 this.messageHandlers[data.verb].apply(this, data.arguments); 158 this.log('Unknown message from client: ' + data.verb, data); 164 postMessage({verb: 'log', arguments: ary}); property
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpclient.cc | 63 bool verb_allows_cache = (t.request.verb == HV_GET) in HttpShouldCache() 64 || (t.request.verb == HV_HEAD); in HttpShouldCache() 170 if (HV_GET != request.verb) in HttpRequestValidatorLevel() 197 id.append(ToString(request.verb)); in GetCacheID() 404 request().verb = HV_GET; in prepare_get() 414 request().verb = HV_POST; in prepare_post() 434 || (HV_HEAD == request().verb) in ShouldRedirect() 435 || (HV_GET == request().verb); in ShouldRedirect() 581 && (HV_HEAD != request().verb) in ReadCacheBody() 667 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode)) { in onHttpHeaderComplete() [all …]
|
D | httpcommon.cc | 152 const char* ToString(HttpVerb verb) { in ToString() argument 153 return Enum<HttpVerb>::Name(verb); in ToString() 156 bool FromString(HttpVerb& verb, const std::string& str) { in FromString() argument 157 return Enum<HttpVerb>::Parse(verb, str); in FromString() 510 verb = HV_GET; in clear() 517 verb = src.verb; in copy() 525 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(), in formatLeader() 547 if (!FromString(verb, sverb.c_str())) { in parseLeader() 555 if (HV_CONNECT == verb) in getAbsoluteUri() 574 if (HV_CONNECT == verb) in getRelativeUri()
|
D | httpcommon.h | 146 const char* ToString(HttpVerb verb); 147 bool FromString(HttpVerb& verb, const std::string& str); 397 HttpVerb verb; member 400 HttpRequestData() : verb(HV_GET) { } in HttpRequestData()
|
/external/bzip2/ |
D | blocksort.c | 216 Int32 verb ) in fallbackSort() argument 229 if (verb >= 4) in fallbackSort() 263 if (verb >= 4) in fallbackSort() 308 if (verb >= 4) in fallbackSort() 320 if (verb >= 4) in fallbackSort() 756 Int32 verb, in mainSort() argument 767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" ); in mainSort() 800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" ); in mainSort() 893 if (verb >= 4) in mainSort() 1008 if (verb >= 4) in mainSort() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GLExtras.cpp | 115 SkPath::Verb verb; in drawRegion() local 119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in drawRegion() 120 if (verb == SkPath::kLine_Verb) { in drawRegion() 154 if (verb == SkPath::kMove_Verb) { in drawRegion()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 106 for (SkPath::Verb verb = iter.next(args); in EmitPath() local 107 verb != SkPath::kDone_Verb; in EmitPath() 108 verb = iter.next(args)) { in EmitPath() 110 switch (verb) { in EmitPath()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 53 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; in filterPath() local 67 switch (verb = iter.next(pts)) { in filterPath() 134 prevVerb = verb; in filterPath()
|
D | Sk1DPathEffect.cpp | 123 SkPath::Verb verb; in morphpath() local 125 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) in morphpath() 127 switch (verb) { in morphpath()
|
/external/icu4c/layout/ |
D | IndicRearrangementProcessor.h | 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
|
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 157 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump() argument 168 fDumper->dump(this, verb, buffer, paint); in dump() 414 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump() argument 433 if (SkDumpCanvas::kDrawText_Verb == verb) { in dump()
|