HomeSort by relevance Sort by last modified time
    Searched refs:loading (Results 1 - 25 of 2713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/BuildSlaveSupport/gtk/pulseaudio/
run 22 --disallow-exit --disallow-module-loading \
  /libcore/luni/src/test/etc/loading-test2-jar/
build.sh 40 rm -rf loading-test2.jar
45 jar cf loading-test2.jar classes.dex -C resources .
48 mv classes.dex ${resourceDir}/loading-test2.dex
49 mv loading-test2.jar ${resourceDir}
  /libcore/luni/src/test/etc/loading-test-jar/
build.sh 41 rm -rf loading-test.jar
43 # This library depends on loading-test2, so compile those classes first,
46 javac -d classes2 ../loading-test2-jar/*.java
51 jar cf loading-test.jar classes.dex -C resources .
55 mv classes.dex ${resourceDir}/loading-test.dex
56 mv loading-test.jar ${resourceDir}
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 9 loading(false),
28 loading == data.loading &&
tab_renderer_data.h 17 // may be used to alter the UI (e.g. show different kinds of loading
45 bool loading; member in struct:TabRendererData
  /external/llvm/utils/lit/lit/
TestingConfig.py 110 """finish() - Finish this config object, after loading is complete."""
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 51 #loading-indicator {
63 #loading-indicator-label {
67 #recent-builds-loading-indicator {
LeaksViewer.js 31 this._loadingIndicator = document.getElementById("loading-indicator");
32 this._loadingIndicatorLabel = document.getElementById("loading-indicator-label");
71 get loading() {
75 set loading(x) {
116 this.loading = false;
128 this.loading = true;
134 var text = "Loading";
142 this._setLoadingIndicatorHidden(!this.loading);
162 if (this.loading)
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 48 boolean loading;
50 loading = Boolean.valueOf(cursor.getString(mLoadingIndex));
52 loading = false;
55 if(photoUri == null && loading) {
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 4 # - dynamic library loading
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
ProgressDialogBuilder.java 38 progressDialog.setMessage(context.getString(R.string.loading));
  /external/chromium/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 44 // Is the tab loading any resource?
45 - (NSNumber*)loading;
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 163 private void displayProgress(boolean loading) {
164 if (DBG) log("displayProgress: " + loading);
166 mEmptyText.setText(loading ? R.string.simContacts_emptyLoading:
171 loading ? PROGRESS_VISIBILITY_ON : PROGRESS_VISIBILITY_OFF);
  /external/v8/test/mjsunit/
arguments-load-across-eval.js 28 // Tests loading of aguments across eval calls.
30 // Test loading across an eval call that does not shadow variables.
47 // Test loading across eval calls that do not shadow variables.
65 // Test loading across an eval call that shadows variables.
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
35 // Test loading across an eval call that does not shadow variables.
94 // Test loading across eval calls that do not shadow variables.
118 // Test loading across an eval call that shadows variables.
global-deleted-property-ic.js 38 // Delete the global variable and make sure we get back to loading from
43 // ... and go back again to loading directly from the object.
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 104 public boolean loading; field in class:BaseEmailAddressAdapter.DirectoryPartition
159 * An asynchronous filter used for loading two data sets: email rows from the local
310 return partition.loading ? 1 : 0;
317 if (partition.loading) {
329 if (directoryPartition.loading) {
354 return ((DirectoryPartition)getPartition(partitionIndex)).loading;
440 // Show non-default directories as "loading"
447 if (!partition.loading) {
448 partition.loading = true;
452 partition.loading = false
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 15 // We are waiting for the tab we opened to finish loading.
17 // and that the tab is done loading.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 38 .loading {
169 #image-outputs img.loading,
170 #image-outputs canvas.loading {
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDataSource.idl 136 HRESULT isLoading([out, retval] BOOL* loading);
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 4 # - dynamic library loading
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement12.js 31 // document loading is started. Otherwise, the status
78 The standby attribute specifies a message to render while loading the
106 assertEquals("alignLink","Loading Image ...",vstandby);
object09.js 31 // document loading is started. Otherwise, the status
78 Message to render while loading the object.
103 assertEquals("standbyLink","Loading Image ...",vstandby);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement12.js 31 // document loading is started. Otherwise, the status
78 The standby attribute specifies a message to render while loading the
106 assertEquals("alignLink","Loading Image ...",vstandby);

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>