OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upload
(Results
226 - 250
of
929
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/docs/source.android.com/src/devices/
tuning.jd
118
<td>Defines the width in pixels of the default font cache. The upper bound depends on how fast the GPU can
upload
textures.
125
<td>Defines the height in pixels of the default font cache. The upper bound depends on how fast the GPU can
upload
textures.
132
<td>Defines the width in pixels of the large font cache. This cache is used for glyphs too large to fit in the default font cache. The upper bound depends on how fast the GPU can
upload
textures. We recommended using at least 2048 pixels but at most 4096 pixels. You should also use a power of two value.</td>
139
<td>Defines the height in pixels of the large font cache. The large font cache is used for glyphs too large to fit in the default font cache. The upper bound depends on how fast the GPU can
upload
textures.
/docs/source.android.com/src/source/
developing.jd
60
<p>Use <code>repo
upload
</code> to
upload
changes to the review server.</p>
125
<pre><code>repo
upload
127
<p>This will list the changes you have committed and prompt you to select which branches to
upload
to the review server. If there is only one branch, you will see a simple <code>y/n</code> prompt.</p>
/external/chromium/chrome/browser/metrics/
metrics_response.cc
29
if (strcmp(Char(name), "
upload
") == 0) {
/external/chromium/chrome/common/extensions/docs/server/
README
29
2. Run appcfg.py (supplied with the App Engine SDK) to
upload
the server code:
/external/chromium_org/cc/scheduler/
texture_uploader.cc
134
void TextureUploader::
Upload
(const uint8* image,
211
// Use 4-byte row alignment (OpenGL default) for
upload
performance.
281
// Use 4-byte row alignment (OpenGL default) for
upload
performance.
286
//
Upload
tile data via a mapped transfer buffer
texture_uploader.h
45
void
Upload
(const uint8* image,
/external/chromium_org/chrome/
PRESUBMIT.py
75
"""Checks common to both
upload
and commit."""
/external/chromium_org/chrome/browser/
chrome_browser_main_android.cc
34
// do not
upload
them.
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h
59
// Gets the set of
upload
needed resource IDs.
truncate_operation.h
37
// that it is necessary to
upload
the file to the server.
update_operation.h
53
//
upload
takes place only when there is a mismatch in the checksum.
/external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc
31
// URLFetcher requires us to set
upload
data for POST requests.
/external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h
37
// Indicates that we are ready to
upload
perf data.
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_client.h
65
// Delegate interface for supplying status information to
upload
to the server
129
//
Upload
a device certificate to the server. Like FetchPolicy, this method
232
// Callback for certificate
upload
requests.
271
// Status
upload
data is produced by |status_provider_|.
/external/chromium_org/chrome/common/extensions/docs/server2/
README
38
3. Run appcfg.py (supplied with the App Engine SDK) to
upload
the server code:
/external/chromium_org/chrome_frame/test/
url_request_test.cc
82
NULL, //
upload
data
130
NULL, //
upload
data
173
NULL, //
upload
data
212
NULL, //
upload
data
/external/chromium_org/components/autofill/core/browser/
autofill_xml_parser_unittest.cc
84
// Test parsing the
upload
required attribute.
153
// Make sure that we can handle parsing both the
upload
required and the
403
// Test successfull
upload
response.
413
// Test failed
upload
response.
/external/chromium_org/remoting/base/
breakpad_mac.mm
45
// Skip the
upload
confirmation dialog, since this is a remote-access
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.idl
79
readonly attribute XMLHttpRequestUpload
upload
;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server.py
118
# Setup
upload
folders.
Upload
folder is to hold temporary
upload
files
121
f.write(('server.
upload
-dirs = ( "%s" )\n\n') % (self._output_dir))
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
menu.py
45
["
Upload
test file", "/testfile/uploadform"],
/external/chromium_org/third_party/WebKit/public/platform/
WebURLLoaderClient.h
48
// Called to report
upload
progress. The bytes reported correspond to
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_idct.h
78
/*
upload
the idct matrix, which can be shared by all idct instances of a pipe */
/external/chromium_org/tools/deep_memory_profiler/subcommands/
upload.py
21
'Usage: %prog
upload
[--gsutil path/to/gsutil] '
/external/chromium_org/tools/perf/metrics/
smoothness_unittest.py
65
# Texture
Upload
Results
Completed in 3403 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>