Searched refs:progress (Results 201 - 225 of 246) sorted by relevance

12345678910

/external/e2fsprogs/e2fsck/
H A Dpass1.c691 if (ctx->progress)
692 if ((ctx->progress)(ctx, 1, 0, ctx->fs->group_desc_count))
1192 if (ctx->progress)
1193 if ((ctx->progress)(ctx, 1, group+1,
H A Drehash.c881 if (ctx->progress && !ctx->progress_fd)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jpeg/
H A Djpeglib.h248 struct jpeg_progress_mgr * progress; /* Progress monitor, or NULL if none */\
488 /* State variables: these variables indicate the progress of decompression.
499 * These indicate the progress of the decompressor input side.
589 /* The coefficient controller's input and output progress is measured in
/external/oprofile/events/x86-64/family10/
H A Dunit_masks138 0x08 GART/DEV request hit table walk in progress
142 0x80 GART/DEV multiple table walk in progress
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h248 struct jpeg_progress_mgr * progress; /* Progress monitor, or NULL if none */\
488 /* State variables: these variables indicate the progress of decompression.
499 * These indicate the progress of the decompressor input side.
589 /* The coefficient controller's input and output progress is measured in
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h313 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
/external/v8/test/cctest/
H A Dtest-parsing.cc601 unsigned progress = stream.SeekForward(12); local
602 i += progress;
/external/libxml2/
H A Dxmlregexp.c3303 * Try to progress as much as possible on the input
3424 goto progress;
3442 progress:
3767 int progress = 1; local
3935 * Try to progress as much as possible on the input
4056 goto progress;
4068 if ((progress) && (exec->state != NULL) &&
4070 progress = 0;
4093 progress:
4094 progress
[all...]
H A Drelaxng.c10145 int progress; local
10173 progress = 0;
10190 progress = 1;
10198 progress = 1;
10226 progress = 1;
10232 progress = 1;
10244 if (progress) {
10260 progress = 0;
10272 } while (progress == 1);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp1659 * Get current load progress estimate from 0.0 to 1.0.
1661 * @param o view object to get current progress.
1669 return priv->page->progress()->estimatedProgress();
3626 * Reports load progress changed.
3628 * Emits signal: "load,progress" with pointer to a double from 0.0 to 1.0.
3636 double progress = priv->page->progress()->estimatedProgress(); local
3638 DBG("o=%p (p=%0.3f)", o, progress);
3640 evas_object_smart_callback_call(o, "load,progress", &progress);
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c4760 Bool progress; local
4775 progress = handle_compress ( strm );
4776 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4797 progress = handle_compress ( strm );
4807 progress = handle_compress ( strm );
4808 if (!progress) return BZ_SEQUENCE_ERROR;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c4784 Bool progress; local
4799 progress = handle_compress ( strm );
4800 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4821 progress = handle_compress ( strm );
4831 progress = handle_compress ( strm );
4832 if (!progress) return BZ_SEQUENCE_ERROR;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c4776 Bool progress; local
4790 progress = handle_compress ( strm );
4791 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4812 progress = handle_compress ( strm );
4822 progress = handle_compress ( strm );
4823 if (!progress) return BZ_SEQUENCE_ERROR;
H A Dvarinfo6.c4813 Bool progress; local
4828 progress = handle_compress ( strm );
4829 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4850 progress = handle_compress ( strm );
4860 progress = handle_compress ( strm );
4861 if (!progress) return BZ_SEQUENCE_ERROR;
/external/valgrind/main/perf/
H A Dbz2.c4775 Bool progress; local
4790 progress = handle_compress ( strm );
4791 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
4812 progress = handle_compress ( strm );
4822 progress = handle_compress ( strm );
4823 if (!progress) return BZ_SEQUENCE_ERROR;
H A Dtest_input_for_tinycc.c3867 Bool progress; local
3882 progress = handle_compress ( strm );
3883 return progress ? 1 : (-2);
3904 progress = handle_compress ( strm );
3914 progress = handle_compress ( strm );
3915 if (!progress) return (-1);
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp850 // we simulate one square animating across the progress bar.
876 option.progress = (renderProgress->position() * std::numeric_limits<int>::max());
883 if (option.progress < 0) {
885 // we simulate one square animating across the progress bar.
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h966 virtual void DidChangeLoadProgress(double progress);
1162 // Upload progress, for displaying in the status bar.
/external/v8/src/
H A Dprofile-generator.cc1638 SnapshottingProgressReportingInterface* progress)
1642 progress_(progress),
2688 HeapSnapshot* snapshot, SnapshottingProgressReportingInterface* progress)
2691 progress_(progress),
1636 V8HeapExplorer( HeapSnapshot* snapshot, SnapshottingProgressReportingInterface* progress) argument
2687 NativeObjectsExplorer( HeapSnapshot* snapshot, SnapshottingProgressReportingInterface* progress) argument
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp360 // There is an initial cache attempt in progress.
477 m_currentResourceIdentifier = m_frame->page()->progress()->createUniqueIdentifier();
878 // Fire the final progress event.
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp882 void SVGSMILElement::progress(SMILTime elapsed, SVGSMILElement* resultElement) function in class:WebCore::SVGSMILElement
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp722 // Any pending redirect is no longer in progress. This can happen
1025 m_webFrame, m_webFrame->frame()->page()->progress()->estimatedProgress());

Completed in 806 milliseconds

12345678910