OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/config/
gpu_control_list_number_info_unittest.cc
16
typedef GpuControlList::
IntInfo
IntInfo
;
134
IntInfo
info(op[i], value1, value2);
143
IntInfo
info("=", value[i], std::string());
157
IntInfo
info(op[i], std::string(), std::string());
161
IntInfo
info("between", "3", std::string());
172
IntInfo
info("=", value[i], std::string());
179
IntInfo
info("=", "3", std::string());
184
IntInfo
info(">", "3", std::string());
190
IntInfo
info("<=", "3", std::string())
[
all
...]
gpu_control_list.h
238
class GPU_EXPORT
IntInfo
{
240
IntInfo
(const std::string& int_op,
244
// Determines if a given int is included in the
IntInfo
.
247
// Determines if the
IntInfo
contains valid information.
443
scoped_ptr<
IntInfo
> gl_reset_notification_strategy_info_;
449
scoped_ptr<
IntInfo
> gpu_count_info_;
gpu_control_list.cc
375
GpuControlList::
IntInfo
::
IntInfo
(const std::string& int_op,
393
bool GpuControlList::
IntInfo
::Contains(int value) const {
413
bool GpuControlList::
IntInfo
::IsValid() const {
919
new
IntInfo
(op, int_string, int_string2));
969
gpu_count_info_.reset(new
IntInfo
(op, int_string, int_string2));
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 506 milliseconds