HomeSort by relevance Sort by last modified time
    Searched full:loaded (Results 26 - 50 of 6589) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.mm 25 if (model->loaded())
26 Loaded(model, false);
41 void BookmarkBarBridge::Loaded(BookmarkModel* model, bool ids_reassigned) {
42 [controller_ loaded:model];
77 [controller_ loaded:model];
105 [controller_ loaded:model];
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 82 * Returns the IMS private user identity (IMPI) that was loaded from the ISIM.
83 * @return the IMPI, or null if not present or not loaded
88 * Returns the IMS home network domain name that was loaded from the ISIM.
89 * @return the IMS domain name, or null if not present or not loaded
94 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
96 * not present or not loaded
  /external/clang/include/clang/Serialization/
ModuleManager.h 10 // This file defines the ModuleManager class, which manages a set of loaded
29 /// \brief Manages the set of modules loaded by an AST reader.
35 /// \brief All loaded modules, indexed by name.
54 /// this particular translation unit might not have loaded all of the modules
107 /// \brief Forward iterator to traverse all loaded modules. This is reverse
110 /// \brief Forward iterator end-point to traverse all loaded modules
113 /// \brief Const forward iterator to traverse all loaded modules. This is
116 /// \brief Const forward iterator end-point to traverse all loaded modules
119 /// \brief Reverse iterator to traverse all loaded modules. This is in
122 /// \brief Reverse iterator end-point to traverse all loaded modules
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
pageCapture.html 8 Note that for security reasons a MHTML file can only be loaded from the file
9 system and that it can only be loaded in the main frame.
  /external/chromium_org/chrome_frame/test/data/
event_listener.html 9 appendStatus('Chrome frame loaded.');
18 appendStatus('document loaded');
navigate_out.html 19 <p>This page should be loaded in chrome and then we redirect to another
20 page that should get loaded in IE.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
example.dsc 19 # This .so file is manually loaded by dlopen; we don't want to include it
20 # in the .nmf, or it will be automatically loaded on startup.
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 6 // loaded.
12 // After the NaCl module has loaded, common.naclModule is a reference to the
  /frameworks/av/libvideoeditor/lvpp/
I420ColorConverter.h 23 // II420ColorConverter, which is loaded from a shared library.
29 // Returns true if the converter functions are successfully loaded.
  /art/test/068-classloader/
info.txt 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
  /dalvik/tests/068-classloader/
info.txt 2 have multiple classes called "com.android.Blah" loaded simultaneously. The
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.mm 20 Loaded(model);
27 void BookmarkBarBridge::Loaded(BookmarkModel* model) {
28 [controller_ loaded:model];
81 [controller_ loaded:model];
  /external/chromium_org/chrome/browser/importer/
importer_list_observer.h 11 // order to be called back when the source profiles are loaded.
  /external/chromium_org/chrome/browser/resources/bookmark_manager/
manifest.json 8 // The favicon is loaded directly from resources.pak.
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/
manifest.json 8 // The favicon is loaded directly from resources.pak.
  /external/chromium_org/chrome/browser/resources/net_internals/
http_cache_view.html 7 <div id=http-cache-view-cache-stats>Nothing loaded yet.</div>
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_observer.h 12 // Invoked when the data is loaded from underlying store.
  /external/chromium_org/third_party/WebKit/Source/core/events/
ProgressEvent.cpp 35 , loaded(0)
51 , m_loaded(initializer.loaded)
57 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
60 , m_loaded(loaded)
  /external/chromium_org/tools/cr/cr/auto/
__init__.py 5 """A root package for all the automatically loaded modules.
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/SharedLibs/
huge_tls_lib_so.cc 2 // allocation of a new TLS storage chunk when loaded with dlopen(). We use it
  /external/llvm/test/Analysis/BasicAA/
must-and-partial.ll 23 %loaded = load i8* %phi
24 ret i8 %loaded
37 %loaded = load i8* %sel
38 ret i8 %loaded
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /external/chromium_org/chrome/browser/net/
nss_context.h 24 // |context|, if it is loaded. If it is not loaded and |callback| is non-null,
25 // the |callback| will be run once the slot is loaded.

Completed in 1009 milliseconds

12 3 4 5 6 7 8 91011>>