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

  /external/libchrome/base/test/
test_timeouts.cc 41 // 3) the numerical value given by switch_name on the command line multiplied
43 void InitializeTimeout(const char* switch_name, int min_value, int* value) {
45 if (base::CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
47 GetSwitchValueASCII(switch_name));
62 // 3) the numerical value given by switch_name on the command line multiplied
64 void InitializeTimeout(const char* switch_name, int* value) {
65 InitializeTimeout(switch_name, 0, value);
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 496 const string& switch_name = local
508 bopts.WithName(switch_name));
    [all...]

Completed in 59 milliseconds