OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENCODED
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h
62
ENCODED
= 0,
105
// to be
encoded
, to the cpi struct.
vp9_encoder.c
[
all
...]
/external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java
201
* Gets the
encoded
authority part of this URI. For
221
* Gets the
encoded
user information from the authority.
230
* Gets the
encoded
host from the authority for this URI. For example,
255
* Gets the
encoded
path.
257
* @return the
encoded
path, or null if this is not a hierarchical URI
273
* Gets the
encoded
query component from this URI. The query comes after
278
* @return the
encoded
query or null if there isn't one
290
* Gets the
encoded
fragment part of this URI, everything after the '#'.
292
* @return the
encoded
fragment or null if there isn't one
312
*
encoded
string representations of this Uri and the given Uri ar
1688
StringBuilder
encoded
= null;
local
1904
volatile String
encoded
;
field in class:Uri__FromAndroid.AbstractPart
2147
String
encoded
= encode(decoded);
local
[
all
...]
/frameworks/base/core/java/android/net/
Uri.java
213
* Gets the
encoded
authority part of this URI. For
233
* Gets the
encoded
user information from the authority.
242
* Gets the
encoded
host from the authority for this URI. For example,
267
* Gets the
encoded
path.
269
* @return the
encoded
path, or null if this is not a hierarchical URI
285
* Gets the
encoded
query component from this URI. The query comes after
290
* @return the
encoded
query or null if there isn't one
302
* Gets the
encoded
fragment part of this URI, everything after the '#'.
304
* @return the
encoded
fragment or null if there isn't one
324
*
encoded
string representations of this Uri and the given Uri ar
1836
StringBuilder
encoded
= null;
local
1955
volatile String
encoded
;
field in class:Uri.AbstractPart
2199
String
encoded
= encode(decoded);
local
[
all
...]
Completed in 91 milliseconds