HomeSort by relevance Sort by last modified time
    Searched refs:verb (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/iproute2/doc/
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
    [all...]
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...]
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| fiel
    [all...]
  /external/skia/src/xml/
SkBML_XMLParser.cpp 94 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer)
96 int data = verb & 31;
97 verb >>= 5;
101 switch (verb) {
123 SkASSERT(!"bad verb");
129 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer)
131 int data = verb & 31;
132 verb >>= 5;
136 if (verb == kStartElem_Value_Verb)
143 SkASSERT(verb == kStartElem_Index_Verb)
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 42 * - Each action is defined as a "verb object" followed by parameters.
50 /** Internal verb name for internally hidden flags. */
53 /** String to use when the verb doesn't need any object. */
63 /** Verb requested by the user. Null if none specified, which will be an error. */
71 * This list serves two purposes: first it is used to know which verb/object
77 * <li> the verb.
93 * The key is a string "verb/directObject/longName".
129 * Indicates if this command-line can work when no verb is specified.
130 * The default is false, which generates an error when no verb/object is specified.
132 * of verb/action
239 String verb = null; local
    [all...]
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 46 verb=removed
58 verb=added
61 echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
  /external/skia/src/core/
SkEdgeBuilder.cpp 45 SkPath::Verb verb; local
47 while ((verb = clipper->next(pts)) != SkPath::kDone_Verb) {
48 switch (verb) {
81 SkPath::Verb verb; local
88 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
89 switch (verb) {
114 SkASSERT(!"unexpected verb");
119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb)
    [all...]
SkPath.cpp 794 Verb verb; local
798 while ((verb = iter.next(pts)) != kDone_Verb) {
799 switch (verb) {
820 SkASSERT(!"unknown verb");
902 SkASSERT(!"bad verb");
958 SkPath::Verb verb; local
960 while ((verb = iter.next(pts)) != kDone_Verb) {
961 switch (verb) {
1126 unsigned verb = *fVerbs++; local
1313 Verb verb; local
1497 SkPath::Verb verb; local
    [all...]
SkRegion_path.cpp 233 SkPath::Verb verb; local
239 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
240 maxEdges += gPathVerbToMaxEdges[verb];
242 int lastIndex = gPathVerbToInitialLastIndex[verb];
251 } else if (SkPath::kMove_Verb == verb) {
SkScan_Path.cpp 279 SkPath::Verb verb; local
289 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
290 switch (verb) {
351 SkPath::Verb verb; local
353 while ((verb = iter.next(NULL)) != SkPath::kDone_Verb) {
354 switch (verb) {
  /external/icu4c/layout/
IndicRearrangementProcessor.h 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
  /external/skia/samplecode/
SampleLineClipper.cpp 92 SkPath::Verb verb; local
93 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) {
94 switch (verb) {
104 SkASSERT(!"unexpected verb");
117 SkPath::Verb verb; local
118 while ((verb = clipper.next(pts)) != SkPath::kDone_Verb) {
119 switch (verb) {
129 SkASSERT(!"unexpected verb");
    [all...]
  /external/skia/src/effects/
Sk1DPathEffect.cpp 123 SkPath::Verb verb; local
125 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb)
127 switch (verb) {
149 SkASSERT(!"unknown verb");
SkCornerPathEffect.cpp 53 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; local
67 switch (verb = iter.next(pts)) {
134 prevVerb = verb;
  /external/bzip2/
blocksort.c 216 Int32 verb )
229 if (verb >= 4)
263 if (verb >= 4)
308 if (verb >= 4)
320 if (verb >= 4)
756 Int32 verb,
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" );
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" );
893 if (verb >= 4)
1008 if (verb >= 4
1037 Int32 verb = s->verbosity; local
    [all...]
  /external/skia/src/pdf/
SkPDFUtils.cpp 106 for (SkPath::Verb verb = iter.next(args);
107 verb != SkPath::kDone_Verb;
108 verb = iter.next(args)) {
110 switch (verb) {
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 115 SkPath::Verb verb; local
119 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
120 if (verb == SkPath::kLine_Verb) {
154 if (verb == SkPath::kMove_Verb) {
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 15 postMessage({verb: 'give-exif',
34 postMessage({verb: 'give-exif-error',
154 if (this.messageHandlers.hasOwnProperty(data.verb)) {
155 //this.log('dispatching: ' + data.verb + ': ' + data.arguments);
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});
  /sdk/sdkmanager/app/tests/com/android/sdkmanager/
CommandLineProcessorTest.java 52 public void printHelpAndExitForAction(String verb, String directObject,
55 super.printHelpAndExitForAction(verb, directObject, errorFormat, args);
136 assertTrue(c.getStdErr().indexOf("Missing verb name.") != -1);
143 assertTrue(c.getStdErr().indexOf("Missing verb name.") != -1);
152 assertTrue(c.getStdErr().indexOf("Missing verb name.") == -1);
158 assertTrue(c.getStdErr().indexOf("Missing verb name.") == -1);
SdkCommandLineTest.java 41 public void printHelpAndExitForAction(String verb, String directObject,
44 super.printHelpAndExitForAction(verb, directObject, errorFormat, args);
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 63 bool verb_allows_cache = (t.request.verb == HV_GET)
64 || (t.request.verb == HV_HEAD);
170 if (HV_GET != request.verb)
197 id.append(ToString(request.verb));
404 request().verb = HV_GET;
414 request().verb = HV_POST;
434 || (HV_HEAD == request().verb)
435 || (HV_GET == request().verb);
581 && (HV_HEAD != request().verb)
667 if ((request().verb == HV_HEAD) || !HttpCodeHasBody(response().scode))
    [all...]
httpcommon.cc 152 const char* ToString(HttpVerb verb) {
153 return Enum<HttpVerb>::Name(verb);
156 bool FromString(HttpVerb& verb, const std::string& str) {
157 return Enum<HttpVerb>::Parse(verb, str);
510 verb = HV_GET;
517 verb = src.verb;
525 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(),
547 if (!FromString(verb, sverb.c_str())) {
555 if (HV_CONNECT == verb)
    [all...]
httpcommon.h 146 const char* ToString(HttpVerb verb);
147 bool FromString(HttpVerb& verb, const std::string& str);
397 HttpVerb verb; member in struct:talk_base::HttpRequestData
400 HttpRequestData() : verb(HV_GET) { }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 137 * delete the selection with a "Cut" verb for the title.
153 * @param verb A translated verb for the action. Will be used for the
161 public void deleteSelection(String verb, final List<SelectionItem> selection) {
194 verb);
198 verb, title);
  /external/skia/src/utils/
SkParsePath.cpp 199 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[],
201 stream->write(&verb, 1);

Completed in 1263 milliseconds

1 2 3 4