HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 601 - 625 of 1967) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 69 void SharedMemory::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::SharedMemory::Handle
73 encoder->encode(releaseToAttachment());
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 104 void WebContextMenuItemData::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::WebContextMenuItemData
106 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), static_cast<uint32_t>(m_action), m_title, m_checked, m_enabled, m_submenu));
WebPreferencesStore.cpp 62 void WebPreferencesStore::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::WebPreferencesStore
64 encoder->encode(CoreIPC::In(m_stringValues, m_boolValues, m_uint32Values, m_doubleValues));
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 61 void ShareableSurface::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::ShareableSurface::Handle
63 encoder->encode(CoreIPC::MachPort(m_port, MACH_MSG_TYPE_MOVE_SEND));
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 173 argumentEncoder->encode(arguments);
182 argumentEncoder->encode(message);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 135 changelog_path = self._write_tmp_file_with_contents(changelog_contents.encode("utf-8"))
145 changelog_path = self._write_tmp_file_with_contents(changelog_contents.encode("utf-8"))
  /frameworks/base/core/java/android/content/pm/
Signature.java 88 * Encode the Signature as ASCII text.
95 * Encode the Signature as ASCII text in to an existing array.
VerifierDeviceIdentity.java 94 private static final char ENCODE[] = {
104 final char[] alphabet = ENCODE;
  /frameworks/base/core/java/android/net/
MailTo.java 157 sb.append(Uri.encode(header.getKey()));
159 sb.append(Uri.encode(header.getValue()));
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 314 /* Let's rate control decide whether to encode this frame or not */
318 return AVCENC_SKIPPED_PICTURE; /* not time to encode, thus skipping */
362 // need to free up some memory before proceeding with Encode
371 /* Purpose : To encode one NAL/slice. */
397 /* encode SPS */
420 /* encode PPS */
452 after we encode this slice. We can run thru a second-pass to see if new ordering
461 /* when we have everything, we encode the slice header */
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 55 * Encode a block of pixels.
89 * Encode an entire image.
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 151 // method to encode
185 throw new RuntimeException("Failed to encode issuer name", e);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 133 ? ASN1StringType.PRINTABLESTRING.encode(rawString)
134 : ASN1StringType.UTF8STRING.encode(rawString);
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 161 // Encode the query terms in the requested encoding (and fallback to UTF-8 if not).
164 return templateUri.replace(PARAMETER_SEARCH_TERMS, URLEncoder.encode(query, enc));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 55 out.write("CAPTURE_LAYERS " + window.encode());
142 out.write("CAPTURE " + window.encode() + " " + params);
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 33 // Encode pac_script in base64.
92 "(encode URLs in Punycode format).";
115 "(encode URLs in Punycode format).";
146 "URLs (encode URLs in Punycode format).",
244 "(encode URLs in Punycode format).";
  /external/chromium/sdch/open-vcdiff/src/
decodetable_test.cc 172 VarintBE<VCDAddress>::Encode(257, &instructions_and_sizes_[1]);
182 VarintBE<VCDAddress>::Encode(111, &instructions_and_sizes_[1]);
232 VarintBE<VCDAddress>::Encode(257, &instructions_and_sizes_[1]);
398 int encoded_size = VarintBE<VCDAddress>::Encode(1000 + opcode,
405 int encoded_size = VarintBE<VCDAddress>::Encode(1000 + opcode,
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 169 // System.out.println("Comparing " + that.encode());
170 // System.out.println("this = " + this.encode());
243 ((GenericObject) myObj).encode();
389 /** Encode this to a string.
394 return this.encode();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 29 #include "fst/lib/encode.h"
528 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
529 Encode(&gfst, &encoder);
547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
548 Encode(fst, &encoder);
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 109 __all__ = ['__init__', 'default', 'encode', 'iterencode']
134 Otherwise, it will be a ValueError to encode such floats.
334 def encode(self, o): member in class:JSONEncoder
338 >>> JSONEncoder().encode({"foo": ["bar", "baz"]})
357 Encode the given object and yield each string
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 216 /// getAddrModeISOpValue - Encode the t_addrmode_is# operands.
243 // Encode rotate_imm.
247 // Encode immed_8.
425 llvm_unreachable("Unable to encode MCOperand!");
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 266 notes = "Test encode and decode.",
267 method = "encode",
272 notes = "Test encode and decode.",
273 method = "encode",
278 notes = "Test encode and decode.",
284 String encoded = Uri.encode("Bob:/", "/");
300 assertEquals(s, Uri.decode(Uri.encode(s, null)));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 58 /** {@code null-ok;} positions (line numbers) to encode */
61 /** {@code null-ok;} local variables to encode */
99 * @param positions {@code null-ok;} positions (line numbers) to encode
100 * @param locals {@code null-ok;} local variables to encode
821 * Computes a special opcode that will encode the given position change.
827 * DBG_LINE_RANGE;} the line change to encode
828 * @param deltaAddress {@code >= 0;} the address change to encode
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 58 /** {@code null-ok;} positions (line numbers) to encode */
61 /** {@code null-ok;} local variables to encode */
99 * @param positions {@code null-ok;} positions (line numbers) to encode
100 * @param locals {@code null-ok;} local variables to encode
821 * Computes a special opcode that will encode the given position change.
827 * DBG_LINE_RANGE;} the line change to encode
828 * @param deltaAddress {@code >= 0;} the address change to encode
  /external/jpeg/
jcphuff.c 396 /* Encode the MCU data blocks */
411 /* Encode the DC coefficient difference per section G.1.2.1 */
482 /* Encode the MCU data block */
485 /* Encode the AC coefficients per section G.1.2.2, fig. G.3 */
587 /* Encode the MCU data blocks */
639 /* Encode the MCU data block */
660 /* Encode the AC coefficients per section G.1.2.3, fig. G.7 */

Completed in 2476 milliseconds

<<21222324252627282930>>