Searched refs:UNKNOWN (Results 176 - 200 of 306) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dtarget.h34 UNKNOWN, enumerator in enum:Target::OutputType
/external/protobuf/src/google/protobuf/
H A Dwire_format.cc427 enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT } value_format; enumerator in enum:google::protobuf::internal::__anon29014
430 value_format = UNKNOWN;
441 value_format = UNKNOWN;
444 if (value_format == UNKNOWN) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java160 if (predecessorRegisterType.category != RegisterType.UNKNOWN &&
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java282 XMPError.UNKNOWN, e);
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc147 result == DownloadProtectionService::UNKNOWN) {
640 case DownloadProtectionService::UNKNOWN:
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
H A Dmessageformat.js131 UNKNOWN: 5
557 return goog.i18n.MessageFormat.BlockType_.UNKNOWN;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.cc62 return WalletItems::MaskedInstrument::UNKNOWN;
323 case UNKNOWN:
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla563 $license = "UNKNOWN" if (!length($license));
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java704 out.writeLong (UNKNOWN); // length placeholder
806 private static final long UNKNOWN = 0L; field in class:DataFactory
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py282 t, base_test_result.ResultType.UNKNOWN) for t in tc.test_names())
/external/chromium_org/extensions/browser/api/socket/
H A Dtcp_socket.cc46 : Socket(owner_extension_id), socket_mode_(UNKNOWN) {}
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCapture.java321 case ImageFormat.UNKNOWN:
/external/chromium_org/media/base/
H A Dstream_parser_unittest.cc49 DCHECK_NE(type, DemuxerStream::UNKNOWN);
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder.cc89 if (format == VideoFrame::UNKNOWN)
H A Dpipeline_integration_test_base.cc37 last_video_frame_format_(VideoFrame::UNKNOWN),
H A Dstream_parser_factory.cc36 UNKNOWN, enumerator in enum:media::CodecInfo::Type
/external/chromium_org/remoting/webapp/
H A Dserver_log_entry.js47 case remoting.ClientSession.State.UNKNOWN:
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h121 // A phone number is of type UNKNOWN when it does not fit any of the known
123 UNKNOWN enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DEscapingEvaluator.java180 return JavaExpression.inlineIf(JavaExpression.Type.UNKNOWN, callOn(
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc434 ((input.type() == metrics::OmniboxInputType::UNKNOWN) &&
768 // as UNKNOWN, we'll still show an accidental search infobar if need be.
772 ((params->input.type() != metrics::OmniboxInputType::UNKNOWN) ||
975 if ((input.type() != metrics::OmniboxInputType::UNKNOWN) ||
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc48 UNKNOWN, enumerator in enum:CheckResponseState
83 check_response_state_(UNKNOWN),
213 CheckResponseState exit_state = UNKNOWN;
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl.cc38 UNKNOWN, // Undetermined type. enumerator in enum:gcm::__anon6523::MessageType
157 return UNKNOWN;
906 case UNKNOWN:
907 default: // Treat default the same as UNKNOWN.

Completed in 809 milliseconds

1234567891011>>