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

<<11121314

  /external/icu4c/i18n/
vtzone.cpp 1245 VTimeZone::load(VTZReader& reader, UErrorCode& status) { function in class:VTimeZone
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 715 // Cache miss. Load memory into the cache.
1598 bool load = (instr->VLValue() == 0x1); local
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 540 // Calling document.open counts as committing the first real document load.
698 LOG(IconDatabase, "FrameLoader %p was told a load decision is available for its icon", this);
719 // Now that we've accounted for URL mapping, avoid starting the network load if images aren't set to display automatically.
724 // If we're reloading the page, always start the icon load now.
741 // just in case we don't end up loading later - if we commit the mapping a second time after the load, that's no big deal
744 LOG(IconDatabase, "FrameLoader %p might load icon %s later", this, urlString.ascii().data());
766 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
774 // We were told not to load this icon - that means this icon is already known by the database
779 LOG(IconDatabase, "Told not to load icon %s but icon data is not yet available - registering for notification and requesting load from disk", urlString.ascii().data())
1414 void FrameLoader::load(const ResourceRequest& request, bool lockHistory) function in class:WebCore::FrameLoader
1419 void FrameLoader::load(const ResourceRequest& request, const SubstituteData& substituteData, bool lockHistory) function in class:WebCore::FrameLoader
1432 void FrameLoader::load(const ResourceRequest& request, const String& frameName, bool lockHistory) function in class:WebCore::FrameLoader
1461 void FrameLoader::load(DocumentLoader* newDocumentLoader) function in class:WebCore::FrameLoader
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 167 load(); method
965 private void load() throws FileNotFoundException, XmlPullParserException, IOException { method in class:VideoEditorImpl
968 * Load the metadata
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 378 // Load Accounts async so that we can present them
394 public void load(String action, Uri lookupUri, Bundle intentExtras) { method in class:ContactEditorFragment
1161 load(Intent.ACTION_EDIT, contactLookupUri, null); method
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 336 graphViewButton = new JToggleButton(IconLoader.load(getClass(),
338 graphViewButton.setSelectedIcon(IconLoader.load(getClass(),
350 pixelPerfectViewButton = new JToggleButton(IconLoader.load(getClass(),
352 pixelPerfectViewButton.setSelectedIcon(IconLoader.load(getClass(),
    [all...]
  /external/qemu/target-arm/
translate.c 3838 int load; local
7170 int load; local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 199 // Load parameter from stack.
1522 NearLabel load; local
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 420 mProperties.load(stream);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 899 BOOL load; member in struct:_xkbGetKbdByName
  /external/v8/src/
hydrogen.cc 3425 HInstruction* load = NULL; local
3459 HInstruction* load = BuildLoadKeyed(obj, key, prop); local
4778 HInstruction* load = NULL; local
4821 HInstruction* load = BuildLoadKeyed(obj, key, prop); local
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/valgrind/main/perf/
tinycc.c 699 #define DT_AUXILIARY 0x7ffffffd /* Shared object to load before self */
5735 void load(int r, SValue *sv) function
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 2230 milliseconds

<<11121314