OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Encoder
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
Encoder.h
35
class
Encoder
{
37
Encoder
() { }
38
virtual ~
Encoder
() { }
55
using WTF::
Encoder
;
/external/apache-http/src/org/apache/commons/codec/
Encoder.java
22
*
Encoder
provides this common generic interface whic allows a user to pass a
23
* generic Object to any
Encoder
implementation in the codec package.</p>
26
* @version $Id:
Encoder
.java,v 1.10 2004/02/29 04:08:31 tobrien Exp $
28
public interface
Encoder
{
39
* @throws EncoderException an
encoder
exception is
40
* thrown if the
encoder
experiences a failure
/external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
Encoder.java
10
public interface
Encoder
/frameworks/base/core/java/android/util/
Base64.java
29
* Default values for
encoder
/decoder flags.
34
*
Encoder
flag bit to omit the padding '=' characters at the end
40
*
Encoder
flag bit to omit all line terminators (i.e., the output
46
*
Encoder
flag bit to indicate lines should be terminated with a
53
*
Encoder
/decoder flag bit to indicate using the "URL and
510
Encoder
encoder
= new
Encoder
(flags, null);
local
516
if (
encoder
.do_padding) {
529
if (
encoder
.do_newline && len > 0)
[
all
...]
/prebuilt/common/mkidentity/
mkidentity-prebuilt.jar
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 542 milliseconds