Searched defs:iteration (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInertAnimation.cpp54 double iteration = currentIteration(); local
55 ASSERT(iteration >= 0);
56 // FIXME: Handle iteration values which overflow int.
57 return m_effect->sample(static_cast<int>(iteration), timeFraction());
H A DAnimation.cpp86 double iteration = currentIteration(); local
87 ASSERT(iteration >= 0);
88 // FIXME: Handle iteration values which overflow int.
89 m_compositableValues = m_effect->sample(static_cast<int>(iteration), timeFraction());
H A DKeyframeAnimationEffect.cpp185 PassOwnPtr<AnimationEffect::CompositableValueList> KeyframeAnimationEffect::sample(int iteration, double fraction) const argument
187 ASSERT(iteration >= 0);
192 map->append(std::make_pair(iter->key, iter->value->sample(iteration, fraction)));
318 PassRefPtr<AnimationEffect::CompositableValue> KeyframeAnimationEffect::PropertySpecificKeyframeGroup::sample(int iteration, double offset) const argument
321 ASSERT_UNUSED(iteration, iteration >= 0);
/external/qemu/android/utils/
H A Drefset.h23 int iteration; member in struct:__anon25112
42 s->iteration = 0;
63 (_set)->iteration += 2; \
71 (_set)->iteration -= 2; \
72 if ((_set)->iteration == 1) \
H A Dreflist.h39 uint16_t iteration; member in struct:ARefList
53 l->iteration = 0;
136 _reflist_loop->iteration += 2; \
145 if (_reflist_loop->iteration & 1) \
160 (_reflist_loop->iteration |= 1, *_reflist_loop_at = NULL)
163 (_reflist_loop->iteration |= 1, *_reflist_loop_at = (val))
170 _reflist->iteration += 2; \
178 _reflist->iteration -= 2; \
179 if (_reflist->iteration == 1) \
199 _reflist->iteration |
[all...]
/external/ceres-solver/include/ceres/
H A Diteration_callback.h31 // When an iteration callback is specified, Ceres calls the callback
43 // iteration of the minimization.
46 : iteration(0),
64 // Current iteration number.
65 int32 iteration; member in struct:ceres::IterationSummary
70 // Note: step_is_valid is false when iteration = 0.
78 // Note: step_is_nonmonotonic is false when iteration = 0;
90 // Note: step_is_successful is false when iteration = 0.
97 // iteration. This can be positive or negative.
111 // Size of the trust region at the end of the current iteration
[all...]
/external/chromium_org/cc/animation/
H A Danimation.cc188 // If less than an iteration duration, just return trimmed.
192 // If greater than or equal to the total duration, return iteration duration.
199 // We need to know the current iteration if we're alternating.
200 int iteration = static_cast<int>(trimmed / curve_->Duration()); local
206 // If we're alternating and on an odd iteration, reverse the direction.
207 if (alternates_direction_ && iteration % 2 == 1)
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIterationController.h10 /* NOTE The class IterationController has been adapted from the iteration
72 * This class has been adapted from the iteration class of GMM++ and ITL libraries.
83 size_t m_nit; ///< iteration number
114 /* change the user-definable callback, called after each iteration */
120 size_t iteration() const { return m_nit; } function in class:Eigen::IterationController
/external/chromium/net/disk_cache/
H A Dstress_cache.cc54 int RunSlave(int iteration) { argument
59 cmdline.AppendArg(base::IntToString(iteration));
91 // iteration is the current crash cycle, so the entries on the cache are marked
93 void StressTheCache(int iteration) { argument
113 printf("Iteration %d, initial entries: %d\n", iteration,
152 "i: %d iter: %d, size: %d, truncate: %d", i, iteration, size,
235 long int iteration = strtol(argv[1], &end, 0); local
242 StressTheCache(iteration);
/external/chromium/testing/gtest/test/
H A Dgtest-listener_test.cc66 int iteration) {
69 << "(" << iteration << ")";
110 int iteration) {
113 << "(" << iteration << ")";
65 OnTestIterationStart(const UnitTest& , int iteration) argument
109 OnTestIterationEnd(const UnitTest& , int iteration) argument
/external/chromium_org/net/disk_cache/
H A Dstress_cache.cc55 int RunSlave(int iteration) { argument
60 cmdline.AppendArg(base::IntToString(iteration));
101 // iteration is the current crash cycle, so the entries on the cache are marked
103 void StressTheCache(int iteration) { argument
130 printf("Iteration %d, initial entries: %d\n", iteration,
172 "i: %d iter: %d, size: %d, truncate: %d ", i, iteration,
285 long int iteration = strtol(argv[1], &end, 0); local
292 StressTheCache(iteration);
/external/chromium_org/testing/gtest/test/
H A Dgtest-listener_test.cc65 int iteration) {
68 << "(" << iteration << ")";
109 int iteration) {
112 << "(" << iteration << ")";
64 OnTestIterationStart(const UnitTest& , int iteration) argument
108 OnTestIterationEnd(const UnitTest& , int iteration) argument
/external/gtest/test/
H A Dgtest-listener_test.cc66 int iteration) {
69 << "(" << iteration << ")";
110 int iteration) {
113 << "(" << iteration << ")";
65 OnTestIterationStart(const UnitTest& , int iteration) argument
109 OnTestIterationEnd(const UnitTest& , int iteration) argument
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc75 int iteration) {
78 << "(" << iteration << ")";
119 int iteration) {
122 << "(" << iteration << ")";
74 OnTestIterationStart(const UnitTest& , int iteration) argument
118 OnTestIterationEnd(const UnitTest& , int iteration) argument
/external/chromium_org/chrome/browser/storage_monitor/
H A Dvolume_mount_watcher_win.cc220 int iteration) {
259 iteration == 0 ? LOCK_TIMEOUT : LOCK_TIMEOUT2,
264 if (iteration < kNumLockRetries) {
271 device, callback, task_runner, iteration + 1),
216 EjectDeviceInThreadPool( const base::FilePath& device, base::Callback<void(StorageMonitor::EjectStatus)> callback, scoped_refptr<base::SequencedTaskRunner> task_runner, int iteration) argument
/external/opencv/cv/src/
H A Dcvsnakes.cpp88 int iteration = 0; local
173 iteration++;
388 if( (criteria.type & CV_TERMCRIT_ITER) && (iteration >= criteria.max_iter) )
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbencher674 doublePuts($stderr,file," if (__bencher_index >= #{$warmup}) print(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_index - #{$warmup}) + \": Time: \"+(after-before));");
692 doublePuts($stderr,file,"print(\"#{name}: #{plan.vm}: #{plan.iteration}: #{innerIndex}: Time: \"+__bencher_run(#{benchPath.inspect}));")
703 doublePuts($stderr,file," debug(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_count - #{$warmup}) + \": Time: \" + result);")
776 def planForDescription(plans, benchFullname, vmName, iteration)
780 result = plans.select{|v| v.suite.name == suiteName and v.benchmark.name == benchName and v.vm.name == vmName and v.iteration == iteration}
811 plan.iteration
1107 def initialize(benchmark, vm, iteration)
1110 @iteration = iteration
1125 def iteration method in class:BenchRunPlan
1232 def iteration method in class:BenchPlan
[all...]
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1461 int iteration,
1486 *new_index += iteration;
1459 MoveTab(int tab_id, int *new_index, int iteration, base::ListValue* tab_values, int* window_id) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc2083 int iteration) {
2088 if (!iteration) {
2097 iteration - 1)));
2080 DetachToDockedWindowNextStep( DetachToDockedTabDragControllerTest* test, const gfx::Point& target_point, int iteration) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp638 int32_t iteration; local
653 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
656 int32_t whichLine = (iteration + fOffset)%kNumberFormatTestDataLength;
670 whichLine = (iteration + fOffset)%kPercentFormatTestDataLength;
691 switch((iteration+fOffset) % kNumberOfMessageTests)
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h786 // Gets the random seed used at the start of the current test iteration.
1138 // test iteration, not for the entire test program.
1145 void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { argument
1146 SendLn("event=TestIterationStart&iteration=" +
1147 StreamableToString(iteration));
1150 void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) {
/external/flac/libFLAC/
H A Dstream_decoder.c3202 unsigned iteration = 0; local
3225 for( ; ; iteration++) {
3226 if (iteration == 0 || this_frame_sample > target_sample || target_sample - this_frame_sample > LINEAR_SEARCH_WITHIN_SAMPLES) {
3227 if (iteration >= BINARY_SEARCH_AFTER_ITERATION) {
/external/icu4c/test/intltest/
H A Dtsmthred.cpp789 int32_t iteration; local
804 for(iteration = 0;!getError() && iteration<kFormatThreadIterations;iteration++)
807 int32_t whichLine = (iteration + fOffset)%kNumberFormatTestDataLength;
821 whichLine = (iteration + fOffset)%kPercentFormatTestDataLength;
842 switch((iteration+fOffset) % kNumberOfMessageTests)
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1394 mDNSexport void mDNSPlatformSendWakeupPacket(mDNS *const m, mDNSInterfaceID InterfaceID, char *EthAddr, char *IPAddr, int iteration) argument
1400 (void) iteration;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c272 mDNSlocal mDNSu32 mDNSMixRandomSeed(mDNSu32 seed, mDNSu8 iteration) argument
274 return iteration ? mDNSMixRandomSeed(mDNSRandomFromSeed(seed), --iteration) : seed;

Completed in 787 milliseconds

12