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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 57 >>> json.load(io)[0] == 'streaming API'
102 'dump', 'dumps', 'load', 'loads',
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 57 >>> json.load(io)[0] == 'streaming API'
102 'dump', 'dumps', 'load', 'loads',
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 109 // load adds entries from the whitelist file, if present, for os/arch to w.
110 func (w whitelist) load(goos string, goarch string) { func
124 // Load whitelists.
198 // Load whitelist(s).
200 w.load(p.os, p.arch)
  /prebuilts/go/darwin-x86/src/sync/
map.go 33 // The read field itself is always safe to load, but must only be stored with
99 // Load returns the value stored in the map for a key, or nil if no
102 func (m *Map) Load(key interface{}) (value interface{}, ok bool) {
103 read, _ := m.read.Load().(readOnly)
110 read, _ = m.read.Load().(readOnly)
124 return e.load()
127 func (e *entry) load() (value interface{}, ok bool) { func
137 read, _ := m.read.Load().(readOnly)
143 read, _ = m.read.Load().(readOnly)
205 read, _ := m.read.Load().(readOnly
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 109 // load adds entries from the whitelist file, if present, for os/arch to w.
110 func (w whitelist) load(goos string, goarch string) { func
124 // Load whitelists.
198 // Load whitelist(s).
200 w.load(p.os, p.arch)
  /prebuilts/go/linux-x86/src/sync/
map.go 33 // The read field itself is always safe to load, but must only be stored with
99 // Load returns the value stored in the map for a key, or nil if no
102 func (m *Map) Load(key interface{}) (value interface{}, ok bool) {
103 read, _ := m.read.Load().(readOnly)
110 read, _ = m.read.Load().(readOnly)
124 return e.load()
127 func (e *entry) load() (value interface{}, ok bool) { func
137 read, _ := m.read.Load().(readOnly)
143 read, _ = m.read.Load().(readOnly)
205 read, _ := m.read.Load().(readOnly
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanDirConfigMXBean.java 53 * load and save the <i>scandir</i> application configuration to and from an
59 * reloading the file without saving - see {@link #load}.
70 * Once the current configuration has been loaded (by calling {@link #load})
94 * neither {@link #load} or {@link #save} was yet called.
106 * Call {@link #save} to save them to the file, or {@link #load} to
138 public void load() method in interface:ScanDirConfigMXBean
169 * <p>If the configuration file doesn't exists, {@link #load} will fail
188 * <p>Call {@link #load} to reload the data from the configuration
209 * <p>Calling {@link #load} will reload the data from the configuration
239 * <p>Calling {@link #load} will reload the data from the configuratio
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanDirConfigMXBean.java 53 * load and save the <i>scandir</i> application configuration to and from an
59 * reloading the file without saving - see {@link #load}.
70 * Once the current configuration has been loaded (by calling {@link #load})
94 * neither {@link #load} or {@link #save} was yet called.
106 * Call {@link #save} to save them to the file, or {@link #load} to
138 public void load() method in interface:ScanDirConfigMXBean
169 * <p>If the configuration file doesn't exists, {@link #load} will fail
188 * <p>Call {@link #load} to reload the data from the configuration
209 * <p>Calling {@link #load} will reload the data from the configuration
239 * <p>Calling {@link #load} will reload the data from the configuratio
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 57 >>> json.load(io)[0] == 'streaming API'
102 'dump', 'dumps', 'load', 'loads',
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 57 >>> json.load(io)[0] == 'streaming API'
102 'dump', 'dumps', 'load', 'loads',
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
IconLoader.java 13 public static Icon load(Class<?> klass, String path) { method in class:IconLoader
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_AggregationSuggestionsTest.java 168 rawContact1.load();
178 rawContact2.load();
188 rawContact3.load();
ContactsContract_PhoneLookup.java 84 .insert().load().getId();
85 rawContact.load();
86 TestContact contact = rawContact.getContact().load();
98 .insert().load().getId();
99 rawContact2.load();
100 TestContact contact2 = rawContact2.getContact().load();
113 .insert().load().getId();
114 rawContact3.load();
115 TestContact contact3 = rawContact2.getContact().load();
ContactsContract_FrequentsStrequentsTest.java 441 .insert().load().getId();
442 rawContact.load();
443 TestContact contact = rawContact.getContact().load();
455 .insert().load().getId();
456 rawContact2.load();
457 TestContact contact2 = rawContact2.getContact().load();
469 .insert().load().getId();
470 rawContact3.load();
471 TestContact contact3 = rawContact3.getContact().load();
ContactsContract_SearchSnippetsTest.java 339 .insert().load().getId();
340 rawContact.load();
341 TestContact contact = rawContact.getContact().load();
353 .insert().load();
357 .insert().load();
359 rawContact2.load();
360 TestContact contact2 = rawContact2.getContact().load();
372 .insert().load().getId();
375 .insert().load();
376 rawContact3.load();
    [all...]
ContactsContract_GroupMembershipTest.java 57 groupMembership.load();
76 groupMembership.load();
97 groupMembership.load();
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java 42 * Load OpenCV Library in async mode
45 * @param allowStatic Allow trying load from local package.
48 * @return if load succeed return true. Return false otherwise.
50 public static boolean load(Context context, method in class:OpenCVLibrary
52 // only need to load once
54 // Try static load first
60 // Load the library through async loader
81 Log.e(TAG, "Time out when attempt async load");
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliDecoderChannelTest.java 30 System.load(new java.io.File(new java.io.File(System.getProperty("java.library.path")),
BrotliInputStreamTest.java 28 System.load(new java.io.File(new java.io.File(System.getProperty("java.library.path")),
DecoderTest.java 28 System.load(new java.io.File(new java.io.File(System.getProperty("java.library.path")),
  /external/brotli/java/org/brotli/wrapper/enc/
EncoderTest.java 23 System.load(new java.io.File(new java.io.File(System.getProperty("java.library.path")),
  /external/conscrypt/common/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java 80 ks.load(is, pwd);
113 ks.load(is, pwd);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 1 package com.bumptech.glide.load.engine;
3 import com.bumptech.glide.load.Encoder;
4 import com.bumptech.glide.load.Key;
5 import com.bumptech.glide.load.ResourceDecoder;
6 import com.bumptech.glide.load.ResourceEncoder;
7 import com.bumptech.glide.load.Transformation;
8 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
EngineResource.java 1 package com.bumptech.glide.load.engine;
5 import com.bumptech.glide.load.Key;
8 * A wrapper resource that allows reference counting a wrapped {@link com.bumptech.glide.load.engine.Resource}

Completed in 416 milliseconds

<<11121314151617181920>>