/external/clang/lib/Driver/ |
D | Action.cpp | 51 BindArchAction::BindArchAction(Action *Input, const char *_ArchName) in BindArchAction() 56 CudaDeviceAction::CudaDeviceAction(Action *Input, clang::CudaArch Arch, in CudaDeviceAction() 62 CudaHostAction::CudaHostAction(Action *Input, const ActionList &DeviceActions) in CudaHostAction() 67 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction() 76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() 81 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() 86 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() 91 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction() 96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() 101 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_nd_op_cpu_impl.h | 61 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute() argument 70 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute() argument 79 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute() argument
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 71 struct Input struct in deqp::gles31::Functional::FboTestUtil::Texture2DShader 73 int unitNdx; 74 tcu::Vec4 scale; 75 tcu::Vec4 bias;
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | coff-dump.py | 235 Input = None variable 582 Input = StringIO.StringIO(sys.stdin.read()) variable 584 Input = open (sys.argv[1], "rb") variable 590 Input = None variable
|
/external/llvm/unittests/Support/ |
D | MD5Test.cpp | 23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestMD5Sum() 33 void TestMD5Sum(StringRef Input, StringRef Final) { in TestMD5Sum()
|
D | CompressionTest.cpp | 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Input.cpp | 24 Input::Input() : mCount(0), mString(0) in Input() function in pp::Input 32 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in pp::Input
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 101 struct Input struct in deqp::gles3::Functional::FboTestUtil::Texture2DShader 103 int unitNdx; 104 tcu::Vec4 scale; 105 tcu::Vec4 bias;
|
/external/tensorflow/tensorflow/core/graph/ |
D | node_builder.cc | 48 NodeBuilder& NodeBuilder::Input(Node* src_node, int src_index) { in Input() function in tensorflow::NodeBuilder 57 NodeBuilder& NodeBuilder::Input(NodeOut src) { in Input() function in tensorflow::NodeBuilder 67 NodeBuilder& NodeBuilder::Input(gtl::ArraySlice<NodeOut> src_list) { in Input() function in tensorflow::NodeBuilder
|
/external/llvm/tools/yaml2obj/ |
D | yaml2obj.h | 27 class Input; variable
|
D | yaml2obj.cpp | 34 Input(cl::Positional, cl::desc("<input>"), cl::init("-")); variable
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_builder.cc | 79 NodeDefBuilder& NodeDefBuilder::Input(FakeInputFunctor fake_input) { in Input() function in tensorflow::NodeDefBuilder 87 NodeDefBuilder& NodeDefBuilder::Input(StringPiece src_node, int src_index, in Input() function in tensorflow::NodeDefBuilder 94 NodeDefBuilder& NodeDefBuilder::Input(const NodeOut& src) { in Input() function in tensorflow::NodeDefBuilder 100 NodeDefBuilder& NodeDefBuilder::Input(gtl::ArraySlice<NodeOut> src_list) { in Input() function in tensorflow::NodeDefBuilder
|
D | op.h | 213 OpDefBuilderWrapper<true>& Input(StringPiece spec) { in Input() function 262 OpDefBuilderWrapper<false>& Input(StringPiece spec) { return *this; } in Input() function
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | multishot_func.pass.cpp | 21 struct Input {R a, b;}; argument
|
/external/pdfium/core/fxcrt/ |
D | cfx_utf8decoder.cpp | 18 void CFX_UTF8Decoder::Input(uint8_t byte) { in Input() function in CFX_UTF8Decoder
|
/external/libcxx/test/libcxx/numerics/ |
D | clamp_to_integral.pass.cpp | 25 double Input; in test() member 57 float Input; in test_float() member
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 258 void Eval1Input(register const cmsUInt16Number Input[], in Eval1Input() 329 void BilinearInterpFloat(const cmsFloat32Number Input[], in BilinearInterpFloat() 382 void BilinearInterp16(register const cmsUInt16Number Input[], in BilinearInterp16() 441 void TrilinearInterpFloat(const cmsFloat32Number Input[], in TrilinearInterpFloat() 513 void TrilinearInterp16(register const cmsUInt16Number Input[], in TrilinearInterp16() 592 void TetrahedralInterpFloat(const cmsFloat32Number Input[], in TetrahedralInterpFloat() 693 void TetrahedralInterp16(register const cmsUInt16Number Input[], in TetrahedralInterp16() 827 void Eval4Inputs(register const cmsUInt16Number Input[], in Eval4Inputs() 1013 void Eval4InputsFloat(const cmsFloat32Number Input[], in Eval4InputsFloat() 1056 void Eval5Inputs(register const cmsUInt16Number Input[], in Eval5Inputs() [all …]
|
/external/clang/tools/clang-fuzzer/ |
D | ClangFuzzer.cpp | 37 std::unique_ptr<llvm::MemoryBuffer> Input = in LLVMFuzzerTestOneInput() local
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | console.c | 33 Input ( in Input() function
|
/external/llvm/tools/llvm-as-fuzzer/ |
D | llvm-as-fuzzer.cpp | 50 StringRef Input((const char *)Data, Size); in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/src/Renderer/ |
D | VertexProcessor.hpp | 96 struct Input struct 98 operator bool() const // Returns true if stream contains data in operator bool() 103 StreamType type : BITS(STREAMTYPE_LAST); 104 unsigned int count : 3; 105 bool normalized : 1; 106 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST);
|
/external/clang/unittests/Rewrite/ |
D | RewriteBufferTest.cpp | 30 StringRef Input = "hello world"; in TEST() local
|
/external/clang/include/clang/Driver/ |
D | Action.h | 99 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function 101 Action(ActionClass Kind, Action *Input) in Action() function 131 const llvm::opt::Arg &Input; variable
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ argument 57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \ argument 77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \ argument
|
/external/llvm/docs/CommandGuide/ |
D | llvm-profdata.rst | 135 .. _profdata-show:
|