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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/
UserMessageCoders.h 75 encoder->encode(static_cast<uint64_t>(array->size()));
77 encoder->encode(Owner(array->at(i)));
83 encoder->encode(static_cast<uint64_t>(map.size()));
88 encoder->encode(it->first);
89 encoder->encode(Owner(it->second.get()));
95 encoder->encode(string->string());
105 encoder->encode(doubleObject->value());
110 encoder->encode(uint64Object->value());
115 encoder->encode(booleanObject->value());
120 encoder->encode(urlObject->string())
    [all...]
ContextMenuState.h 37 void encode(CoreIPC::ArgumentEncoder* encoder) const function in struct:WebKit::ContextMenuState
39 encoder->encode(absoluteLinkURLString);
40 encoder->encode(absoluteImageURLString);
WebNavigationDataStore.h 37 void encode(CoreIPC::ArgumentEncoder* encoder) const function in struct:WebKit::WebNavigationDataStore
39 encoder->encode(url);
40 encoder->encode(title);
  /external/chromium/third_party/libjingle/source/talk/base/
urlencode.h 39 // Encode all characters except alphas, numbers, and -_.!~*'()
40 // Also encode space as +.
43 // Encode all characters except alphas, numbers, and -_.!~*'()
47 // Encode only unsafe chars, including \ "^&`<>[]{}
48 // Also encode space as %20, instead of +
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 44 * 1. Added encode method.
105 * Encode the object.
108 public String encode() { method in class:MediaRange
109 return encode(new StringBuffer()).toString();
112 public StringBuffer encode(StringBuffer buffer) { method in class:MediaRange
Route.java 76 return this.address.getHostPort().encode().toLowerCase().hashCode();
80 * Encode into canonical form.
94 address.encode(buffer);
97 address.encode(buffer);
101 parameters.encode(buffer);
  /external/clang/test/CodeGenObjCXX/
encode.mm 91 const char gg[] = @encode(vector4f);
101 const char gg[] = @encode(S);
105 const char g2[] = @encode(S2);
126 const char ecd[] = @encode(Zoo);
147 const char g1[] = @encode(Base1);
150 const char g2[] = @encode(DBase);
153 const char g3[] = @encode(Sub_with_virt);
156 const char g4[] = @encode(Sub2);
169 const char g5[] = @encode(basic_string);
179 const char g6[] = @encode(CefBrowserImpl)
    [all...]
  /external/elfutils/libelf/
elf32_xlatetof.c 34 elfw2(LIBELFBITS, xlatetof) (dest, src, encode)
37 unsigned int encode; variable
62 /* Test the encode parameter. */
63 if (encode != ELFDATA2LSB && encode != ELFDATA2MSB)
80 if ((__BYTE_ORDER == __LITTLE_ENDIAN && encode == ELFDATA2LSB)
81 || (__BYTE_ORDER == __BIG_ENDIAN && encode == ELFDATA2MSB))
elf32_xlatetom.c 34 elfw2(LIBELFBITS, xlatetom) (dest, src, encode)
37 unsigned int encode; variable
63 /* Test the encode parameter. */
64 if (encode != ELFDATA2LSB && encode != ELFDATA2MSB)
81 if ((BYTE_ORDER == LITTLE_ENDIAN && encode == ELFDATA2LSB)
82 || (BYTE_ORDER == BIG_ENDIAN && encode == ELFDATA2MSB))
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 29 * and encode from instances of {@link DecodedInstruction}.
40 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
109 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
125 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
143 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
161 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
180 @Override public void encode(DecodedInstruction insn, CodeOutput out) method
200 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
218 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
245 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
268 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
289 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
310 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
332 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
354 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
376 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
397 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
417 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
437 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
454 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
489 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
510 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
525 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
536 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
547 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
558 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
569 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
580 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
597 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
621 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
642 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
661 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
683 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
706 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
730 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
757 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
793 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
863 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
896 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 36 String output = ascii.decode(e.encode(CharBuffer.wrap(input))).toString();
70 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\ud842', '\udf9f' }), bb, false);
84 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\udf9f' }), bb, false);
116 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\ud842' }), bb, false);
119 cr = e.encode(CharBuffer.wrap(new char[] { '\udf9f' }), bb, false);
137 cr = e.encode(CharBuffer.wrap(new char[] { }), bb, true);
165 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { '\ud842' }), bb, false);
168 cr = e.encode(CharBuffer.wrap(new char[] { '\udf9f' }), bb, false);
177 cr = e.encode(CharBuffer.wrap(new char[] { }), bb, true);
189 CoderResult cr = e.encode(CharBuffer.wrap(new char[] { 'x' }), bb, false)
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 351 // Unfortunately there does not appear to be any way to tell Java to encode
425 * Compute the number of bytes that would be needed to encode a
434 * Compute the number of bytes that would be needed to encode a
442 * Compute the number of bytes that would be needed to encode a
450 * Compute the number of bytes that would be needed to encode an
458 * Compute the number of bytes that would be needed to encode an
466 * Compute the number of bytes that would be needed to encode a
475 * Compute the number of bytes that would be needed to encode a
484 * Compute the number of bytes that would be needed to encode a
493 * Compute the number of bytes that would be needed to encode
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 332 // Unfortunately there does not appear to be any way to tell Java to encode
400 * Compute the number of bytes that would be needed to encode a
409 * Compute the number of bytes that would be needed to encode a
417 * Compute the number of bytes that would be needed to encode a
425 * Compute the number of bytes that would be needed to encode an
433 * Compute the number of bytes that would be needed to encode an
441 * Compute the number of bytes that would be needed to encode a
450 * Compute the number of bytes that would be needed to encode a
459 * Compute the number of bytes that would be needed to encode a
468 * Compute the number of bytes that would be needed to encode
    [all...]
  /external/nist-sip/java/gov/nist/core/
