Searched refs:node_a (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function.cpp43 const exec_node *node_a = list_a->head; local
51 ; !node_a->is_tail_sentinel()
52 ; node_a = node_a->next, node_b = node_b->next) {
61 const ir_variable *const param = (ir_variable *) node_a;
183 const exec_node *node_a = list_a->head; local
187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
188 ; node_a = node_a->next, node_b = node_b->next) {
189 ir_variable *a = (ir_variable *) node_a;
[all...]
/external/mesa3d/src/glsl/
H A Dir_function.cpp43 const exec_node *node_a = list_a->head; local
51 ; !node_a->is_tail_sentinel()
52 ; node_a = node_a->next, node_b = node_b->next) {
61 const ir_variable *const param = (ir_variable *) node_a;
183 const exec_node *node_a = list_a->head; local
187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
188 ; node_a = node_a->next, node_b = node_b->next) {
189 ir_variable *a = (ir_variable *) node_a;
[all...]
/external/chromium_org/cc/output/
H A Dbsp_tree.cc105 BspCompareResult BspTree::GetNodePositionRelative(const DrawPolygon& node_a, argument
107 return DrawPolygon::SideCompare(node_a, node_b);
H A Dbsp_tree.h106 static BspCompareResult GetNodePositionRelative(const DrawPolygon& node_a,
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_browsertest.cc374 WebAXObject node_a = root_obj.childAt(0); local
375 WebAXObject node_b = node_a.childAt(0);
387 node_a,
397 EXPECT_EQ(node_a.axID(), event.update.node_id_to_clear);
398 EXPECT_EQ(node_a.axID(), event.update.nodes[0].id);
432 WebAXObject node_a = root_obj.childAt(0); local
433 WebAXObject node_b = node_a.childAt(0);
437 node_a,
445 EXPECT_EQ(node_a.axID(), event.update.node_id_to_clear);
446 EXPECT_EQ(node_a
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc286 // Checks if the favicon in |node_a| from |model_a| matches that of |node_b|
290 const BookmarkNode* node_a,
292 FaviconData favicon_data_a = GetFaviconData(model_a, node_a);
317 bool NodesMatch(const BookmarkNode* node_a, const BookmarkNode* node_b) { argument
318 if (node_a == NULL || node_b == NULL)
319 return node_a == node_b;
320 if (node_a->is_folder() != node_b->is_folder()) {
324 if (node_a->GetTitle() != node_b->GetTitle()) {
325 LOG(ERROR) << "Title mismatch: " << node_a->GetTitle() << " vs. "
329 if (node_a
288 FaviconsMatch(BookmarkModel* model_a, BookmarkModel* model_b, const BookmarkNode* node_a, const BookmarkNode* node_b) argument
361 const BookmarkNode* node_a = iterator_a.Next(); local
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc309 GraphNode& node_a = nodes_[na]; local
310 if (!node_a.layer->DrawsContent() && !node_a.layer->render_surface())
317 ABCompareResult overlap_result = CheckOverlap(&node_a.shape,
324 start_node = &node_a;
328 end_node = &node_a;
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-parse.y661 string_node_t *node_a, *node_b;
669 for (node_a = a->head, node_b = b->head;
670 node_a && node_b;
671 node_a = node_a->next, node_b = node_b->next)
673 if (strcmp (node_a->str, node_b->str))
680 return node_a == node_b;
882 token_node_t *node_a, *node_b;
890 node_a = a->head;
895 if (node_a
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y661 string_node_t *node_a, *node_b;
669 for (node_a = a->head, node_b = b->head;
670 node_a && node_b;
671 node_a = node_a->next, node_b = node_b->next)
673 if (strcmp (node_a->str, node_b->str))
680 return node_a == node_b;
882 token_node_t *node_a, *node_b;
890 node_a = a->head;
895 if (node_a
[all...]

Completed in 634 milliseconds