Searched refs:NONE (Results 226 - 250 of 794) sorted by relevance

1234567891011>>

/external/chromium_org/components/translate/core/browser/
H A Dtranslate_manager.cc213 TranslateErrors::NONE,
236 TranslateErrors::NONE,
297 if ((error_type == TranslateErrors::NONE) &&
309 if (error_type != TranslateErrors::NONE &&
/external/chromium_org/extensions/browser/
H A Dapi_test_utils.h33 enum RunFunctionFlags { NONE = 0, INCLUDE_INCOGNITO = 1 << 0 }; enumerator in enum:extensions::api_test_utils::RunFunctionFlags
H A Dextension_registry.h32 NONE = 0, enumerator in enum:extensions::ExtensionRegistry::IncludeFlag
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.h13 // error events concisely by doing OnAuthError(GoogleServiceAuthError::NONE),
41 NONE = 0, enumerator in enum:GoogleServiceAuthError::State
166 // Provided for convenience for clients needing to reset an instance to NONE.
167 // (avoids err_ = GoogleServiceAuthError(GoogleServiceAuthError::NONE), due
/external/chromium_org/pdf/
H A Dfading_controls.h18 NONE, enumerator in enum:chrome_pdf::FadingControls::FadingState
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h94 NONE, enumerator in enum:remoting::protocol::JingleMessageReply::ErrorType
H A Dssl_hmac_channel_authenticator.h36 NONE, enumerator in enum:remoting::protocol::SslHmacChannelAuthenticator::LegacyMode
/external/chromium_org/remoting/webapp/
H A Dwcs_adapter.js30 this.error_ = remoting.Error.NONE;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py216 # This list should be in addition to files with FileType.NONE. Files
217 # with FileType.NONE are automatically skipped without warning.
382 NONE = 0 # FileType.NONE evaluates to False. variable in class:FileType
423 if not self._file_type(file_path): # FileType.NONE.
467 return FileType.NONE
472 if file_type == FileType.NONE:
496 "are %(NONE)s, %(CPP)s, and %(TEXT)s."
498 "NONE": FileType.NONE,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.c64 parser_gas.peek_token = NONE;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.c56 parser_nasm.peek_token = NONE;
H A Dnasm-parser.h75 NONE /* special token for lookahead */ enumerator in enum:tokentype
/external/chromium_org/v8/src/
H A Dsampler.h39 top_frame_type(StackFrame::NONE) {}
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvCode.java136 return (positionInfo != PositionList.NONE)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java46 m_title = new CImageLabel(this, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java39 this(SWT.NONE);
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java70 if ((level < NONE) || (level > ALL))
98 final int _level = level >= NONE
390 return ILogLevels.NONE;
402 if ((_level >= ILogLevels.NONE) && (_level <= ILogLevels.ALL))
548 private final int m_level; // always in [NONE, ALL] range
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForSetsInJavaUtil.java113 CollectionFeature.NONE,
128 CollectionFeature.NONE,
252 CollectionFeature.NONE,
295 CollectionFeature.NONE,
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h139 NONE = 0, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/qemu/android/skin/
H A Dkeyset.h24 _SKIN_KEY_COMMAND(NONE,"no key") \
75 * the "SKIN_KEY_COMMAND_" prefix. returns NULL if command is NONE or invalid
/external/stlport/test/eh/
H A Dintel50.mak46 #IOS = NONE
50 !ELSEIF "$(IOS)" == "NONE"
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc322 mode_(NONE),
391 DCHECK(mode_ & WRITE || mode_ == NONE);
532 if (auth_response_.headers.get() && mode_ != NONE) {
536 mode_ = NONE;
550 case NONE:
584 mode_ = NONE;
611 // for mode_ to be NONE and entry_ non-NULL with a write entry
1016 mode_ = NONE;
1024 mode_ = NONE;
1033 mode_ = NONE;
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DSignature002Test.java127 if ( errorCode != JDWPConstants.Error.NONE ) {
156 if ( errorCode != JDWPConstants.Error.NONE ) {
187 if ( errorCode != JDWPConstants.Error.NONE ) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DInstanceCountsTest.java115 if (errorCode != JDWPConstants.Error.NONE) {
178 if (errorCode != JDWPConstants.Error.NONE) {
222 if (errorCode != JDWPConstants.Error.NONE) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.cc160 access_token, GoogleServiceAuthError(GoogleServiceAuthError::NONE));
299 std::string(), GoogleServiceAuthError(GoogleServiceAuthError::NONE));
321 if (error.state() == GoogleServiceAuthError::NONE) {

Completed in 586 milliseconds

1234567891011>>