/external/chromium_org/content/child/npapi/ |
webplugin.h | 90 const char* range_info,
|
plugin_instance.cc | 526 std::string range_info = "bytes="; local 529 range_info += base::IntToString(range_list->offset); 530 range_info.push_back('-'); 531 range_info += 535 range_info.push_back(','); 562 stream->url, range_info.c_str(), next_range_request_id_);
|
/external/blktrace/btt/ |
inlines.h | 37 struct range_info *rip; 40 rip = list_entry(p, struct range_info, head); 53 struct range_info *rip; 56 rip = list_entry(head_p->prev, struct range_info, head);
|
globals.h | 100 struct range_info { struct
|
output.c | 799 struct range_info *rip; 804 rip = list_entry(p, struct range_info, head);
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.h | 127 const char* range_info, 196 const char* range_info,
|
webplugin_delegate_proxy.h | 176 const std::string& range_info,
|
webplugin_impl.cc | [all...] |
webplugin_delegate_proxy.cc | [all...] |
/external/chromium_org/content/plugin/ |
webplugin_proxy.h | 88 const char* url, const char* range_info, int range_request_id) OVERRIDE;
|
webplugin_proxy.cc | 618 const char* url, const char* range_info, int range_request_id) { 620 route_id_, url, range_info, range_request_id));
|
/external/oprofile/utils/ |
opcontrol | 521 range_info=`objdump -h $FILE_IMAGE 2>/dev/null | grep " .text "` 522 tmp1=`echo $range_info | awk '{print $4}'` [all...] |