Home
last modified time | relevance | path

Searched refs:repetition (Results 1 – 25 of 68) sorted by relevance

123

/external/skia/modules/canvaskit/htmlcanvas/
Dpattern.js1 function CanvasPattern(image, repetition) { argument
7 if (repetition === '') {
8 repetition = 'repeat';
10 switch(repetition) {
32 throw 'invalid repetition mode ' + repetition;
Dcanvas2dcontext.js572 this.createPattern = function(image, repetition) { argument
573 var cp = new CanvasPattern(image, repetition);
/external/skqp/experimental/canvaskit/htmlcanvas/
Dpattern.js1 function CanvasPattern(image, repetition) { argument
7 if (repetition === '') {
8 repetition = 'repeat';
10 switch(repetition) {
32 throw 'invalid repetition mode ' + repetition;
Dcanvas2dcontext.js572 this.createPattern = function(image, repetition) { argument
573 var cp = new CanvasPattern(image, repetition);
/external/perfetto/src/tracing/core/
Did_allocator_unittest.cc29 for (int repetition = 0; repetition < 3; repetition++) { in TEST() local
/external/eigen/bench/
Dbenchmark-blocking-sizes.cpp571 for (int repetition = 0; repetition < measurement_repetitions; repetition++) { in run() local
602 for (int repetition = 0; repetition < measurement_repetitions; repetition++) { in run() local
/external/python/cpython2/Doc/library/
Dmd5.rst25 repetition'``:
30 >>> m.update(" the spammish repetition")
36 >>> md5.new("Nobody inspects the spammish repetition").digest()
Dhashlib.rst52 repetition'``:
57 >>> m.update(" the spammish repetition")
67 >>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
78 >>> h.update("Nobody inspects the spammish repetition")
/external/tensorflow/tensorflow/contrib/graph_editor/
Dsubgraph.py52 def _check_within_range(mapping, n, repetition): argument
69 if not repetition and len(set(mapping)) != len(mapping):
300 new_input_indices, len(self._input_ts), repetition=False)
307 new_output_indices, len(self._output_ts), repetition=True)
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-06-03-22-41-59.bpo-33767.2e82g3.rst1 The concatenation (``+``) and repetition (``*``) sequence operations now
/external/python/cpython2/Misc/NEWS.d/next/Tests/
D2018-06-16-01-37-31.bpo-33873.d86vab.rst4 run and one repetition must be used).
/external/ltp/testcases/network/stress/
DREADME94 NS_TIMES (for the repetition test)
160 o NS_TIMES (for the repetition test)
161 The number of repetition times for the repetition tests.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ShuffleAndRepeatDataset.pbtxt30 should be repeated. The default is `-1`, which results in infinite repetition.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcgscc-devirt-iteration.ll41 ; one repetition but not as much as with three.
44 ; repetition triggered and observed with very few passes. The technique here
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddebug-info-sreg2.ll6 ; Just making sure the first part of the location isn't a repetition
/external/llvm/test/CodeGen/ARM/
Ddebug-info-sreg2.ll6 ; Just making sure the first part of the location isn't a repetition
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMSA.txt5 optimisation, reduce the size of the ISel matcher, and reduce repetition in
/external/llvm/lib/Target/Mips/
DMSA.txt5 optimisation, reduce the size of the ISel matcher, and reduce repetition in
/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp321 …const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) … in generateProgramData() local
324 …aderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition); in generateProgramData()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0rc1.rst132 The concatenation (``+``) and repetition (``*``) sequence operations now
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt19 only in the trivial repetition sense, for ease of use. The remapper API
/external/python/cpython3/Doc/library/
Dhashlib.rst84 spammish repetition'``::
89 >>> m.update(b" the spammish repetition")
99 >>> hashlib.sha224(b"Nobody inspects the spammish repetition").hexdigest()
113 >>> h.update(b"Nobody inspects the spammish repetition")
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp324 …const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) … in generateProgramData() local
327 …aderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition); in generateProgramData()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-exegesis.rst147 .. option:: -num-repetitions=<Number of repetition>
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto30 // and delta encoding (e.g. of timestamps) to reduce data repetition and encoded

123