Lines Matching refs:true
22 // equal returns true if the given part of this job's name equals any of the
31 return true
37 // role returns true if the role for this job equals any of the given values.
42 // os returns true if the OS for this job equals any of the given values.
47 // compiler returns true if the compiler for this job equals any of the given
53 // model returns true if the model for this job equals any of the given values.
58 // frequency returns true if the frequency for this job equals any of the given
64 // cpu returns true if the task's cpu_or_gpu is "CPU" and the CPU for this
66 // true if this task runs on CPU.
70 return true
77 // gpu returns true if the task's cpu_or_gpu is "GPU" and the GPU for this task
78 // equals any of the given values. If no values are provided, gpu returns true
83 return true
90 // arch returns true if the architecture for this job equals any of the
96 // extraConfig returns true if any of the extra_configs for this job equals
116 return true
123 // noExtraConfig returns true if there are no extra_configs for this job.
129 // matchPart returns true if the given part of this job's name matches any of
140 return true
146 // matchRole returns true if the role for this job matches any of the given
156 // matchOs returns true if the OS for this job matches any of the given regular
162 // matchCompiler returns true if the compiler for this job matches any of the
168 // matchModel returns true if the model for this job matches any of the given
174 // matchCpu returns true if the task's cpu_or_gpu is "CPU" and the CPU for this
176 // are provided, cpu returns true if this task runs on CPU.
180 return true
187 // matchGpu returns true if the task's cpu_or_gpu is "GPU" and the GPU for this task
189 // provided, gpu returns true if this task runs on GPU.
193 return true
200 // matchArch returns true if the architecture for this job matches any of the
206 // matchExtraConfig returns true if any of the extra_configs for this job matches
230 return true
237 // debug returns true if this task runs in debug mode.
242 // release returns true if this task runs in release mode.
247 // isLinux returns true if the task runs on Linux.
396 found = true