Searched defs:NONE (Results 26 - 50 of 218) sorted by relevance

123456789

/external/chromium_org/third_party/skia/gm/
H A Dblurs.cpp34 SkBlurStyle NONE = SkBlurStyle(-999); local
39 { NONE, 0, 0 },
56 if (gRecs[i].fStyle != NONE) {
/external/skia/gm/
H A Dblurs.cpp34 SkBlurStyle NONE = SkBlurStyle(-999); local
39 { NONE, 0, 0 },
56 if (gRecs[i].fStyle != NONE) {
/external/smack/src/org/xbill/DNS/
H A DDClass.java30 public static final int NONE = 254; field in class:DClass
56 classes.add(NONE, "NONE");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java42 public static final int NONE = 4; field in class:ReferenceType
74 * Validate a specific reference type. Note that the NONE placeholder is specifically not considered valid here.
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java17 NONE(0, R.string.sync_error_generic), enum constant in enum:GoogleServiceAuthError.State
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dplatform_util.js19 NONE: 0,
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.h35 NONE, enumerator in enum:extensions::ContentVerifyJob::FailureReason
71 // If either return something other than NONE, then the failure callback
H A Dextension_registry.h31 NONE = 0, enumerator in enum:extensions::ExtensionRegistry::IncludeFlag
/external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
H A DSharedBufferHandle.java23 public static final CreateFlags NONE = CreateFlags.none().immutable(); field in class:SharedBufferHandle.CreateFlags
67 public static final DuplicateFlags NONE = DuplicateFlags.none().immutable(); field in class:SharedBufferHandle.DuplicateFlags
112 public static final MapFlags NONE = MapFlags.none().immutable(); field in class:SharedBufferHandle.MapFlags
/external/chromium_org/ppapi/shared_impl/
H A Dppb_tcp_socket_shared.h32 enum TransitionType { NONE, BIND, CONNECT, SSL_CONNECT, LISTEN, CLOSE }; enumerator in enum:ppapi::TCPSocketState::TransitionType
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.h32 NONE, enumerator in enum:remoting::protocol::AuthenticationMethod::HashFunction
/external/chromium_org/remoting/webapp/browser_test/
H A Dbrowser_test.js116 NONE: -1,
152 if (opt_timeout != browserTest.Timeout.NONE) {
194 browserTest.Timeout.NONE);
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/
H A DSyncDecryptionPassphraseType.java15 * It maps the native enum syncer::PassphraseType, but has the additional values INVALID and NONE.
19 NONE(-1), // No encryption (deprecated). enum constant in enum:SyncDecryptionPassphraseType
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dvertarr.c107 #define NONE {0, 0, 0} macro
139 {NONE, NONE, NONE, F(2)}, /* GL_V2F */
140 {NONE, NONE, NONE, F(3)}, /* GL_V3F */
141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */
142 {NONE, UB
154 #undef NONE macro
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.h25 NONE, // Nothing matches enumerator in enum:re2::Prefilter::Op
/external/chromium_org/tools/gn/
H A Dvalue.h23 NONE = 0, enumerator in enum:Value::Type
/external/chromium_org/v8/src/base/
H A Dwin32-headers.h71 #undef NONE macro
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java34 public static final int NONE = 1; field in class:PositionList
60 case NONE: {
/external/emma/core/java12/com/vladium/logging/
H A DILogLevels.java47 /** setting log level to NONE disables all logging */
48 int NONE = -1; field in interface:ILogLevels
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionFeature.java114 NONE(); enum constant in enum:CollectionFeature
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DHtmlUtils.java54 * <li>{@code NONE} if it does not contain a URL in the expected format.
62 NONE, enum constant in enum:HtmlUtils.META_REDIRECT_TYPE
405 return META_REDIRECT_TYPE.NONE;
409 return META_REDIRECT_TYPE.NONE;
/external/mesa3d/src/glx/
H A Dvertarr.c107 #define NONE {0, 0, 0} macro
139 {NONE, NONE, NONE, F(2)}, /* GL_V2F */
140 {NONE, NONE, NONE, F(3)}, /* GL_V3F */
141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */
142 {NONE, UB
154 #undef NONE macro
[all...]
/external/proguard/src/proguard/evaluation/
H A DTracedVariables.java38 public static final int NONE = -1; field in class:TracedVariables
/external/proguard/src/proguard/io/
H A DManifestRewriter.java63 private static final int NONE = -2; field in class:ManifestRewriter.SplitLineReader
65 private int bufferedCharacter = NONE;
81 int c1 = bufferedCharacter != NONE ?
86 bufferedCharacter = NONE;
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h37 NONE = 0, enumerator in enum:__anon28509

Completed in 810 milliseconds

123456789