HomeSort by relevance Sort by last modified time
    Searched full:steps (Results 1 - 25 of 2572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/net/
net_error_helper_unittest.cc 14 // NetErrorHelperTest cases consist of a string of these steps.
103 void RunTest(const TestStep steps[], int step_count);
114 void NetErrorHelperTest::RunTest(const TestStep steps[], int step_count) {
125 switch (steps[i]) {
224 const TestStep steps[] = { local
228 RunTest(steps, arraysize(steps));
232 const TestStep steps[] = { local
236 RunTest(steps, arraysize(steps));
240 const TestStep steps[] = { local
248 const TestStep steps[] = { local
256 const TestStep steps[] = { local
264 const TestStep steps[] = { local
272 const TestStep steps[] = { local
280 const TestStep steps[] = { local
288 const TestStep steps[] = { local
296 const TestStep steps[] = { local
304 const TestStep steps[] = { local
312 const TestStep steps[] = { local
320 const TestStep steps[] = { local
328 const TestStep steps[] = { local
336 const TestStep steps[] = { local
345 const TestStep steps[] = { local
353 const TestStep steps[] = { local
361 const TestStep steps[] = { local
369 const TestStep steps[] = { local
377 const TestStep steps[] = { local
385 const TestStep steps[] = { local
394 const TestStep steps[] = { local
405 const TestStep steps[] = { local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.h 19 // Special purpose progress bar with labeled steps that is used to show user's
23 // Construct progress bar with given labels as steps.
24 // |steps| is a vector of string IDs from resources.
25 explicit OobeProgressBar(const std::vector<int>& steps);
30 // Set the current step for the progress bar. Must be one of the steps
51 // Unique ids for progress bar steps. The order defines how the steps are
  /external/clang/test/SemaCXX/
constexpr-steps.cpp 1 // 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/build/android/
bb_run_sharded_steps.py 21 parser.add_option('-s', '--steps',
22 help='A JSON file containing all the steps to be '
25 help='A JSON file containing steps that are flaky and '
36 flaky_options = ['--flaky-steps', options.flaky_steps]
38 '--steps', options.steps] + flaky_options)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-260345.js 28 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());
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 34 /** optional optimizer steps */
87 * @param steps set of optional optimization steps to run
92 TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) {
99 runSsaFormSteps(ssaMeth, steps);
107 steps);
124 * @param steps set of optional optimization steps to run
129 EnumSet<OptionalStep> steps) {
136 EnumSet<OptionalStep> newSteps = steps.clone()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Optimizer.java 35 /** 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.clone()
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 61 private int steps, radialSamples; field in class:PQTorus
69 * Steps and radialSamples are both degree of accuracy values.
75 * @param steps the steps along the torus.
79 int steps, int radialSamples) {
81 updateGeometry(p, q, radius, width, steps, radialSamples);
101 return steps;
115 steps = capsule.readInt("steps", 0);
126 * @param steps the steps along the torus
    [all...]
  /external/chromium_org/build/android/pylib/perf/
test_options.py 10 'steps',
  /prebuilts/runtime/common/dex/
PREBUILT 4 Steps to update
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBuffer.cpp 67 // Section 3.1 buffered attribute steps.
69 // InvalidStateError exception and abort these steps.
86 // Section 3.1 timestampOffset attribute setter steps.
88 // InvalidStateError exception and abort these steps.
94 // 4. If the readyState attribute of the parent media source is in the "ended" state then run the following steps:
100 // and abort these steps.
114 // SourceBuffer.append() steps from October 1st version of the Media Source Extensions spec.
117 // 2. If data is null then throw an InvalidAccessError exception and abort these steps.
124 // an InvalidStateError exception and abort these steps.
130 // 5. If the readyState attribute of media source is in the "ended" state then run the following steps
    [all...]
SourceBuffer.cpp 94 // Section 3.1 buffered attribute steps.
96 // InvalidStateError exception and abort these steps.
113 // Section 3.1 timestampOffset attribute setter steps.
116 // InvalidStateError exception and abort these steps.
117 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
123 // 4. If the readyState attribute of the parent media source is in the "ended" state then run the following steps:
129 // and abort these steps.
156 // Section 3.1 appendWindowStart attribute setter steps.
158 // InvalidStateError exception and abort these steps.
159 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 185 * The number of steps specified in your input parameter can influence the
190 * @param steps usually 40 steps. You can increase or decrease the steps to change the speed.
195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException {
199 dstRect.centerX(), dstRect.centerY(), steps, true);
204 * The number of steps specified in your input parameter can influence the
210 * @param steps usually 40 steps. You can increase or decrease the steps to change the speed
    [all...]
  /external/chromium_org/tools/gyp/test/ninja/chained-dependency/
gyptest-chained-dependency.py 8 Verifies that files generated by two-steps-removed actions are built before
9 dependent compile steps.
  /frameworks/testing/uiautomator/samples/SkeletonTest/
README 6 Steps to run this test:
16 Steps to create new tests off it:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 8 conversion involves several steps (e.g. piping it through compress or
9 uuencode). Some of the conversion steps may require that their input
15 more conversion steps together. It will take care of creating and
22 different conversion steps and store them in a dictionary, for
90 return '<Template instance, steps=%r>' % (self.steps,)
94 self.steps = []
100 t.steps = self.steps[:]
119 if self.steps and self.steps[-1][1] == SINK
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 8 conversion involves several steps (e.g. piping it through compress or
9 uuencode). Some of the conversion steps may require that their input
15 more conversion steps together. It will take care of creating and
22 different conversion steps and store them in a dictionary, for
90 return '<Template instance, steps=%r>' % (self.steps,)
94 self.steps = []
100 t.steps = self.steps[:]
119 if self.steps and self.steps[-1][1] == SINK
    [all...]
  /dalvik/vm/mterp/arm-vfp/
README.txt 7 to transfer double-precision values in two steps.
  /external/chromium_org/third_party/skia/src/animator/
SkDrawable.cpp 23 void SkDrawable::setSteps(int steps) {
  /external/skia/src/animator/
SkDrawable.cpp 23 void SkDrawable::setSteps(int steps) {
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 108 /* 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[ix].lenExtra += style->extrasNr
    [all...]
  /external/libxslt/libxslt/
pattern.c 108 /* 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[ix].lenExtra += style->extrasNr
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
element-styles.html 23 <li>Press Up/Down keys do see the argument value change in 1.0 steps (0.1 steps in the [-1; 1] range).
24 <li>Press Shift+Up/Down keys to see the argument value change in 10.0 steps.
25 <li>Press Alt(Cmd)+Up/Downkeys to see the argument value change in 0.1 steps (1.0 steps in the [-1; 1] range).
  /external/bison/lib/
bitrotate.h 33 to rotating the bits N steps to the left. N must be between 1 and
42 to rotating the bits N steps to the right. N must be between 1 to
52 to rotating the bits N steps to the left. N must be between 1 and
61 to rotating the bits N steps to the right. N must be between 1 to
70 to rotating the bits N steps to the left. N must be between 1 and
79 to rotating the bits N steps to the right. N must be between 1 to
88 to rotating the bits N steps to the left. N must be between 1 to
99 to rotating the bits N steps to the right. N must be in 1 to 15
110 to rotating the bits N steps to the left. N must be between 1 to 7
121 to rotating the bits N steps to the right. N must be in 1 to
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 279 int steps) {
280 GestureScrollSequenceWithCallback(start, end, step_delay, steps,
288 int steps,
297 int dx = (end.x() - start.x()) / steps;
298 int dy = (end.y() - start.y()) / steps;
300 for (int i = 0; i < steps; ++i) {
317 int steps,
323 count, start, delays, event_separation_time_ms, steps, move_x, move_y);
331 int steps,
337 CHECK_GT(steps, 0)
435 int steps = offsets.size(); local
    [all...]

Completed in 1375 milliseconds

1 2 3 4 5 6 7 8 91011>>