/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/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
prettydiff.py | 30 from webkitpy.tool import steps namespace 37 steps = [ variable in class:PrettyDiff 38 steps.ConfirmDiff,
|
abstractsequencedcommand.py | 39 steps = None variable in class:AbstractSequencedCommand 41 self._sequence = StepSequence(self.steps)
|
stepsequence.py | 32 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,
|
/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());
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager_commands.js | 626 var steps = { 636 steps.entryPinned); 645 currentEntry, 'filesystem', steps.showError); 649 currentEntry, 'drive', steps.updateUI.bind(this)); 657 steps.start(); 668 steps.start();
|
/build/core/ |
cleanbuild.mk | 21 # Builds up a list of clean steps. Creates a unique 52 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps. 71 # don't even bother with the clean steps. 76 # The major clean version is correct. Find the list of clean steps 78 steps := \ macro 80 $(foreach step,$(steps), \ 84 steps := macro
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
OptimizerOptions.java | 120 * some optional steps. Results are printed to stderr. 127 * @param rmeth {@code non-null;} method with all optimization steps run. 132 EnumSet<Optimizer.OptionalStep> steps; local 134 steps = EnumSet.allOf(Optimizer.OptionalStep.class); 137 steps.remove(Optimizer.OptionalStep.CONST_COLLECTOR); 141 paramSize, isStatic, args.localInfo, advice, steps);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.h | 88 int32_t steps; member in class:SkApply
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
SwipeAction.java | 55 int steps = 50; local 90 double xStep = ((double) (endX - startX)) / steps; 91 double yStep = ((double) (endY - startY)) / steps; 98 for (int i = 1; i < steps; i++) {
|
/external/skia/src/animator/ |
SkDisplayApply.h | 88 int32_t steps; member in class:SkApply
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Histogram.java | 37 int steps = (h + step - 1) / step; local 42 mScript.set_gSteps(steps); 45 tb.setX(256).setY(steps);
|
/prebuilts/sdk/18/ |
uiautomator.jar | |
/prebuilts/sdk/19/ |
uiautomator.jar | |
/prebuilts/sdk/current/ |
uiautomator.jar | |
/prebuilts/sdk/16/ |
uiautomator.jar | |
/prebuilts/sdk/17/ |
uiautomator.jar | |
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
DexMergeTest.java | 139 int steps = 100; local 147 for (int i = 0; i < steps; i++) {
|
/external/chromium/chrome/browser/safe_browsing/ |
filter_false_positive_perftest.cc | 22 // --filter-steps=<integer> 29 // --filter-steps: The number of iterations to run, with each iteration 85 const char kFilterSteps[] = "filter-steps"; 305 int steps = 1; local 308 &steps)); 311 int stop = start + steps;
|
/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/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...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 547 int steps = TIME_DELTA(perf->time, me->dRate[i].last_reporting); local 548 if (steps >= me->granularity) 550 steps /= me->granularity; 558 (me->dRate[i].tn < me->granularity * steps)) 562 fprintf(me->fRt, "rtPERF: [%ld] IGNORED (steps=%d, tn0=%ld, tn=%ld)\n", 564 steps, me->dRate[i].tn0, me->dRate[i].tn); 568 TIME_INCREASE(me->dRate[i].last_reporting, me->granularity * steps); 569 steps = 0; 573 fprintf(me->fRt, "rtPERF: [%ld] not-ignored (steps=%d, tn0=%ld, tn=%ld)\n", 575 steps, me->dRate[i].tn0, me->dRate[i].tn) 722 int steps = TIME_DELTA(perf->time, me->dUptime->last_reporting); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CacheProcessing.java | 71 Vector<CacheStep> steps = new Vector<CacheStep>(); local 78 steps.add(step); 83 steps.add(step); 84 return steps; 144 Vector<CacheStep> steps = CacheStep.buildSteps(filters); local 146 if (steps.size() != mSteps.size()) { 147 mSteps = steps; 158 for (int i = 0; i < steps.size(); i++) { 159 CacheStep newStep = steps.elementAt(i);
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.cc | 421 std::vector<int> steps; local 422 steps.push_back(GetStepId(SELECT_NETWORK)); 424 steps.push_back(GetStepId(EULA)); 426 steps.push_back(GetStepId(SIGNIN)); 429 steps.push_back(GetStepId(REGISTRATION)); 431 steps.push_back(GetStepId(PICTURE)); 432 progress_bar_ = new OobeProgressBar(steps);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils_browsertest.cc | 592 // |steps| is the test parameter, and is the number of successful fetches. 595 int steps = GetParam(); local 601 if (steps < 1) break; 610 if (steps < 2) break; 617 if (steps < 3) break; 629 if (steps < 4) break; 636 if (steps < 5) break; 647 if (steps < 5) {
|