/external/chromium_org/build/android/pylib/perf/ |
test_runner.py | 13 connected devices. Step results will be pickled to disk. Each step has a unique 14 name. The result code will be ignored if the step name is listed in 16 The buildbot will treat this step as a regular step, and will not process any 19 - Then, with -print-step STEP_NAME: at this stage, we'll simply print the file 20 with the step results previously saved. The buildbot will then process the graph 32 The JSON flaky steps file contains a list with step names which results should 66 exit code generated by the test step. 108 print '--single-step output length %d' % self._le [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_bmp.cpp | 187 bool GrFmtBmpReader::ReadData( uchar* data, int step, int color ) 204 data += (m_height - 1)*step; 205 step = -step; 227 for( y = 0; y < m_height; y++, data += step ) 241 for( y = 0; y < m_height; y++, data += step ) 307 data = FillUniColor( data, line_end, step, width3, 311 data = FillUniGray( data, line_end, step, width3, 329 for( y = 0; y < m_height; y++, data += step ) 359 data = FillUniColor( data, line_end, step, width3, [all...] |
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.h | 40 // Dogleg step computation and trust region sizing strategy based on 47 // Gauss-Newton step, we compute a regularized version of it. This is 64 double* step); 88 void ComputeTraditionalDoglegStep(double* step); 90 void ComputeSubspaceDoglegStep(double* step); 107 // reports an invalid step, the value of mu_ is increased so that 110 // If a successful step is reported, then the value of mu_ is 144 // problem with the step computed in the last call to ComputeStep,
|
levenberg_marquardt_strategy.cc | 69 double* step) { 72 CHECK_NOTNULL(step); 101 InvalidateArray(num_parameters, step); 107 linear_solver_->Solve(jacobian, residuals, solve_options, step); 109 !IsArrayValid(num_parameters, step)) { 110 LOG(WARNING) << "Linear solver failure. Failed to compute a finite step."; 113 VectorRef(step, num_parameters) *= -1.0; 125 step,
|
/external/chromium/chrome/browser/sync/util/ |
user_settings_win.cc | 29 if (SQLITE_DONE != statement.step()) { 46 if (SQLITE_ROW == query.step()) {
|
/external/chromium/chrome/common/extensions/docs/template/ |
page_shell.html | 6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 9 4) The <body>.innerHTML is also generated by an offline step so that this
|
/external/chromium_org/build/android/ |
bb_run_sharded_steps.py | 29 'executed step, do not run it again.') 33 '--print-step', options.print_results])
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
main.html | 9 <link rel="stylesheet" href="../step.css"> 17 <div id="greeting" class="step dialog">
|
/external/chromium_org/media/base/ |
fake_audio_render_callback.cc | 14 FakeAudioRenderCallback::FakeAudioRenderCallback(double step) 16 step_(step),
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
http-cookie-database-update.php | 6 echo '1. Load http-cookie-database-set.php. (If you load http-cookie-database-update.php directly in this step, please clear cookies and load http-cookie-database-set.php to finish this step.<br>';
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
close-on-closedWindow.html | 18 If the bug is fixed, a window WILL OPEN after Step #3. 22 If the bug is not fixed, a window WILL NOT OPEN after Step #3.
|
named-window-blank-target.html | 13 STEP 1: Close all other Safari windows and tabs.<br> 14 STEP 2: Open <a href="resources/named-window-blank-target-step2.html">this link</a> in a new window in front of this window and follow the instructions in it.
|
redraw-page-cache-visited-links.html | 29 <li>The link in Step 2 should be rendered in an unvisited link color first. 31 <li value="4">The test passes if the link in Step 2 is rendered in a visited link color after the click.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 46 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0); 56 print("element " + num); // Expected to step to this point. 61 print("element " + num); // Expected to step to this point. 66 print("elements " + a + " and " + b); // Expected to step to this point. 132 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0); 133 // Step two steps further every four breaks to skip the 135 var step = (breaks % 4 == 1) ? 6 : 3; 136 exec_state.prepareStep(Debug.StepAction.StepIn, step);
|
/external/chromium_org/v8/tools/oom_dump/ |
README | 17 Next step is to build v8. Note: you should build x64 version of v8, 23 The last step is to build oom_dump itself. The following command should work:
|
/external/clang/test/CodeGen/ |
debug-info-iv.c | 10 Array1[i] = i; /* Step by non unit amount */ 13 Array1[i] = i+4; /* Step with an offset */
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
Lighting.glsllib | 20 float posLight = step(0.5, color.w);
45 outSpecular += specular * lightScale * step(0.01, diffuse) * g_LightColor[i].rgb;
|
/external/v8/tools/oom_dump/ |
README | 17 Next step is to build v8. Note: you should build x64 version of v8, 23 The last step is to build oom_dump itself. The following command should work:
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallWSRU.vgtest | 8 # We need a non buggy gdb.step on arm thumb. 10 prereq: test -e gdb -a -f gdb.step && ../tests/os_test linux
|
/external/zlib/src/contrib/testzlib/ |
testzlib.c | 196 int step=0;
local 212 step++;
220 printf("total compress size = %u, in %u step\n",lSizeCpr,step);
237 int step=0;
local 253 step++;
261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
armVCCOMM_SAD.c | 31 * [in] iStepOrg Step of the original block buffer 33 * [in] iStepRef Step of the reference block buffer
|
/frameworks/base/docs/html/google/gcm/ |
client.jd | 20 <p>A full GCM implementation requires both a client implementation and a server-side implementation. For a step-by-step guide to creating a complete sample implementation that includes both client and server, see <a href="gs.html">Getting Started</a>. </p>
|
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
TestActivity.java | 32 Log.w(TAG, "****** step " + mCount + " resume"); 36 Log.w(TAG, "step " + mCount + " pause");
|
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.cpp | 30 // Step 1: Open the MobiCore device 38 // Step 2: Allocate WSM buffer for the TCI 47 // Step 3: Open session with the Trustlet 73 // Step 1: Free WSM 82 // Step 2: Close session with the Trustlet 91 // Step 3: Close the MobiCore device 110 // Step 1: signal the Trustlet 119 // Step 2: Wait for the Trustlet response
|
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 57 int i, k, len, step; local 84 step = mat->step; 85 if( step == 0 ) 86 step = CV_STUB_STEP; 87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size )); 88 step += pix_size; 94 step /= sizeof(_data[0]); 95 len *= step; 97 for( i = 0; i < len; i += step ) 149 int step = mat->step + sizeof(float); local 158 int step = mat->step + sizeof(double); local 560 int step = matrix->step\/sizeof(data[0]); local 572 int step = matrix->step\/sizeof(data[0]); local 796 int step = mat->step; local 814 int step = mat->step; local 1537 int step = dst->step ? dst->step\/sizeof(src1data[0]) : 1; local 1560 int step = dst->step ? dst->step\/sizeof(src1data[0]) : 1; local [all...] |