/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_function.cpp | 43 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/ |
ir_function.cpp | 43 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/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 272 // Checks if the favicon in |node_a| from |model_a| matches that of |node_b| 276 const BookmarkNode* node_a, 278 FaviconData favicon_data_a = GetFaviconData(model_a, node_a); 303 bool NodesMatch(const BookmarkNode* node_a, const BookmarkNode* node_b) { 304 if (node_a == NULL || node_b == NULL) 305 return node_a == node_b; 306 if (node_a->is_folder() != node_b->is_folder()) { 310 if (node_a->GetTitle() != node_b->GetTitle()) { 311 LOG(ERROR) << "Title mismatch: " << node_a->GetTitle() << " vs. " 315 if (node_a->url() != node_b->url()) 338 const BookmarkNode* node_a = iterator_a.Next(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-parse.y | 661 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 == NULL && node_b == NULL [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 661 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 == NULL && node_b == NULL [all...] |
/external/chromium_org/cc/trees/ |
layer_sorter.cc | 308 GraphNode& node_a = nodes_[na]; local 309 if (!node_a.layer->DrawsContent() && !node_a.layer->render_surface()) 316 ABCompareResult overlap_result = CheckOverlap(&node_a.shape, 323 start_node = &node_a; 327 end_node = &node_a;
|
/external/chromium_org/content/renderer/accessibility/ |
renderer_accessibility_browsertest.cc | 394 WebAXObject node_a = root_obj.childAt(0); local 395 WebAXObject node_b = node_a.childAt(0); 407 node_a, 420 EXPECT_EQ(node_a.axID(), event.nodes[1].id); 455 WebAXObject node_a = root_obj.childAt(0); local 457 node_a,
|