HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 251 - 275 of 345) sorted by null

<<11121314

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 630 void QWKPage::load(const QUrl& url) function in class:QWKPage
638 load(url);
  /libcore/luni/src/main/java/java/util/
Properties.java 59 * default) or the {@code load}/{@code store} overloads that take
244 public synchronized void load(InputStream in) throws IOException { method in class:Properties
248 load(new InputStreamReader(in, "ISO-8859-1")); method
277 public synchronized void load(Reader in) throws IOException { method in class:Properties
482 * {@link #load(InputStream)} method.
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 92 mPersist.load();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java 132 public Builder load(KeyboardId id) { method in class:LatinKeyboard.Builder
133 super.load(id);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 82 public void load(String[] data) { method in class:KeyboardParams.TouchPositionCorrection
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 131 * file. However, PreferencesStore.load() doesn't trigger the "changed"
135 * So, we set the defaults, load the values from the config file, and
562 mOptInCheckbox.load();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 98 void load(final RandomAccessFile file) { method in class:Frame
255 loadedFrame.load(file);
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 64 * Use {@link #load(String, ILogger)} to load the jar file.
93 /** classloader used to load the jar file */
121 * Returns the classloader used to load the classes in the layoutlib jar file.
138 public static LayoutLibrary load(String layoutLibJarOsPath, ILogger log, String toolName) { method in class:LayoutLibrary
164 // load the class
181 message = "Failed to load " + CLASS_BRIDGE; //$NON-NLS-1$
184 "Failed to load " + //$NON-NLS-1$
210 message = "Failed to load the LayoutLib: " + cause.getMessage();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSource.java 103 * We only load addons and extras from these sources.
134 * In case we fail to load an XML, examine the XML to see if it matches a <b>future</b>
135 * schema that as at least a <code>tools</code> node that we could load to update the
184 * Returns the list of known packages found by the last call to load().
203 * null till load() is called.
260 public void load(ITaskMonitor monitor, boolean forceHttp) { method in class:SdkSource
463 // Stop here if we failed to validate the XML. We don't want to load it.
538 * @param urlString The URL to load, as a string.
815 // We can load addon and extra packages from all sources, either
824 // We only load platform, doc and tool packages from internal
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 202 ks.load(null, null);
701 keyStore.load(null, null);
741 keyStore.load(null, null);
812 keyStore.load(null, null);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1360 (window.frames[props.id]) ? onFrameLoad() : iframe.addListener('load', onFrameLoad);
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 727 const LoadNotificationDetails* load = local
729 if (load != NULL && PageTransition::IsMainFrame(load->origin())) {
731 load->url().spec());
733 load->url()));
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1044 static void load_begin_internal(dict_load_t *load, dict_t *dict)
1046 load->dictptr = dict;
1047 load->nilnode.left = &load->nilnode;
1048 load->nilnode.right = &load->nilnode;
1051 void dict_load_begin(dict_load_t *load, dict_t *dict)
1054 load_begin_internal(load, dict);
1057 void dict_load_next(dict_load_t *load, dnode_t *newnode, const void *key)
1059 dict_t *dict = load->dictptr
1164 dict_load_t load; local
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 284 Normalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { function in class:Normalizer2Impl
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1234 const LoadInst* load = cast<LoadInst>(I); local
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 1041 llvm::Value* load = bld.CreateLoad(ctr); local
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 81 void CvStatModel::load( const char* filename, const char* name ) function in class:CvStatModel
85 CV_FUNCNAME( "CvStatModel::load" );
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 237 Uint8 load[8]; local
239 *(Uint64 *)load = 0x00fefefe00fefefeULL;/* alpha128 mask */
240 movq_m2r(*load, mm4); /* alpha128 mask -> mm4 */
241 *(Uint64 *)load = 0x0001010100010101ULL;/* !alpha128 mask */
242 movq_m2r(*load, mm3); /* !alpha128 mask -> mm3 */
885 /* Load 8 pixels from src as ARGB */
895 /* Load 8 pixels from dst as XRGB */
1886 Uint8 load[8]; local
2025 Uint8 load[8]; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 86 virtual void load(const String&) { } function in class:WebCore::NullMediaPlayerPrivate
327 void MediaPlayer::load(const String& url, const ContentType& contentType) function in class:WebCore::MediaPlayer
384 m_private->load(m_url);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 174 // If load fails QT's load state is QTMovieLoadStateComplete.
178 // we only need to erase the movie gworld when the load state changes to loaded while it
410 load(m_private->m_currentURL, preservesPitch);
450 load(cfURL, preservesPitch);
456 void QTMovie::load(const UChar* url, int len, bool preservesPitch) function in class:QTMovie
461 load(cfURL, preservesPitch);
467 void QTMovie::load(CFURLRef url, bool preservesPitch) function in class:QTMovie
579 // get the load fail callback quickly
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 210 if (!m_plugin->load()) {
229 // We only delay starting the plug-in if we're going to kick off the load
284 load(frameLoadRequest, false, 0);
475 m_parentFrame->loader()->load(request->frameLoadRequest().resourceRequest(), targetFrameName, false);
493 // and this has been made sure in ::load.
544 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData) function in class:WebCore::PluginView
602 return load(frameLoadRequest, true, notifyData);
618 return load(frameLoadRequest, false, 0);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 482 A frame can be loaded using load() or setUrl(). Alternatively, if you have
493 the load process. The requestedUrl() also matches to the URL added to the
494 frame history (\l{QWebHistory}) if load is successful.
542 d->frame->loader()->load(request, frameData->name, false);
795 load(absolute);
867 void QWebFrame::load(const QUrl &url) function in class:QWebFrame
869 // The load() overload ensures that the url is absolute.
870 load(QNetworkRequest(url));
883 void QWebFrame::load(const QNetworkRequest &req, function in class:QWebFrame
935 d->frame->loader()->load(request, false)
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 135 vpt.transform.matrix.load(vpt.matrix);
236 void matrixx_t::load(const matrixf_t& rhs) { function in class:android::matrixx_t
288 load(rhs);
292 load(rhs);
295 void matrixf_t::load(const GLfixed* rhs) { function in class:android::matrixf_t
303 void matrixf_t::load(const GLfloat* rhs) { function in class:android::matrixf_t
307 void matrixf_t::load(const matrixf_t& rhs) { function in class:android::matrixf_t
406 void matrix_stack_t::load(const GLfixed* rhs) function in class:android::matrix_stack_t
409 stack[depth].load(rhs);
413 void matrix_stack_t::load(const GLfloat* rhs function in class:android::matrix_stack_t
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 178 public synchronized void load(InputStream inStream) throws IOException { method in class:Provider
180 tmp.load(inStream);
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 547 keyStore.load(inputStream, PASSWORD.toCharArray());

Completed in 2781 milliseconds

<<11121314