Home
last modified time | relevance | path

Searched defs:None (Results 1 – 25 of 225) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None = 1 }; enumerator
23 const NoneType None = NoneType::None; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enumerator
23 const NoneType None = None; variable
/third_party/typescript/tests/baselines/reference/
DgenericInterfaceImplementation.js8 class None<T> implements IOption<T>{ class
21 function None() { class in None
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/constant_enum_declarations/
Dconstant_enum_declarations.ts28 None = -1, enumerator
46 None = -1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h202 None = 0x0000, enumerator
219 None = 0x00000000, enumerator
245 None = 0x00, enumerator
253 None = 0x00, enumerator
261 None = 0, enumerator
280 None = 0x0000, enumerator
300 None = 0x0000, enumerator
311 None = 0, enumerator
358 None = 0x00000000, enumerator
394 None = 0x00, enumerator
[all …]
/third_party/python/Lib/test/libregrtest/
Druntest.py24 xml_data: list[str] | None = None,
44 xml_data: list[str] | None = None,
45 errors: list[tuple[str, str]] | None = None, argument
/third_party/typescript/tests/cases/fourslash/etslib/
Dtext.d.ts42
43 declare enum TextDecorationType {
44 None, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h18 None, ///< No exception support enumerator
27 None, ///< No compression enumerator
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h55 struct None {}; struct
67 operator None() { return None{}; } in None() function
1260 STAGE(seed_shader, Ctx::None) { in STAGE()
1329 STAGE(black_color, Ctx::None) { in STAGE()
1334 STAGE(white_color, Ctx::None) { in STAGE()
1503 STAGE(hue, Ctx::None) { in STAGE()
1517 STAGE(saturation, Ctx::None) { in STAGE()
1531 STAGE(color, Ctx::None) { in STAGE()
1544 STAGE(luminosity, Ctx::None) { in STAGE()
1583 STAGE(clamp_0, Ctx::None) { in STAGE()
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsEnums.ts55 None = 0, enumerator
63 None = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h53 None = 0, // -O0 enumerator
71 enum FP {All, NonLeaf, None}; enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/EnumDeclarations/
DparserEnum2.ts4 None = 0, enumerator
DparserEnum1.ts4 None = 0, enumerator
/third_party/typescript/tests/cases/compiler/
DenumOperations.ts1 enum Enum { None = 0 } enumerator
DgenericInterfaceImplementation.ts7 class None<T> implements IOption<T>{ class
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h52 struct None {}; struct
64 operator None() { return None{}; } in None() function
1279 STAGE(seed_shader, Ctx::None) { in STAGE()
1348 STAGE(black_color, Ctx::None) { in STAGE()
1353 STAGE(white_color, Ctx::None) { in STAGE()
1526 STAGE(hue, Ctx::None) { in STAGE()
1540 STAGE(saturation, Ctx::None) { in STAGE()
1554 STAGE(color, Ctx::None) { in STAGE()
1567 STAGE(luminosity, Ctx::None) { in STAGE()
1606 STAGE(clamp_0, Ctx::None) { in STAGE()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h29 None = 0, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresource.h27 None = 0x0, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.h29 None, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h228 None, ///< Do nothing. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h29 None = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.hpp77 enum BlendFactorModifier { None, OneMinus }; enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.h22 None, enumerator

123456789