Searched refs:encode (Results 251 - 275 of 560) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/JavaScriptCore/runtime/
H A DError.h71 inline EncodedJSValue throwVMError(ExecState* exec, JSValue error) { return JSValue::encode(throwError(exec, error)); }
72 inline EncodedJSValue throwVMTypeError(ExecState* exec) { return JSValue::encode(throwTypeError(exec)); }
H A DNativeErrorConstructor.cpp61 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
74 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
H A DDateConstructor.cpp130 return JSValue::encode(constructDate(exec, asInternalFunction(exec->callee())->globalObject(), args));
150 return JSValue::encode(jsMakeNontrivialString(exec, date, " ", time));
161 return JSValue::encode(jsNumber(parseDate(exec, exec->argument(0).toString(exec))));
166 return JSValue::encode(jsNumber(jsCurrentTime()));
188 return JSValue::encode(jsNaN());
199 return JSValue::encode(jsNumber(timeClip(gregorianDateTimeToMS(exec, t, ms, true))));
H A DFunctionPrototype.cpp57 return JSValue::encode(jsUndefined());
91 return JSValue::encode(jsMakeNontrivialString(exec, "function ", function->name(exec), "() {\n [native code]\n}"));
95 return JSValue::encode(jsMakeNontrivialString(exec, "function ", function->name(exec), "(", executable->paramString(), ") ", sourceString));
100 return JSValue::encode(jsMakeNontrivialString(exec, "function ", function->name(exec), "() {\n [native code]\n}"));
132 return JSValue::encode(call(exec, thisValue, callType, callData, exec->argument(0), applyArgs));
146 return JSValue::encode(call(exec, thisValue, callType, callData, exec->argument(0), callArgs));
H A DJSValue.h108 static EncodedJSValue encode(JSValue);
257 * can encode a 51-bit payload. Hardware produced and C-library payloads typically
258 * have a payload of zero. We assume that non-zero payloads are available to encode
261 * ranges to encode other values (however there are also other ranges of NaN space that
288 * can encode a 51-bit payload. Hardware produced and C-library payloads typically
289 * have a payload of zero. We assume that non-zero payloads are available to encode
292 * ranges to encode other values (however there are also other ranges of NaN space that
335 // This value is 2^48, used to encode doubles such that the encoded value will begin
372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); }
373 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValu
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSOptionConstructor.cpp67 return JSValue::encode(JSValue());
70 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), element.release())));
/external/webkit/Source/WebKit2/Shared/
H A DSandboxExtension.h61 void encode(CoreIPC::ArgumentEncoder*) const;
91 inline void SandboxExtension::Handle::encode(CoreIPC::ArgumentEncoder*) const { } function in class:WebKit::SandboxExtension::Handle
H A DWebEvent.h102 void encode(CoreIPC::ArgumentEncoder*) const;
139 void encode(CoreIPC::ArgumentEncoder*) const;
194 void encode(CoreIPC::ArgumentEncoder*) const;
229 void encode(CoreIPC::ArgumentEncoder*) const;
257 void encode(CoreIPC::ArgumentEncoder*) const;
295 void encode(CoreIPC::ArgumentEncoder*) const;
316 void encode(CoreIPC::ArgumentEncoder*) const;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_uploader.py65 value = value.encode('utf-8')
74 value = value.encode('utf-8')
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java75 ASN1GeneralizedTime.getInstance().encode(new Date()));
91 //ASN1OctetString.getInstance().encode(
92 GeneralNames.ASN1.encode(
121 ASN1Integer.getInstance().encode(
140 encoding = CertificateList.ASN1.encode(certificateList);
166 byte[] encoding = CertificateList.ASN1.encode(cl);
174 encoding = CertificateList.ASN1.encode(cl);
/external/nist-sip/java/gov/nist/core/
H A DNameValueList.java89 public String encode() { method in class:NameValueList
90 return encode(new StringBuffer()).toString();
93 public StringBuffer encode(StringBuffer buffer) { method in class:NameValueList
101 gobj.encode(buffer);
116 return this.encode();
268 return ((GenericObject) val).encode();
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArguments.h38 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(ArgumentEncode 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/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java385 * Note -- use the encode method for formatting the message.
436 public String encode() { method in class:SIPResponse
439 retval = statusLine.encode() + super.encode();
441 retval = super.encode();
453 retval = statusLine.encode() + super.encodeSIPHeaders();
470 retval.addFirst(statusLine.encode());
527 * and you want to encode the body as a byte array for transmission.
537 slbytes = statusLine.encode().getBytes("UTF-8");
656 return this.statusLine.encode();
[all...]
/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp185 return JSValue::encode(jsUndefined());
191 return JSValue::encode(jsUndefined());
198 return JSValue::encode(jsUndefined());
205 return JSValue::encode(jsUndefined());
213 return JSValue::encode(throwError(exec, createError(exec, "Could not open file.")));
222 return JSValue::encode(jsNumber(stopWatch.getElapsedMS()));
230 return JSValue::encode(throwError(exec, createError(exec, "Could not open file.")));
236 return JSValue::encode(result.value());
244 return JSValue::encode(throwError(exec, createError(exec, "Could not open file.")));
255 return JSValue::encode(jsNumbe
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp1277 return JSValue::encode(result);
1289 return JSValue::encode(result);
1301 return JSValue::encode(result);
1317 return JSValue::encode(result);
1322 return JSValue::encode(jsNumber(left + right));
1327 return JSValue::encode(result);
1339 return JSValue::encode(result);
1427 return JSValue::encode(result);
1528 return JSValue::encode(result);
1564 return JSValue::encode(resul
[all...]
/external/openssl/crypto/evp/
H A Dbio_b64.c86 int encode; member in struct:b64_struct
125 ctx->encode=0;
157 if (ctx->encode != B64_DECODE)
159 ctx->encode=B64_DECODE;
383 if (ctx->encode != B64_ENCODE)
385 ctx->encode=B64_ENCODE;
504 ctx->encode=B64_NONE;
516 if ((ret == 0) && (ctx->encode != B64_NONE)
550 else if (ctx->encode != B64_NONE && ctx->base64.num != 0)
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java260 sentProtocol.encode(buffer);
262 sentBy.encode(buffer);
265 parameters.encode(buffer);
550 return sentBy.encode();
559 return sentProtocol.encode();
H A DContact.java110 address.encode(buffer);
114 address.encode(buffer);
119 parameters.encode(buffer);
/external/v8/src/
H A Dcompiler.h70 flags_ |= IsEval::encode(true);
74 flags_ |= IsGlobal::encode(true);
77 flags_ |= IsStrictMode::encode(true);
84 flags_ |= IsInLoop::encode(true);
87 flags_ |= IsNative::encode(true);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h136 return OpBits::encode(op_)
137 | ModeBits::encode(mode_)
138 | SSE3Bits::encode(use_sse3_)
139 | OperandTypeInfoBits::encode(operands_type_)
140 | ResultTypeInfoBits::encode(result_type_);
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
165 encode -dictionary %TEMP%\nonexistent_file ^
174 encode -dictionary %DICTIONARY_FILE% ^
191 encode -dictionary %DICTIONARY_FILE% ^
235 encode -target %TARGET_FILE% ^
243 encode
[all...]
/external/bluetooth/glib/tests/
H A Dunicode-normalize.c46 encode (const gchar *input) function
81 char *result_raw = encode(result);
99 char *result_raw = encode(result);
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java88 * @see #encode(byte[])
314 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
325 String md5a1 = encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset)));
335 String md5a2 = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(a2)));
368 encode(md5Helper.digest(EncodingUtils.getAsciiBytes(serverDigestValue)));
451 private static String encode(byte[] binaryData) { method in class:DigestScheme
480 cnonce = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(cnonce)));
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DBERConstructedOctetString.java117 public void encode( method in class:BERConstructedOctetString
141 super.encode(out);
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java42 public static String encode(byte[] a) { method in class:StringEncoder
97 * this class' <code>encode</code> method.

Completed in 1007 milliseconds

<<11121314151617181920>>