Searched refs:UNKNOWN (Results 101 - 125 of 306) sorted by relevance

1234567891011>>

/external/chromium_org/base/win/
H A Dwin_util.cc348 enum DomainEnrollementState {UNKNOWN = -1, NOT_ENROLLED, ENROLLED}; enumerator in enum:base::win::DomainEnrollementState
349 static volatile long int g_domain_state = UNKNOWN;
354 if (g_domain_state == UNKNOWN) {
363 UNKNOWN);
/external/chromium_org/content/browser/compositor/
H A Doverlay_candidate_validator_ozone.cc25 return ui::SurfaceFactoryOzone::UNKNOWN;
/external/chromium_org/sync/internal_api/
H A Djs_sync_manager_observer_unittest.cc79 sync_pb::GetUpdatesCallerInfo::UNKNOWN); member in class:syncer::__anon10774::sync_pb::GetUpdatesCallerInfo
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc86 UNKNOWN, PROGRAMMATIC);
88 ENUM_CASE(sync_pb::GetUpdatesCallerInfo, UNKNOWN);
142 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, ErrorType, SUCCESS, UNKNOWN);
156 ENUM_CASE(sync_pb::SyncEnums, UNKNOWN);
H A Dproto_enum_conversions_unittest.cc82 sync_pb::SyncEnums::UNKNOWN,
/external/chromium_org/sync/sessions/
H A Dsync_session.cc35 return TakeSnapshotWithSource(sync_pb::GetUpdatesCallerInfo::UNKNOWN);
/external/chromium_org/tools/usb_gadget/
H A Dusb_constants.py152 UNKNOWN = 0 variable in class:Speed
/external/clang/test/Sema/
H A DMicrosoftExtensions.c83 UNKNOWN u; // expected-error {{unknown type name 'UNKNOWN'}}
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py14 UNKNOWN = 'UNKNOWN' variable in class:ResultType
20 ResultType.CRASH, ResultType.TIMEOUT, ResultType.UNKNOWN]
118 s.append('[ FAILED ] %s (UNKNOWN)' % str(t))
192 return self._GetType(ResultType.UNKNOWN)
H A Dbase_test_result_unittest.py21 self.u1 = BaseTestResult('u1', ResultType.UNKNOWN)
61 'CRASH: 1 TIMEOUT: 0 UNKNOWN: 1 ')
70 '[ FAILED ] u1 (UNKNOWN)\n'
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc233 return UNKNOWN;
246 if (state == UNKNOWN) {
282 block_state == UNKNOWN,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_test_util.cc152 Instrument::UNKNOWN,
161 Instrument::UNKNOWN,
170 Instrument::UNKNOWN,
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.cc19 : properties_(LayerAnimationElement::UNKNOWN),
29 : properties_(LayerAnimationElement::UNKNOWN),
189 return (properties_ & other) != LayerAnimationElement::UNKNOWN;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java14 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.UNKNOWN;
32 UNKNOWN(false); enum constant in enum:ImageHeaderParser.ImageType
94 return UNKNOWN;
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_resource_throttle_unittest.cc77 UNKNOWN, enumerator in enum:navigation_interception::MockResourceController::Status
83 : status_(UNKNOWN) {
99 DCHECK(status_ == UNKNOWN);
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner_unittest.cc106 EXPECT_EQ(DnsProbeRunner::UNKNOWN, runner_.result());
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.h44 UNKNOWN, enumerator in enum:safe_browsing::DownloadProtectionService::DownloadCheckResult
94 // callbacks called with "UNKNOWN" results.
H A Ddownload_protection_service_unittest.cc397 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
413 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
436 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
492 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
505 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
518 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
529 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
573 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
623 // CheckClientDownload() result in a verdict of UNKNOWN.
624 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dresource_provider.h55 UNKNOWN = 0, enumerator in enum:task_manager::Resource::Type
105 default: return "UNKNOWN";
/external/chromium_org/media/base/
H A Dvideo_frame.cc57 DCHECK(format != VideoFrame::UNKNOWN &&
85 case VideoFrame::UNKNOWN:
86 return "UNKNOWN";
131 case VideoFrame::UNKNOWN:
397 return new VideoFrame(VideoFrame::UNKNOWN,
480 case VideoFrame::UNKNOWN:
562 case VideoFrame::UNKNOWN:
630 case VideoFrame::UNKNOWN:
802 case VideoFrame::UNKNOWN:
868 case VideoFrame::UNKNOWN
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.cc132 : type(UNKNOWN),
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension.h390 UNKNOWN, enumerator in enum:base::MallocRange::Type
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension.h403 UNKNOWN, enumerator in enum:base::MallocRange::Type
/external/doclava/src/com/google/doclava/
H A DAttributeInfo.java70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h79 } UNKNOWN; member in union:__anon32441::__anon32442

Completed in 599 milliseconds

1234567891011>>