OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encode
(Results
526 - 550
of
3290
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libvorbis/doc/vorbisenc/
vorbis_encode_setup_vbr.html
21
(quality-based)
encode
setup. It functions similarly to the one-step
24
allows an application to make further
encode
setup tweaks using <a
/external/libvorbis/lib/
codec_internal.h
111
int psys; /*
encode
only */
123
vorbis_info_psy *psy_param[4]; /*
encode
only */
/external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h
86
/**\brief Get the next source buffer to
encode
100
/**\brief Get a future source buffer to
encode
/external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt
64
compatibility? For example, we could design the system to
encode
a
77
B. A scheme similar to how UTF-8 works, to
encode
infinite numbers
/external/nanopb-c/tests/site_scons/
site_init.py
61
return '$PROTOC $PROTOCFLAGS %s --
encode
=%s %s <%s >%s' % (
66
env.Append(BUILDERS = {'
Encode
': encode_builder})
/external/nist-sip/java/gov/nist/javax/sip/address/
NetObjectList.java
145
*
Encode
this to a string.
150
return this.
encode
();
/external/nist-sip/java/gov/nist/javax/sip/header/
AlertInfo.java
73
encoding.append(LESS_THAN).append(uri.
encode
()).append(GREATER_THAN);
78
encoding.append(SEMICOLON).append(parameters.
encode
());
CallID.java
78
*
Encode
the body part of this header (i.e. leave out the hdrName).
87
callIdentifier.
encode
(buffer);
Credentials.java
101
public String
encode
() {
method in class:Credentials
104
retval += SP + parameters.
encode
();
ErrorInfo.java
74
*
Encode
into canonical form.
82
retval.append(SEMICOLON).append(parameters.
encode
());
Event.java
107
*
Encode
in canonical form.
120
this.parameters.
encode
(buffer);
ExtensionHeaderImpl.java
90
encodedHdr = this.
encode
();
107
public String
encode
() {
method in class:ExtensionHeaderImpl
InReplyTo.java
92
return callId.
encode
();
100
return callId.
encode
();
SIPObject.java
66
/**
Encode
the header into a String.
69
public abstract String
encode
();
method in class:SIPObject
71
/**
Encode
the header into the given StringBuffer.
72
* Default implemation calls
encode
().
74
public StringBuffer
encode
(StringBuffer buffer) {
method in class:SIPObject
75
return buffer.append(
encode
());
253
((GenericObject) myObj).
encode
();
399
return this.
encode
();
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java
56
*
Encode
the body part of this header (i.e. leave out the hdrName).
65
retVal += SEMICOLON + parameters.
encode
();
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityServerParser.java
107
System.out.println("encoded = " + secServer.
encode
());
117
System.out.println("encoded = " + secList.
encode
());
/external/sfntly/cpp/src/test/
test_utils.h
86
//
Encode
a single character in UTF-16.
89
// @param uchar the Unicode character to
encode
/external/skia/third_party/etc1/
etc1.h
41
//
Encode
a block of pixels.
68
//
Encode
an entire image.
/external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py
70
if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).
encode
("hex")):
134
str(req).
encode
("hex") + " " +
135
str(sel).
encode
("hex"))
181
print data.
encode
("hex")
196
print str(sel).
encode
("hex")
210
print "Handover request carrier record from wpa_supplicant: " + data.
encode
("hex")
222
print str(message).
encode
("hex")
261
print str(message).
encode
("hex")
/frameworks/native/opengl/include/ETC1/
etc1.h
33
//
Encode
a block of pixels.
60
//
Encode
an entire image.
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java
80
* @return a byte array containing ASN.1
encode
form.
84
encoding = CertificationRequest.ASN1.
encode
(this);
CertificationRequestInfo.java
77
* @return a byte array containing ASN.1
encode
form.
81
encoding = ASN1.
encode
(this);
/libcore/luni/src/test/java/tests/security/cert/
CertificateRevocationExceptionTest.java
68
public void
encode
(OutputStream out) throws IOException {
method in class:CertificateRevocationExceptionTest
95
public void
encode
(OutputStream out) throws IOException {
/libcore/support/src/test/java/libcore/tlswire/handshake/
ClientHello.java
101
+ ", random: " + new String(HexEncoding.
encode
(random))
102
+ ", sessionId: " + new String(HexEncoding.
encode
(sessionId))
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
utf8_utils.cpp
55
AKLOGE("%d bytes
encode
for codePoint(%x) is a redundant UTF-8 sequence.",
89
AKLOGE("Cannot
encode
code point (%d).", codePoint);
Completed in 2876 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>