/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 31 PFNGLBLENDFUNCPROC blendFunc = nullptr; 32 PFNGLCLEARPROC clear = nullptr; 33 PFNGLCLEARCOLORPROC clearColor = nullptr; 34 PFNGLCLEARDEPTHPROC clearDepth = nullptr; 35 PFNGLCLEARSTENCILPROC clearStencil = nullptr; 36 PFNGLCOLORMASKPROC colorMask = nullptr; 37 PFNGLCULLFACEPROC cullFace = nullptr; 38 PFNGLDEPTHFUNCPROC depthFunc = nullptr; 39 PFNGLDEPTHMASKPROC depthMask = nullptr; 40 PFNGLDEPTHRANGEPROC depthRange = nullptr; [all …]
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_fontencoding.cpp | 344 nullptr, 345 nullptr, 346 nullptr, 347 nullptr, 348 nullptr, 349 nullptr, 350 nullptr, 351 nullptr, 352 nullptr, 353 nullptr, [all …]
|
/external/capstone/arch/ARM/ |
D | ARMGenInstrInfo.inc | 2826 #define nullptr 0 3208 …(1<<MCID_Variadic)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, … 3209 …0, 0, 0, 0, 0|(1<<MCID_Pseudo)|(1<<MCID_Variadic), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, … 3210 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }… 3211 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }… 3212 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }… 3213 …0, 0, 0, 0, 0|(1<<MCID_Pseudo)|(1<<MCID_Variadic), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, … 3214 …{ 6, 3, 1, 0, 0, 0|(1<<MCID_Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo3,0,nullptr }, // Inst … 3215 …{ 7, 4, 1, 0, 0, 0|(1<<MCID_Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo4,0,nullptr }, // Inst … 3216 …<MCID_Rematerializable)|(1<<MCID_CheapAsAMove), 0x0ULL, nullptr, nullptr, OperandInfo5,0,nullptr }… [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | nullptr_in_arithmetic_ops.cpp | 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() [all …]
|
D | nullptr.cpp | 4 typedef decltype(nullptr) nullptr_t; 16 null = nullptr; in f() 17 void *p = nullptr; in f() 19 int *pi = nullptr; in f() 22 int A::*pm = nullptr; in f() 24 void (*pf)() = nullptr; in f() 26 void (A::*pmf)() = nullptr; in f() 28 bool b = nullptr; // expected-error {{cannot initialize}} in f() 31 uintptr_t i = nullptr; // expected-error {{cannot initialize}} in f() 34 (void)(null == nullptr); in f() [all …]
|
/external/clang/test/SemaCXX/ |
D | nullptr_in_arithmetic_ops.cpp | 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() 16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}} in foo() [all …]
|
D | nullptr.cpp | 4 typedef decltype(nullptr) nullptr_t; 16 null = nullptr; in f() 17 void *p = nullptr; in f() 19 int *pi = nullptr; in f() 22 int A::*pm = nullptr; in f() 24 void (*pf)() = nullptr; in f() 26 void (A::*pmf)() = nullptr; in f() 28 bool b = nullptr; in f() 31 uintptr_t i = nullptr; // expected-error {{cannot initialize}} in f() 34 (void)(null == nullptr); in f() [all …]
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test.cc | 57 {1, "foo.com", "foo.com", nullptr, nullptr}, 58 {1, "f", "f", nullptr, nullptr}, 59 {0, "h", "i", nullptr, nullptr}, 60 {1, "bar.foo.com", "*.foo.com", nullptr, nullptr}, 62 "*.test.com,*.test.co.uk,*.test.de,*.test.fr", nullptr}, 66 {0, "f.uk", ".uk", nullptr, nullptr}, 67 {0, "w.bar.foo.com", "?.bar.foo.com", nullptr, nullptr}, 68 {0, "www.foo.com", "(www|ftp).foo.com", nullptr, nullptr}, 69 {0, "www.foo.com", "www.foo.com#", nullptr, nullptr}, /* # = null char. */ 70 {0, "www.foo.com", "", "www.foo.com#*.foo.com,#,#", nullptr}, [all …]
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 22 TSymbol *m_gl_DepthRangeParameters = nullptr; 23 TSymbol *m_gl_DepthRange = nullptr; 24 TSymbol *m_gl_MaxVertexAttribs = nullptr; 25 TSymbol *m_gl_MaxVertexUniformVectors = nullptr; 26 TSymbol *m_gl_MaxVertexTextureImageUnits = nullptr; 27 TSymbol *m_gl_MaxCombinedTextureImageUnits = nullptr; 28 TSymbol *m_gl_MaxTextureImageUnits = nullptr; 29 TSymbol *m_gl_MaxFragmentUniformVectors = nullptr; 30 TSymbol *m_gl_MaxVaryingVectors = nullptr; 31 TSymbol *m_gl_MaxDrawBuffers = nullptr; [all …]
|
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
D | ABISysV_hexagon.cpp | 46 nullptr, 47 nullptr, 48 nullptr, 57 nullptr, 58 nullptr, 59 nullptr, 68 nullptr, 69 nullptr, 70 nullptr, 79 nullptr, [all …]
|
/external/llvm-project/llvm/unittests/IR/ |
D | DebugTypeODRUniquingTest.cpp | 31 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST() 32 nullptr, 0, 0, 0, DINode::FlagZero, nullptr, 0, nullptr, nullptr, nullptr, in TEST() 33 nullptr, nullptr, nullptr, nullptr)); in TEST() 41 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST() 42 nullptr, 0, 0, 0, DINode::FlagZero, nullptr, 0, nullptr, nullptr, nullptr, in TEST() 43 nullptr, nullptr, nullptr, nullptr); in TEST() 50 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, in TEST() 51 nullptr, nullptr, 0, 0, 0, DINode::FlagZero, nullptr, 0, in TEST() 52 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr)); in TEST() 55 MDString::get(Context, "name"), nullptr, 0, nullptr, in TEST() [all …]
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABISysV_arm.cpp | 55 nullptr, 56 nullptr, 57 nullptr, 67 nullptr, 68 nullptr, 69 nullptr, 79 nullptr, 80 nullptr, 81 nullptr, 91 nullptr, [all …]
|
D | ABIMacOSX_arm.cpp | 52 nullptr, 53 nullptr, 54 nullptr, 64 nullptr, 65 nullptr, 66 nullptr, 76 nullptr, 77 nullptr, 78 nullptr, 88 nullptr, [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteRegisterContext.cpp | 106 if (reg_info == nullptr) in PrivateSetRegisterValue() 130 if (reg_info == nullptr) in PrivateSetRegisterValue() 156 if (dst == nullptr) in PrivateSetRegisterValue() 191 if (process == nullptr || thread == nullptr) in ReadRegisterBytes() 251 if (prim_reg_info == nullptr) in ReadRegisterBytes() 324 if (process == nullptr || thread == nullptr) in WriteRegisterBytes() 342 if (dst == nullptr) in WriteRegisterBytes() 384 if (value_reg_info == nullptr) in WriteRegisterBytes() 434 if (process == nullptr || thread == nullptr) in ReadAllRegisterValues() 459 if (process == nullptr || thread == nullptr) in WriteAllRegisterValues() [all …]
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | nnapi_implementation_test.cc | 22 EXPECT_NE(nnapi, nullptr); in TEST() 27 EXPECT_EQ(nnapi->ANeuralNetworksMemory_createFromFd, nullptr); in TEST() 28 EXPECT_EQ(nnapi->ANeuralNetworksMemory_free, nullptr); in TEST() 29 EXPECT_EQ(nnapi->ANeuralNetworksModel_create, nullptr); in TEST() 30 EXPECT_EQ(nnapi->ANeuralNetworksModel_free, nullptr); in TEST() 31 EXPECT_EQ(nnapi->ANeuralNetworksModel_finish, nullptr); in TEST() 32 EXPECT_EQ(nnapi->ANeuralNetworksModel_addOperand, nullptr); in TEST() 33 EXPECT_EQ(nnapi->ANeuralNetworksModel_setOperandValue, nullptr); in TEST() 34 EXPECT_EQ(nnapi->ANeuralNetworksModel_setOperandValueFromMemory, nullptr); in TEST() 35 EXPECT_EQ(nnapi->ANeuralNetworksModel_addOperation, nullptr); in TEST() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 53 const TargetLibraryInfo *TLI = nullptr, 54 const DominatorTree *DT = nullptr, 55 AssumptionCache *AC = nullptr, 56 const Instruction *CxtI = nullptr); 62 const TargetLibraryInfo *TLI = nullptr, 63 const DominatorTree *DT = nullptr, 64 AssumptionCache *AC = nullptr, 65 const Instruction *CxtI = nullptr); 71 const TargetLibraryInfo *TLI = nullptr, 72 const DominatorTree *DT = nullptr, [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseables.cpp | 192 return arg == nullptr || *arg == '\0' || *arg == ','; in IsEndOfArg() 356 return *arg == '\0' ? nullptr : arg; in FindEndOfArg() 363 if ((arg = FindEndOfArg(arg)) != nullptr) in NthArg() 373 if (nthArgOrder == nullptr) in FindVectorMatrixBounds() 509 …{ "abort", nullptr, nullptr, "-", "-", EShLa… in initialize() 510 …{ "abs", nullptr, nullptr, "SVM", "DFUI", EShLa… in initialize() 511 …{ "acos", nullptr, nullptr, "SVM", "F", EShLa… in initialize() 513 …{ "AllMemoryBarrier", nullptr, nullptr, "-", "-", EShLa… in initialize() 514 …{ "AllMemoryBarrierWithGroupSync", nullptr, nullptr, "-", "-", EShLa… in initialize() 518 …{ "asfloat", nullptr, "F", "SVM", "BFIU", EShLa… in initialize() [all …]
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 192 return arg == nullptr || *arg == '\0' || *arg == ','; in IsEndOfArg() 356 return *arg == '\0' ? nullptr : arg; in FindEndOfArg() 363 if ((arg = FindEndOfArg(arg)) != nullptr) in NthArg() 373 if (nthArgOrder == nullptr) in FindVectorMatrixBounds() 509 …{ "abort", nullptr, nullptr, "-", "-", EShLa… in initialize() 510 …{ "abs", nullptr, nullptr, "SVM", "DFUI", EShLa… in initialize() 511 …{ "acos", nullptr, nullptr, "SVM", "F", EShLa… in initialize() 513 …{ "AllMemoryBarrier", nullptr, nullptr, "-", "-", EShLa… in initialize() 514 …{ "AllMemoryBarrierWithGroupSync", nullptr, nullptr, "-", "-", EShLa… in initialize() 518 …{ "asfloat", nullptr, "F", "SVM", "BFIU", EShLa… in initialize() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterInfos_arm.h | 341 nullptr, 348 nullptr, 349 nullptr, 350 nullptr, 353 nullptr, 360 nullptr, 361 nullptr, 362 nullptr, 365 nullptr, 372 nullptr, [all …]
|
/external/grpc-grpc/test/core/json/ |
D | json_test.cc | 73 {"\\", nullptr}, 74 {"nu ll", nullptr}, 75 {"{\"foo\": bar}", nullptr}, 76 {"{\"foo\": bar\"x\"}", nullptr}, 77 {"fals", nullptr}, 78 {"0,0 ", nullptr}, 79 {"\"foo\",[]", nullptr}, 81 {"\"\\x", nullptr}, 83 {"\"\\u123x", nullptr}, 84 {"{\"\\u123x", nullptr}, [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.cpp | 133 {nullptr, 150 {nullptr, 247 {nullptr, 264 {nullptr, 281 {nullptr, 298 {nullptr, 315 {nullptr, 332 {nullptr, 349 {nullptr, 366 {nullptr, [all …]
|
/external/llvm/unittests/IR/ |
D | DebugTypeODRUniquingTest.cpp | 32 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST() 33 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST() 41 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST() 42 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr); in TEST() 49 nullptr, nullptr, 0, nullptr, nullptr, 0, in TEST() 50 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST() 53 MDString::get(Context, "name"), nullptr, 0, nullptr, in TEST() 54 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST() 72 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST() 73 nullptr, 0, 0, 0, DINode::FlagFwdDecl, nullptr, 0, nullptr, nullptr); in TEST() [all …]
|
/external/grpc-grpc/test/core/bad_client/tests/ |
D | headers.cc | 30 cq, grpc_timeout_milliseconds_to_deadline(20), nullptr) in verifier() 40 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00", in main() 42 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00", in main() 44 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00\x00", in main() 46 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00\x00\x01", in main() 48 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00\x00\x01\x00", in main() 50 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00\x00\x01\x04", in main() 52 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, PFX_STR "\x00\x00\x00\x01\x05", in main() 54 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, in main() 57 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, in main() [all …]
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 33 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), 0u, nullptr, in GetPlatformString() 38 str.data(), nullptr) == CL_SUCCESS) in GetPlatformString() 54 if (mNative == nullptr || mNative->getDispatch().clGetPlatformIDs == nullptr || in createInfo() 55 mNative->getDispatch().clGetPlatformInfo == nullptr || in createInfo() 56 mNative->getDispatch().clGetDeviceIDs == nullptr || in createInfo() 57 mNative->getDispatch().clGetDeviceInfo == nullptr || in createInfo() 58 mNative->getDispatch().clCreateContext == nullptr || in createInfo() 59 mNative->getDispatch().clCreateContextFromType == nullptr || in createInfo() 60 mNative->getDispatch().clRetainContext == nullptr || in createInfo() 61 mNative->getDispatch().clReleaseContext == nullptr || in createInfo() [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenInstrInfo.inc | 6899 …0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::Variadic), 0x0ULL, nullptr, nullptr, OperandInfo2, -1 ,nullptr… 6900 …, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::Variadic), 0x0ULL, nullptr, nullptr, nullptr, -1 ,nullptr },… 6901 …(1ULL<<MCID::Terminator)|(1ULL<<MCID::Variadic), 0x0ULL, nullptr, nullptr, nullptr, -1 ,nullptr },… 6902 …LL<<MCID::Pseudo)|(1ULL<<MCID::NotDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr… 6903 …LL<<MCID::Pseudo)|(1ULL<<MCID::NotDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr… 6904 …LL<<MCID::Pseudo)|(1ULL<<MCID::NotDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr… 6905 …LL<<MCID::Pseudo)|(1ULL<<MCID::NotDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr… 6906 …, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::Variadic), 0x0ULL, nullptr, nullptr, nullptr, -1 ,nullptr },… 6907 …{ 8, 3, 1, 0, 0, 0|(1ULL<<MCID::Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo4, -1 ,nullptr }, /… 6908 …{ 9, 4, 1, 0, 0, 0|(1ULL<<MCID::Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo5, -1 ,nullptr }, /… [all …]
|