OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loading
(Results
376 - 400
of
5303
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
b1lli.h
15
* struct for
loading
t4 file
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
b1lli.h
15
* struct for
loading
t4 file
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py
4
# precision depending on whether Python was
loading
a module for the first
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py
4
# precision depending on whether Python was
loading
a module for the first
/sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk
4
# - dynamic library
loading
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
url-loading.rst
1
.. _devguide-coding-url-
loading
:
4
URL
Loading
25
For reference information related to
loading
data from URLs, see the
29
``URLLoader`` class for
loading
data from URLs
74
URL
loading
overview
87
Following are the high-level steps involved in URL
loading
.
166
upon its completion. ``Open`` begins
loading
the ``URLRequestInfo``.
/external/chromium_org/third_party/sqlite/src/src/
loadext.c
408
**
loading
. Otherwise you get the following error.
497
** Enable or disable extension
loading
. Extension
loading
is disabled by
515
**
loading
is supported. We need a dummy sqlite3Apis pointer for that
516
** code if regular extension
loading
is not available. This is that
594
** Reset the automatic extension
loading
mechanism.
645
"automatic extension
loading
failed: %s", zErrmsg);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapWorkerTask.java
101
Log.e(TAG, "Error
loading
bitmap - unknown resource URI! "
105
Log.e(TAG, "Error
loading
bitmap - no source!");
108
Log.e(TAG, "Error
loading
url " + workerOptions.getResourceUri(), e);
111
Log.e(TAG, "Critical Error
loading
url " + workerOptions.getResourceUri(), e);
131
Log.d(TAG, "
Loading
" + iconResource.toString());
266
Log.d(TAG, "
Loading
" + url);
276
Log.d(TAG, "
loading
done "+url);
DrawableLoader.java
117
Log.e(TAG, "Error
loading
bitmap - unknown resource URI! "
121
Log.e(TAG, "Error
loading
bitmap - no source!");
124
Log.e(TAG, "Error
loading
url " + workerOptions.getResourceUri(), e);
127
Log.e(TAG, "Critical Error
loading
url " + workerOptions.getResourceUri(), e);
157
Log.d(TAG, "
Loading
" + iconResource.toString());
276
Log.d(TAG, "
Loading
" + url);
286
Log.e(TAG, "
loading
" + url + " timed out");
/external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc
63
// Check that
loading
and verifying the entry against an invalid hash fails.
67
// Check that
loading
and verifying the entry against its hash succeeds.
84
// Check that
loading
the entry fails when the maximum allowed data size is
107
// Check that
loading
and verifying the entry against its hash fails.
123
// Check that
loading
and verifying the entries against their hashes succeeds.
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
webview_tag.html
39
one that listens for the web page to start
loading
,
40
the other for the web page to stop
loading
,
41
and displays a "
loading
..." message during the load time:
50
indicator.innerText = "
loading
...";
137
By default, webviews are prevented from
loading
any resources packaged with
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java
115
* Waits for the Active shell to finish
loading
. This times out after
117
*
loading
pages. Instead it should be used more for test initialization. The proper way
119
* @return Whether or not the Shell was actually finished
loading
.
138
//
loading
because it has no URL set yet. The second is that
139
// we've set a URL and it actually is
loading
.
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_u_r_l_loader.html
38
<div class="textblock"><p><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> provides an API for
loading
URLs. </p>
54
<p>Default constructor for creating an <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a> <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object. </p>
74
<tr><td class="paramdir">[in]</td><td class="paramname">resource</td><td>A <code>PP_Resource</code> corresponding to a <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> resource. </td></tr>
94
<p>A constructor used to allocate a new <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> in the browser. </p>
118
<p>The copy constructor for <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code>. </p>
121
<tr><td class="paramname">other</td><td>A <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> to be copied. </td></tr>
141
<p>This function is used to cancel any pending IO and close the <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> object. </p>
142
<p>Any pending callbacks will still run, reporting <code>PP_ERROR_ABORTED</code> if pending IO was interrupted. It is NOT valid to call <a class="el" href="classpp_1_1_u_r_l_loader.html#afb72f38f30b94a2d5494225e364395b8" title="This function begins
loading
the URLRequestInfo.">Open()</a> again after a call to this function.</p>
143
<p><b>Note:</b> If the <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object is destroyed while it is still open, then it will be implicitly (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_u_r_l_loader.html
38
<div class="textblock"><p><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> provides an API for
loading
URLs. </p>
54
<p>Default constructor for creating an <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a> <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object. </p>
74
<tr><td class="paramdir">[in]</td><td class="paramname">resource</td><td>A <code>PP_Resource</code> corresponding to a <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> resource. </td></tr>
94
<p>A constructor used to allocate a new <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> in the browser. </p>
118
<p>The copy constructor for <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code>. </p>
121
<tr><td class="paramname">other</td><td>A <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> to be copied. </td></tr>
141
<p>This function is used to cancel any pending IO and close the <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> object. </p>
142
<p>Any pending callbacks will still run, reporting <code>PP_ERROR_ABORTED</code> if pending IO was interrupted. It is NOT valid to call <a class="el" href="classpp_1_1_u_r_l_loader.html#afb72f38f30b94a2d5494225e364395b8" title="This function begins
loading
the URLRequestInfo.">Open()</a> again after a call to this function.</p>
143
<p><b>Note:</b> If the <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object is destroyed while it is still open, then it will be implicitly (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_u_r_l_loader.html
38
<div class="textblock"><p><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> provides an API for
loading
URLs. </p>
54
<p>Default constructor for creating an <a class="el" href="classpp_1_1_resource.html#a859068e34cdc2dc0b78754c255323aa9" title="This functions determines if this resource is invalid or uninitialized.">is_null()</a> <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object. </p>
74
<tr><td class="paramdir">[in]</td><td class="paramname">resource</td><td>A <code>PP_Resource</code> corresponding to a <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> resource. </td></tr>
94
<p>A constructor used to allocate a new <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> in the browser. </p>
118
<p>The copy constructor for <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code>. </p>
121
<tr><td class="paramname">other</td><td>A <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> to be copied. </td></tr>
141
<p>This function is used to cancel any pending IO and close the <a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a> object. </p>
142
<p>Any pending callbacks will still run, reporting <code>PP_ERROR_ABORTED</code> if pending IO was interrupted. It is NOT valid to call <a class="el" href="classpp_1_1_u_r_l_loader.html#afb72f38f30b94a2d5494225e364395b8" title="This function begins
loading
the URLRequestInfo.">Open()</a> again after a call to this function.</p>
143
<p><b>Note:</b> If the <code><a class="el" href="classpp_1_1_u_r_l_loader.html" title="URLLoader provides an API for
loading
URLs.">URLLoader</a></code> object is destroyed while it is still open, then it will be implicitly (…)
[
all
...]
/external/guava/guava/src/com/google/common/cache/
AbstractCache.java
153
* not found in the cache. This method should be called by the
loading
thread, as well as by
166
* causes an entry to be loaded, and the
loading
completes successfully. In contrast to
167
* {@link #recordConcurrentMiss}, this method should only be called by the
loading
thread.
176
* an entry to be loaded, but an exception is thrown while
loading
the entry. In contrast to
177
* {@link #recordConcurrentMiss}, this method should only be called by the
loading
thread.
/packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java
77
* Thread worker class that handles the task of opening the stream and
loading
103
if (DBG) Log.d(LOG_TAG, "
Loading
image: " + msg.arg1 +
168
if (DBG) Log.d(LOG_TAG, "Begin
loading
image: " + args.uri +
217
if (DBG) Log.d(LOG_TAG, "Begin
loading
drawable: " + args.uri);
225
* Called when
loading
is done.
/packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
37
* Helper class for
loading
contacts photo asynchronously.
64
/** Called when
loading
is done. */
103
* Thread worker class that handles the task of opening the stream and
loading
134
Log.d(ContactsAsyncHelper.this, "
Loading
image: " + msg.arg1 +
248
Log.d("startObjectPhotoAsync", "Begin
loading
image: " + args.displayPhotoUri +
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
36
* Helper class for
loading
contacts photo asynchronously.
64
/** Called when
loading
is done. */
103
* Thread worker class that handles the task of opening the stream and
loading
134
Log.d(this, "
Loading
image: " + msg.arg1 +
241
Log.d(LOG_TAG, "Begin
loading
image: " + args.displayPhotoUri +
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
progress-events.html
7
<li><a class="reference internal" href="#module-
loading
-and-progress-events" id="id3">Module
loading
and progress events</a></li>
18
that occur during the
loading
and execution of a Native Client module). This
26
<section id="module-
loading
-and-progress-events">
27
<h2 id="module-
loading
-and-progress-events">Module
loading
and progress events</h2>
29
loading
process by means of DOM progress events. This set of events is a direct
71
“
Loading
...”</td>
124
<td>
Loading
of the
177
<td>
Loading
of th
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
udata.h
27
* \brief C API: Data
loading
interface
29
* <h2>Information about data
loading
interface</h2>
198
* Data
loading
function.
205
* and may involve
loading
shared libraries (DLLs), mapping
223
* <p>For details about ICU data
loading
see the User Guide
310
* This function bypasses the normal ICU data
loading
process and
354
* This function bypasses the normal ICU data
loading
process for application-specific
393
/** ICU does not access the file system for data
loading
. */
404
* The results of calling it while other threads are
loading
data are undefined.
/external/icu/icu4c/source/common/unicode/
udata.h
27
* \brief C API: Data
loading
interface
29
* <h2>Information about data
loading
interface</h2>
198
* Data
loading
function.
205
* and may involve
loading
shared libraries (DLLs), mapping
223
* <p>For details about ICU data
loading
see the User Guide
310
* This function bypasses the normal ICU data
loading
process and
354
* This function bypasses the normal ICU data
loading
process for application-specific
395
/** ICU does not access the file system for data
loading
. @stable ICU 3.4 */
405
* The results of calling it while other threads are
loading
data are undefined.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
187
final View
loading
= findViewById(R.id.
loading
);
local
188
loading
.setVisibility(View.VISIBLE);
201
final View
loading
= findViewById(R.id.
loading
);
local
202
loading
.setVisibility(View.GONE);
237
* Display toast for image
loading
failure.
246
* AsyncTask for
loading
a bitmap into memory.
337
final View
loading
= findViewById(R.id.
loading
);
local
345
final View
loading
= findViewById(R.id.
loading
);
local
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js
67
* Describes the
loading
state of the instance.
72
LOADING
: 1,
105
this.instanceState_ = cvox.LibLouis.InstanceState.
LOADING
;
143
case cvox.LibLouis.InstanceState.
LOADING
:
194
* @param {Event} e Event dispatched after
loading
.
209
* @param {Event} e Event dispatched after
loading
failure.
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js
117
document.getElementById('
loading
-cover').style.display = 'none';
121
// Now that have completed
loading
and displaying
122
//
loading
messages we output any messages from the
144
var message = '
Loading
' + url;
255
this.updateStatus('
Loading
...');
256
this.io.print('
Loading
NaCl module.\n')
Completed in 1205 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>