HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 401 - 425 of 2074) sorted by null

<<11121314151617181920>>

  /packages/apps/Car/Settings/src/com/android/car/settings/home/
ExtraSettingsLoader.java 47 public Map<String, Collection<TypedPagedListAdapter.LineItem>> load() { method in class:ExtraSettingsLoader
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
GridDocumentHolder.java 147 mIconHelper.load(mDoc, mIconThumb, mIconMimeLg, mIconMimeSm);
IconHelper.java 113 * Cancels any ongoing load operations associated with the given ImageView.
126 * Load thumbnails for a directory list item.
134 public void load( method in class:IconHelper
139 load(doc.derivedUri, doc.mimeType, doc.flags, doc.icon, doc.lastModified, method
144 * Load thumbnails for a directory list item.
156 public void load(Uri uri, String mimeType, int docFlags, int docIcon, long docLastModified, method in class:IconHelper
196 String.format("Load thumbnail for %s, got result %d and stale %b.",
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
EditIpSettingsActivity.java 71 ((EthernetConfig) netConfig).load(); method
74 ((WifiConfig) netConfig).load(networkId); method
EditProxySettingsActivity.java 72 ((EthernetConfig) netConfig).load(); method
75 ((WifiConfig) netConfig).load(networkId); method
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationCursorLoader.java 110 mConversationCursor.load();
120 mConversationCursor.load();
  /packages/services/Car/tools/emulator/
obd2_to_diagjson.py 31 def load(cls, file): member in class:Json
32 return Json(json.load(file))
220 source_json = Json.load(open(args.source_file))
  /packages/services/Car/tools/
update-obd2-sensors.py 271 def load(filepath): function
272 """Load sensor data from Vehicle HAL."""
288 load(sys.argv[1])
  /packages/services/Mms/src/com/android/mms/service/
MmsConfigManager.java 115 load(mContext);
148 private void load(Context context) { method in class:MmsConfigManager
151 LogUtil.e(" Failed to load mms config: empty getActiveSubInfoList");
154 // Load all the config bundles into a new map and then swap it with the real map to avoid
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettingsUtil.java 54 public static VoicemailProviderSettings load(Context context, String key) { method in class:VoicemailProviderSettingsUtil
95 VoicemailProviderSettings curSettings = load(context, key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fsl_hypervisor.h 84 * @load: If non-zero, reload the partition's images before starting
92 __u32 load; member in struct:fsl_hv_ioctl_start
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 88 The load() method of a Cookie extracts cookies from a string. In a
93 >>> C.load("chips=ahoy; vienna=finger")
97 The load() method is darn-tootin smart about identifying cookies
102 >>> C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";')
178 when the load() method parses out values, it attempts to de-serialize
579 if input: self.load(input)
625 def load(self, rawdata): member in class:BaseCookie
626 """Load cookies from a string (presumably HTTP_COOKIE) or
638 # end load()
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 88 The load() method of a Cookie extracts cookies from a string. In a
93 >>> C.load("chips=ahoy; vienna=finger")
97 The load() method is darn-tootin smart about identifying cookies
102 >>> C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";')
178 when the load() method parses out values, it attempts to de-serialize
579 if input: self.load(input)
625 def load(self, rawdata): member in class:BaseCookie
626 """Load cookies from a string (presumably HTTP_COOKIE) or
638 # end load()
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Server.java 87 ks.load(new FileInputStream("testkeys"), passphrase);
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 631 if (this.load == undefined) {
632 function load(file) { function in function:function
648 load.docString = "loads the given script file";
652 * Load user specific init file under home dir, if found.
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Server.java 87 ks.load(new FileInputStream("testkeys"), passphrase);
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 631 if (this.load == undefined) {
632 function load(file) { function in function:function
648 load.docString = "loads the given script file";
652 * Load user specific init file under home dir, if found.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 88 The load() method of a Cookie extracts cookies from a string. In a
93 >>> C.load("chips=ahoy; vienna=finger")
97 The load() method is darn-tootin smart about identifying cookies
102 >>> C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";')
178 when the load() method parses out values, it attempts to de-serialize
579 if input: self.load(input)
625 def load(self, rawdata): member in class:BaseCookie
626 """Load cookies from a string (presumably HTTP_COOKIE) or
638 # end load()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 88 The load() method of a Cookie extracts cookies from a string. In a
93 >>> C.load("chips=ahoy; vienna=finger")
97 The load() method is darn-tootin smart about identifying cookies
102 >>> C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";')
178 when the load() method parses out values, it attempts to de-serialize
579 if input: self.load(input)
625 def load(self, rawdata): member in class:BaseCookie
626 """Load cookies from a string (presumably HTTP_COOKIE) or
638 # end load()
  /system/core/libutils/
PropertyMap.cpp 114 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { function in class:android::PropertyMap
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 1 package com.bumptech.glide.load.engine;
8 import com.bumptech.glide.load.Key;
9 import com.bumptech.glide.load.Transformation;
10 import com.bumptech.glide.load.data.DataFetcher;
11 import com.bumptech.glide.load.engine.cache.DiskCache;
12 import com.bumptech.glide.load.engine.cache.MemoryCache;
13 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
40 * Allows a request to indicate it no longer is interested in a given load.
101 * Starts a load for the given arguments. Must be called on the main thread.
108 * <li>Check the current set of in progress loads and add the cb to the in progress load if present</li
140 public <T, Z, R> LoadStatus load(Key signature, int width, int height, DataFetcher<T> fetcher, method in class:Engine
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
TrustManagerFactory1Test.java 378 ks.load(null, null);
447 kStore.load(null, null);
  /libcore/ojluni/src/main/java/java/util/
Properties.java 63 * The {@link #load(java.io.Reader) load(Reader)} <tt>/</tt>
65 * methods load and store properties from and to a character based stream
68 * The {@link #load(java.io.InputStream) load(InputStream)} <tt>/</tt>
70 * methods work the same way as the load(Reader)/store(Writer, String) pair, except
80 * #storeToXML(OutputStream, String, String)} methods load and store properties
311 public synchronized void load(Reader reader) throws IOException { method in class:Properties
319 * {@link #load(java.io.Reader) load(Reader)} and is assumed to us
335 public synchronized void load(InputStream inStream) throws IOException { method in class:Properties
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_ContactsTest.java 65 TestRawContact rawContact = mBuilder.newRawContact().insert().load();
66 TestContact contact = rawContact.getContact().load();
76 contact.load();
77 rawContact.load();
90 contact.load();
91 rawContact.load();
104 contact.load();
105 rawContact.load();
127 TestRawContact rawContact = mBuilder.newRawContact().insert().load();
128 TestContact contact = rawContact.getContact().load();
    [all...]
  /device/google/contexthub/firmware/build/
config.mk 128 # this part is performed by nano-user-vars-load-all
147 define nano-user-var-load
176 define nano-user-vars-load-all
177 $(foreach _nuvla_var,$(NANO_VAR_LIST),$(call nano-user-var-load,$(_nuvla_var),$(1)))
198 $(call aux-variant-load-env,$(_fev_variant)) \
199 $(call nano-user-vars-load-all,$(2)) \
205 $(call aux-variant-load-env,) \

Completed in 1733 milliseconds

<<11121314151617181920>>