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

1 2 3 4 5 6 7 8 91011>>

  /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/llvm/docs/
Makefile 68 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
69 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
70 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz $(DESTDIR)$(PROJ_docsdir)
74 $(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/html.tar
75 $(Verb) cd $(PROJ_SRC_DIR) && \
77 $(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/html.tar
81 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)
82 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html && \
94 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/doxygen
95 $(Verb) $(DOXYGEN) $(PROJ_OBJ_DIR)/doxygen.cf
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.h 24 static SkPath::Verb Conic(const SkPoint pts[3], SkScalar weight, SkPoint* reducePts);
25 static SkPath::Verb Cubic(const SkPoint pts[4], SkPoint* reducePts);
26 static SkPath::Verb Quad(const SkPoint pts[3], SkPoint* reducePts);
SkOpEdgeBuilder.cpp 80 SkPath::Verb verb; local
83 verb = iter.next(pts);
84 switch (verb) {
89 *fPathVerbs.append() = verb;
110 verb = SkReduceOrder::Quad(curve, pts);
111 if (verb == SkPath::kMove_Verb) {
120 verb = SkReduceOrder::Conic(curve, iter.conicWeight(), pts);
121 if (verb == SkPath::kMove_Verb) {
132 verb = SkReduceOrder::Cubic(curve, pts)
170 SkPath::Verb verb; local
    [all...]
  /external/skia/src/xml/
SkBML_XMLParser.cpp 86 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer)
88 int data = verb & 31;
89 verb >>= 5;
93 switch (verb) {
115 SkDEBUGFAIL("bad verb");
121 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer)
123 int data = verb & 31;
124 verb >>= 5;
128 if (verb == kStartElem_Value_Verb)
135 SkASSERT(verb == kStartElem_Index_Verb)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 30 * Support for the verb/device/modifier core logic and API,
60 * An audio use case can be defined by a verb and device parameter. The verb
65 * It's intended clients will mostly only need to set the use case verb and
66 * device for each system use case change (as the verb and device parameters
83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,
85 * o Get the TQ parameter for each use case verb, use case device and
93 * Use Case Verb.
95 * The use case verb is the main device audio action. e.g. the "HiFi" use
96 * case verb will configure the audio hardware for HiFi Music playbac
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
use-case.h 30 * Support for the verb/device/modifier core logic and API,
60 * An audio use case can be defined by a verb and device parameter. The verb
65 * It's intended clients will mostly only need to set the use case verb and
66 * device for each system use case change (as the verb and device parameters
83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,
85 * o Get the TQ parameter for each use case verb, use case device and
93 * Use Case Verb.
95 * The use case verb is the main device audio action. e.g. the "HiFi" use
96 * case verb will configure the audio hardware for HiFi Music playbac
    [all...]
  /external/clang/docs/
Makefile 61 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
62 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/img
63 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
64 # $(Verb) $(DataInstall) $(IMAGES) $(DESTDIR)$(PROJ_docsdir)/html/img
65 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz $(DESTDIR)$(PROJ_docsdir)
69 $(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/html.tar
70 $(Verb) cd $(PROJ_SRC_DIR) && \
72 $(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/html.tar
76 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)
77 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html &&
    [all...]
  /external/llvm/tools/llvm-config/
Makefile 54 $(Verb) $(ECHO) 's/@LLVM_SRC_ROOT@/$(subst /,\/,$(LLVM_SRC_ROOT))/' \
56 $(Verb) $(ECHO) 's/@LLVM_OBJ_ROOT@/$(subst /,\/,$(LLVM_OBJ_ROOT))/' \
58 $(Verb) $(ECHO) 's/@LLVM_CPPFLAGS@/$(subst /,\/,$(SUB_CPPFLAGS))/' \
60 $(Verb) $(ECHO) 's/@LLVM_CFLAGS@/$(subst /,\/,$(SUB_CFLAGS))/' \
62 $(Verb) $(ECHO) 's/@LLVM_CXXFLAGS@/$(subst /,\/,$(SUB_CXXFLAGS))/' \
64 $(Verb) $(ECHO) 's/@LLVM_LDFLAGS@/$(subst /,\/,$(SUB_LDFLAGS))/' \
66 $(Verb) $(ECHO) 's/@LLVM_BUILDMODE@/$(subst /,\/,$(BuildMode))/' \
68 $(Verb) $(ECHO) 's/@LLVM_LIBDIR_SUFFIX@//' \
70 $(Verb) $(ECHO) 's/@LLVM_SYSTEM_LIBS@/$(subst /,\/,$(LLVM_SYSTEM_LIBS))/' \
72 $(Verb) $(ECHO) 's/@LLVM_TARGETS_BUILT@/$(subst /,\/,$(TARGETS_TO_BUILD))/'
    [all...]
  /external/skia/tools/lua/
dumpops.lua 26 -- dump the params in t, specifically showing the verb first, which we
28 io.write(t.verb, " ")
29 t.verb = nil
  /external/skia/bench/
PathIterBench.cpp 73 SkPath::Verb verb; variable
76 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { }
81 SkPath::Verb verb; variable
84 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { }
  /external/skia/tests/
SubsetPath.cpp 64 uint8_t verb; local
68 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
69 switch (verb) {
83 SkDEBUGFAIL("bad verb");
101 uint8_t verb; local
106 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
111 switch (verb) {
145 SkDEBUGFAIL("bad verb");
155 uint8_t verb; local
158 while ((verb = iter.next(pts)) != SkPath::kDone_Verb)
188 uint8_t verb; local
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 320 func (p *pp) badVerb(verb rune) {
324 p.add(verb)
342 func (p *pp) fmtBool(v bool, verb rune) {
343 switch verb {
347 p.badVerb(verb)
361 func (p *pp) fmtInt64(v int64, verb rune) {
362 switch verb {
375 p.badVerb(verb)
384 p.badVerb(verb)
419 func (p *pp) fmtUint64(v uint64, verb rune)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
print.go 320 func (p *pp) badVerb(verb rune) {
324 p.add(verb)
342 func (p *pp) fmtBool(v bool, verb rune) {
343 switch verb {
347 p.badVerb(verb)
361 func (p *pp) fmtInt64(v int64, verb rune) {
362 switch verb {
375 p.badVerb(verb)
384 p.badVerb(verb)
419 func (p *pp) fmtUint64(v uint64, verb rune)
    [all...]
  /external/llvm/utils/llvm-lit/
Makefile 23 $(Verb)$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
24 $(Verb)$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp
25 $(Verb)sed -f lit.tmp $< > $@
26 $(Verb)chmod +x $@
27 $(Verb)rm -f lit.tmp
  /external/selinux/policycoreutils/setsebool/
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/skia/src/effects/
SkArcToPathEffect.cpp 19 SkPath::Verb verb; local
23 SkPath::Verb prevVerb = SkPath::kMove_Verb;
26 switch (verb = iter.next(pts, false)) {
58 prevVerb = verb;
  /external/clang/utils/ABITest/
Makefile.test.common 27 Verb := @
67 $(Verb) diff $^ > $@ || true
70 $(Verb) diff $^ > $@ || true
73 $(Verb) diff $^ > $@ || true
76 $(Verb) diff $^ > $@ || true
79 $(Verb) zipdifflines \
87 -$(Verb) ./$< > $@
93 $(Verb) $(CC) $(CFLAGS) $(CC_CFLAGS) -O3 -o $@ $^
96 $(Verb) $(CC) $(CFLAGS) $(CC_CFLAGS) -O3 -o $@ $^
99 $(Verb) $(CC) $(CFLAGS) $(CC_CFLAGS) -O3 -o $@ $
    [all...]
  /external/llvm/bindings/ocaml/
Makefile.ocaml 190 $(Verb) $(CP) -f $< $@
193 $(Verb) $(CP) -f $< $@
200 $(Verb) $(OCAMLFIND) dep $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $@
208 $(Verb) $(OCAMLFIND) dep $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $@
223 -$(Verb) $(RM) -f $@
224 $(Verb) $(Archive) $@ $(ObjectsO)
225 $(Verb) $(Ranlib) $@
228 -$(Verb) $(RM) -f $(LibraryA)
232 $(Verb) $(MKDIR) $(PROJ_libocamldir)
233 $(Verb) $(INSTALL) $(LibraryA) $(DestA
    [all...]
  /external/skia/include/core/
SkPathRef.h 33 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the
34 * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first
35 * logical verb or the last verb in memory).
67 * Adds the verb and allocates space for the number of points indicated by the verb. The
68 * return value is a pointer to where the points for the verb should be written.
69 * 'weight' is only used if 'verb' is kConic_Verb
71 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0)
    [all...]
  /external/clang/tools/scan-build/
Makefile 38 $(Verb)cp $< $@
39 $(Verb)chmod +x $@
43 $(Verb)cp $< $@
44 $(Verb)chmod +x $@
48 $(Verb)cp $< $@
52 $(Verb)cp $< $@
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/
Makefile 38 $(Verb)cp $< $@
39 $(Verb)chmod +x $@
43 $(Verb)cp $< $@
44 $(Verb)chmod +x $@
48 $(Verb)cp $< $@
52 $(Verb)cp $< $@
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/
Makefile 38 $(Verb)cp $< $@
39 $(Verb)chmod +x $@
43 $(Verb)cp $< $@
44 $(Verb)chmod +x $@
48 $(Verb)cp $< $@
52 $(Verb)cp $< $@

Completed in 1593 milliseconds

1 2 3 4 5 6 7 8 91011>>