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

  /external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 20 static const char kSoftware[] = "libjingle TurnServer";
75 server.set_software(kSoftware);
  /external/skia/tools/skpbench/
skpbench.cpp 112 kSoftware = 70
295 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples");
418 exitf(ExitErr::kSoftware, "testContext is null");
553 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: ");
558 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n");
573 exitf(ExitErr::kSoftware, "attempted to sync with invalid fence");
  /external/skqp/tools/skpbench/
skpbench.cpp 112 kSoftware = 70
295 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples");
418 exitf(ExitErr::kSoftware, "testContext is null");
552 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: ");
557 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n");
572 exitf(ExitErr::kSoftware, "attempted to sync with invalid fence");
  /external/dynamic_depth/internal/dynamic_depth/
depth_map.cc 27 constexpr const char* kSoftware = "Software";
183 if (deserializer.ParseString(prefix, kSoftware, &software)) {
336 serializer->WriteProperty(prefix, kSoftware, params_.software);

Completed in 80 milliseconds