HomeSort by relevance Sort by last modified time
    Searched refs:operator_name (Results 1 - 15 of 15) sorted by null

  /external/pixman/test/
a1-trap-test.c 49 /* The check-formats test depends on operator_name() and format_name() returning
53 strcmp (operator_name (PIXMAN_OP_DISJOINT_OVER), "PIXMAN_OP_DISJOINT_OVER") == 0);
check-formats.c 73 printf ("operator: %-32s\n", operator_name (op));
253 operator_name (op) + strlen ("PIXMAN_OP_"));
276 if (strcasecmp (operator_name (op), full_name) == 0)
utils.h 181 operator_name (pixman_op_t op);
pixel-test.c 203 printf (" operator: %s\n", operator_name (combination->op));
affine-test.c 205 operator_name (op), repeat);
blitters-test.c 341 printf ("op=%s\n", operator_name (op));
scaling-test.c 245 operator_name (op), scale_x, scale_y, repeat);
composite.c 345 operator_name (op), component_alpha ? "CA" : "");
utils.c 874 operator_name (pixman_op_t op) function
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 452 const char *operator_name; local
455 operator_name = env->GetStringUTFChars(operator_str, NULL);
457 if ( (status = sBluetoothHfpInterface->cops_response(operator_name)) != BT_STATUS_SUCCESS) {
460 env->ReleaseStringUTFChars(operator_str, operator_name);
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 799 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
860 void set_operator_name(const std::string& operator_name) {
861 operator_name_ = operator_name;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 317 item->SetString("operator_name", cellular_networks[i]->operator_name());
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 588 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 677 dictionary->SetString("operatorName", cellular->operator_name());
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 565 item->SetString("operator_name", cellular_networks[i]->operator_name());
    [all...]

Completed in 2039 milliseconds