Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 25 of 79) sorted by relevance

1234

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DTabber.java57 private List stops = new ArrayList(); field in Tabber.MonoTabber
61 stops.clear(); in clear()
69 for (int i = 0; i < stops.size(); ++i) { in toString()
74 .append(stops.get(i)); in toString()
85 stops.add(new Integer(tabPos)); in addAbsolute()
94 int last = getStop(stops.size()-1); in add()
95 stops.add(new Integer(last + fieldWidth)); in add()
102 if (fieldNumber >= stops.size()) fieldNumber = stops.size() - 1; in getStop()
103 return ((Integer)stops.get(fieldNumber)).intValue(); in getStop()
107 if (fieldNumber >= stops.size()) return LEFT; in getType()
/external/mesa3d/src/gallium/state_trackers/vega/
Dpaint.h82 void paint_set_ramp_stops(struct vg_paint *paint, const VGfloat *stops,
84 void paint_ramp_stops(struct vg_paint *paint, VGfloat *stops,
87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops,
89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops,
Dpaint.c383 void paint_set_ramp_stops(struct vg_paint *paint, const VGfloat *stops, in paint_set_ramp_stops() argument
396 memcpy(paint->gradient.ramp_stops, stops, sizeof(VGfloat)*num); in paint_set_ramp_stops()
402 if (stops[0] > 1) { in paint_set_ramp_stops()
403 stops = default_stops; in paint_set_ramp_stops()
406 last_coord = stops[0]; in paint_set_ramp_stops()
409 VGfloat coord = stops[idx]; in paint_set_ramp_stops()
411 stops = default_stops; in paint_set_ramp_stops()
418 create_gradient_data(stops, num / 5, paint->gradient.color_data, in paint_set_ramp_stops()
530 void paint_ramp_stops(struct vg_paint *paint, VGfloat *stops, in paint_ramp_stops() argument
533 memcpy(stops, paint->gradient.ramp_stops, sizeof(VGfloat)*num); in paint_ramp_stops()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dthaidict.txt15995 # วี.ดี. # TODO: why do these have full stops?
16380 # ส.ธรนินทร์ -- TODO: why do these have full stops?
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp209 SkScalar* stops = stopsArray; in TestCreate() local
211 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
214 colors, stops, colorCount, in TestCreate()
495 SkScalar* stops = stopsArray; in TestCreate() local
497 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
500 colors, stops, colorCount, in TestCreate()
716 SkScalar* stops = stopsArray; in TestCreate() local
718 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
721 colors, stops, colorCount, in TestCreate()
971 SkScalar* stops = stopsArray; in TestCreate() local
[all …]
DSkSweepGradient.cpp255 SkScalar* stops = stopsArray; in TestCreate() local
257 int colorCount = RandomGradientParams(random, colors, &stops, &tmIgnored); in TestCreate()
259 colors, stops, colorCount)); in TestCreate()
DSkRadialGradient.cpp511 SkScalar* stops = stopsArray; in TestCreate() local
513 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
515 colors, stops, colorCount, in TestCreate()
DSkLinearGradient.cpp537 SkScalar* stops = stopsArray; in TestCreate() local
539 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
541 colors, stops, colorCount, in TestCreate()
DSkGradientShader.cpp1164 SkScalar** stops, in RandomGradientParams() argument
1170 *stops = NULL; in RandomGradientParams()
1176 if (*stops) { in RandomGradientParams()
1177 (*stops)[i] = stop; in RandomGradientParams()
DSkGradientShaderPriv.h368 SkScalar** stops,
/external/strace/
DREADME-linux-ptrace28 ptrace commands from the tracer is called ptrace-stop. Ptrace-stops can
122 The following kinds of ptrace-stops exist: signal-delivery-stops,
123 group-stop, PTRACE_EVENT stops, syscall-stops [, SINGLESTEP, SYSEMU,
147 ptrace-stop - see "Syscall-stops" and "execve" sections below for
215 is returned by some other classes of ptrace-stops, therefore the
240 1.x.x PTRACE_EVENT stops
242 If tracer sets TRACE_O_TRACEfoo options, tracee will enter ptrace-stops
243 called PTRACE_EVENT stops.
245 PTRACE_EVENT stops are observed by tracer as waitpid returning with
263 For all four stops described above: stop occurs in parent, not in newly
[all …]
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m46 // NOTE: The analyzer doesn't really handle this; it just stops tracking
Ddelegates.m89 // For now the analyzer just stops tracking the reference count of the
/external/llvm/test/MC/AArch64/
Delf-globaladdress.ll53 ; This is on the store, so not really important, but it stops the next
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll4 ; FIXME: -combiner-alias-analysis (the default for SystemZ) stops
/external/clang/include/clang/Basic/
DDiagnosticOptions.def87 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
/external/dhcpcd/
DREADME21 This also puts the --no-background flag on and stops the --background flag
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest2.test127 {"description":"A bogus comment stops at >, even if preceeded by two dashes",
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DCommonToken.as51 /** The char position into the input buffer where this token stops */
/external/lz4/
Dlz4_block_format.txt104 and stops right after literals.
/external/libexif/
DNEWS46 (to match the EXIF 2.2 spec) which stops them from being erroneously
/external/llvm/test/Transforms/EarlyCSE/
Dbasic.ll89 ;; Cross block load value numbering stops when stores happen.
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt126 - Added BaseTree#prune, which stops decent into the current node during BaseTree#walk.
/external/pcre/dist/
DPrepareRelease8 # is "doc", it stops after preparing the documentation. There are no other
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle34 * point. If not found the parser stops here as asked by the XML REC. A

1234