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

1 2 3 4

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-repeat.hpp 5 /*! \file rx-repeat.hpp
7 \brief Repeat this observable for the given number of times or infinitely.
16 \snippet repeat.cpp repeat count sample
17 \snippet output.txt repeat count sample
19 If the source observable calls on_error, repeat stops:
20 \snippet repeat.cpp repeat error sample
21 \snippet output.txt repeat error sample
28 #include "rx-retry-repeat-common.hpp
47 namespace repeat { namespace in namespace:rxcpp::operators::detail
    [all...]
  /external/skia/modules/canvaskit/htmlcanvas/
pattern.js 8 repetition = 'repeat';
11 case 'repeat-x':
12 this._tileX = CanvasKit.TileMode.Repeat;
19 case 'repeat-y':
21 this._tileY = CanvasKit.TileMode.Repeat;
23 case 'repeat':
24 this._tileX = CanvasKit.TileMode.Repeat;
25 this._tileY = CanvasKit.TileMode.Repeat;
27 case 'no-repeat':
  /external/skqp/experimental/canvaskit/htmlcanvas/
pattern.js 8 repetition = 'repeat';
11 case 'repeat-x':
12 this._tileX = CanvasKit.TileMode.Repeat;
19 case 'repeat-y':
21 this._tileY = CanvasKit.TileMode.Repeat;
23 case 'repeat':
24 this._tileX = CanvasKit.TileMode.Repeat;
25 this._tileY = CanvasKit.TileMode.Repeat;
27 case 'no-repeat':
  /external/syzkaller/pkg/csource/
options_test.go 30 `{"threaded":true,"collide":true,"repeat":true,"procs":10,"sandbox":"namespace",
36 Repeat: true,
50 "{Threaded:true Collide:true Repeat:true Procs:1 Sandbox:none Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
53 Repeat: true,
65 "{Threaded:true Collide:true Repeat:true Procs:1 Sandbox: Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
68 Repeat: true,
80 "{Threaded:false Collide:true Repeat:true Procs:1 Sandbox:namespace Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true EnableCgroups:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
83 Repeat: true,
115 Repeat: true,
options.go 20 Repeat bool `json:"repeat,omitempty"`
21 RepeatTimes int `json:"repeat_times,omitempty"` // if non-0, repeat that many times
56 if !opts.Repeat {
59 return errors.New("Procs>1 without Repeat")
62 return errors.New("ResetNet without Repeat")
65 return errors.New("RepeatTimes without Repeat")
123 Repeat: true,
166 "{Threaded:%t Collide:%t Repeat:%t Procs:%d Sandbox:%s"+
169 &opts.Threaded, &opts.Collide, &opts.Repeat, &opts.Procs, &opts.Sandbox
    [all...]
csource_test.go 64 Repeat: true,
common.go 76 "SYZ_REPEAT": opts.Repeat,
  /external/curl/docs/cmdline-opts/
mail-rcpt.d 7 Specify a single address, user name or mailing list name. Repeat this
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
debug_enable.go 74 top := "??" + strings.Repeat("??", nx) + "?\n"
75 row := "? " + strings.Repeat("· ", nx) + "?\n"
76 btm := "??" + strings.Repeat("??", nx) + "?\n"
77 dbg.grid = []byte(top + strings.Repeat(row, ny) + btm)
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec 57 (Repeat classes "Number of reference types that follow."
77 (Repeat classes "Number of reference types that follow."
104 (Repeat threads "Number of threads that follow."
119 (Repeat groups "Number of thread groups that follow."
278 (Repeat classpaths "Number of paths in classpath."
280 (Repeat bootclasspaths "Number of paths in bootclasspath."
315 (Repeat requests "Number of object dispose requests that follow"
470 (Repeat classes "Number of reference types that follow."
473 (Repeat classfile "Number of bytes defining class (below)"
528 (Repeat classes "Number of reference types that follow.
    [all...]
  /build/soong/ui/build/paths/
logs_test.go 41 d, err := ioutil.TempDir("", strings.Repeat("s", 150))
46 f := filepath.Join(d, strings.Repeat("s", 10))
146 Basename: strings.Repeat(" ", 100000),
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.c     [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 85 namespace Repeat {
  /external/syzkaller/pkg/repro/
repro_test.go 74 Repeat: true,
  /external/syzkaller/pkg/runtest/
run.go 39 Repeat int
183 properties["repeat"] = times > 1
186 name += "/repeat"
333 Repeat: 3,
342 Repeat: times > 1,
370 Repeat: times,
382 if req.Repeat != len(req.Info) {
383 return fmt.Errorf("should repeat %v times, but repeated %v",
384 req.Repeat, len(req.Info))
476 for run := 0; run < req.Repeat; run++
    [all...]
  /external/brotli/go/cbrotli/
cbrotli_test.go 258 content := bytes.Repeat([]byte("hello world!"), 10000)
280 content := bytes.Repeat([]byte("hello world!"), 10000)
298 content := bytes.Repeat([]byte("hello world!"), 100)
317 content := bytes.Repeat([]byte("hello world!"), 100)
336 input := bytes.Repeat(test.data, test.repeats)
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 80 # specific Repeat, Conditional, Operator, etc. for 'while',
92 ("Repeat", "pythonRepeat", "keyword", looping),
  /external/skia/src/sfnt/
SkOTTable_glyf.h 87 Repeat,
  /external/skqp/src/sfnt/
SkOTTable_glyf.h 87 Repeat,
  /external/syzkaller/pkg/rpctype/
rpctype.go 119 Repeat int
  /build/soong/java/
kotlin_test.go 182 {"a", strings.Repeat("b", 218)},
191 {"a", strings.Repeat("b", 219)},
200 {"a", strings.Repeat("b", 220)},
  /external/golang-protobuf/proto/
size_test.go 148 {"map field with big entry", &pb.MessageWithMap{NameMapping: map[int32]string{8: strings.Repeat("x", 125)}}},
149 {"map field with big key and val", &pb.MessageWithMap{StrToStr: map[string]string{strings.Repeat("x", 70): strings.Repeat("y", 70)}}},
  /external/cldr/tools/java/org/unicode/cldr/util/
Pick.java 113 return new Repeat(0, 1, new int[]{100-percent, percent}, item);
116 static public Pick repeat(int minCount, int maxCount, int itemWeights, Object item) {
117 return new Repeat(minCount, maxCount, itemWeights, item);
125 static public Pick repeat(int minCount, int maxCount, int[] itemWeights, Pick item) { method in class:Pick
126 return new Repeat(minCount, maxCount, itemWeights, item);
272 private static class Repeat extends ItemPick {
276 private Repeat(int minCount, int maxCount, int[] itemWeights, Pick item) {
281 /*private Repeat(int minCount, int maxCount, int itemWeight, Pick item) {
286 private Repeat(int minCount, int maxCount, Object item) {
301 result = indent(depth) + result + "REPEAT(" + weightedInde
    [all...]
  /external/llvm/test/MC/Mips/
oddspreg.s 18 # Repeat the -filetype=obj tests but this time use an empty assembly file. The
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
oddspreg.s 18 # Repeat the -filetype=obj tests but this time use an empty assembly file. The

Completed in 2837 milliseconds

1 2 3 4