/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>
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() argument 30 if (SkPath::kMove_Verb == verb) { in can_add_curve() 33 for (int index = 0; index <= SkPathOpsVerbToPoints(verb); ++index) { in can_add_curve() 36 return SkPath::kLine_Verb != verb || !SkDPoint::ApproximatelyEqual(curve[0], curve[1]); in can_add_curve() 88 SkPath::Verb verb; in preFetch() local 91 verb = iter.next(pts); in preFetch() 92 switch (verb) { in preFetch() 97 *fPathVerbs.append() = verb; in preFetch() 118 verb = SkReduceOrder::Quad(curve, pts); in preFetch() 119 if (verb == SkPath::kMove_Verb) { in preFetch() [all …]
|
D | SkPathOpsCurve.cpp | 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() argument 14 int count = SkPathOpsVerbToPoints(verb); in nearPoint() 35 (*CurveDIntersectRay[verb])(*this, perp, &i); in nearPoint() 55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset() argument 56 int count = SkPathOpsVerbToPoints(verb); in offset() 92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep() argument 95 if (SkPath::kLine_Verb == verb) { in setCurveHullSweep() 104 for (int index = 0; index <= SkPathOpsVerbToPoints(verb); ++index) { in setCurveHullSweep() 109 if (SkPath::kCubic_Verb != verb) { in setCurveHullSweep()
|
D | SkOpAngle.cpp | 67 lh->fPart.fCurve.offset(lh->segment()->verb(), fPart.fCurve[0] - lh->fPart.fCurve[0]); in after() 69 rh->fPart.fCurve.offset(rh->segment()->verb(), fPart.fCurve[0] - rh->fPart.fCurve[0]); in after() 187 SkPath::Verb testVerb = test->segment()->verb(); in allOnOneSide() 237 int iMax = SkPathOpsVerbToPoints(this->segment()->verb()); in alignmentSameSide() 410 int ptCount = SkPathOpsVerbToPoints(segment.verb()); in distEndRatio() 427 SkPath::Verb lVerb = this->segment()->verb(); in endsIntersect() 428 SkPath::Verb rVerb = rh->segment()->verb(); in endsIntersect() 537 SkPath::Verb verb = segment->verb(); in endToSide() local 541 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide() 547 SkPath::Verb oppVerb = oppSegment->verb(); in endToSide() [all …]
|
/external/skia/tests/ |
D | SubsetPath.cpp | 65 uint8_t verb; in SubsetContours() local 69 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetContours() 70 switch (verb) { in SubsetContours() 102 uint8_t verb; in getSubsetPath() local 107 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in getSubsetPath() 112 switch (verb) { in getSubsetPath() 156 uint8_t verb; in SubsetVerbs() local 159 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in SubsetVerbs() 160 switch (verb) { in SubsetVerbs() 189 uint8_t verb; in getSubsetPath() local [all …]
|
/external/selinux/python/sepolicy/ |
D | sepolicy-bash-completion.sh | 66 local verb comps 94 verb=${COMP_WORDS[i]} 99 if [[ -z $verb ]]; then 107 elif [ "$verb" = "booleans" ]; then 114 elif [ "$verb" = "communicate" ]; then 124 elif [ "$verb" = "generate" ]; then 147 elif [[ "$cur" == "$verb" || "$cur" == "" || "$cur" == -* ]]; then 154 elif [ "$verb" = "interface" ]; then 157 elif [ "$verb" = "manpage" ]; then 174 elif [ "$verb" = "network" ]; then [all …]
|
/external/selinux/policycoreutils/setsebool/ |
D | setsebool-bash-completion.sh | 31 local verb comps 33 if [ "$verb" = "" -a "$prev" = "setsebool" -o "$prev" = "-P" ]; then 44 local verb comps 46 if [ "$verb" = "" -a "$prev" == "getsebool" ]; then 50 if [ "$verb" = "" -a "$prev" != "-a" ]; then
|
/external/selinux/python/semanage/ |
D | semanage-bash-completion.sh | 73 local verb comps 92 if [ "$verb" = "" -a "$prev" = "semanage" ]; then 94 elif [ "$verb" = "" -a "$prev" = "-S" -o "$prev" = "--store" ]; then 97 elif [ "$verb" = "" -a "$prev" = "-p" -o "$prev" = "--proto" ]; then 100 elif [ "$verb" = "" -a "$prev" = "-R" -o "$prev" = "-r" -o "$prev" = "--role" ]; then 107 elif [ "$verb" = "" -a "$prev" = "-s" -o "$prev" = "--seuser" ]; then 110 elif [ "$verb" = "" -a "$prev" = "-f" -o "$prev" = "--ftype" ]; then 113 elif [ "$verb" = "" -a "$prev" = "-t" -o "$prev" = "--types" ]; then
|
/external/mmc-utils/ |
D | mmc.c | 38 char *verb; /* verb */ member 197 printf("\t%s %s ", programname, cmd->verb ); in print_help() 220 for( cp = commands; cp->verb; cp++ ) in help() 259 for( match = 0, cp = commands; cp->verb; cp++ ){ in check_ambiguity() 304 newname = (char*)malloc(strlen(prgname)+strlen(cmd->verb)+2); in prepare_args() 317 strcat(newname, cmd->verb); in prepare_args() 360 for( cp = commands; cp->verb; cp++ ) in parse_args() 362 cp->ncmds = split_command(cp->verb, &(cp->cmds)); in parse_args() 364 for( cp = commands; cp->verb; cp++ ){ in parse_args() 398 *cmd_ = matchcmd->verb; in parse_args() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) { in verb_to_gl_path_cmd() argument 30 SkASSERT(verb >= 0 && (size_t)verb < SK_ARRAY_COUNT(gTable)); in verb_to_gl_path_cmd() 31 return gTable[verb]; in verb_to_gl_path_cmd() 35 inline int num_coords(SkPath::Verb verb) { in num_coords() argument 51 SkASSERT(verb >= 0 && (size_t)verb < SK_ARRAY_COUNT(gTable)); in num_coords() 52 return gTable[verb]; in num_coords() 111 SkPath::Verb verb; in init_path_object_for_general_path() local 112 while ((verb = iter.next(points)) != SkPath::kDone_Verb) { in init_path_object_for_general_path() 113 pathCommands.push_back(verb_to_gl_path_cmd(verb)); in init_path_object_for_general_path() 116 switch (verb) { in init_path_object_for_general_path() [all …]
|
/external/skia/tools/lua/ |
D | bbh_filter.lua | 66 verbCounts[t.verb] = (verbCounts[t.verb] or 0) + 1 67 currentInfo.verbs[t.verb] = (currentInfo.verbs[t.verb] or 0) + 1 70 t.verb = nil 124 for verb,count in pairs(globalInfo[t.fileName].verbs) do 125 io.write(' ', verb, " = ", count, ",\n")
|
D | glyph-counts.lua | 63 verb = t.verb; 64 if verb == "drawPosText" or verb == "drawPosTextH" then
|
D | scrape.lua | 51 local n = total[t.verb] or 0 52 total[t.verb] = n + 1 54 if false and t.verb == "drawRect" and t.paint:isAntiAlias() then 61 if false and t.verb == "drawPath" then
|
D | paths.lua | 68 if (string.starts(t.verb, "draw")) then 72 if (string.starts(t.verb, "clip")) then 76 if t.verb == "clipPath" then 92 if t.verb == "drawPath" then
|
D | count_dashes.lua | 28 if t.verb == "drawPath" and pe:asADash() then 35 for _, verb in ipairs(verbs) do 36 if verb == "move" then
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 98 SkPath::Verb verb; 101 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 105 return verb; 114 SkPath::Verb verb; in get_path_weight() local 117 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in get_path_weight() 121 return verb == SkPath::kConic_Verb ? iter.conicWeight() : 1; in get_path_weight() 130 SkPath::Verb verb; in set_path_pt() local 134 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in set_path_pt() 135 switch (verb) { in set_path_pt() 160 switch (verb) { in set_path_pt() [all …]
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 200 SkPath::Verb verb; in addClipper() local 202 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) { in addClipper() 203 switch (verb) { in addClipper() 244 SkPath::Verb verb; in buildPoly() local 266 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly() 267 switch (verb) { in buildPoly() 301 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in buildPoly() 302 switch (verb) { in buildPoly() 360 SkPath::Verb verb; in build() local 367 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in build() [all …]
|
D | SkPathRef.cpp | 440 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() argument 451 switch (verb) { in growForRepeatedVerb() 495 memset(vb - numVbs, verb, numVbs); in growForRepeatedVerb() 498 vb[~i] = verb; in growForRepeatedVerb() 511 if (SkPath::kConic_Verb == verb) { in growForRepeatedVerb() 520 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() argument 524 switch (verb) { in growForVerb() 559 this->fVerbs[~fVerbCnt] = verb; in growForVerb() 570 if (SkPath::kConic_Verb == verb) { in growForVerb() 619 uint8_t verb = iter.next(pts); in getRRect() local [all …]
|
D | SkRegion_path.cpp | 242 static unsigned verb_to_initial_last_index(unsigned verb) { in verb_to_initial_last_index() argument 252 SkASSERT((unsigned)verb < SK_ARRAY_COUNT(gPathVerbToInitialLastIndex)); in verb_to_initial_last_index() 253 return gPathVerbToInitialLastIndex[verb]; in verb_to_initial_last_index() 256 static unsigned verb_to_max_edges(unsigned verb) { in verb_to_max_edges() argument 266 SkASSERT((unsigned)verb < SK_ARRAY_COUNT(gPathVerbToMaxEdges)); in verb_to_max_edges() 267 return gPathVerbToMaxEdges[verb]; in verb_to_max_edges() 274 SkPath::Verb verb; in count_path_runtype_values() local 280 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) { in count_path_runtype_values() 281 maxEdges += verb_to_max_edges(verb); in count_path_runtype_values() 283 int lastIndex = verb_to_initial_last_index(verb); in count_path_runtype_values() [all …]
|
/external/skia/bench/ |
D | PathIterBench.cpp | 72 SkPath::Verb verb; in onDraw() local 75 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { } in onDraw() 80 SkPath::Verb verb; in onDraw() local 83 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { } in onDraw()
|
/external/syslinux/gpxe/src/hci/commands/ |
D | ifmgmt_cmd.c | 46 static void ifcommon_syntax ( char **argv, const char *verb ) { in ifcommon_syntax() argument 51 argv[0], verb ); in ifcommon_syntax() 109 const char *verb ) { in ifcommon_exec() argument 120 ifcommon_syntax ( argv, verb ); in ifcommon_exec()
|
/external/dnsmasq/contrib/port-forward/ |
D | dnsmasq-portforward | 46 verb=removed 58 verb=added 61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
|