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

<<11121314151617181920>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_encode_short_integer.c 15 ASN.1 DER, encode an integer, Tom St Denis
23 @param num The integer to encode
  /external/icu4c/tools/genrb/
rle.h 32 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or
49 * Since an encoded run occupies 3 characters, we only encode runs of 4 or
  /external/libvpx/examples/
vp8cx_set_ref.txt 64 die_codec(&codec, "Failed to encode frame");
70 Use the `simple_encoder` example to encode a sample with a cut scene.
  /external/markdown/markdown/extensions/
html_tidy.py 55 # Pass text to Tidy. As Tidy does not accept unicode we need to encode
57 return unicode(tidy.parseString(text.encode('utf-8'),
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 69 info.encode(buffer);
74 parameters.encode(buffer);
RouteList.java 62 public String encode() { method in class:RouteList
64 else return super.encode();
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentity.java 71 /** Encode into canonical form.
79 retval.append(address.encode());
PProfileKey.java 60 retval.append(address.encode());
65 retval.append(SEMICOLON + this.parameters.encode());
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackConstructor.cpp 78 return JSValue::encode(toJS(result));
81 return JSValue::encode(toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)));
  /external/webkit/Source/JavaScriptCore/runtime/
BooleanConstructor.cpp 51 return JSValue::encode(constructBoolean(exec, args));
63 return JSValue::encode(jsBoolean(exec->argument(0).toBoolean(exec)));
Error.h 71 inline EncodedJSValue throwVMError(ExecState* exec, JSValue error) { return JSValue::encode(throwError(exec, error)); }
72 inline EncodedJSValue throwVMTypeError(ExecState* exec) { return JSValue::encode(throwTypeError(exec)); }
ErrorConstructor.cpp 46 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
59 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
NativeErrorConstructor.cpp 61 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
74 return JSValue::encode(ErrorInstance::create(exec, errorStructure, message));
  /external/webkit/Source/WebCore/bindings/js/
JSFloat32ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSInt16ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSInt32ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSInt8ArrayCustom.cpp 58 return JSValue::encode(JSValue());
59 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSOptionConstructor.cpp 67 return JSValue::encode(JSValue());
70 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), element.release())));
JSUint16ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSUint32ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSUint8ArrayCustom.cpp 57 return JSValue::encode(JSValue());
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
JSWebSocketCustom.cpp 68 return JSValue::encode(JSValue());
72 return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, webSocket.get()));
  /external/webkit/Source/WebKit2/Shared/
SecurityOriginData.cpp 38 void SecurityOriginData::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::SecurityOriginData
40 encoder->encode(CoreIPC::In(protocol, host, port));
WebPopupItem.cpp 66 void WebPopupItem::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::WebPopupItem
68 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), m_text, static_cast<uint64_t>(m_textDirection), m_hasTextDirectionOverride, m_toolTip, m_accessibilityText, m_isEnabled, m_isLabel));
  /external/webkit/Source/WebKit2/Shared/mac/
PlatformCertificateInfo.mm 52 void PlatformCertificateInfo::encode(CoreIPC::ArgumentEncoder* encoder) const
60 CoreIPC::encode(encoder, m_certificateChain.get());

Completed in 39 milliseconds

<<11121314151617181920>>