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

1 2 34 5 6 7 8 91011>>

  /external/iproute2/doc/
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...]
  /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/
SkPathPriv.h 65 switch (verbs[~i]) { // verbs are stored backwards; we use [~i] to get the i'th verb
66 case SkPath::Verb::kMove_Verb:
72 case SkPath::Verb::kClose_Verb:
SkPathRef.cpp 315 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb,
326 switch (verb) {
370 memset(vb - numVbs, verb, numVbs);
373 vb[~i] = verb;
386 if (SkPath::kConic_Verb == verb) {
395 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) {
399 switch (verb) {
434 this->fVerbs[~fVerbCnt] = verb;
    [all...]
  /external/tlsdate/src/
tlsdate-helper.c 243 verb("V: The date line was impossibly long.");
246 verb("V: The alleged date is <%s>", sanitize_string(dateline));
267 verb("V: Parsed the date: %04d-%s-%02d %02d:%02d:%02d",
270 verb("V: Couldn't parse date.");
373 verb("V: freezing time for x509 verification");
379 verb("V: remote peer provided: %d, preferred over compile time: %d",
381 verb("V: freezing time with X509_VERIFY_PARAM_set_time");
440 verb("V: key type: %s", key_type_str);
442 verb("V: key type: %d", public_key->type);
447 verb ("V: keybits: %d", key_bits)
    [all...]
  /external/clang/runtime/compiler-rt/
Makefile 160 $(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
168 $(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
177 $(Verb) $(MKDIR) $@
180 $(Verb) $(MKDIR) $@
183 $(Verb) $(MKDIR) $@
184 $(Verb) cp $(COMPILERRT_SRC_ROOT)/include/sanitizer/*.h $@
202 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.a $$@
207 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.so $$@
212 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.dylib $$@
218 $(Verb) $(MKDIR) $$
    [all...]
  /external/compiler-rt/
Makefile 94 $(Verb) $(MKDIR) $* > /dev/null
95 $(Verb) echo 'Created.' > $@
99 $(Verb) $(RM) -r $*
124 $(Verb) rm -rf $(Tmp.ObjPath)
157 -$(Verb) $(RM) $$@
159 $(Verb) $(CP) $(Tmp.Inputs) $$@, \
160 $(Verb) $(LIPO) -create -output $$@ $(Tmp.Inputs))
208 -$(Verb) $(RM) $$@
209 $(Verb) $(Tmp.AR) $(Tmp.ARFLAGS) $$@ $(Tmp.Inputs)
210 $(Verb) $(Tmp.RANLIB) $(Tmp.RANLIBFLAGS) $$
    [all...]
  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.h 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
IndicRearrangementProcessor2.h 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
  /external/llvm/
Makefile 107 $(Verb) rm -rf BuildTools
110 $(Verb) if [ ! -f BuildTools/Makefile ]; then \
160 $(Verb) $(MAKE)
164 $(Verb) $(MAKE) ENABLE_OPTIMIZED=1
168 $(Verb) $(MAKE) ENABLE_PROFILING=1
172 $(Verb) $(RM) -f \
185 $(Verb) rm -f $(LLVM_OBJ_ROOT)/$(BuildMode)/diags
214 $(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
228 $(Verb) if test -s $(LLVM_OBJ_ROOT)/$(BuildMode)/diags; then \
237 $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=
    [all...]
  /external/llvm/unittests/Transforms/
Makefile 17 $(Verb) $(RM) -f *Tests
  /external/skia/tools/lua/
dump_clipstack_at_restore.lua 12 if (t.verb == "restore") then
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
scrape_dashing_full.lua 10 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
70 increment(total_found, t.verb);
97 if "drawPoints" == t.verb then
114 if "drawPath" == t.verb then
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 133 verb rune // the format verb: 'd' for "%d"
134 format string // the full format directive from % through verb, "%.3d".
322 // Now a verb, possibly prefixed by an index (which we may already have).
327 f.Badf(call.Pos(), "missing verb at end of format string in %s call", name)
330 verb, w := utf8.DecodeRuneInString(state.format[state.nbytes:])
331 state.verb = verb
333 if verb != '%' {
340 // printfArgType encodes the types of expressions a printf verb accepts. It is a bitmask
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 69 Width is specified by an optional decimal number immediately preceding the verb.
130 Regardless of the verb, if an operand is an interface value,
147 3. If the %v verb is used with the # flag (%#v) and the operand
155 be formatted as required by the verb (if any).
159 be formatted as required by the verb (if any).
167 However, when printing a byte slice with a string-like verb
183 formatting verb to format successive arguments passed in the call.
184 However, the notation [n] immediately before the verb indicates that the
204 If an invalid argument is given for a verb, such as providing
208 Wrong type or unknown verb: %!verb(type=value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 133 verb rune // the format verb: 'd' for "%d"
134 format string // the full format directive from % through verb, "%.3d".
322 // Now a verb, possibly prefixed by an index (which we may already have).
327 f.Badf(call.Pos(), "missing verb at end of format string in %s call", name)
330 verb, w := utf8.DecodeRuneInString(state.format[state.nbytes:])
331 state.verb = verb
333 if verb != '%' {
340 // printfArgType encodes the types of expressions a printf verb accepts. It is a bitmask
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
doc.go 69 Width is specified by an optional decimal number immediately preceding the verb.
130 Regardless of the verb, if an operand is an interface value,
147 3. If the %v verb is used with the # flag (%#v) and the operand
155 be formatted as required by the verb (if any).
159 be formatted as required by the verb (if any).
167 However, when printing a byte slice with a string-like verb
183 formatting verb to format successive arguments passed in the call.
184 However, the notation [n] immediately before the verb indicates that the
204 If an invalid argument is given for a verb, such as providing
208 Wrong type or unknown verb: %!verb(type=value
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmorx0.c 58 FT_UShort verb; local
75 verb = (FT_UShort)( flags & 0x000F );
  /external/selinux/policycoreutils/semanage/
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/webrtc/webrtc/libjingle/xmpp/
iqtask.cc 21 const std::string& verb,
26 stanza_(MakeIq(verb, to_, task_id())) {
  /external/llvm/cmake/modules/
Makefile 64 $(Verb) ( \
104 $(Verb) cat $< | sed \
113 $(Verb) ( \
141 $(Verb) $(MKDIR) $@
145 $(Verb) $(DataInstall) $< $(PROJ_cmake)
149 $(Verb) $(DataInstall) $< $(PROJ_cmake)
  /external/llvm/tools/llvm-shlib/
Makefile 87 $(Verb) $(NM_PATH) -g $< > $@
91 $(Verb) ($(SED) -n \
99 $(Verb) $(Link) -nostartfiles -Wl,-r -nodefaultlibs -o $@ \
105 $(Verb) $(Link) -nostartfiles -Wl,-r -nodefaultlibs -o $@ \
110 $(Verb) $(AR) rc $(ToolDir)/libstdc++.dll.a
114 $(Verb) $(RM) -f $(ToolDir)/libstdc++.dll.a
  /external/skia/src/pathops/
SkOpAngle.cpp 180 if (segment()->verb() == SkPath::kLine_Verb) {
188 SkPath::Verb testVerb = test->segment()->verb();
247 if (!fCurvePart[SkPathOpsVerbToPoints(this->segment()->verb())].approximatelyEqual(
248 rh->fCurvePart[SkPathOpsVerbToPoints(rh->segment()->verb())])) {
378 int ptCount = SkPathOpsVerbToPoints(segment.verb());
395 SkPath::Verb lVerb = this->segment()->verb();
396 SkPath::Verb rVerb = rh->segment()->verb();
505 SkPath::Verb verb = segment->verb(); local
730 SkPath::Verb verb = segment->verb(); local
898 const SkPath::Verb verb = segment->verb(); local
978 SkPath::Verb verb = segment->verb(); local
    [all...]
  /external/skia/tools/
create_test_font.cpp 131 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs,
141 SkPath::Verb verb; local
143 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
144 *verbs->append() = verb;
145 switch (verb) {
161 SkDEBUGFAIL("bad verb");
225 SkTDArray<SkPath::Verb> verbs;
242 SkPath::Verb verb = verbs[index] local
    [all...]

Completed in 1315 milliseconds

1 2 34 5 6 7 8 91011>>