Searched defs:NONE (Results 1 - 25 of 224) sorted by last modified time

123456789

/external/srec/srec/include/
H A Dpre_desc.h39 #ifndef NONE
40 #define NONE 0 macro
/external/skia/samplecode/
H A DSampleBlur.cpp79 SkBlurStyle NONE = SkBlurStyle(-999); local
84 { NONE, 0, 0 },
101 if (gRecs[i].fStyle != NONE) {
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyInfo.java33 NONE, enum constant in enum:ProxyInfo.ProxyType
75 return new ProxyInfo(ProxyType.NONE, null, 0, null, null);
80 return new ProxyInfo(ProxyType.NONE, null, 0, null, null);
110 if(proxyType == ProxyType.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");
H A DKEYRecord.java29 public static final int NONE = 0; field in class:KEYRecord.Protocol
53 protocols.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/skia/gm/
H A Dblurs.cpp34 SkBlurStyle NONE = SkBlurStyle(-999); local
39 { NONE, 0, 0 },
56 if (gRecs[i].fStyle != NONE) {
/external/regex-re2/re2/
H A Dprefilter.h25 NONE, // Nothing matches enumerator in enum:re2::Prefilter::Op
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java72 NONE, enum constant in enum:GameObject.Team
112 team = Team.NONE;
H A DHotSpotSystem.java30 public static final int NONE = -1; field in class:HotSpotSystem.HotSpotType
97 int result = HotSpotType.NONE;
111 int result = HotSpotType.NONE;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h37 NONE = 0, enumerator in enum:__anon29390
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/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/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java57 public static final int NONE = -2; field in class:PartialEvaluator
216 if (initializationOffset != NONE)
296 if (initializationOffset != NONE)
418 * <code>NONE</code> if it is not being created.
437 * the "super" or "this" initializer method, or <code>NONE</code> if it is
450 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java53 public static final int NONE = -2; field in class:BranchTargetFinder
238 return initializationOffsets[offset] != NONE;
245 * <code>NONE</code> if it is not being created.
259 return superInitializationOffset != NONE;
265 * the "super" or "this" initializer method, or <code>NONE</code> if it is
281 return creationOffsets[offset] != NONE;
289 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
333 Arrays.fill(creationOffsets, 0, codeLength, NONE);
334 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
342 Arrays.fill(creationOffsets, 0, codeLength, NONE);
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 3965 milliseconds

123456789