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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 464 return JSValue::encode(jsNontrivialString(exec, "Invalid Date"));
469 return JSValue::encode(jsMakeNontrivialString(exec, date, " ", time));
482 return JSValue::encode(jsNontrivialString(exec, "Invalid Date"));
487 return JSValue::encode(jsMakeNontrivialString(exec, date, " ", time));
500 return JSValue::encode(jsNontrivialString(exec, "Invalid Date"));
506 return JSValue::encode(jsNontrivialString(exec, buffer));
519 return JSValue::encode(jsNontrivialString(exec, "Invalid Date"));
522 return JSValue::encode(jsNontrivialString(exec, date));
535 return JSValue::encode(jsNontrivialString(exec, "Invalid Date"));
538 return JSValue::encode(jsNontrivialString(exec, time))
    [all...]
ArrayPrototype.cpp 176 return JSValue::encode(jsUndefined());
213 return JSValue::encode(jsEmptyString(exec));
217 return JSValue::encode(throwOutOfMemoryError(exec));
226 return JSValue::encode(jsString(exec, UString::adopt(buffer)));
239 return JSValue::encode(jsUndefined());
265 return JSValue::encode(strBuffer.build(exec));
273 return JSValue::encode(jsUndefined());
332 return JSValue::encode(strBuffer.build(exec));
362 return JSValue::encode(arr);
370 return JSValue::encode(asArray(thisValue)->pop())
    [all...]
