OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encoded
(Results
726 - 750
of
4017
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java
203
* @return a <code>SubmitPdu</code> containing the
encoded
SC
204
* address, if applicable, and the
encoded
message.
225
* @return a <code>SubmitPdu</code> containing the
encoded
SC
226
* address, if applicable, and the
encoded
message.
294
// send it as a UCS-2
encoded
message
339
* Packs header and UCS-2
encoded
message. Includes TP-UDL & TP-UDHL if necessary
341
* @return
encoded
message as UCS2
370
* @return a <code>SubmitPdu</code> containing the
encoded
SC
371
* address, if applicable, and the
encoded
message.
389
* @return a <code>SubmitPdu</code> containing the
encoded
S
[
all
...]
/external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java
36
* unlikely to be modified by mail transport. If the data being
encoded
are mostly ASCII text, the
encoded
form of the
37
* data remains largely recognizable by humans. A body which is entirely ASCII may also be
encoded
in Quoted-Printable
133
* array of bytes to be
encoded
207
* array of bytes to be
encoded
326
+ " cannot be quoted-printable
encoded
");
/external/chromium_org/cc/resources/
picture.cc
97
std::string
encoded
;
local
98
if (!value->GetAsString(&
encoded
))
102
base::Base64Decode(
encoded
, &decoded);
122
std::string
encoded
;
123
if (!value->GetString("skp64", &
encoded
))
127
base::Base64Decode(
encoded
, &decoded);
/external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc
38
// Tolerance factor for how
encoded
bitrate can differ from requested bitrate.
47
// - |out_filename| filename to save the
encoded
stream to.
165
// Number of
encoded
slices we got from encoder thus far.
173
// True if we are to save the
encoded
stream to a file.
181
// Byte size of the
encoded
stream (for bitrate calculation).
353
// it comes back as
encoded
slice.
/external/chromium_org/content/renderer/
skia_benchmarking_extension.cc
69
" Rasterizes a Picture JSON-
encoded
by cc::Picture::AsValue()."
70
" @param {Object} picture A json-
encoded
cc::Picture."
90
" Extracts the Skia draw commands from a JSON-
encoded
cc::Picture"
91
" @param {Object} picture A json-
encoded
cc::Picture."
102
" @param {Object} picture A json-
encoded
cc::Picture."
113
" @param {Object} picture A base64
encoded
SKP."
/external/chromium_org/v8/src/
factory.h
118
//
encoded
(it does not check that the buffer is ASCII
encoded
) and
119
// the result will be ASCII
encoded
.
121
//
encoded
. If the characters are all single-byte characters, the
122
// result will be ASCII
encoded
, otherwise it will converted to two
125
// byte
encoded
. If the characters are all single-byte characters,
/external/libvorbis/include/vorbis/
vorbisenc.h
43
* constraints for the
encoded
file. This function uses these settings to
47
* \param channels The number of channels to be
encoded
.
80
* constraints for the
encoded
file. This function uses these settings to
84
* \param channels The number of channels to be
encoded
.
118
* \param channels The number of channels to be
encoded
.
146
* \param channels The number of channels to be
encoded
.
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
234
// The operand is either reg0 or CPSR. The 's' bit is
encoded
as '0' or
239
/// getSOImmOpValue - Return an
encoded
12-bit shifted-immediate value.
255
/// getT2SOImmOpValue - Return an
encoded
12-bit shifted-immediate value.
259
unsigned
Encoded
= ARM_AM::getT2SOImmVal(SoImm);
260
assert(
Encoded
!= ~0U && "Not a Thumb2 so_imm value?");
261
return
Encoded
;
273
/// getSORegOpValue - Return an
encoded
so_reg shifted register value.
349
/// NEONThumb2DataIPostEncoder - Post-process
encoded
NEON data-processing
368
/// NEONThumb2LoadStorePostEncoder - Post-process
encoded
NEON load/store
381
/// NEONThumb2DupPostEncoder - Post-process
encoded
NEON vdu
[
all
...]
/external/v8/src/
factory.h
103
//
encoded
(it does not check that the buffer is ASCII
encoded
) and
104
// the result will be ASCII
encoded
.
106
//
encoded
. If the characters are all single-byte characters, the
107
// result will be ASCII
encoded
, otherwise it will converted to two
110
// byte
encoded
. If the characters are all single-byte characters,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
if2_to_ets.cpp
76
if2_input_ptr = pointer to input
encoded
speech bits in IF2 format (Word8)
77
ets_output_ptr = pointer to output
encoded
speech bits in ETS format (Word16)
80
ets_output_ptr = pointer to
encoded
speech bits in the ETS format (Word16)
97
contain the first four
encoded
speech bits for the frame. The following bytes
98
contain the rest of the
encoded
speech bits. The final byte has padded zeros
99
to make the frame byte aligned. ETS format has the
encoded
speech
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java
111
/** Frame width to be
encoded
, defaults to 320.
116
/** Frame height to to be
encoded
, defaults to 240.
122
* By default, frames are
encoded
at 30 FPS*/
363
// If 2 frames have been already
encoded
,
364
// Skip all frames from last
encoded
frame until
372
// of the last
encoded
frame's time stamp.
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java
415
/*
Encoded
-string-value */
430
Log.v(LOG_TAG, "parseHeaders:
encoded
string: " + headerField
437
log(headerField + "is not
Encoded
-String-Value header field!");
476
log(headerField + "is not
Encoded
-String-Value header field!");
525
* (Address-present-token
Encoded
-string-value | Insert-address-token)
535
/*
Encoded
-string-value */
558
log(headerField + "is not
Encoded
-String-Value header field!");
572
log(headerField + "is not
Encoded
-String-Value header field!");
653
* Value-length Forwarded-count-value
Encoded
-string-value */
665
/* parse
Encoded
-string-value *
[
all
...]
/packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java
49
// The preference is backed by a string that holds the
encoded
value, which reads:
401
// is in activation mode (CF), we look for the
encoded
toggle value
404
// Note: The toggle value is stored in the string in an
encoded
477
* Methods to get and set from
encoded
strings.
479
//set the values given an
encoded
string.
486
//retrieve the state of this preference in the form of an
encoded
string
/dalvik/vm/reflect/
Reflect.h
212
* Used to pass values out of annotation (and
encoded
array) processing
234
* Initializes an
encoded
array iterator.
237
* @param encodedArray
encoded
array to iterate over
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateTest.java
117
* Makes the certificate, gets its
encoded
form, makes new certificate
118
* from this
encoded
form by CertificateFactory, and decodes
encoded
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java
211
byte[]
encoded
= publicKey.getEncoded();
213
digest.update(
encoded
, 0,
encoded
.length);
/external/chromium/chrome/common/
utility_messages.h
72
std::vector<unsigned char>) //
encoded
image contents
75
//
encoded
.
77
std::string) // base64
encoded
image contents
/external/chromium/net/proxy/
proxy_script_fetcher_impl.cc
47
// Converts |bytes| (which is
encoded
by |charset|) to UTF16, saving the resul
127
// Handle base-64
encoded
data-urls that contain custom PAC scripts.
277
// The caller expects the response to be
encoded
as UTF16.
/external/chromium_org/chrome/browser/ui/android/
ssl_client_certificate_request.cc
136
// each item holding a DER-
encoded
X.509 certificate.
164
// Convert the
encoded
chain to a vector of strings.
175
// Create the X509Certificate object from the
encoded
chain.
/external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.cc
108
// can be
encoded
by a byte N-1, followed by the information on
109
// that pixel. Any generic sequence of N pixels (up to 128) can be
encoded
116
// be
encoded
in the smallest number of generic sequences.
/external/chromium_org/chromeos/dbus/
shill_manager_client.h
80
// A string containing a PEM-
encoded
X.509 certificate for use in verifying
84
// A string containing a PEM-
encoded
RSA public key to be used to compare
88
// A string containing a base64-
encoded
random binary data for use in
/external/chromium_org/third_party/icu/source/common/unicode/
putil.h
153
* that are
encoded
in the platform default encoding.
174
* that can be
encoded
in the platform default encoding.
180
* Unicode characters that can be
encoded
with the
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java
49
* just pushes UTF-8-
encoded
text around without touching it. The one place
51
* Unicode characters in the string literal would normally need to be
encoded
104
* UTF-8
encoded
string such that the original bytes can be converted to
/external/chromium_org/third_party/skia/src/core/
SkOrderedReadBuffer.cpp
206
// A non-zero size means the SkBitmap was
encoded
. Read the data and pixel
230
// the
encoded
width and height.
240
// This bitmap was
encoded
when written, but we are unable to decode, possibly due to
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler_types.h
221
// Is the operand
encoded
as bytes in the instruction (rather than
222
// if it's e.g. a register in which case it's just
encoded
in the
229
// What is the size of the operand (only important if it's
encoded
Completed in 1106 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>