HomeSort by relevance Sort by last modified time
    Searched full:head (Results 701 - 725 of 10285) sorted by null

<<21222324252627282930>>

  /external/v8/tools/
profile_view.js 49 var head;
56 if (viewParent === head) {
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
66 head = viewNode;
70 var view = this.createView(head);
78 * @param {ProfileView.Node} head View head node.
81 ViewBuilder.prototype.createView = function(head) {
82 return new ProfileView(head);
95 * @param {ProfileView.Node} head Profile view head
    [all...]
  /external/chromium_org/android_webview/test/shell/assets/
full_screen_video_test.html 2 <head>
17 </head>
19 </script></head><body>
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
67 struct cam_list *head = NULL; local
71 head = &queue->head.list;
72 pos = head->next;
73 if (pos != head) {
111 struct cam_list *head = NULL; local
115 head = &queue->head.list
140 struct cam_list *head = NULL; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
67 struct cam_list *head = NULL; local
71 head = &queue->head.list;
72 pos = head->next;
73 if (pos != head) {
111 struct cam_list *head = NULL; local
115 head = &queue->head.list
140 struct cam_list *head = NULL; local
    [all...]
  /external/chromium/net/base/
address_list.cc 40 struct addrinfo* head; member in struct:net::AddressList::Data
42 // Indicates which free function to use for |head|.
113 void AddressList::Adopt(struct addrinfo* head) {
114 data_ = new Data(head, true /*is_system_created*/);
117 void AddressList::Copy(const struct addrinfo* head, bool recursive) {
118 data_ = new Data(CreateCopyOfAddrinfo(head, recursive),
122 void AddressList::Append(const struct addrinfo* head) {
123 DCHECK(head);
126 new_head = CreateCopyOfAddrinfo(data_->head, true);
129 new_head = data_->head;
180 const struct addrinfo* AddressList::head() const { function in class:net::AddressList
    [all...]
  /external/chromium_org/chrome_frame/test/data/
host_browser.html 2 <head><title>Initial Page in host browser</title>
chrome_frame_window_open_popup.html 2 <head>
18 </head>
full_tab_download_from_new_window.html 2 <head>
11 </head>
full_tab_sub_frame2.html 2 <head>
15 </head>
  /external/llvm/test/TableGen/
ListManip.td 10 : Bli<!head(_bli).t>
  /external/qemu/
qlist.c 35 QTAILQ_INIT(&qlist->head);
70 QTAILQ_INSERT_TAIL(&qlist->head, entry, next);
84 QTAILQ_FOREACH(entry, &qlist->head, next)
93 if (qlist == NULL || QTAILQ_EMPTY(&qlist->head)) {
97 entry = QTAILQ_FIRST(&qlist->head);
98 QTAILQ_REMOVE(&qlist->head, entry, next);
111 if (qlist == NULL || QTAILQ_EMPTY(&qlist->head)) {
115 entry = QTAILQ_FIRST(&qlist->head);
124 return QTAILQ_EMPTY(&qlist->head);
150 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry)
    [all...]
  /external/chromium/chrome/browser/resources/
notification_2line.html 3 <head>
16 </head>
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/
background.html 2 <head>
17 </head>
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login.html 3 <head>
9 </head>
  /external/chromium_org/chrome/browser/resources/
notification_2line.html 3 <head>
17 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.html 2 <head>
5 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.html 2 <head>
4 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.html 2 <head>
4 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/
popup.html 8 <head>
16 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
popup.html 0 <head>
13 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
popup.html 8 <head>
11 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.html 3 <head>
5 </head>
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
eventpage.html 8 <head>
10 </head>
  /external/chromium_org/chrome/test/functional/ispy/server/views/
list_view.html 4 <head>
16 </head>
  /external/chromium_org/chrome_frame/
frame.html 3 <head>
16 </head>

Completed in 4605 milliseconds

<<21222324252627282930>>