/external/chromium_org/net/quic/crypto/ |
quic_crypto_client_config.cc | 241 QuicCryptoNegotiatedParameters* out_params, 283 out_params->cached_certs = certs; 302 QuicCryptoNegotiatedParameters* out_params, 308 out_params, out); 339 &out_params->aead, NULL) || 342 QuicUtils::PEER_PRIORITY, &out_params->key_exchange, 347 out->SetTaglist(kAEAD, out_params->aead, 0); 348 out->SetTaglist(kKEXS, out_params->key_exchange, 0); 363 CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce); 364 out->SetStringPiece(kNONC, out_params->client_nonce) [all...] |
quic_crypto_client_config.h | 124 // source-address token will be taken from it. |out_params| is used in order 126 // |out_params->cached_certs|. |preferred_version| is the version of the QUIC 132 QuicCryptoNegotiatedParameters* out_params, 140 // |clock| and |rand| are used to generate the nonce and |out_params| is 151 QuicCryptoNegotiatedParameters* out_params, 159 // it will be saved in |out_params|. |now| is used to judge whether the 164 QuicCryptoNegotiatedParameters* out_params, 169 // |out_params| and returns QUIC_NO_ERROR. If |server_hello| is unacceptable 179 QuicCryptoNegotiatedParameters* out_params,
|
quic_crypto_client_config_test.cc | 49 QuicCryptoNegotiatedParameters out_params; local 54 &cached, &out_params, &error));
|
/external/chromium_org/media/base/ |
audio_converter_perftest.cc | 29 const AudioParameters& out_params, 35 scoped_ptr<AudioBus> output_bus = AudioBus::Create(out_params); 37 AudioConverter converter(in_params, out_params, !fifo);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 112 void ConsoleLogParams(base::DictionaryValue* out_params, 120 out_params->SetString("message.source", source); 122 out_params->SetString("message.url", url); 124 out_params->SetString("message.level", level); 126 out_params->SetInteger("message.line", line); 128 out_params->SetInteger("message.column", column); 130 out_params->SetString("message.text", text);
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_subprocess.h | 60 // Invoke an Srpc Method. |out_params| must be allocated and cleaned up 62 // on success any out-params (if any) will be placed in |out_params|. 67 SrpcParams* out_params,
|
/external/chromium_org/media/audio/win/ |
audio_unified_win_unittest.cc | 176 AudioParameters out_params; local 178 eRender, eConsole, &out_params))); 185 params_.Reset(out_params.format(), 186 out_params.channel_layout(), 187 out_params.channels(), 189 out_params.sample_rate(), 190 out_params.bits_per_sample(), 191 out_params.frames_per_buffer());
|
/external/chromium_org/chrome/installer/util/ |
wmi.cc | 94 // the values in the returned out_params, are VT_I4, which is int32. 113 base::win::ScopedComPtr<IWbemClassObject> out_params; 117 out_params.Receive(), NULL); 123 hr = out_params->Get(L"ReturnValue", 0, &ret_value, NULL, 0); 128 hr = out_params->Get(L"ProcessId", 0, &pid, NULL, 0);
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
nacl_io_demo.c | 184 * @param[out] out_params An array of strings, one for each parameter parsed. 190 char** out_params, 211 out_params[num_params++] = param_start; 215 out_params[num_params++] = param_start;
|
/external/chromium_org/chrome/test/chromedriver/server/ |
http_handler.h | 128 base::DictionaryValue* out_params);
|
http_handler.cc | 696 base::DictionaryValue* out_params) { 722 out_params->MergeDictionary(¶ms);
|
/external/chromium_org/ppapi/generators/ |
idl_thunk.py | 237 out_params = [] 247 out_params.append(pname) 248 return out_params 306 out_params = _GetOutputParams(member, release) 335 for param in out_params:
|
/external/chromium_org/media/audio/android/ |
audio_android_unittest.cc | 730 AudioParameters out_params = local 733 out_params, std::string(), std::string());
|