/external/chromium_org/third_party/sqlite/src/test/ |
backup.test | 94 B step 200 143 # * Each call to step copies a single page, OR 144 # * A single call to step copies the entire source database. 225 while {[B step $nPagePerStep]=="SQLITE_OK"} {} 310 while {[B step 10]=="SQLITE_OK"} {} 349 B step -1 411 B step 50 428 B step 50 457 B step 5000 519 B step [all...] |
/external/chromium_org/sql/ |
connection_unittest.cc | 25 return s.Step() ? s.ColumnInt(0) : -1; 149 ASSERT_TRUE(s.Step()); 162 ASSERT_TRUE(s.Step()); 205 ASSERT_TRUE(s.Step()); 293 ASSERT_TRUE(s.Step()); 303 ASSERT_TRUE(s.Step()); 309 ASSERT_TRUE(s.Step()); 322 ASSERT_TRUE(s.Step()); 330 ASSERT_TRUE(s.Step()); 343 ASSERT_TRUE(s.Step()); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 17 # %r11d = z' (copy of z for the next step) 22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); 23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 32 mov $y, %r11d /* (NEXT STEP) z' = $y */ 40 # %r11d = z' (copy of z for the next step) 41 # %r12d = z' (copy of z for the next step) 46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1); 47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1) [all...] |
/external/opencv/cxcore/src/ |
cxmeansdv.cpp | 247 step /= sizeof(src[0]) 377 ( const arrtype* src, int step, \ 379 (src, step, size, mean, sdv) ) \ 386 for( ; size.height--; src += step ) \ 412 ( const arrtype* src, int step, \ 414 (src, step, size, mean, sdv) ) \ 420 for( ; size.height--; src += step ) \ 436 ( const arrtype* src, int step, \ 446 for( ; size.height--; src += step ) \ 472 ( const arrtype* src, int step, CvSize size, [all...] |
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 17 # %r11d = z' (copy of z for the next step) 22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); 23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 32 mov $y, %r11d /* (NEXT STEP) z' = $y */ 40 # %r11d = z' (copy of z for the next step) 41 # %r12d = z' (copy of z for the next step) 46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1); 47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
WidgetCtsProvider.java | 183 int step = 1; local 185 step = sTestCount.get(widgetId) + 1; 190 title = "Step " + step + ": Verify dimensions"; 196 title = "Step " + step + ": Verify resizeability"; 209 title = "Step " + step + ": Verify collections"; 213 title = "Step " + step + ": Verify category" [all...] |
/external/libgsm/src/ |
short_term.c | 53 #undef STEP 54 #define STEP( B, MIC, INVA ) \ 60 STEP( 0, -32, 13107 ); 61 STEP( 0, -32, 13107 ); 62 STEP( 2048, -16, 13107 ); 63 STEP( -2560, -16, 13107 ); 65 STEP( 94, -8, 19223 ); 66 STEP( -1792, -8, 17476 ); 67 STEP( -341, -4, 31454 ); 68 STEP( -1144, -4, 29708 ) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
s10_8pf.cpp | 134 step = step size (Word16) 181 Word16 step, // i : stepsize 236 for (i3 = ipos[3]; i3 < L_CODE; i3 += step) 238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE 239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step 240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step 251 for (i2 = ipos[2]; i2 < L_CODE; i2 += step) 253 // index increment = step 256 // index incr= step+L_COD [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
introduction.html | 25 preverifier. The shrinking step detects and removes unused classes, fields, 26 methods, and attributes. The optimization step analyzes and optimizes the 27 bytecode of the methods. The obfuscation step renames the remaining classes, 30 preverification step adds preverification information to the classes, which is 79 followed by another shrinking step. ProGuard writes the processed results to 98 <li>In the <b>shrinking step</b>, ProGuard starts from these seeds and 102 <li>In the <b>optimization step</b>, ProGuard further optimizes the code. 107 <li>In the <b>obfuscation step</b>, ProGuard renames classes and class members 111 <li>The <b>preverification step</b> is the only step that doesn't have to kno [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 57 result = statement.step(); 98 int query_result = statement->step(); 200 if (SQLITE_DONE != statement.step()) { 208 if (SQLITE_DONE != statement.step()) { 233 if (SQLITE_ROW != statement.step()) { 345 result = statement.step(); 405 if (!(SQLITE_DONE == update.step() && 423 if (!(SQLITE_DONE == op.step() && 515 if (SQLITE_ROW != statement.step()) { 592 if (SQLITE_ROW != query.step()) [all...] |
/external/chromium/app/sql/ |
statement.h | 35 // if (s.Step()) 38 // Step() and Run() just return true to signal success. If you want to handle 68 // Executes the statement, returning true on success. This is like Step but 73 // You can keep calling Step() until it returns false to iterate through all 76 // When Step returns false, the result is either that there is no more data 81 // while (s.Step()) { 85 bool Step();
|
/external/chromium_org/chrome/renderer/net/ |
net_error_helper_unittest.cc | 25 // Expect that the *next* step will cause an update. (Any step that is not 26 // prefixed by this pseudo-step is expected *not* to cause an update.) 116 // step right before it was EXPECT_UPDATE) or not. 156 // Skip to next step to see if it updates the status, instead of 167 LOG(ERROR) << "Unexpected status at step " << i << "."; 175 << " update at step " << i << ".";
|
/external/chromium_org/sql/test/ |
test_helpers.cc | 20 EXPECT_TRUE(s.Step()); 27 if (!s.Step()) 38 if (!s.Step()) 190 EXPECT_TRUE(s.Step()); 197 while (s.Step()) { 211 if (!s.Step()) 244 EXPECT_TRUE(statement.Step());
|
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/ |
100.glsl | 161 float step(float edge, float x); 162 vec2 step(vec2 edge, vec2 x); 163 vec3 step(vec3 edge, vec3 x); 164 vec4 step(vec4 edge, vec4 x); 166 vec2 step(float edge, vec2 x); 167 vec3 step(float edge, vec3 x); 168 vec4 step(float edge, vec4 x);
|
/external/clang/include/clang/Sema/ |
Initialization.h | 618 /// \brief Describes the kind of a particular step in an initialization 690 /// \brief A single step in the initialization sequence. 691 class Step { 693 /// \brief The kind of conversion or initialization step we are taking. 735 SmallVector<Step, 4> Steps; [all...] |
/external/mesa3d/src/glsl/builtins/profiles/ |
100.glsl | 161 float step(float edge, float x); 162 vec2 step(vec2 edge, vec2 x); 163 vec3 step(vec3 edge, vec3 x); 164 vec4 step(vec4 edge, vec4 x); 166 vec2 step(float edge, vec2 x); 167 vec3 step(float edge, vec3 x); 168 vec4 step(float edge, vec4 x);
|
/external/opencv/cv/src/ |
cvstereogc.cpp | 450 int sstep = src->step; 457 uchar* dptr = dst->data.ptr + dst->step*y; 496 const uchar* lptr = state->left->data.ptr + state->left->step*y; 497 const uchar* rptr = state->right->data.ptr + state->right->step*y; 538 int step = state->left->step; local 539 int dstep = (int)(state->dispLeft->step/sizeof(short)); 541 assert( state->left->step == state->right->step && 542 state->dispLeft->step == state->dispRight->step ) 680 int step = state->left->step; local [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
Radix4FFT_v5.s | 37 mov r9, r2, lsl #3 @ step = 2*bgn@ 56 add r14, r14, r9 @ xptr += step@ 71 add r14, r14, r9 @ xptr += step@ 91 add r14, r14, r9 @ xptr += step@ 122 sub r14, r14, r9 @ xptr -= step@ 128 sub r14, r14, r9 @ xptr -= step@ 134 sub r14, r14, r9 @ xptr -= step@
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_eval.c | 197 * Since only the directions are needed, this scaling step is omitted. 234 /* bilinear de Casteljau step */ 241 /* bilinear de Casteljau step */ 255 /* remaining linear de Casteljau steps until the second last step */ 271 /* last linear de Casteljau step */ 278 /* bilinear de Casteljau step */ 291 /* remaining linear de Casteljau steps until the second last step */ 307 /* last linear de Casteljau step */ 314 /* first bilinear de Casteljau step */ 323 /* remaining bilinear de Casteljau steps until the second last step */ [all...] |
/external/mesa3d/src/mesa/math/ |
m_eval.c | 188 * Since only the directions are needed, this scaling step is omitted. 225 /* bilinear de Casteljau step */ 232 /* bilinear de Casteljau step */ 246 /* remaining linear de Casteljau steps until the second last step */ 262 /* last linear de Casteljau step */ 269 /* bilinear de Casteljau step */ 282 /* remaining linear de Casteljau steps until the second last step */ 298 /* last linear de Casteljau step */ 305 /* first bilinear de Casteljau step */ 314 /* remaining bilinear de Casteljau steps until the second last step */ [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imaadpcm.c | 84 pState->decoderL.step = 0; 85 pState->decoderR.step = 0; 132 /* if start of block, fetch new predictor and step index */ 144 /* get step index for left channel - upper 8 bits are reserved */ 148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ } 150 pState->decoderL.step = sTemp & 0xff; 159 /* get step index for right channel - upper 8 bits are reserved */ 163 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderR.step, sTemp); */ [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_imaadpcm.c | 84 pState->decoderL.step = 0; 85 pState->decoderR.step = 0; 132 /* if start of block, fetch new predictor and step index */ 144 /* get step index for left channel - upper 8 bits are reserved */ 148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ } 150 pState->decoderL.step = sTemp & 0xff; 159 /* get step index for right channel - upper 8 bits are reserved */ 163 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderR.step, sTemp); */ [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imaadpcm.c | 84 pState->decoderL.step = 0; 85 pState->decoderR.step = 0; 132 /* if start of block, fetch new predictor and step index */ 144 /* get step index for left channel - upper 8 bits are reserved */ 148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ } 150 pState->decoderL.step = sTemp & 0xff; 159 /* get step index for right channel - upper 8 bits are reserved */ 163 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderR.step, sTemp); */ [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
AxesWalker.java | 66 * @param opPos The op code position of this location step. 67 * @param stepType The type of location step. 192 * @return The context node of the step. 214 * @param root The context node of this step. 256 * Set the next walker in the location step chain. 267 * Get the next walker in the location step chain. 278 * Set or clear the previous walker reference in the location step chain. 282 * step chain, or null. 290 * Get the previous walker reference in the location step chain. 294 * step chain, or null [all...] |
WalkerFactory.java | 53 * @param stepOpCodePos The opcode position for the step. 87 * @param stepOpCodePos The opcode position for the step. 88 * @param stepIndex The top-level step index withing the iterator. 169 // Is the iteration a one-step attribute pattern (i.e. select="@foo")? 180 // Is the iteration exactly one child step? 202 // Is the iteration a one-step attribute pattern (i.e. select="@foo")? 293 * @param stepOpCodePos The opcode position for the step. 548 * @param stepOpCodePos The opcode position for the step. 549 * @param stepIndex The top-level step index withing the iterator. 656 * @param stepOpCodePos The opcode position for the step 830 StepPattern step = null; local [all...] |