/external/jemalloc/include/jemalloc/internal/ |
H A D | spin.h | 11 unsigned iteration; member in struct:spin_s 32 spin->iteration = 0; 40 for (i = 0; i < (KQU(1) << spin->iteration); i++) 43 if (spin->iteration < 63) 44 spin->iteration++;
|
/external/autotest/client/site_tests/network_GobiUncleanDisconnect/ |
H A D | network_GobiUncleanDisconnect.py | 13 def unclean_disconnect(self, iteration): 15 print 'Iteration %d: %d' % (iteration, rv) 22 for iteration in xrange(iterations): 23 self.unclean_disconnect(iteration)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
H A D | RealConvergenceChecker.java | 41 * This method may be called several time from the same algorithm iteration with 42 * different points. This can be detected by checking the iteration number at each 44 * correspond to points with the same role at each iteration, so they can be 48 * @param iteration index of current iteration 49 * @param previous point from previous iteration 50 * @param current point from current iteration 53 boolean converged(int iteration, RealPointValuePair previous, RealPointValuePair current); argument
|
H A D | VectorialConvergenceChecker.java | 41 * This method may be called several time from the same algorithm iteration with 42 * different points. This can be detected by checking the iteration number at each 44 * correspond to points with the same role at each iteration, so they can be 48 * @param iteration index of current iteration 49 * @param previous point from previous iteration 50 * @param current point from current iteration 53 boolean converged(int iteration, VectorialPointValuePair previous, VectorialPointValuePair current); argument
|
/external/libhevc/common/arm/ |
H A D | ihevc_weighted_pred_uni.s | 166 vld1.s16 {d2},[r5],r2 @load and increment the pi2_src_tmp ii iteration 170 vld1.s16 {d8},[r5],r2 @load and increment the pi2_src iii iteration 172 vmull.s16 q3,d2,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) ii iteration 173 vld1.s16 {d9},[r5],r2 @load and increment the pi2_src_tmp iv iteration 176 vadd.i32 q3,q3,q15 @vaddq_s32(i4_tmp2_t, tmp_lvl_shift_t) ii iteration 178 vmull.s16 q5,d8,d0[0] @vmull_n_s16(pi2_src_val1, (int16_t) wgt0) iii iteration 181 vadd.i32 q5,q5,q15 @vaddq_s32(i4_tmp1_t, tmp_lvl_shift_t) iii iteration 184 vshl.s32 q3,q3,q14 @vshlq_s32(i4_tmp2_t, tmp_shift_t) ii iteration 186 vmull.s16 q6,d9,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) iv iteration 189 vshl.s32 q5,q5,q14 @vshlq_s32(i4_tmp1_t, tmp_shift_t) iii iteration [all...] |
H A D | ihevc_weighted_pred_bi.s | 205 vld1.s16 {d2},[r6],r3 @load and increment the pi2_src_tmp1 ii iteration 207 vld1.s16 {d3},[r8],r4 @load and increment the pi2_src_tmp1 ii iteration 210 vld1.s16 {d0},[r6],r3 @load and increment the pi2_src1 iii iteration 211 vmull.s16 q5,d2,d7[0] @vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) ii iteration 213 vld1.s16 {d1},[r8],r4 @load and increment the pi2_src2 iii iteration 215 vmull.s16 q7,d0,d7[0] @vmull_n_s16(pi2_src1_val1, (int16_t) wgt0) iii iteration 217 vld1.s16 {d2},[r6],r3 @load and increment the pi2_src_tmp1 iv iteration 218 vmull.s16 q6,d3,d7[1] @vmull_n_s16(pi2_src2_val2, (int16_t) wgt1) ii iteration 221 vld1.s16 {d3},[r8],r4 @load and increment the pi2_src_tmp1 iv iteration 222 vadd.s32 q5,q5,q6 @vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) ii iteration [all...] |
H A D | ihevc_weighted_pred_bi_default.s | 193 vld1.s16 {d8},[r11],r3 @load and increment the pi2_src1 ii iteration 196 vld1.s16 {d9},[r12],r4 @load and increment the pi2_src2 ii iteration 200 vld1.s16 {d22},[r11],r3 @load and increment the pi2_src1 iii iteration 201 vld1.s16 {d23},[r12],r4 @load and increment the pi2_src2 iii iteration 203 vqadd.s16 d30,d30,d0 @vaddq_s32(i4_tmp1_t1, tmp_lvl_shift_t) iii iteration 204 vld1.s16 {d24},[r11],r3 @load and increment the pi2_src1 iv iteration 205 vld1.s16 {d25},[r12],r4 @load and increment the pi2_src2 iv iteration 206 vqadd.s16 d18,d24,d25 @vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) iv iteration 208 vst1.32 {d20[0]},[r2]! @store pu1_dst i iteration 209 vst1.32 {d20[1]},[r14],r5 @store pu1_dst ii iteration [all...] |
/external/autotest/client/site_tests/power_CheckAfterSuspend/ |
H A D | power_CheckAfterSuspend.py | 42 Handles iterations by adding tags with the iteration#. 49 if self.iteration is not None and self.iteration > 1: 50 test_tag = '%03d' % self.iteration
|
/external/autotest/client/site_tests/kernel_TPMStress/ |
H A D | kernel_TPMStress.py | 27 # iteration is 74ms. 31 for iteration in range(n_iterations): 35 "iteration %d of %d") % 36 (iteration, n_iterations))
|
/external/v8/tools/ |
H A D | fuzz-harness.sh | 79 iteration = 0 81 + while iteration < 100: 82 iteration += 1 83 logfilename = "w%d" % iteration
|
/external/v8/tools/jsfunfuzz/ |
H A D | fuzz-harness.sh | 57 iteration = 0 59 + while iteration < 100: 60 iteration += 1 61 logfilename = "w%d" % iteration
|
/external/libvncserver/webclients/novnc/include/ |
H A D | playback.js | 12 iteration, iterations, istart_time, 23 if (iteration === 0) { 32 iteration += 1; 33 if (iteration > iterations) {
|
/external/iproute2/tipc/ |
H A D | nametable.c | 28 int *iteration = data; local 48 if (!*iteration) 52 (*iteration)++; 75 int iteration = 0; local 88 return msg_dumpit(nlh, nametable_show_cb, &iteration);
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_latency_check_task.c | 74 int count, i = 0, iteration = 0; local 128 iteration = i; 141 delta_max, iteration); 146 delta_max, iteration);
|
/external/autotest/server/site_tests/firmware_Cr50USB/ |
H A D | firmware_Cr50USB.py | 20 The iteration should be specified by the parameter -a "num_iterations=10". 52 for iteration in xrange(num_iterations): 53 if iteration: 56 i = iteration + 1
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
H A D | tDomain_Configuration_Selection.py | 126 for iteration in range (self.crit_change_iteration+1): 129 # No criteria are set at the first iteration for testing default configurations 130 if iteration != 0: 131 log.I("Setting criterion %s to %s" % ("Crit_0", str(self.criterion_setup[iteration-1][0]))) 132 state = str(self.criterion_setup[iteration-1][0]) 135 log.I("Setting criterion %s to %s" % ("Crit_1", str(self.criterion_setup[iteration-1][1]))) 136 state = str(self.criterion_setup[iteration-1][1]) 159 config = str(self.expected_result[iteration][domain])
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureBorderClampTests.cpp | 1428 IterationConfig iteration; 1429 iteration.p0 = tcu::Vec2(-1.5f, -3.0f); 1430 iteration.p1 = tcu::Vec2( 1.5f, 2.5f); 1431 iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.3f, 0.7f, 0.2f, 0.5f)); 1432 m_iterations.push_back(iteration); 1435 IterationConfig iteration; 1436 iteration.p0 = tcu::Vec2(-0.5f, 0.75f); 1437 iteration.p1 = tcu::Vec2(0.25f, 1.25f); 1438 iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.9f, 0.2f, 0.4f, 0.6f)); 1439 m_iterations.push_back(iteration); [all...] |
/external/webrtc/webrtc/modules/audio_device/ |
H A D | fine_audio_buffer_unittest.cc | 48 // |iteration| is the number of calls made to UpdateBuffer prior to this call. 51 ACTION_P2(UpdateBuffer, iteration, samples_per_10_ms) { 54 int start_value = (iteration * bytes_per_10_ms) % SCHAR_MAX; 63 void UpdateInputBuffer(int8_t* buffer, int iteration, int size) { argument 64 int start_value = (iteration * size) % SCHAR_MAX; 74 ACTION_P2(VerifyInputBuffer, iteration, samples_per_10_ms) { 77 int start_value = (iteration * bytes_per_10_ms) % SCHAR_MAX;
|
/external/autotest/cli/ |
H A D | query_keyvals | 14 choices=["all", "test", "iteration", "attr", "perf"]) 19 options.show_attr_keyvals = options.type in ("all", "iteration", "attr") 20 options.show_perf_keyvals = options.type in ("all", "iteration", "perf") 43 for i, iteration in enumerate(view["iterations"]): 46 print_keyvals(iteration["attr"], "\t\t%s(attr) = %s", 49 print_keyvals(iteration["perf"], "\t\t%s(perf) = %s",
|
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/ |
H A D | bluetooth_AdapterHIDReports.py | 59 for iteration in xrange(1, num_iterations + 1): 86 self.total_fails['Round %d' % iteration] = self.fails 90 fail_count = iteration - pass_count
|
/external/dng_sdk/source/ |
H A D | dng_1d_function.cpp | 50 for (uint32 iteration = 0; iteration < kMaxIterations; iteration++)
|
/external/autotest/client/tests/interbench/ |
H A D | interbench.py | 25 self.iteration, args))
|
/external/libmojo/mojo/edk/js/tests/ |
H A D | js_to_cpp_tests.js | 94 var iteration = 0; 102 var offset = iteration / 8; 106 mask = 1 << (iteration % 8); 127 iteration += 1; 136 var iteration = 0; 144 var delta = 8 * (1 + iteration % 32); 145 var offset = 8 * ((iteration / 32) | 0); 167 iteration += 1;
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
H A D | noise_summary.py | 36 # one iteration of data 71 # Update the current iteration we're on. 147 # Print out the summary of results for a single iteration, 149 def print_iteration_summary(data_dict, iteration, outfile): 151 outfile.write("Iteration %d\n" % iteration) 169 # Print out a summary of errors for each iteration 181 for iteration, data_dict in enumerate(parse_report.data_dict_list): 182 print_iteration_summary(data_dict, iteration, outfile) 187 # For each iteration, generate a subplot 189 for iteration, data_dic [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_posix_test.cc | 43 static void SpawnThread(uptr iteration) { argument 47 reinterpret_cast<void *>(iteration)));
|