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

1 23 4 5 6 7 8 91011>>

  /external/skia/tools/lua/
bbh_filter.lua 32 output = {} -- Stores {fileName, {verb, count}} tables.
63 -- dump the params in t, specifically showing the verb first, which we
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
74 verbWeights = {} -- {verb, weight}, where 0 < weight <= 1
124 for verb,count in pairs(globalInfo[t.fileName].verbs) do
125 io.write(' ', verb, " = ", count, ",\n"
    [all...]
chars-vs-glyphs.lua 22 if isTextVerbs[t.verb] then
scrape_dashing.lua 32 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
56 increment(total_total, t.verb)
62 increment(total_found, t.verb)
66 if "drawPoints" == t.verb then
bitmap_statistics.lua 27 -- dump the params in t, specifically showing the verb first, which we
29 if (string.startsWith(t.verb,"drawBitmap")) then
  /external/llvm/bindings/ocaml/backends/
Makefile 30 $(Verb) for i in $(TARGETS_TO_BUILD); do \
36 $(Verb) for i in $(TARGETS_TO_BUILD); do \
41 $(Verb) for i in $(TARGETS_TO_BUILD); do \
47 $(Verb) for i in $(TARGETS_TO_BUILD); do \
52 $(Verb) for i in $(TARGETS_TO_BUILD); do \
57 $(Verb) for i in $(TARGETS_TO_BUILD); do \
  /external/llvm/lib/IR/
Makefile 27 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
30 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
36 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(ATTRIBUTESTD)) -o $(call SYSPATH, $@) -gen-attrs
39 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
45 $(Verb) $(DataInstall) $(GENFILE) $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
49 $(Verb) $(DataInstall) $(ATTRINCFILE) $(DESTDIR)$(PROJ_includedir)/llvm/IR/Attributes.inc
  /external/clang/include/clang/
Makefile 8 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_includedir)
9 $(Verb) if test -d "$(PROJ_SRC_DIR)" ; then \
27 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/clang/include/clang" ; then \
  /external/clang/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /external/skia/src/pathops/
SkOpContour.cpp 13 SkOpSegment* SkOpContour::addCurve(SkPath::Verb verb, const SkPoint pts[4],
15 switch (verb) {
SkPathOpsTypes.h 158 SkPath::Verb fDebugWorstVerb[6];
489 inline SkPath::Verb SkPathOpsPointsToVerb(int points) {
490 int verb = (1 << points) >> 1; local
493 case 0: SkASSERT(SkPath::kMove_Verb == verb); break;
494 case 1: SkASSERT(SkPath::kLine_Verb == verb); break;
495 case 2: SkASSERT(SkPath::kQuad_Verb == verb); break;
496 case 3: SkASSERT(SkPath::kCubic_Verb == verb); break;
500 return (SkPath::Verb)verb;
503 inline int SkPathOpsVerbToPoints(SkPath::Verb verb)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/
Makefile 31 $(Verb)cp $< $@
32 $(Verb)chmod +x $@
36 $(Verb)cp $< $@
  /external/clang/include/clang/Parse/
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
  /external/llvm/bindings/ocaml/llvm/
Makefile 32 $(Verb) $(CP) -f $< $@
36 $(Verb) $(MKDIR) $(PROJ_libocamldir)
37 $(Verb) $(DataInstall) $< "$(DestMETA)"
41 -$(Verb) $(RM) -f "$(DestMETA)"
  /external/compiler-rt/make/
config.mk 34 Verb := @
36 Verb :=
  /external/iproute2/doc/
rtstat.sgml 33 <tscreen><verb>
35 </verb></tscreen>
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 64 Scan(state ScanState, verb rune) error
86 // The one exception: the verb %c always scans the next rune in the
534 // okVerb verifies that the verb is present in the list, setting s.err appropriately if not.
535 func (s *ss) okVerb(verb rune, okVerbs, typ string) bool {
537 if v == verb {
541 s.errorString("bad verb %" + string(verb) + " for " + typ)
546 func (s *ss) scanBool(verb rune) bool {
549 if !s.okVerb(verb, "tv", "boolean") {
583 // getBase returns the numeric base represented by the verb and its digit string
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 64 Scan(state ScanState, verb rune) error
86 // The one exception: the verb %c always scans the next rune in the
534 // okVerb verifies that the verb is present in the list, setting s.err appropriately if not.
535 func (s *ss) okVerb(verb rune, okVerbs, typ string) bool {
537 if v == verb {
541 s.errorString("bad verb %" + string(verb) + " for " + typ)
546 func (s *ss) scanBool(verb rune) bool {
549 if !s.okVerb(verb, "tv", "boolean") {
583 // getBase returns the numeric base represented by the verb and its digit string
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmort0.c 77 FT_UShort verb = 0; local
83 FT_UNUSED( GXV_Mort_IndicScript_Msg[verb] ); /* for the non-debugging */
92 verb = (FT_UShort)( flags & 0x000F );
99 GXV_TRACE(( " %02d", verb ));
100 GXV_TRACE(( " %s\n", GXV_Mort_IndicScript_Msg[verb] ));
  /external/skia/src/effects/
SkCornerPathEffect.cpp 40 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; local
55 switch (verb = iter.next(pts, false)) {
136 prevVerb = verb;
  /external/skia/src/gpu/
GrPath.cpp 11 // Verb count limit for generating path key from content of a volatile path.
84 SkPath::Verb verb; local
86 while ((verb = iter.next(points)) != SkPath::kDone_Verb) {
87 if (verb == SkPath::kConic_Verb) {
108 // 1) verb, point data and conic weights (varying size)
123 // Verb count establishes unambiguous verb data.
132 // uninitialized. This does not produce ambiguous verb data, since we have serialized the exact
133 // verb count
    [all...]

Completed in 1583 milliseconds

1 23 4 5 6 7 8 91011>>