/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 224 // Upload the bitmap to a new texture.
|
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 224 // Upload the bitmap to a new texture.
|
/prebuilts/tools/common/kxml2-tools/ |
kxml2-src-2.3.0.zip | |
/external/chromium/chrome/common/extensions/docs/static/ |
manifest.html | 163 If you upload your extension, app, or theme using the 165 you'll need to upload additional images, 224 <a href="https://chrome.google.com/webstore/developer/dashboard">upload your extension</a>
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
manifest.html | 219 If you upload your extension, app, or theme using the 221 you'll need to upload additional images, 282 <a href="https://chrome.google.com/webstore/developer/dashboard">upload your extension</a>
|
angular_framework.html | 25 as well as upload new files using the 741 if it can't upload files! 763 gdocs.upload(file, function() {
|
/external/chromium_org/content/browser/loader/ |
resource_loader.cc | 131 return; // Nothing to upload. 368 // We want to send a final upload progress message prior to sending the 370 // previous upload progress message.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 70 * Upload the binding table pointers, which point each stage's array of surface 104 * Upload the binding table pointers, which point each stage's array of surface 140 * Upload pointers to the per-stage state.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 70 * Upload the binding table pointers, which point each stage's array of surface 104 * Upload the binding table pointers, which point each stage's array of surface 140 * Upload pointers to the per-stage state.
|
/frameworks/base/docs/html/google/play/ |
expansion-files.jd | 85 <p>Each time you upload an APK using the Google Play Developer Console, you have the option to 103 upload a new APK with an updated <a 106 Developer Console does not allow you to upload an expansion file to an existing APK.)</p> 117 <p>Each expansion file you upload can be any format you choose (ZIP, PDF, MP4, etc.). You can also 145 upload a main expansion file, the file is renamed to:</p> 283 <p>Adding APK expansion files is a feature available when you upload your application using the 295 <li>If you update your application with a new APK or upload <a 302 provide different expansion files for different devices, you still must upload separate APKs 308 alone—<strong>you must upload a new APK</strong> to update your app. If your changes only [all...] |
/external/chromium_org/components/autofill/core/browser/ |
form_structure.cc | 104 // in upload xml, and also add them to the parent XmlElement. 107 // Don't upload checkable fields. 446 if (!EncodeFormRequest(FormStructure::UPLOAD, &autofill_request_xml)) 788 // The form signature should match between query and upload requests to the [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | 58 struct u_upload_mgr *upload; member in struct:blitter_context_priv 285 ctx->upload = u_upload_create(pipe, 65536, 4, PIPE_BIND_VERTEX_BUFFER); 337 u_upload_destroy(ctx->upload); 850 u_upload_data(ctx->upload, 0, sizeof(ctx->vertices), ctx->vertices, 852 u_upload_unmap(ctx->upload); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | 58 struct u_upload_mgr *upload; member in struct:blitter_context_priv 285 ctx->upload = u_upload_create(pipe, 65536, 4, PIPE_BIND_VERTEX_BUFFER); 337 u_upload_destroy(ctx->upload); 850 u_upload_data(ctx->upload, 0, sizeof(ctx->vertices), ctx->vertices, 852 u_upload_unmap(ctx->upload); [all...] |
/frameworks/base/docs/html/distribute/googleplay/publish/ |
localizing.jd | 384 ADT Translation Manager Plugin</a>, which makes it easy to upload 395 You can upload the strings you want translated, select the languages you want to 495 and 10- inch tablets. You can upload screenshots to the Developer Console for 503 different versions of your promotional graphics for each language and upload 525 in to the Developer Console and upload your APK, you can set up groups of users
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 46 // acquires a list of all local histograms that have been flagged for upload 235 // If an upload fails, and the transmission was over this byte count, then we 723 // old version with info that we upload. [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.cc | 29 // But currently multiplied by 2 to ensure upload related jobs retried for a 657 params.local_file_path = kDevNull; // Upload an empty file. [all...] |
/frameworks/base/docs/html/google/play/billing/ |
billing_admin.jd | 92 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is not yet supported.</p> 199 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is not yet supported.</p> 466 <li>Test account users do not have access to your publisher account and cannot upload applications
|
/frameworks/base/docs/html/tools/adk/ |
adk2.jd | 327 <li>Upload the sketch to the ADK by choosing <strong>File > Upload</strong>. When the <strong>ADK 334 <p>An alternative, make file-based build and upload system is also available for the ADK 2012. This
|
/frameworks/base/docs/html/training/cloudsave/ |
conflict-res.jd | 311 <td>Device A tries to upload its data to the cloud. 406 <td>Device A tries to upload its data to the cloud. 558 <td>Device A tries to upload its data to the cloud. <br />
|
/frameworks/base/docs/html/training/sync-adapters/ |
creating-sync-adapter.jd | 258 the necessary upload request. You also have to handle network errors that occur while your 498 Allows you to upload data to the cloud. Set this to {@code false} if your app only 563 Allows the sync adapter code to access the Internet so that it can download or upload data
|
/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 39 * <li>Optionally upload a request body. Instances must be configured with 90 * To upload data to a web server, configure the connection for output using 100 * <p>For example, to perform an upload: <pre> {@code
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
CameraIntentsActivity.java | 65 * (e.g. social network apps that upload a photo after you take a picture)
|
/development/apps/Development/res/values/ |
strings.xml | 21 <string name="menu_upload_exceptions">Upload Exceptions</string>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 189 // Upload the vertex data
|
/external/chromium/chrome/common/ |
metrics_helpers.h | 177 // upload). It has several pure virtual functions that are replaced in
|