Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/lib/Driver/
DAction.cpp54 BindArchAction::BindArchAction(std::unique_ptr<Action> Input, in BindArchAction()
60 CudaDeviceAction::CudaDeviceAction(std::unique_ptr<Action> Input, in CudaDeviceAction()
67 CudaHostAction::CudaHostAction(std::unique_ptr<Action> Input, in CudaHostAction()
78 JobAction::JobAction(ActionClass Kind, std::unique_ptr<Action> Input, in JobAction()
88 PreprocessJobAction::PreprocessJobAction(std::unique_ptr<Action> Input, in PreprocessJobAction()
94 PrecompileJobAction::PrecompileJobAction(std::unique_ptr<Action> Input, in PrecompileJobAction()
100 AnalyzeJobAction::AnalyzeJobAction(std::unique_ptr<Action> Input, in AnalyzeJobAction()
106 MigrateJobAction::MigrateJobAction(std::unique_ptr<Action> Input, in MigrateJobAction()
112 CompileJobAction::CompileJobAction(std::unique_ptr<Action> Input, in CompileJobAction()
118 BackendJobAction::BackendJobAction(std::unique_ptr<Action> Input, in BackendJobAction()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp71 struct Input struct in deqp::gles31::Functional::FboTestUtil::Texture2DShader
73 int unitNdx;
74 tcu::Vec4 scale;
75 tcu::Vec4 bias;
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp101 struct Input struct in deqp::gles3::Functional::FboTestUtil::Texture2DShader
103 int unitNdx;
104 tcu::Vec4 scale;
105 tcu::Vec4 bias;
/external/llvm/unittests/Support/
DMD5Test.cpp23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestMD5Sum()
33 void TestMD5Sum(StringRef Input, StringRef Final) { in TestMD5Sum()
DCommandLineTest.cpp154 void testCommandLineTokenizer(ParserFunction *parse, const char *Input, in testCommandLineTokenizer()
168 const char *Input = "foo\\ bar \"foo bar\" \'foo bar\' 'foo\\\\bar' " in TEST() local
178 const char *Input = "a\\b c\\\\d e\\\\\"f g\" h\\\"i j\\\\\\\"k \"lmn\" o pqr " in TEST() local
198 StackOption<std::string> Input(cl::Positional); in TEST() local
DCompressionTest.cpp26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
DYAMLParserTest.cpp33 static void ExpectParseError(StringRef Message, StringRef Input) { in ExpectParseError()
42 static void ExpectParseSuccess(StringRef Message, StringRef Input) { in ExpectParseSuccess()
/external/pdfium/core/src/fxcrt/
Dfx_basic_utf.cpp16 void CFX_UTF8Decoder::Input(uint8_t byte) { in Input() function in CFX_UTF8Decoder
46 void CFX_UTF8Encoder::Input(FX_WCHAR unicode) { in Input() function in CFX_UTF8Encoder
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c258 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/llvm/tools/yaml2obj/
Dyaml2obj.h18 class Input; variable
Dyaml2obj.cpp33 Input(cl::Positional, cl::desc("<input>"), cl::init("-")); variable
/external/clang/include/clang/Driver/
DAction.h78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) in Action()
81 Action(ActionClass Kind, std::unique_ptr<Action> Input) in Action()
110 const llvm::opt::Arg &Input; variable
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp37 std::unique_ptr<llvm::MemoryBuffer> Input = in LLVMFuzzerTestOneInput() local
/external/llvm/tools/llvm-as-fuzzer/
Dllvm-as-fuzzer.cpp50 StringRef Input((const char *)Data, Size); in LLVMFuzzerTestOneInput() local
/external/clang/unittests/Rewrite/
DRewriteBufferTest.cpp30 StringRef Input = "hello world"; in TEST() local
/external/clang/lib/ARCMigrate/
DARCMT.cpp238 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues()
339 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransforms()
385 CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransformations()
393 CompilerInvocation &origCI, const FrontendInputFile &Input, in migrateWithTemporaryFiles()
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst119 .. _profdata-show:
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h44 void Initialize(StringRef Input) { in Initialize()
/external/llvm/docs/
DYamlIO.rst979 Input chapter
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp253 static void reportError(StringRef Input, std::error_code EC) { in reportError()
260 static void reportError(StringRef Input, StringRef Message) { in reportError()
/external/llvm/lib/Support/
DYAMLParser.cpp48 static EncodingInfo getUnicodeEncoding(StringRef Input) { in getUnicodeEncoding()
601 bool yaml::dumpTokens(StringRef Input, raw_ostream &OS) { in dumpTokens()
685 bool yaml::scanTokens(StringRef Input) { in scanTokens()
698 std::string yaml::escape(StringRef Input) { in escape()
761 Scanner::Scanner(StringRef Input, SourceMgr &sm, bool ShowColors) in Scanner()
1771 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors) in Stream()
DSignals.cpp102 raw_fd_ostream Input(InputFD, true); in printSymbolizedStackTrace() local
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp31 std::ifstream Input(Filename.str().c_str()); in LayoutOverrideSource() local
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp142 static void reportError(StringRef Input, StringRef Message) { in reportError()
150 static void reportError(StringRef Input, std::error_code EC) { in reportError()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp422 std::vector<Replacement> Input; in TEST() local
454 std::vector<Replacement> Input; in TEST() local
472 std::vector<Replacement> Input; in TEST() local

1234