Searched defs:response_length (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/android/common/
H A Dadb_connection.cc94 int response_length = HANDLE_EINTR(recv(host_socket, response, local
96 if (response_length < kAdbStatusLength ||
98 LOG(ERROR) << "Bad response from ADB: length: " << response_length
99 << " data: " << DumpBinary(response, response_length);
/external/chromium_org/rlz/win/lib/
H A Dmachine_deal.cc73 bool GetResponseLine(const char* response_text, int response_length, argument
75 if (!response_line || !search_index || *search_index > response_length)
86 if (line_end == NULL || line_end - response_text > response_length) {
87 line_end = response_text + response_length;
169 int response_length = -1; local
170 if (!IsPingResponseValid(response, &response_length))
184 while (GetResponseLine(response, response_length, &search_index,
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.cc105 int response_length,
108 web_session_id, response, response_length, promise.Pass());
102 UpdateSession( const std::string& web_session_id, const uint8* response, int response_length, scoped_ptr<media::SimpleCdmPromise> promise) argument
H A Dwebcontentdecryptionmodulesession_impl.cc73 size_t response_length) {
124 size_t response_length,
131 response_length,
72 update(const uint8* response, size_t response_length) argument
122 update( const uint8* response, size_t response_length, blink::WebContentDecryptionModuleResult result) argument
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_media_keys.cc107 int response_length,
119 std::vector<uint8>(response, response + response_length));
104 UpdateSession( const std::string& web_session_id, const uint8* response, int response_length, scoped_ptr<media::SimpleCdmPromise> promise) argument
H A Dppapi_decryptor.cc224 int response_length,
242 response_length,
221 UpdateSession( const std::string& web_session_id, const uint8* response, int response_length, scoped_ptr<media::SimpleCdmPromise> promise) argument
/external/chromium_org/rlz/lib/
H A Drlz_lib.cc505 int response_length = -1; local
506 if (!IsPingResponseValid(response, &response_length))
509 if (0 == response_length)
529 line_end = response_length;
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc436 int response_length) {
444 base::android::ToJavaByteArray(env, response, response_length);
434 UpdateSession(uint32 session_id, const uint8* response, int response_length) argument
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc278 int response_length,
281 CHECK_GT(response_length, 0);
290 response_length); local
276 UpdateSession(const std::string& web_session_id, const uint8* response, int response_length, scoped_ptr<SimpleCdmPromise> promise) argument
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc375 size_t response_length,
381 data->AddResponseData(response_data, response_length, mode);
371 AddQueryAndResponse(uint16 id, const char* dotted_name, uint16 qtype, const uint8* response_data, size_t response_length, IoMode mode, bool use_tcp) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_job.cc440 size_t response_length = handshake_response_->ParseRawResponse(data, len); local
450 if (len - response_length > 0) {
453 received_data_after_handshake_.assign(data + response_length, data + len);
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc403 int response_length,
408 response_length, response);
400 UpdateSession( const std::string& web_session_id, const uint8* response, int response_length, scoped_ptr<SimpleCdmPromise> promise) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c397 unsigned response_length,
407 inst->bits3.generic_gen5.response_length = response_length;
420 inst->bits3.generic.response_length = response_length;
437 unsigned response_length; local
456 response_length = 2;
459 response_length = 1;
465 msg_length, response_length, false, false);
487 GLuint response_length,
393 brw_set_message_descriptor(struct brw_compile *p, struct brw_instruction *inst, enum brw_message_target sfid, unsigned msg_length, unsigned response_length, bool header_present, bool end_of_thread) argument
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
H A Dbrw_wm_emit.c1048 GLuint cur_mrf = 2, response_length; local
1057 response_length = 8;
1062 response_length = 4;
1159 response_length,
1180 GLuint response_length; local
1195 response_length = 8;
1200 response_length = 4;
1239 response_length,
H A Dbrw_structs.h928 GLuint response_length:4; member in struct:brw_urb_immediate
1243 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14442
1265 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14443
1279 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14444
1296 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14445
1308 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14446
1320 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14447
1335 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14448
1347 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14449
1365 GLuint response_length member in struct:brw_instruction::__anon14435::__anon14450
1379 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14451
1391 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14452
1404 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14453
1419 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14454
1432 GLuint response_length:4; member in struct:brw_instruction::__anon14435::__anon14455
1448 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14456
1465 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14457
1490 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14458
1513 GLuint response_length:5; member in struct:brw_instruction::__anon14435::__anon14459
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c397 unsigned response_length,
407 inst->bits3.generic_gen5.response_length = response_length;
420 inst->bits3.generic.response_length = response_length;
437 unsigned response_length; local
456 response_length = 2;
459 response_length = 1;
465 msg_length, response_length, false, false);
487 GLuint response_length,
393 brw_set_message_descriptor(struct brw_compile *p, struct brw_instruction *inst, enum brw_message_target sfid, unsigned msg_length, unsigned response_length, bool header_present, bool end_of_thread) argument
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
H A Dbrw_wm_emit.c1048 GLuint cur_mrf = 2, response_length; local
1057 response_length = 8;
1062 response_length = 4;
1159 response_length,
1180 GLuint response_length; local
1195 response_length = 8;
1200 response_length = 4;
1239 response_length,
H A Dbrw_structs.h928 GLuint response_length:4; member in struct:brw_urb_immediate
1243 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27853
1265 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27854
1279 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27855
1296 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27856
1308 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27857
1320 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27858
1335 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27859
1347 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27860
1365 GLuint response_length member in struct:brw_instruction::__anon27846::__anon27861
1379 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27862
1391 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27863
1404 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27864
1419 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27865
1432 GLuint response_length:4; member in struct:brw_instruction::__anon27846::__anon27866
1448 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27867
1465 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27868
1490 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27869
1513 GLuint response_length:5; member in struct:brw_instruction::__anon27846::__anon27870
[all...]

Completed in 448 milliseconds