Searched defs:NONE (Results 76 - 100 of 213) sorted by relevance

123456789

/external/v8/src/objects/
H A Dscope-info.h306 enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED }; enumerator in enum:v8::internal::ScopeInfo::VariableAllocationInfo
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptEngineTest.java83 NONE { enum constant in enum:ConscryptEngineTest.ClientAuth
125 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE);
130 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE);
136 TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE);
141 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE);
/external/guice/core/src/com/google/inject/internal/
H A DState.java46 static final State NONE = new State() { field in interface:State
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPatternTokenizer.java257 private static final int AFTER_QUOTE = -1, NONE = 0, START_QUOTE = 1, NORMAL_QUOTE = 2, SLASH_START = 3, HEX = 4; field in class:PatternTokenizer
263 int quoteStatus = NONE;
287 quoteStatus = NONE;
291 quoteStatus = NONE;
294 break; // fall through to NONE
311 quoteStatus = NONE;
323 quoteStatus = NONE;
324 break; // fall through to NONE
329 quoteStatus = NONE; // get out of quote, with no trace remaining
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DUResourceBundle.java683 return NONE;
716 public static final int NONE = -1; field in class:UResourceBundle
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java255 private static final int AFTER_QUOTE = -1, NONE = 0, START_QUOTE = 1, NORMAL_QUOTE = 2, SLASH_START = 3, HEX = 4; field in class:PatternTokenizer
261 int quoteStatus = NONE;
285 quoteStatus = NONE;
289 quoteStatus = NONE;
292 break; // fall through to NONE
309 quoteStatus = NONE;
321 quoteStatus = NONE;
322 break; // fall through to NONE
327 quoteStatus = NONE; // get out of quote, with no trace remaining
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java711 return NONE;
748 public static final int NONE = -1; field in class:UResourceBundle
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DCore.java41 public static final HandleSignals NONE = HandleSignals.none().immutable(); field in class:Core.HandleSignals
H A DDataPipe.java25 public static final CreateFlags NONE = CreateFlags.none().immutable(); field in class:DataPipe.CreateFlags
114 public static final WriteFlags NONE = WriteFlags.none().immutable(); field in class:DataPipe.WriteFlags
156 public static final ReadFlags NONE = ReadFlags.none().immutable(); field in class:DataPipe.ReadFlags
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.c190 #define NONE 0x00000000 macro
212 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
213 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS),
215 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____),
216 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS),
217 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____),
218 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS),
219 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
220 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
221 _(B5G5R5X1_UNORM , A1R5G5B5, 0, C, C, C, 1, 2, 1, 0, x, NONE, ___
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h63 NONE = 0x0, enumerator in enum:ComponentEnable
/external/r8/src/main/java/com/android/tools/r8/utils/
H A DStringUtils.java23 NONE; enum constant in enum:StringUtils.BraceType
30 case NONE: return "";
40 case NONE: return "";
107 return join(collection, separator, BraceType.NONE);
111 return join(Arrays.asList(strings), separator, BraceType.NONE);
/external/replicaisland/src/com/replica/replicaisland/
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/v8/src/ic/
H A Dic-state.h31 left_kind_(NONE),
32 right_kind_(NONE),
33 result_kind_(NONE),
41 if (Max(left_kind_, right_kind_) == NONE) {
98 enum Kind { NONE, SMI, INT32, NUMBER, STRING, GENERIC }; enumerator in enum:v8::internal::BASE_EMBEDDED::Kind
115 if (kind1 == NONE) return true;
/external/v8/src/profiler/
H A Dcpu-profiler.h43 NONE = 0, enumerator in enum:v8::internal::CodeEventRecord::Type
118 CodeEventRecord::Type type = CodeEventRecord::NONE) {
/external/webrtc/talk/media/devices/
H A Dlinuxdevicemanager.cc134 enum MetaType { M2_4, M2_6, NONE }; enumerator in enum:cricket::MetaType
258 meta = NONE;
261 if (meta != NONE) {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java16 NONE, enum constant in enum:XYPlotZoomPan.State
21 private State mode = State.NONE;
245 mode = State.NONE;
/external/guice/core/test/com/google/inject/
H A DBinderTestSuite.java78 .creationTime(CreationTime.NONE)
301 NONE, EAGER, LAZY enum constant in enum:BinderTestSuite.CreationTime
371 if (creationTime != CreationTime.NONE) {
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h209 NONE = kNone, enumerator in enum:DateFormat::EStyle
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h124 NONE = 0, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c83 NONE, enumerator in enum:ctype
116 static char *cpoint_type = NONE;
121 static enum ctype cptype = NONE;
202 if (cpoint_name == INVALID || cpoint_type == NONE ||
220 if (cpoint == INVALID || cptype == NONE)
252 case NONE:
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java57 public static final int NONE = -2; field in class:PartialEvaluator
222 if (initializationOffset != NONE)
424 * <code>NONE</code> if it is not being created.
443 * the "super" or "this" initializer method, or <code>NONE</code> if it is
456 * "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 = -1; field in class:BranchTargetFinder
243 return initializationOffsets[offset] != NONE;
250 * <code>NONE</code> if it is not being created.
264 return superInitializationOffset != NONE;
270 * the "super" or "this" initializer method, or <code>NONE</code> if it is
286 return creationOffsets[offset] != NONE;
294 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
338 Arrays.fill(creationOffsets, 0, codeLength, NONE);
339 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
347 Arrays.fill(creationOffsets, 0, codeLength, NONE);
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTkconstants.py22 NONE='none' variable
90 # NONE='none' is also valid
/external/r8/src/main/java/com/android/tools/r8/compatdx/
H A DCompatDx.java101 NONE, IMPORTANT, LINES enum constant in enum:CompatDx.DxCompatOptions.PositionInfo
260 positions = PositionInfo.NONE;
389 if (dexArgs.positions == PositionInfo.NONE) {

Completed in 3983 milliseconds

123456789