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

<<21222324252627282930>>

  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 26 self.vlog('nextStep: ' + steps[currentStep + 1].name);
27 steps[++currentStep].apply(self, arguments);
32 steps[currentStep].name + ": " + err);
35 arguments: [fileURL, steps[currentStep].name, err]});
38 var steps =
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.cpp 113 // 1. If activeSourceBuffers.length equals 0 then return an empty TimeRanges object and abort these steps.
133 // 5. For each SourceBuffer object in activeSourceBuffers run the following steps:
196 // InvalidStateError exception and abort these steps.
282 // a NotSupportedError exception and abort these steps.
289 // a QuotaExceededError exception and abort these steps.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
buildershandler_unittest.py 99 return {'steps': [{'name': 'webkit_tests'}, {'name': 'browser_tests'}, {'name': 'mini_installer_test'}, {'name': 'archive_test_results'}, {'name': 'compile'}]}
101 return {'steps': [{'name': 'webkit_tests'}, {'name': 'mini_installer_test'}, {'name': 'archive_test_results'}, {'name': 'compile'}]}
103 return {'steps': [{'name': 'browser_tests'}, {'name': 'mini_installer_test'}, {'name': 'archive_test_results'}, {'name': 'compile'}]}
158 return {'steps': [{'name': 'gpu_unittests'}, {'name': 'archive_test_results'}, {'name': 'compile'}]}
165 return {'steps': [{'name': 'fyi_tests'}, {'name': 'archive_test_results'}, {'name': 'compile'}]}
  /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/elfutils/lib/
sha1.c 195 /* These are the four functions used in the four steps of the SHA1 algorithm
267 /* Steps 0 to 15. */
285 /* For the remaining 64 steps we have a more complicated
300 /* Steps 16 to 19. */
306 /* Steps 20 to 39. */
328 /* Steps 40 to 59. */
350 /* Steps 60 to 79. */
  /external/chromium_org/build/android/
test_runner.py 436 '[--steps perf_steps.json] or '
445 '--steps',
448 '--flaky-steps',
449 help=('A JSON file containing steps that are flaky '
460 help=('Test filter (will match against the names listed in --steps).'))
464 help='Just print the steps without executing.')
479 # Only one of steps, print_step or single_step must be provided.
481 [options.steps, options.print_step, options.single_step]))
483 error_func('Please specify one of: --steps, --print-step, --single-step.')
488 options.steps, options.flaky_steps, options.print_step
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 30 "The # of steps executed.");
32 "The # of times we reached the max number of steps.");
163 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
200 // Check if we have a steps limit
201 bool UnlimitedSteps = Steps == 0;
205 if (Steps == 0) {
209 --Steps;
272 unsigned Steps,
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState)
    [all...]
  /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/v8/test/webkit/
date-set-to-nan.js 73 function testDateFunctionWithValueNoRecoverNaN(functionNameRoot, steps)
84 var setResult = (1 == steps) ? date["set" + functionNameRoot](setValue)
85 : ((2 == steps) ? date["set" + functionNameRoot](setValue, 0)
86 : ((3 == steps) ? date["set" + functionNameRoot](setValue, 0, 0)
89 testFailed("date(NaN).set" + functionNameRoot + "(" + setValue + params[steps - 1]
99 + "(arg0" + params[steps - 1] + ")");
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 214 * and superclasses before any of the previous steps; if any throws an
217 * and superclasses after any of the previous steps; all After methods are
218 * always executed: exceptions thrown by previous steps are combined, if
222 * above steps. A {@code Rule} may prevent all execution of the above steps,
312 * After methods are always executed: exceptions thrown by previous steps
  /ndk/docs/text/
DEVELOPMENT.text 88 This will perform all the steps required to rebuild the binaries,
101 steps described in 3/ below.
116 ### 3. Download, rebuild, package, install in separate steps:
119 to rebuild your binaries using separate steps, as in:
239 NOTE: THIS WILL BE VERY VERY LONG. The script will do all the steps
265 If you have generated prebuilt binary tarballs with the steps described
  /external/chromium_org/courgette/
ensemble.h 10 // Each of the elements has to go through the same set of steps in lock-step,
143 // actions of a TransformationPatcher. There are four steps.
151 // The two final steps are 'Transform' - to transform the element into a new
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp 90 // a media query list" steps and return "null" if more than one media query
102 // queries returns true terminate these steps.
116 // a media query list" steps and return "null" if more than one media query
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp 122 // Increment ducking factor in total steps in factor
123 // of low volume steps to reach low volume level
131 // Increment ducking factor in total steps of
  /frameworks/base/docs/html/training/notepad/
index.jd 14 exercises (see below), each consisting of several steps. You should follow
15 the steps in each exercise to gradually build and refine your
39 steps in your environment. </p>
notepad-index.jd 13 exercises (see below), each consisting of several steps. You can follow along
14 with the steps in each exercise and gradually build up and refine your
43 steps in your environment. </p>
  /frameworks/base/docs/html/training/printing/
html-docs.jd 43 specifically for printing purposes. The main steps for creating this custom print view are:</p>
146 application is almost done with its part of the printing process. The next steps are accessing
148 job. The following example illustrates how to perform these steps:</p>
  /bionic/linker/
Android.mk 51 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 148 <p>Welcome Developers! If you are new to the Android SDK, please read the steps below, for an
202 <div id="next-steps" style="display:none">
203 <p><b><em><span id="filename"></span></em> is now downloading. Follow the steps below to
210 $("#next-steps").show();
  /cts/suite/audio_quality/test_description/processing/
recording_thd.py 29 # the function works in following steps:
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 88 * several steps,setting the content at first, waiting the layout, and checking the
194 * several steps,setting the content at first, waiting the layout, and checking the
297 * several steps,setting the content at first, waiting the layout, and checking the
375 * several steps,setting the content at first, waiting the layout, and checking the
410 * several steps,setting the content at first, waiting the layout, and checking the
463 * several steps,setting the content at first, waiting the layout, and checking the
505 * several steps,setting the content at first, waiting the layout, and checking the
669 * several steps,setting the content at first, waiting the layout, and checking the
733 * several steps,setting the content at first, waiting the layout, and checking the
    [all...]
  /docs/source.android.com/src/accessories/
aoa.jd 21 accessory should carry out the following steps:</p>
28 <p>The following sections explain how to implement these steps.</p>
62 steps explain how to do this:</p>
125 <p>If at any point these steps fail, the device does not support Android accessory mode and the

Completed in 7115 milliseconds

<<21222324252627282930>>