Searched refs:operator_name (Results 1 – 12 of 12) sorted by relevance
/external/pixman/test/ |
D | check-formats.c | 73 printf ("operator: %-32s\n", operator_name (op)); in check_op() 253 operator_name (op) + strlen ("PIXMAN_OP_")); in list_operators() 276 if (strcasecmp (operator_name (op), full_name) == 0) in operator_from_string()
|
D | a1-trap-test.c | 53 strcmp (operator_name (PIXMAN_OP_DISJOINT_OVER), "PIXMAN_OP_DISJOINT_OVER") == 0); in main()
|
D | utils.h | 181 operator_name (pixman_op_t op);
|
D | pixel-test.c | 203 printf (" operator: %s\n", operator_name (combination->op)); in verify()
|
D | blitters-test.c | 341 printf ("op=%s\n", operator_name (op)); in test_composite()
|
D | affine-test.c | 205 operator_name (op), repeat); in test_composite()
|
D | scaling-test.c | 245 operator_name (op), scale_x, scale_y, repeat); in test_composite()
|
D | composite.c | 345 operator_name (op), component_alpha ? "CA" : ""); in composite_test()
|
D | utils.c | 874 operator_name (pixman_op_t op) in operator_name() function
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_chromeos.cc | 317 item->SetString("operator_name", cellular_networks[i]->operator_name()); in GetNetworkInfo()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 588 const std::string& operator_name() const { return operator_name_; } in operator_name() function
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 677 dictionary->SetString("operatorName", cellular->operator_name()); in PopulateCellularDetails()
|