Searched defs:is_valid (Results 51 - 75 of 105) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc91 // exists and checking the PNaCl |version|. |is_valid| is true if the PNaCl
93 void DidCheckPathAndVersion(const std::string* version, bool is_valid);
326 bool is_valid) {
328 pnacl_path_exists_ = is_valid;
325 DidCheckPathAndVersion(const std::string* version, bool is_valid) argument
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc709 bool is_valid = local
711 EXPECT_TRUE(is_valid);
713 if (!is_valid) {
/external/chromium_org/net/proxy/
H A Dproxy_config.h159 bool is_valid() const { return id_ != kInvalidConfigID; } function in class:net::ProxyConfig
200 return pac_url_.is_valid();
/external/chromium_org/remoting/protocol/
H A Dpairing_registry.cc92 bool PairingRegistry::Pairing::is_valid() const { function in class:remoting::protocol::PairingRegistry::Pairing
269 if (!pairing.is_valid()) {
/external/chromium_org/sql/
H A Dconnection.h475 bool is_valid() const { return !!stmt_; } function in class:sql::Connection::StatementRef
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc266 bool is_valid = true; local
282 is_valid = false;
291 is_valid = false;
295 is_valid = false;
299 is_valid = false;
303 is_valid = false;
310 return is_valid;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc241 bool is_valid = true; local
257 is_valid = false;
266 is_valid = false;
270 is_valid = false;
274 is_valid = false;
278 is_valid = false;
285 return is_valid;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc415 bool (*is_valid)(int),
426 if (is_valid(value)) {
414 ReadPackedEnumNoInline(io::CodedInputStream* input, bool (*is_valid)(int), RepeatedField<int>* values) argument
/external/chromium_org/url/
H A Dgurl.cc92 bool is_valid)
94 is_valid_(is_valid),
99 GURL::GURL(std::string canonical_spec, const url::Parsed& parsed, bool is_valid) argument
100 : is_valid_(is_valid),
412 if (parsed_.query.is_valid())
89 GURL(const char* canonical_spec, size_t canonical_spec_len, const url::Parsed& parsed, bool is_valid) argument
H A Dgurl.h47 bool is_valid);
54 GURL(std::string canonical_spec, const url::Parsed& parsed, bool is_valid);
65 bool is_valid() const { function in class:GURL
70 // invalid, and is_valid() will return false for them. This is provided
84 // The exception is for empty() URLs (which are !is_valid()) but this will
H A Durl_util_unittest.cc227 bool is_valid; member in struct:url::ResolveRelativeCase
291 EXPECT_EQ(test_data.is_valid, valid) << i;
292 if (test_data.is_valid && valid)
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h86 bool is_valid() const { return IsValid(); } function in struct:v8::internal::CPURegister
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_usage_cache.cc51 bool is_valid = true; local
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
65 bool is_valid = true; local
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
78 bool is_valid = true; local
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage);
95 bool is_valid = true; local
98 if (!Read(usage_file_path, &is_valid, &dirty, &usage) || dirty <= 0)
104 return Write(usage_file_path, is_valid, dirt
110 bool is_valid = true; local
122 bool is_valid = true; local
134 bool is_valid = true; local
169 Read(const base::FilePath& usage_file_path, bool* is_valid, uint32* dirty_out, int64* usage_out) argument
205 Write(const base::FilePath& usage_file_path, bool is_valid, int32 dirty, int64 usage) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc43 bool is_valid() { return size > 0 && stack; } function in struct:__sanitizer::StackDepotDesc
/external/gtest/src/
H A Dgtest-port.cc267 bool is_valid = true; local
283 is_valid = false;
292 is_valid = false;
296 is_valid = false;
300 is_valid = false;
304 is_valid = false;
311 return is_valid;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc241 bool is_valid = true; local
257 is_valid = false;
266 is_valid = false;
270 is_valid = false;
274 is_valid = false;
278 is_valid = false;
285 return is_valid;
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc241 bool is_valid = true; local
257 is_valid = false;
266 is_valid = false;
270 is_valid = false;
274 is_valid = false;
278 is_valid = false;
285 return is_valid;
/external/protobuf/gtest/src/
H A Dgtest-port.cc230 bool is_valid = true; local
246 is_valid = false;
255 is_valid = false;
259 is_valid = false;
263 is_valid = false;
267 is_valid = false;
274 return is_valid;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc190 bool (*is_valid)(int),
201 if (is_valid(value)) {
189 ReadPackedEnumNoInline(io::CodedInputStream* input, bool (*is_valid)(int), RepeatedField<int>* values) argument
/external/chromium_org/chrome/browser/common/
H A Dcancelable_request.h279 bool is_valid() const { return provider != NULL; } function in struct:CancelableRequestConsumerTSimple::PendingRequest
338 DCHECK(current_request_.is_valid());
/external/chromium_org/chrome/browser/component_updater/
H A Dbackground_downloader_win.cc133 bool is_valid = HIWORD(error) == 0x8019 && local
136 return is_valid ? LOWORD(error) : 0;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider_browsertest.cc321 void CheckRefresh(bool is_valid) { argument
322 EXPECT_TRUE(is_valid);
356 void CheckInvalid(bool is_valid) { argument
357 EXPECT_FALSE(is_valid);
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc174 bool* is_valid) {
196 *is_valid = false;
212 bool* is_valid) {
213 DCHECK(is_valid);
224 *is_valid = false;
233 ValidateCommandExpectations(ctx, cmd_line, expected, name, is_valid);
239 ValidateAppCommandFlags(ctx, app_cmd, flags_exp, name, is_valid);
246 bool* is_valid) {
249 ::switches::kInstallFromWebstore, is_valid);
256 bool* is_valid) {
169 ValidateAppCommandFlags( const ProductContext& ctx, const AppCommand& app_cmd, const std::set<base::string16>& flags_exp, const base::string16& name, bool* is_valid) argument
206 ValidateInstallCommand( const ProductContext& ctx, const AppCommand& app_cmd, const wchar_t* expected_command, const wchar_t* expected_app_name, const char* expected_switch, bool* is_valid) argument
243 ValidateInstallAppCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
253 ValidateInstallExtensionCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
263 ValidateOnOsUpgradeCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
292 ValidateQueryEULAAcceptanceCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
318 ValidateQuickEnableApplicationHostCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
351 ValidateAppCommandExpectations( const ProductContext& ctx, const CommandExpectations& expectations, bool* is_valid) argument
390 ValidateBinariesCommands( const ProductContext& ctx, bool* is_valid) argument
411 ValidateBinaries( const InstallationState& machine_state, bool system_install, const ProductState& binaries_state, bool* is_valid) argument
507 ValidateSetupPath(const ProductContext& ctx, const base::FilePath& setup_exe, const base::string16& purpose, bool* is_valid) argument
535 ValidateCommandExpectations( const ProductContext& ctx, const CommandLine& command, const SwitchExpectations& expected, const base::string16& source, bool* is_valid) argument
557 ValidateUninstallCommand( const ProductContext& ctx, const CommandLine& command, const base::string16& source, bool* is_valid) argument
582 ValidateRenameCommand(const ProductContext& ctx, bool* is_valid) argument
606 ValidateOldVersionValues( const ProductContext& ctx, bool* is_valid) argument
632 ValidateMultiInstallProduct( const ProductContext& ctx, bool* is_valid) argument
682 ValidateAppCommands( const ProductContext& ctx, bool* is_valid) argument
701 ValidateUsageStats(const ProductContext& ctx, bool* is_valid) argument
720 ValidateProduct( const InstallationState& machine_state, bool system_install, const ProductState& product_state, const ProductRules& rules, bool* is_valid) argument
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc337 bool is_valid = base::ReadFileToString(file, &contents) && local
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc135 bool is_valid() const { function in class:media::ReadOnlyMappedFile

Completed in 3017 milliseconds

12345