/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_context.c | 78 uint32_t staged; member in struct:vmw_svga_winsys_context::__anon20099 86 uint32_t staged; member in struct:vmw_svga_winsys_context::__anon20100 168 for(i = 0; i < vswc->surface.used + vswc->surface.staged; ++i) { 178 for(i = 0; i < vswc->region.used + vswc->region.staged; ++i) { 237 vswc->surface.staged = 0; 239 vswc->region.staged = 0; 259 assert(vswc->surface.staged < vswc->surface.reserved); 265 vmw_svga_winsys_surface_reference(&vswc->surface.handles[vswc->surface.used + vswc->surface.staged], vsurf); 267 ++vswc->surface.staged; 283 assert(vswc->region.staged < vswc->region.reserved) [all...] |
/system/core/metricsd/uploader/ |
upload_service.h | 42 // * in-memory metrics: in memory aggregated metrics, waiting to be staged for 46 // * staged log: protobuf message waiting to be uploaded. 55 // * take a snapshot of the in-memory metrics and create the staged log 56 // * save the staged log to disk to avoid losing it if metricsd or the system 59 // newly created staged log. 89 // Sends the staged log. 124 // If a staged log fails to upload more than kMaxFailedUpload times, it 155 // Returns true iff a log is staged. 158 // Remove the staged log iff the upload failed more than |kMaxFailedUpload|.
|
/external/autotest/server/control_segments/ |
stage_server_side_package | 13 # Url to server-side package staged on devserver.
|
/frameworks/base/docs/html/distribute/engage/ |
app-updates.jd | 15 "{@docRoot}distribute/googleplay/developer-console.html#staged-rollouts">staged
|
/external/autotest/site_utils/admin/ |
clean_staged_images.py | 6 """Clean Staged Images. 10 staged.timestamp and do following. 15 3. If that's True, delete the folder containing staged.timestamp. 30 _TIMESTAMP_FILENAME = 'staged.timestamp' 71 4530.0.0 (for builds staged in *-channel/[platform]/). 97 @param builds_dir: The builds dir where all builds are staged.
|
/external/autotest/client/common_lib/cros/ |
dev_server.py | 36 # artifacts are staged. 38 # Artifacts that should be staged when client calls devserver RPC to stage an 41 # Artifacts that should be staged when client calls devserver RPC to stage an 46 # Artifacts that should be staged when client calls devserver RPC to stage an 50 # Artifacts that should be staged when client calls devserver RPC to stage an 535 CrOS and Android builds are staged in different ways as they have different 561 """Create a graphite name given the staged items. 587 """Create a metadata dictionary given the staged items. 610 """Polling devserver.is_staged until all artifacts are staged. 614 @return: True if all artifacts are staged in devserver [all...] |
/docs/source.android.com/scripts/ |
build2stage.sh | 50 echo 'Your staged content is available at staging instance '$1''
|
/external/autotest/site_utils/ |
brillo_aue2e_test.py | 68 '(if given) and DST_IMAGE and staged on the ' 85 @param stage_file: Path to the file that is being staged. 103 @return URI to use for downloading the staged payload. 107 # Remove the artifact if previously staged. 128 logging.debug('Payload is staged on Moblab as %s', stage_rel_path) 275 logging.info('Source payload was staged') 281 logging.info('Target payload was staged')
|
brillo_recovery_test.py | 69 logging.info('Recovery image was staged')
|
devserver_history.py | 32 # Detecting artifacts staged in multiple devservers. 141 """Detect any artifact for same build was staged in multiple devservers. 145 print '\nDetecting artifacts staged in multiple devservers.' 147 # Count how many times a devserver staged duplicated artifacts. A number 212 ' build was staged in multiple devservers. '
|
/external/autotest/server/site_tests/platform_RebootAfterUpdate/ |
control | 23 has staged image. By default if host[repo_job_url] is set, it'll
|
/frameworks/base/docs/html/google/play/ |
developer-api.jd | 18 <li><a href="#edits">Staged Edits</a></li> 83 staged rollout, or production)</li> 155 <h2 id="edits">Staged Edits</h2> 163 <li>Assigning different APKs to different ?tracks?: alpha, beta, staged 169 <p>Once all the desired changes have been staged, they are all committed with a 172 <p>For full details on staged edits, see the Google Play Developer API
|
/external/autotest/server/cros/ |
autoupdate_utils.py | 26 has already staged the necessary files for autoupdate.
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
control | 29 has staged image. By default if host[repo_job_url] is set, it'll
|
/external/clang/lib/CodeGen/ |
CGLoopInfo.h | 96 /// \brief Begin a new structured loop. The set of staged attributes will be 101 /// The staged attributes are applied to the loop and then cleared.
|
/external/eigen/doc/ |
A10_Eigen2SupportModes.dox | 18 The rest of this page describes an optional, more powerful \em staged migration path. 20 \section StagedMigrationPathOverview Overview of the staged migration path 22 The primary reason why EIGEN2_SUPPORT alone may not be enough to migrate a large project from Eigen 2 to Eigen 3 is that some of the Eigen 2 API is inherently incompatible with the Eigen 3 API. This happens when the same identifier is used in Eigen 2 and in Eigen 3 with different meanings. To help migrate projects that rely on such API, we provide a staged migration path allowing to perform the migration \em incrementally.
|
/external/autotest/server/site_tests/platform_InstallTestImage/ |
control | 69 logging.info("Using staged image: %s", image_url)
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
DocumentImagePicker.java | 43 * actually loaded and staged in the temp directory, so we are passing in a pending
|
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/ |
autoupdate_CatchBadSignatures.py | 176 URL). Returns the URL to the staged image.""" 188 # ImageServer has no way to give us the URL of the staged file...
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
developer-console.jd | 17 <li><a href="#staged-rollouts">?????????</a></li> 211 <h2 id="staged-rollouts">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
developer-console.jd | 17 <li><a href="#staged-rollouts">?????</a></li> 264 <h2 id="staged-rollouts">
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
autoupdate_EndToEndTest.py | 683 # Named tuple containing urls for staged urls needed for test. 739 @return A tuple of staged URLs. 844 @return URL of the staged payload on the server. [all...] |
/frameworks/base/docs/html/distribute/users/ |
expand-to-new-markets.jd | 151 "{@docRoot}distribute/googleplay/developer-console.html#staged-rollouts">staged
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
developer-console.jd | 17 <li><a href="#staged-rollouts">?? ??</a></li> 264 <h2 id="staged-rollouts">
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
developer-console.jd | 17 <li><a href="#staged-rollouts">????????? ?????? ??????????</a></li> 264 <h2 id="staged-rollouts">
|