Searched refs:desc (Results 126 - 150 of 1669) sorted by path

1234567891011>>

/external/chromium_org/net/spdy/
H A Dspdy_stream.cc263 std::string desc = base::StringPrintf( local
267 session_->ResetStream(stream_id_, RST_STREAM_FLOW_CONTROL_ERROR, desc);
H A Dspdy_test_util_common.cc924 const std::string& desc) const {
925 SpdyGoAwayIR go_ir(last_good_stream_id, status, desc);
H A Dspdy_test_util_common.h397 const std::string& desc) const;
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c960 SSL3AlertDescription desc = illegal_parameter; local
969 desc = unexpected_message;
990 desc = decode_error;
1009 (void)SSL3_SendAlert(ss, alert_fatal, desc);
H A Dssl3con.c3325 SSL3_SendAlert(sslSocket *ss, SSL3AlertLevel level, SSL3AlertDescription desc) argument
3330 SSL_TRC(3, ("%d: SSL3[%d]: send alert record, level=%d desc=%d",
3331 SSL_GETPID(), ss->fd, level, desc));
3334 bytes[1] = desc;
3347 desc == no_certificate
3383 SSL3AlertDescription desc = bad_certificate; local
3387 case SEC_ERROR_LIBRARY_FAILURE: desc = unsupported_certificate; break;
3388 case SEC_ERROR_EXPIRED_CERTIFICATE: desc = certificate_expired; break;
3389 case SEC_ERROR_REVOKED_CERTIFICATE: desc = certificate_revoked; break;
3392 desc
3435 SSL3AlertDescription desc; local
6364 SSL3AlertDescription desc = illegal_parameter; local
6798 SSL3AlertDescription desc = illegal_parameter; local
7176 SSL3AlertDescription desc = illegal_parameter; local
8001 SSL3AlertDescription desc = illegal_parameter; local
8814 SSL3AlertDescription desc = handshake_failure; local
9409 SSL3AlertDescription desc = handshake_failure; local
10228 SSL3AlertDescription desc; local
[all...]
H A Dssl3ecc.c318 SSL3AlertDescription desc = illegal_parameter; local
319 (void)SSL3_SendAlert(ss, alert_fatal, desc);
600 SSL3AlertDescription desc = illegal_parameter; local
629 desc = handshake_failure;
640 desc = handshake_failure;
664 desc = decode_error;
674 desc = isTLS ? decrypt_error : handshake_failure;
735 (void)SSL3_SendAlert(ss, alert_fatal, desc);
H A Dsslimpl.h1637 SSL3AlertDescription desc);
/external/chromium_org/pdf/
H A Dprogress_control.cc99 pp::FontDescription_Dev desc; local
101 font.Describe(&desc, &metrics);
191 pp::FontDescription_Dev desc; local
193 font.Describe(&desc, &metrics);
/external/chromium_org/ppapi/api/dev/
H A Dppb_truetype_font_dev.idl173 * desc contains a PP_Var for the family name which must be released.
191 * @param[in] desc A pointer to a <code>PP_TrueTypeFontDesc</code> describing
195 [in] PP_TrueTypeFontDesc_Dev desc);
213 * @param[out] desc A pointer to a <code>PP_TrueTypeFontDesc</code> to hold
225 [out] PP_TrueTypeFontDesc_Dev desc,
/external/chromium_org/ppapi/api/
H A Dppb_image_data.idl154 * @param[in,out] desc A pointer to a <code>PP_ImageDataDesc</code>
159 * <code>PP_FALSE</code>, the <code>desc</code> structure will be filled
165 [out] PP_ImageDataDesc desc);
/external/chromium_org/ppapi/c/dev/
H A Dppb_truetype_font_dev.h196 * desc contains a PP_Var for the family name which must be released.
212 * @param[in] desc A pointer to a <code>PP_TrueTypeFontDesc</code> describing
216 const struct PP_TrueTypeFontDesc_Dev* desc);
232 * @param[out] desc A pointer to a <code>PP_TrueTypeFontDesc</code> to hold
244 struct PP_TrueTypeFontDesc_Dev* desc,
/external/chromium_org/ppapi/c/
H A Dppb_image_data.h174 * @param[in,out] desc A pointer to a <code>PP_ImageDataDesc</code>
179 * <code>PP_FALSE</code>, the <code>desc</code> structure will be filled
182 PP_Bool (*Describe)(PP_Resource image_data, struct PP_ImageDataDesc* desc);
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.cc79 const TrueTypeFontDesc_Dev& desc) {
83 instance.pp_instance(), &desc.pp_desc()));
78 TrueTypeFont_Dev(const InstanceHandle& instance, const TrueTypeFontDesc_Dev& desc) argument
H A Dtruetype_font_dev.h55 // into the wrapped desc struct.
104 const TrueTypeFontDesc_Dev& desc);
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.cc31 const PP_BrowserFont_Trusted_Description* desc) {
32 return reinterpret_cast<const PP_FontDescription_Dev*>(desc);
35 PP_BrowserFont_Trusted_Description* desc) {
36 return reinterpret_cast<PP_FontDescription_Dev*>(desc);
30 BrowserFontDescToFontDesc( const PP_BrowserFont_Trusted_Description* desc) argument
34 BrowserFontDescToFontDesc( PP_BrowserFont_Trusted_Description* desc) argument
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc34 pp::BrowserFontDescription desc; local
35 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF);
36 desc.set_size(100);
37 pp::BrowserFont_Trusted font(this, desc);
49 pp::BrowserFontDescription desc; local
50 pp::BrowserFont_Trusted default_font(this, desc);
57 pp::BrowserFontDescription desc; local
58 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_SERIF);
59 pp::BrowserFont_Trusted serif_font(this, desc);
66 pp::BrowserFontDescription desc; local
75 pp::BrowserFontDescription desc; local
92 pp::BrowserFontDescription desc; local
[all...]
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc134 pp::FontDescription_Dev desc; local
135 desc.set_family(PP_FONTFAMILY_SANSSERIF);
136 desc.set_size(font_size_);
137 font_ = pp::Font_Dev(instance_, desc);
/external/chromium_org/ppapi/generators/
H A Didl_generator.py34 def __init__(self, name, sname, desc):
36 self.run_switch = Option(sname, desc)
H A Didl_option.py19 def __init__(self, name, desc, default = None, callfunc = None,
26 self.desc = desc
52 out = ' --%-15.15s\t%s' % (option.name, option.desc)
54 out = ' -%-15.15s\t%s' % (option.name, option.desc)
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc135 const PP_BrowserFont_Trusted_Description& desc,
132 CreateBrowserFont( proxy::Connection connection, PP_Instance instance, const PP_BrowserFont_Trusted_Description& desc, const Preferences& prefs) argument
H A Dppapi_dispatcher.h74 const PP_BrowserFont_Trusted_Description& desc,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc227 struct NaClDesc* desc = temp_nexe_file_->read_wrapper()->desc(); local
228 if (0 == (*((struct NaClDescVtbl const *)desc->base.vtbl)->Fstat)(desc,
H A Dpnacl_translate_thread.cc9 #include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
195 llc_out_files[0]->desc(),
196 llc_out_files[1]->desc(),
197 llc_out_files[2]->desc(),
198 llc_out_files[3]->desc(),
199 llc_out_files[4]->desc(),
200 llc_out_files[5]->desc(),
201 llc_out_files[6]->desc(),
202 llc_out_files[7]->desc(),
203 llc_out_files[8]->desc(),
[all...]
H A Dservice_runtime.cc144 // info->desc has the returned descriptor if successful, else -1.
146 // The caller is responsible for not closing info->desc. If it is
154 "PluginReverseInterface::OpenManifestEntry: info->desc = %d\n",
155 info->desc);
156 if (info->desc == -1) {
207 p->file_info->desc = ConvertFileDescriptor(p->pp_file_info.handle, false);
211 "StreamAsFile_MainThreadContinuation: PP_OK, desc %d\n",
212 p->file_info->desc);
216 "StreamAsFile_MainThreadContinuation: !PP_OK, setting desc -1\n");
217 p->file_info->desc
[all...]
H A Dsrpc_client.cc80 if (!NaClSrpcClientCtor(&srpc_channel_, wrapper->desc())) {

Completed in 479 milliseconds

1234567891011>>