Searched refs:steps (Results 1 - 25 of 134) sorted by relevance

123456

/external/clang/test/SemaCXX/
H A Dconstexpr-steps.cpp1 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=1234 -fconstexpr-steps 1234
2 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=10 -fconstexpr-steps 10
3 // RUN: %clang -std=c++1y -fsyntax-only -Xclang -verify %s -DMAX=12345 -fconstexpr-steps=12345
5 // This takes a total of n + 4 steps according to our current rules:
11 constexpr bool steps(int n) { function
16 static_assert(steps((MAX - 4)), ""); // ok
17 static_assert(steps((MAX - 3)), ""); // expected-error {{constant}} expected-note{{call}}
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A D__init__.py30 from webkitpy.tool.steps.confirmdiff import ConfirmDiff
31 from webkitpy.tool.steps.options import Options
H A Dabstractstep.py32 from webkitpy.tool.steps.options import Options
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-260345.js28 var steps = 100000; variable
33 return undefined_values[(i / steps) | 0];
38 for (var i = 0; i < 2 * steps; i++) {
44 assertEquals(steps, test_undefined());
48 return null_values[(i / steps) | 0];
53 for (var i = 0; i < 2 * steps; i++) {
59 assertEquals(steps, test_null());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dprettydiff.py30 from webkitpy.tool import steps namespace
37 steps = [ variable in class:PrettyDiff
38 steps.ConfirmDiff,
H A Dstepsequence.py32 from webkitpy.tool import steps namespace
50 def __init__(self, steps):
51 self._steps = steps or []
55 steps.Options.parent_command,
56 steps.Options.quiet,
H A Dabstractsequencedcommand.py39 steps = None variable in class:AbstractSequencedCommand
41 self._sequence = StepSequence(self.steps)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawable.cpp23 void SkDrawable::setSteps(int steps) { argument
H A DSkDrawable.h25 virtual void setSteps(int steps);
/external/skia/src/animator/
H A DSkDrawable.cpp23 void SkDrawable::setSteps(int steps) { argument
H A DSkDrawable.h25 virtual void setSteps(int steps);
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/
H A Dreject-in-constructor.js13 var steps = 0; variable
19 steps++;
38 assertEquals(1, steps);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DOptimizer.java35 /** optional optimizer steps */
88 * @param steps set of optional optimization steps to run
93 TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) {
100 runSsaFormSteps(ssaMeth, steps);
108 steps);
125 * @param steps set of optional optimization steps to run
130 EnumSet<OptionalStep> steps) {
137 EnumSet<OptionalStep> newSteps = steps
91 optimize(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) argument
128 optimizeMinimizeRegisters(RopMethod rmeth, int paramWidth, boolean isStatic, EnumSet<OptionalStep> steps) argument
151 runSsaFormSteps(SsaMethod ssaMeth, EnumSet<OptionalStep> steps) argument
240 debugNoRegisterAllocation(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) argument
[all...]
/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DSwipeAction.java70 * not behave as expected, you can change steps with {@link #setScrollSteps}.
86 * expected, you can change steps with {@link #setFlingSteps}.
99 private final int steps; field in class:SwipeAction
108 public SwipeAction(PhysicalDirection direction, int steps) { argument
109 this(direction, steps, false, 1000L);
115 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis) { argument
116 this(direction, steps, drag, timeoutMillis, 0.1F, 0.1F, 0.1F, 0.1F);
122 * @param steps minimum 2; (steps-1) is the number of {@code ACTION_MOVE} that
131 public SwipeAction(PhysicalDirection direction, int steps, boolea argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DIteratorTester.java28 * possible sequences of these operations, up to a given number of steps. So, if
29 * the caller specifies to use <i>n</i> steps, a total of <i>3^n</i> tests are
32 * <p>For instance, if <i>steps</i> is 5, one example sequence that will be
68 * @param steps how many operations to test for each tested pair of iterators
71 protected IteratorTester(int steps, argument
74 super(steps, Collections.<E>singleton(null), features, expectedElements,
H A DListIteratorTester.java33 * The items in {@code elementsToInsert} will be repeated if {@code steps} is
42 protected ListIteratorTester(int steps, Iterable<E> elementsToInsert, argument
45 super(steps, elementsToInsert, features, expectedElements,
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTimingFunctionValue.h73 static PassRefPtrWillBeRawPtr<CSSStepsTimingFunctionValue> create(int steps, StepsTimingFunction::StepAtPosition stepAtPosition) argument
75 return adoptRefWillBeNoop(new CSSStepsTimingFunctionValue(steps, stepAtPosition));
88 CSSStepsTimingFunctionValue(int steps, StepsTimingFunction::StepAtPosition stepAtPosition) argument
90 , m_steps(steps)
/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py36 'steps': {
49 if test_options.steps:
50 with file(test_options.steps, 'r') as f:
51 steps = json.load(f)
54 assert steps['version'] == 1
55 return steps
81 sorted_step_names = sorted(steps_dict['steps'].keys())
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c108 /* TODO fix the statically allocated size steps[] */
113 xsltStepOpPtr steps; /* ops for computation */ member in struct:_xsltCompMatch
155 cur-> steps = (xsltStepOpPtr) xmlMalloc(sizeof(xsltStepOp) *
157 if (cur->steps == NULL) {
187 op = &comp->steps[i];
197 xmlFree(comp->steps);
226 * steps of an imported stylesheet.
235 comp->steps[ix].previousExtra += style->extrasNr;
236 comp->steps[ix].indexExtra += style->extrasNr;
237 comp->steps[i
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */
100 int maxStep; /* allocated number of steps */
101 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
169 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
212 if (cur->steps == NULL) {
240 if (comp->steps != NULL) {
243 op = &comp->steps[i];
250 xmlFree(comp->steps);
[all...]
/external/libxml2/
H A Dpattern.c102 int nbStep; /* number of steps in the automata */
103 int maxStep; /* allocated number of steps */
104 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
172 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
215 if (cur->steps == NULL) {
243 if (comp->steps != NULL) {
246 op = &comp->steps[i];
253 xmlFree(comp->steps);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js33 for (var j = 0; j < run.tests[i].steps.length; ++j) {
36 step.setAttribute('class', classes[run.tests[i].steps[j].success]);
38 step.children[0].textContent = run.tests[i].steps[j].messages[0];
39 for (var k = 1; k < run.tests[i].steps[j].messages.length; ++k) {
41 step.children[k].textContent = run.tests[i].steps[j].messages[k];
/external/chromium_org/ui/events/test/
H A Devent_generator.cc286 int steps) {
287 GestureScrollSequenceWithCallback(start, end, step_delay, steps,
295 int steps,
304 int dx = (end.x() - start.x()) / steps;
305 int dy = (end.y() - start.y()) / steps;
307 for (int i = 0; i < steps; ++i) {
324 int steps,
330 count, start, delays, event_separation_time_ms, steps, move_x, move_y);
338 int steps,
344 CHECK_GT(steps,
283 GestureScrollSequence(const gfx::Point& start, const gfx::Point& end, const base::TimeDelta& step_delay, int steps) argument
291 GestureScrollSequenceWithCallback( const gfx::Point& start, const gfx::Point& end, const base::TimeDelta& step_delay, int steps, const ScrollStepCallback& callback) argument
321 GestureMultiFingerScroll(int count, const gfx::Point start[], int event_separation_time_ms, int steps, int move_x, int move_y) argument
333 GestureMultiFingerScrollWithDelays( int count, const gfx::Point start[], const int delay_adding_finger_ms[], int event_separation_time_ms, int steps, int move_x, int move_y) argument
397 ScrollSequence(const gfx::Point& start, const base::TimeDelta& step_delay, float x_offset, float y_offset, int steps, int num_fingers) argument
441 size_t steps = offsets.size(); local
[all...]
/external/lldb/source/DataFormatters/
H A DLibCxxMap.cpp131 size_t steps = 0; local
140 steps++;
141 if (steps > m_max_depth)
161 size_t steps = 0; local
171 steps++;
172 if (steps > m_max_depth)
185 size_t steps = 0; local
192 steps++;
193 if (steps > m_max_depth)
219 size_t steps
[all...]
/external/chromium_org/build/android/
H A Dbb_run_sharded_steps.py20 parser.add_option('-s', '--steps',
21 help='A JSON file containing all the steps to be '
24 help='A JSON file containing steps that are flaky and '
35 flaky_options = ['--flaky-steps', options.flaky_steps]
37 '--steps', options.steps] + flaky_options)

Completed in 2425 milliseconds

123456