ObjectPrototype.cpp 86 return JSValue::encode(thisValue.toThisObject(exec));
92 return JSValue::encode(jsBoolean(thisValue.toThisObject(exec)->hasOwnProperty(exec, Identifier(exec, exec->argument(0).toString(exec)))));
101 return JSValue::encode(jsBoolean(false));
107 return JSValue::encode(jsBoolean(false));
109 return JSValue::encode(jsBoolean(true));
121 return JSValue::encode(jsUndefined());
131 return JSValue::encode(jsUndefined());
137 return JSValue::encode(thisValue.toThisObject(exec)->lookupGetter(exec, Identifier(exec, exec->argument(0).toString(exec))));
143 return JSValue::encode(thisValue.toThisObject(exec)->lookupSetter(exec, Identifier(exec, exec->argument(0).toString(exec))));
149 return JSValue::encode(jsBoolean(thisValue.toThisObject(exec)->propertyIsEnumerable(exec, Identifier(exec, exec->argument (…)
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentCoders.h 43 static void encode(ArgumentEncoder* encoder, const T& t) function in struct:CoreIPC::SimpleArgumentCoder
54 static void encode(ArgumentEncoder* encoder, const std::pair<T, U>& pair) function in struct:CoreIPC::ArgumentCoder
56 encoder->encode(pair.first);
57 encoder->encode(pair.second);
79 static void encode(ArgumentEncoder* encoder, const Vector<T>& vector) function in struct:CoreIPC::VectorArgumentCoder
83 encoder->encode(vector[i]);
108 static void encode(ArgumentEncoder* encoder, const Vector<T>& vector) function in struct:CoreIPC::VectorArgumentCoder
113 encoder->encode(vector[i]);
150 static void encode(ArgumentEncoder* encoder, const Vector<uint8_t>& vector) function in struct:CoreIPC::ArgumentCoder
164 static void encode(ArgumentEncoder* encoder, const HashMapType& hashMap function in struct:CoreIPC::ArgumentCoder
199 static void encode(ArgumentEncoder* encoder, const CString& string) function in struct:CoreIPC::ArgumentCoder
241 static void encode(ArgumentEncoder* encoder, const String& string) function in struct:CoreIPC::ArgumentCoder
283 static void encode(ArgumentEncoder* encoder, const AtomicString& atomicString) function in struct:CoreIPC::ArgumentCoder
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 44 assertEquals("a%2Bb", URLEncoder.encode("a+b"));
45 assertEquals("a%2Bb", URLEncoder.encode("a+b", "UTF-8"));
60 assertEquals("a+b", URLEncoder.encode("a b"));
61 assertEquals("a+b", URLEncoder.encode("a b", "UTF-8"));
127 URLEncoder.encode("ab", null);
136 URLEncoder.encode("ab", "");
157 URLEncoder.encode("ab", "no-such-charset");
204 * Android's URLEncoder.encode() failed for surrogate pairs, encoding them
208 assertEquals("%00", URLEncoder.encode("\u0000", "UTF-8"));
209 assertEquals("%00", URLEncoder.encode("\u0000"))
    [all...]
  /external/v8/src/
frame-element.h 69 value_ = value_ | TypeInfoField::encode(info.ToInt());
74 value_ = TypeField::encode(INVALID)
75 | CopiedField::encode(false)
76 | SyncedField::encode(false)
77 | TypeInfoField::encode(TypeInfo::Uninitialized().ToInt())
78 | DataField::encode(0);
118 value_ = value_ | SyncedField::encode(true);
133 void set_copied() { value_ = value_ | CopiedField::encode(true); }
142 value_ |= UntaggedInt32Field::encode(value);
216 value_ = TypeField::encode(type
    [all...]
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.cpp 91 static void encode(ArgumentEncoder* encoder, CFTypeRef typeRef) function in namespace:CoreIPC
98 encode(encoder, static_cast<CFArrayRef>(typeRef));
101 encode(encoder, static_cast<CFBooleanRef>(typeRef));
104 encode(encoder, static_cast<CFDataRef>(typeRef));
107 encode(encoder, static_cast<CFDictionaryRef>(typeRef));
112 encode(encoder, static_cast<CFNumberRef>(typeRef));
115 encode(encoder, static_cast<CFStringRef>(typeRef));
118 encode(encoder, static_cast<CFURLRef>(typeRef));
122 encode(encoder, (SecCertificateRef)typeRef);
213 void encode(ArgumentEncoder* encoder, CFArrayRef array function in namespace:CoreIPC
248 void encode(ArgumentEncoder* encoder, CFBooleanRef boolean) function in namespace:CoreIPC
263 void encode(ArgumentEncoder* encoder, CFDataRef data) function in namespace:CoreIPC
281 void encode(ArgumentEncoder* encoder, CFDictionaryRef dictionary) function in namespace:CoreIPC
329 void encode(ArgumentEncoder* encoder, CFNumberRef number) function in namespace:CoreIPC
410 void encode(ArgumentEncoder* encoder, CFStringRef string) function in namespace:CoreIPC
450 void encode(ArgumentEncoder* encoder, CFURLRef url) function in namespace:CoreIPC
484 void encode(ArgumentEncoder* encoder, SecCertificateRef certificate) function in namespace:CoreIPC
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERSet.java 46 void encode( method in class:BERSet
66 super.encode(out);
DERNull.java 23 void encode( method in class:DERNull
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 45 # vcdiff with three arguments but without "encode" or "decode"
55 encode -dictionary $DICTIONARY_FILE \
58 || { echo "Encode with three arguments failed"; \
75 encode -dictionary $DICTIONARY_FILE \
78 || { echo "Encode using stdin/stdout failed"; \
95 encode -dictionary $DICTIONARY_FILE \
98 || { echo "Encode with mixed arguments failed"; \
114 encode -dictionary $DICTIONARY_FILE \
117 || { echo "Encode with mixed arguments failed"; \
158 encode -dictionary $TEST_TMPDIR/nonexistent_file
    [all...]
  /external/doclava/src/com/google/doclava/
LiteralTagInfo.java 20 private static String encode(String t) { method in class:LiteralTagInfo
28 super("Text", "Text", encode(text), sp);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeader.java 94 encodedHdr = this.encode();
115 /** Encode this header into canonical form.
117 public String encode() { method in class:SIPHeader
118 return encode(new StringBuffer()).toString();
121 public StringBuffer encode(StringBuffer buffer) { method in class:SIPHeader
128 /** Encode the body of this header (the stuff that follows headerName).
133 /** Encode the body of this header in the given buffer.
155 return this.encode();
  /external/dropbear/libtomcrypt/
TODO 11 - add CPP macros like OpenSSL has for ASN1 (e.g. encode/decode functions, etc) shameless ripoff :-)
  /external/libvpx/
usage_cx.dox 1 /*! \page usage_encode Encode
  /external/webkit/Source/WebKit2/Shared/
DictionaryPopupInfo.cpp 37 void DictionaryPopupInfo::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::DictionaryPopupInfo
39 encoder->encode(origin);
40 encoder->encode(fontInfo);
44 CoreIPC::encode(encoder, options.get());
  /external/webkit/Source/WebKit2/Shared/Plugins/
PluginProcessCreationParameters.cpp 39 void PluginProcessCreationParameters::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::PluginProcessCreationParameters
41 encoder->encode(pluginPath);
44 encoder->encode(parentProcessName);
45 encoder->encode(acceleratedCompositingPort);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Android.mk 27 LOCAL_MODULE:= libOMX.TI.AAC.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
Android.mk 28 LOCAL_MODULE:= libOMX.TI.G711.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
Android.mk 27 LOCAL_MODULE:= libOMX.TI.G722.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
Android.mk 28 LOCAL_MODULE:= libOMX.TI.G726.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
Android.mk 28 LOCAL_MODULE:= libOMX.TI.G729.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Android.mk 26 LOCAL_MODULE:= libOMX.TI.AMR.encode
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
Android.mk 26 LOCAL_MODULE:= libOMX.TI.WBAMR.encode
  /external/clang/test/Rewriter/
rewrite-typeof.mm 28 char *a1t = (char *)@encode(__typeof__(a));
30 char *a2t = (char *)@encode(__typeof__(bVal));
32 char *a3t = (char *)@encode(__typeof__(cVal));
  /external/skia/src/animator/
SkBase64.cpp 23 static const char encode[] = variable
119 size_t SkBase64::Encode(const void* srcPtr, size_t length, void* dstPtr) {
133 *dst++ = encode[a];
134 *dst++ = encode[b];
135 *dst++ = encode[c];
136 *dst++ = encode[d];
148 *dst++ = encode[a >> 2];
149 *dst++ = encode[(k1 | a << 4) & 0x3F];
150 *dst++ = encode[k2];
151 *dst++ = encode[EncodePad]
    [all...]

Completed in 1898 milliseconds

1 23 4 5 6 7 8 91011>>