HostPort.java 66 * Encode this hostport into its string representation.
71 public String encode() { method in class:HostPort
72 return encode(new StringBuffer()).toString();
75 public StringBuffer encode(StringBuffer buffer) { method in class:HostPort
76 host.encode(buffer);
164 return this.encode();
  /external/webkit/Source/JavaScriptCore/runtime/
StringConstructor.cpp 45 return JSValue::encode(jsSingleCharacterString(exec, exec->argument(0).toUInt32(exec)));
46 return JSValue::encode(stringFromCharCodeSlowCase(exec));
72 return JSValue::encode(new (exec) StringObject(exec, globalObject->stringObjectStructure()));
73 return JSValue::encode(new (exec) StringObject(exec, globalObject->stringObjectStructure(), exec->argument(0).toString(exec)));
86 return JSValue::encode(jsEmptyString(exec));
87 return JSValue::encode(jsString(exec, exec->argument(0).toString(exec)));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 38 void encode(ArgumentEncoder*) const function in struct:CoreIPC::Arguments0
70 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments1
72 encoder->encode(argument1);
107 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments2
109 Arguments1<T1>::encode(encoder);
110 encoder->encode(argument2);
149 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments3
151 Arguments2<T1, T2>::encode(encoder);
152 encoder->encode(argument3);
192 void encode(ArgumentEncoder* encoder) cons function in struct:CoreIPC::Arguments4
236 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments5
281 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments6
327 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments7
372 void encode(ArgumentEncoder* encoder) const function in struct:CoreIPC::Arguments8
    [all...]
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 60 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::UpdateChunk
62 encoder->encode(m_rect);
64 encoder->encode(false);
70 encoder->encode(true);
71 encoder->encode(handle);
73 encoder->encode(false);
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 59 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::UpdateChunk
61 encoder->encode(m_rect);
63 encoder->encode(false);
69 encoder->encode(true);
70 encoder->encode(handle);
72 encoder->encode(false);
  /external/webkit/Source/WebKit2/Shared/win/
WebCoreArgumentCodersWin.cpp 44 encoder->encode(requestIsPresent);
50 encode(encoder, dictionary.get());
85 encoder->encode(responseIsPresent);
91 encode(encoder, dictionary.get());
124 encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription()));
127 encoder->encode(WebKit::PlatformCertificateInfo(resourceError.certificate()));
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 20 * This defines API for camerahal to encode YUV using libjpeg
35 * libjpeg encoder class - uses libjpeg to encode yuv
128 // start thread to encode thumbnail
133 // encode our main image
134 size = encode(mMainInput);
171 size_t encode(params*);
  /external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h 32 // Encode an ADD opcode with the "size" bytes starting at data
35 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
38 // Encode a RUN opcode for "size" copies of the value "byte".
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 41 return JSValue::encode(JSValue::decode(encodedOp).toThisObject(exec));
53 return JSValue::encode(jsNumber(result32));
54 return JSValue::encode(jsNumber((double)result64));
60 return JSValue::encode(jsNumber(number1 + number2));
62 return JSValue::encode(jsAddSlowCase(exec, op1, op2));
79 return JSValue::encode(asArray(base)->getIndex(i));
83 return JSValue::encode(asString(base)->getIndex(exec, i));
87 return JSValue::encode(asByteArray(base)->getIndex(exec, i));
89 return JSValue::encode(baseValue.get(exec, i));
96 return JSValue::encode(slot.getValue(exec, propertyName))
    [all...]
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.h 44 // Encode the input data with a compression quality in [0-100].
45 static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*);
46 static bool encode(const ImageData&, int quality, Vector<unsigned char>*);
  /external/webkit/Source/WebKit2/Shared/mac/
AttributedString.mm 35 void AttributedString::encode(CoreIPC::ArgumentEncoder* encoder) const
37 encoder->encode(!string);
40 CoreIPC::encode(encoder, string.get());

Completed in 617 milliseconds

1 2 34 5 6 7 8 91011>>