OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fetches
(Results
1 - 25
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
FileDescriptorAssetPathFetcher.java
9
*
Fetches
an {@link android.os.ParcelFileDescriptor} for an asset path.
FileDescriptorLocalUriFetcher.java
12
*
Fetches
an {@link android.os.ParcelFileDescriptor} for a local {@link android.net.Uri}.
StreamAssetPathFetcher.java
9
*
Fetches
an {@link java.io.InputStream} for an asset path.
StreamLocalUriFetcher.java
12
*
Fetches
an {@link java.io.InputStream} for a local {@link android.net.Uri}.
/frameworks/support/v4/jellybean/android/support/v4/app/
BundleUtil.java
14
* Update the bundle to have a typed array so
fetches
in the future don't need
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c
55
unsigned
fetches
[MAP_SIZE];
member in struct:vsplit_frontend::__anon16283
68
memset(vsplit->cache.
fetches
, 0xff, sizeof(vsplit->cache.
fetches
));
95
if (vsplit->cache.
fetches
[hash] != fetch) {
97
vsplit->cache.
fetches
[hash] = fetch;
119
vsplit->cache.
fetches
[hash] = fetch - 1; /* force update */
/system/bt/btif/include/
btif_api.h
92
** Description
Fetches
all local adapter properties
103
** Description
Fetches
property value from local cache
126
** Description
Fetches
the remote device property from the NVRAM
138
** Description
Fetches
all the remote device properties from NVRAM
164
** and
fetches
the SCN and service_name if the UUID is found
btif_av.h
59
** Description
Fetches
current av SM handle
btif_sm.h
85
** Description
Fetches
the current state of the state machine
btif_storage.h
38
** Description BTIF storage API -
Fetches
the adapter property->type
66
** Description BTIF storage API -
Fetches
the remote device property->type
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java
24
* This activity uses a custom cursor adapter which
fetches
a XML photo feed and parses the XML to
/external/harfbuzz_ng/src/hb-ucdn/
README
40
fetches
the appropriate files and dumps the compressed database into
/external/llvm/include/llvm/Support/
DataStream.h
10
// This header defines DataStreamer, which
fetches
bytes of data from
ThreadLocal.h
50
/// get -
Fetches
a pointer to the object associated with the current
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VCardTest.java
37
* Confirms the app
fetches
a stored contact from resolver and output the name as part of
/external/boringssl/src/util/bot/
update_clang.py
35
"""DownloadFile
fetches
|url| to |path|."""
/external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.h
52
/* Whether vertex
fetches
don't have to be 4-byte-aligned. */
/frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h
48
// that the caller can reuse it for subsequent
fetches
(within the initially
/sdk/find_java2/src/
utils.h
28
// If NULL is used,
fetches
VERSIONINFO.FileDescription from resources if available.
/external/javassist/src/main/javassist/tools/web/
Viewer.java
130
*
fetches
the class from the http server. If the class is
157
*
Fetches
the class file of the specified class from the http
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
URLFetcher.java
50
*
Fetches
the specified url and returns the content and ttl.
84
*
Fetches
the specified url and returns the content and ttl.
/development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c
79
/* The following
fetches
address to each egl & gl function call
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h
75
///
Fetches
the current binding of the expression in the
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineRunnable.java
22
*
fetches
on a second pool so that loads for local data are never blocked waiting for loads for remote data to
/external/llvm/lib/Support/
DataStream.cpp
10
// This file implements DataStreamer, which
fetches
bytes of Data from
Completed in 238 milliseconds
1
2
3
4
5
6
7
8
9