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

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferredByParser.java 53 System.out.println("encoded = " + t.encode());
SessionExpiresParser.java 74 System.out.println("encoded = " + t.encode());
  /external/openssl/apps/
rand.c 71 * -base64 - base64 encode output
72 * -hex - hex encode output
172 BIO_printf(bio_err, "-base64 - base64 encode output\n");
173 BIO_printf(bio_err, "-hex - hex encode output\n");
  /external/v8/src/
safepoint-table.cc 228 uint32_t encoding = SafepointEntry::DeoptimizationIndexField::encode(index);
229 encoding |= SafepointEntry::GapCodeSizeField::encode(gap_size);
230 encoding |= SafepointEntry::ArgumentsField::encode(info.arguments);
231 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles);
  /external/v8/src/x64/
code-stubs-x64.h 131 return OpBits::encode(op_)
132 | ModeBits::encode(mode_)
133 | OperandTypeInfoBits::encode(operands_type_)
134 | ResultTypeInfoBits::encode(result_type_);
  /external/v8/test/cctest/
test-conversions.cc 240 x = OneBit1::encode(i);
244 x = OneBit2::encode(i);
255 x = EightBit1::encode(i);
258 x = EightBit2::encode(i);
  /external/webkit/Source/WebCore/bindings/js/
JSArrayBufferCustom.cpp 49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), buffer.get())));
JSMessageChannelCustom.cpp 54 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), MessageChannel::create(context))));
JSWebKitCSSMatrixCustom.cpp 45 return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebKitCSSMatrix, matrix.get()));
JSWebKitPointCustom.cpp 49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y))));
  /external/webkit/Source/WebCore/platform/network/
FormDataBuilder.cpp 60 // FIXME: Is it correct to use percent escaping here? Other browsers do not encode these characters yet,
146 // FIXME: This loses data irreversibly if the input name includes characters you can't encode
166 // FIXME: This loses data irreversibly if the filename includes characters you can't encode
169 appendQuotedString(buffer, encoding.encode(filename.characters(), filename.length(), QuestionMarksForUnencodables));
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.h 41 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecUTF8.h 43 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.h 45 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.h 44 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
  /external/webkit/Source/WebKit/chromium/public/
WebSearchableFormData.h 56 // Encoding used to encode the form parameters; never empty.
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.cpp 62 void Attachment::encode(ArgumentEncoder* encoder) const function in class:CoreIPC::Attachment
DataReference.h 60 void encode(ArgumentEncoder* encoder) const;
  /external/webkit/Source/WebKit2/Shared/
DictionaryPopupInfo.h 44 void encode(CoreIPC::ArgumentEncoder*) const;
LayerTreeContext.h 43 void encode(CoreIPC::ArgumentEncoder*) const;
OriginAndDatabases.h 41 void encode(CoreIPC::ArgumentEncoder*) const;
PlatformPopupMenuData.h 43 void encode(CoreIPC::ArgumentEncoder*) const;
PrintInfo.h 53 void encode(CoreIPC::ArgumentEncoder*) const;
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.h 50 void encode(CoreIPC::ArgumentEncoder*) const;
PluginProcessCreationParameters.h 47 void encode(CoreIPC::ArgumentEncoder*) const;

Completed in 678 milliseconds

<<11121314151617181920>>