Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 25 of 86) sorted by relevance

1234

/external/iproute2/doc/
Dip-cref.tex12 \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 …]
Dip-tunnels.tex12 \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 …]
Dapi-ip6-flowlabels.tex12 \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 …]
Darpd.sgml19 <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>
Dss.sgml132 <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 …]
Drtstat.sgml33 <tscreen><verb>
35 </verb></tscreen>
/external/skia/src/xml/
DSkBML_XMLParser.cpp86 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in rattr() argument
88 int data = verb & 31; in rattr()
89 verb >>= 5; in rattr()
93 switch (verb) { in rattr()
121 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in relem() argument
123 int data = verb & 31; in relem()
124 verb >>= 5; in relem()
128 if (verb == kStartElem_Value_Verb) in relem()
135 SkASSERT(verb == kStartElem_Index_Verb); in relem()
143 verb = rbyte(s); in relem()
[all …]
/external/skia/src/core/
DSkEdgeBuilder.cpp52 SkPath::Verb verb; in addClipper() local
54 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper()
55 switch (verb) { in addClipper()
88 SkPath::Verb verb; in build() local
95 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build()
96 switch (verb) { in build()
126 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in build()
127 switch (verb) { in build()
DSkPath.cpp975 Verb verb; in addPath() local
979 while ((verb = iter.next(pts)) != kDone_Verb) { in addPath()
980 switch (verb) { in addPath()
1186 SkPath::Verb verb; in transform() local
1188 while ((verb = iter.next(pts)) != kDone_Verb) { in transform()
1189 switch (verb) { in transform()
1356 unsigned verb = *fVerbs; in consumeDegenerateSegments() local
1357 switch (verb) { in consumeDegenerateSegments()
1439 unsigned verb = *fVerbs++; in next() local
1442 switch (verb) { in next()
[all …]
DSkRegion_path.cpp225 SkPath::Verb verb; in count_path_runtype_values() local
231 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in count_path_runtype_values()
232 maxEdges += gPathVerbToMaxEdges[verb]; in count_path_runtype_values()
234 int lastIndex = gPathVerbToInitialLastIndex[verb]; in count_path_runtype_values()
243 } else if (SkPath::kMove_Verb == verb) { in count_path_runtype_values()
DSkStroke.cpp579 SkPath::Verb verb, lastSegment = SkPath::kMove_Verb; in strokePath() local
581 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in strokePath()
582 switch (verb) { in strokePath()
590 lastSegment = verb; in strokePath()
595 lastSegment = verb; in strokePath()
600 lastSegment = verb; in strokePath()
/external/dnsmasq/contrib/port-forward/
Ddnsmasq-portforward46 verb=removed
58 verb=added
61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLExtras.cpp92 SkPath::Verb verb; in drawRegion() local
96 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in drawRegion()
97 if (verb == SkPath::kLine_Verb) { in drawRegion()
128 if (verb == SkPath::kMove_Verb) { in drawRegion()
/external/chromium/chrome/browser/resources/file_manager/js/
Dexif_reader.js15 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/skia/samplecode/
DSampleLineClipper.cpp99 SkPath::Verb verb; in quad_clipper() local
100 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) { in quad_clipper()
101 switch (verb) { in quad_clipper()
124 SkPath::Verb verb; in cubic_clipper() local
125 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) { in cubic_clipper()
126 switch (verb) { in cubic_clipper()
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.cc63 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 …]
Dhttpcommon.cc152 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()
Dhttpcommon.h146 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/
Dblocksort.c216 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/skia/src/pdf/
DSkPDFUtils.cpp104 for (SkPath::Verb verb = iter.next(args); in EmitPath() local
105 verb != SkPath::kDone_Verb; in EmitPath()
106 verb = iter.next(args)) { in EmitPath()
108 switch (verb) { in EmitPath()
/external/skia/src/effects/
DSkCornerPathEffect.cpp45 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; in filterPath() local
59 switch (verb = iter.next(pts)) { in filterPath()
126 prevVerb = verb; in filterPath()
DSk1DPathEffect.cpp108 SkPath::Verb verb; in morphpath() local
110 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) { in morphpath()
111 switch (verb) { in morphpath()
/external/icu4c/layout/
DIndicRearrangementProcessor.h34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
/external/skia/src/utils/
DSkDumpCanvas.cpp164 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump() argument
175 fDumper->dump(this, verb, buffer, paint); in dump()
419 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump() argument
438 if (SkDumpCanvas::kDrawText_Verb == verb) { in dump()
DSkParsePath.cpp206 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[], in append_scalars() argument
208 stream->write(&verb, 1); in append_scalars()

1234