Home
last modified time | relevance | path

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

12345678910>>...13

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi44 self, CompletionQueue call_queue not None,
45 CompletionQueue server_queue not None, tag):
61 self, CompletionQueue queue not None):
106 def shutdown(self, CompletionQueue queue not None, tag):
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enumerator
23 const NoneType None = None; variable
/external/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
/external/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enumerator
23 const NoneType None = None; variable
/external/xz-java/src/org/tukaani/xz/check/
DNone.java12 public class None extends Check { class
13 public None() { in None() method in None
/external/junit/src/main/java/org/junit/
DTest.java90 static class None extends Throwable { class
93 private None() { in None() method in Test.None
/external/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 …]
/external/pigweed/pw_transfer/py/pw_transfer/
Dtransfer.py91 send_chunk: Callable[[Chunk], None], argument
212 send_chunk: Callable[[Chunk], None], argument
381 send_chunk: Callable[[Chunk], None], argument
/external/python/cpython3/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
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h193 None = 0x0000, enumerator
210 None = 0x00000000, enumerator
234 None = 0x00, enumerator
242 None = 0x00, enumerator
250 None = 0, enumerator
269 None = 0x0000, enumerator
282 None = 0x0000, enumerator
290 None = 0, enumerator
337 None = 0x00000000, enumerator
371 None = 0x00, enumerator
[all …]
/external/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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h18 None, ///< No exception support enumerator
27 None, ///< No compression enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h53 None = 0, // -O0 enumerator
71 enum FP {All, NonLeaf, None}; enumerator
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
D_protoc_compiler.pyx20 def run_main(list args not None):
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonDeserializer.java454 public abstract static class None extends JsonDeserializer<Object> { class in JsonDeserializer
455 private None() { } // not to be instantiated in None() method in JsonDeserializer.None
DKeyDeserializer.java25 public abstract static class None class in KeyDeserializer
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dactivation.hpp32 None, enumerator
/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
Dnone.h47 None() {} in None() function
/external/grpc-grpc/src/csharp/Grpc.Core/
DCompressionLevel.cs31 None = 0, enumerator
/external/flatbuffers/tests/MyGame/Example/
DRace.cs11 None = -1, enumerator
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enumerator
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h29 None = 0, enumerator

12345678910>>...13