Searched defs:NONE (Results 51 - 75 of 213) sorted by relevance

123456789

/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptor.java49 NONE, enum constant in enum:HttpLoggingInterceptor.Level
124 private volatile Level level = Level.NONE;
128 if (level == null) throw new NullPointerException("level == null. Use Level.NONE instead.");
141 if (level == Level.NONE) {
/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/regex-re2/re2/
H A Dprefilter.h25 NONE, // Nothing matches enumerator in enum:re2::Prefilter::Op
/external/v8/src/base/
H A Dwin32-headers.h71 #undef NONE macro
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DTouchZoomExampleActivity.java79 mySimpleXYPlot.setBorderStyle(Plot.BorderStyle.NONE, null, null);
115 static final int NONE = 0; field in class:TouchZoomExampleActivity
118 int mode = NONE;
134 mode = NONE;
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DDigitallySigned.java31 NONE, enum constant in enum:DigitallySigned.HashAlgorithm
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java68 public static final Downsampler NONE = new Downsampler() { field in class:Downsampler
76 return "NONE.com.bumptech.glide.load.data.bitmap";
/external/gptfdisk/
H A Dmbrpart.h29 #define NONE 0 /* don't include partition when writing */ macro
62 int includeAs; // PRIMARY, LOGICAL, or NONE
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DNamePrepTransform.java37 public static final int NONE = 0; field in class:NamePrepTransform
/external/icu/icu4c/source/common/
H A Dpluralmap.h26 * The names of all the plural categories. NONE is not an actual plural
30 NONE = -1, enumerator in enum:PluralMapBase::Category
42 * or "other" to a category enum. Returns NONE for an unrecognized
49 * or "other" to a category enum. Returns NONE for urecongized
56 * Passing NONE or CATEGORY_COUNT for category returns NULL.
133 * Iterates through the mappings in this instance, set index to NONE
170 * If no value found, or v is NONE or CATEGORY_COUNT, falls
204 * @param status error returned here if index is NONE or CATEGORY_COUNT
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java53 NONE = 0, // null (unnecessary) field in class:SortedSetRelation
73 if (allow < NONE || allow > ANY) {
175 case NONE:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DNamePrepTransform.java36 public static final int NONE = 0; field in class:NamePrepTransform
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java60 * {@code NONE} if the parser is not currently in an attribute.
69 NONE, enum constant in enum:HtmlParser.ATTR_TYPE
153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute.
/external/junit-params/src/main/java/junitparams/naming/
H A DMacroSubstitutionNamingStrategy.java116 NONE; enum constant in enum:MacroSubstitutionNamingStrategy.Macro
122 return Macro.NONE;
/external/libchrome/base/threading/
H A Dthread.h209 NONE, enumerator in enum:base::Thread::ComStatus
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMessagePipeHandle.java25 public static final CreateFlags NONE = CreateFlags.none().immutable(); field in class:MessagePipeHandle.CreateFlags
49 private CreateFlags mFlags = CreateFlags.NONE;
69 public static final WriteFlags NONE = WriteFlags.none().immutable(); field in class:MessagePipeHandle.WriteFlags
98 public static final ReadFlags NONE = ReadFlags.none().immutable(); field in class:MessagePipeHandle.ReadFlags
/external/libtextclassifier/common/
H A Dembedding-network-params.h31 enum class QuantizationType { NONE = 0, UINT8 }; member in class:libtextclassifier::nlp_core::QuantizationType
119 matrix.quant_type = QuantizationType::NONE;
136 matrix.quant_type = QuantizationType::NONE;
161 matrix.quant_type = QuantizationType::NONE;
178 matrix.quant_type = QuantizationType::NONE;
238 return QuantizationType::NONE;
/external/ltp/testcases/kernel/syscalls/get_mempolicy/
H A Dget_mempolicy01.c83 NONE, enumerator in enum:from_node
99 * (NONE) man page hadn't been completed.
110 .from_node = NONE,
131 .from_node = NONE,
145 .from_node = NONE,
166 .from_node = NONE,
180 .from_node = NONE,
187 .from_node = NONE,
251 if (tc->from_node == NONE)
274 if (tc->from_node == NONE)
[all...]
/external/ltp/testcases/kernel/syscalls/mbind/
H A Dmbind01.c83 NONE, enumerator in enum:from_node
109 .from_node = NONE,
121 .from_node = NONE, /* no target */
133 .from_node = NONE, /* no target */
145 .from_node = NONE,
157 .from_node = NONE,
163 .from_node = NONE,
241 if (tc->from_node == NONE)
281 if ((tc->policy == MPOL_PREFERRED) && (tc->from_node == NONE))
/external/openssh/openbsd-compat/
H A Dfmt_scaled.c53 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 enumerator in enum:__anon16265
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
213 unit_type unit = NONE;
249 else if (unit == NONE || number >= 100 || number <= -100) {
/external/python/cpython2/Modules/cjkcodecs/
H A D_codecs_kr.c87 #define NONE 127 macro
90 0, 1, NONE, 2, NONE, NONE, 3, 4,
91 5, NONE, NONE, NONE, NONE, NONE, NONE, NON
160 #undef NONE macro
308 #define NONE macro
436 #undef NONE macro
[all...]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DCmp.java22 NONE, GT, LT enum constant in enum:Cmp.Bias
45 assert bias != Bias.NONE;
54 assert bias != Bias.NONE;
63 assert bias == Bias.NONE;
74 case NONE:
113 StringUtils.append(builder, inValues, ", ", BraceType.NONE);
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
H A DMemberValuePropagation.java35 NONE, enum constant in enum:MemberValuePropagation.RuleType
/external/r8/src/main/java/com/android/tools/r8/optimize/
H A DInvokeSingleTargetExtractor.java12 private InvokeKind kind = InvokeKind.NONE;
19 if (this.kind != InvokeKind.NONE) {
103 NONE enum constant in enum:InvokeSingleTargetExtractor.InvokeKind

Completed in 3828 milliseconds

123456789