/external/chromium_org/gpu/command_buffer/service/ |
feature_info_unittest.cc | 251 EXPECT_FALSE(info_->validators()->compressed_texture_format.IsValid( 253 EXPECT_FALSE(info_->validators()->compressed_texture_format.IsValid( 255 EXPECT_FALSE(info_->validators()->compressed_texture_format.IsValid( 257 EXPECT_FALSE(info_->validators()->compressed_texture_format.IsValid( 259 EXPECT_FALSE(info_->validators()->compressed_texture_format.IsValid( 261 EXPECT_FALSE(info_->validators()->read_pixel_format.IsValid( 263 EXPECT_FALSE(info_->validators()->texture_parameter.IsValid( 265 EXPECT_FALSE(info_->validators()->g_l_state.IsValid( 267 EXPECT_FALSE(info_->validators()->frame_buffer_target.IsValid( 269 EXPECT_FALSE(info_->validators()->frame_buffer_target.IsValid [all...] |
gles2_cmd_validation.h | 49 struct Validators { 50 Validators();
|
feature_info.h | 91 const Validators* validators() const { function in class:gpu::gles2::FeatureInfo 125 Validators validators_;
|
gles2_cmd_validation_implementation_autogen.h | 526 Validators::Validators()
|
texture_manager.cc | 364 feature_info->validators()->compressed_texture_format.IsValid( 592 if (!feature_info->validators()->texture_min_filter_mode.IsValid(param)) { 598 if (!feature_info->validators()->texture_mag_filter_mode.IsValid(param)) { 604 if (!feature_info->validators()->texture_pool.IsValid(param)) { 612 if (!feature_info->validators()->texture_wrap_mode.IsValid(param)) { 618 if (!feature_info->validators()->texture_wrap_mode.IsValid(param)) { 629 if (!feature_info->validators()->texture_usage.IsValid(param)) { 1370 const Validators* validators = feature_info_->validators(); local [all...] |
buffer_manager.cc | 266 if (!feature_info_->validators()->buffer_target.IsValid(target)) { 271 if (!feature_info_->validators()->buffer_usage.IsValid(usage)) {
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_factory.h | 19 // A factory for media file validators. A media file validator will use various
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags_validators.py | 35 See 'FLAGS VALIDATORS' in gflags.py's docstring for a usage manual. 46 """Base class for flags validators. 56 """Constructor to create all validators. 67 # Used to assert validators in the order they were registered (CL/18694236)
|
ChangeLog | 40 * Add support for flag validators (olexiy)
|
gflags.py | 131 FLAGS VALIDATORS: If your program: 135 then validators are for you! 142 validators. [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_http_response_headers.h | 46 // Return a concatenated string of HTTP caching validators.
|
/external/chromium_org/third_party/python_gflags/ |
gflags_validators.py | 35 See 'FLAGS VALIDATORS' in gflags.py's docstring for a usage manual. 46 """Base class for flags validators. 56 """Constructor to create all validators. 67 # Used to assert validators in the order they were registered (CL/18694236)
|
ChangeLog | 40 * Add support for flag validators (olexiy)
|
gflags.py | 131 FLAGS VALIDATORS: If your program: 135 then validators are for you! 142 validators. [all...] |
/external/junit/src/org/junit/internal/runners/rules/ |
RuleFieldValidator.java | 17 * There are two slightly different validators. The {@link #CLASS_RULE_VALIDATOR}
|
/sdk/eclipse/ |
dictionary.txt | 342 validators
|
/libcore/luni/src/main/java/javax/xml/validation/ |
Schema.java | 43 * Two kinds of validators can be created from a {@link Schema} object.
|
TypeInfoProvider.java | 160 * A general guideline for validators is to return true if
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
Parameter.java | 289 // Force update of validators if the project changes, since the validators 290 // are often tied to project metadata (for example, the resource name validators
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSSettings.py | 20 # Dictionaries of settings validators. The key is the tool name, the value is 464 def _ValidateSettings(validators, settings, stderr): 470 validators: A dictionary of tools and their validators. 476 if tool_name in validators: 477 tool_validators = validators[tool_name] [all...] |
/external/chromium_org/content/browser/fileapi/ |
copy_or_move_file_validator_unittest.cc | 193 // A factory that creates validators that accept everything or nothing.
|
/external/open-vcdiff/gflags/src/gflags/ |
gflags.h | 180 // TODO(wojtekm) Fix locking when validators are running, to make it safe to 181 // call validators during ParseAllFlags. 257 // the flag, registered validators, etc) of all flags, and restores
|
gflags.h.in | 180 // TODO(wojtekm) Fix locking when validators are running, to make it safe to 181 // call validators during ParseAllFlags. 257 // the flag, registered validators, etc) of all flags, and restores
|
/external/open-vcdiff/gflags/src/windows/gflags/ |
gflags.h | 189 // TODO(wojtekm) Fix locking when validators are running, to make it safe to 190 // call validators during ParseAllFlags. 266 // the flag, registered validators, etc) of all flags, and restores
|
/external/chromium_org/tools/clang/plugins/ |
ChromeClassTester.cpp | 191 ignored_record_names_.insert("Validators");
|