Searched defs:Input (Results 1 - 25 of 38) sorted by relevance

12

/external/v8/src/
H A Dliveedit.h148 class Input { class in class:v8::internal::Comparator
155 virtual ~Input() {}
170 static void CalculateDifference(Input* input,
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInput.java42 public interface Input { interface
/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp26 static void ExpectParseError(StringRef Message, StringRef Input) { argument
28 yaml::Stream Stream(Input, SM);
30 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input; local
31 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input; local
35 static void ExpectParseSuccess(StringRef Message, StringRef Input) { argument
37 yaml::Stream Stream(Input, SM);
38 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input; local
/external/guava/guava-tests/test/com/google/common/io/
H A DCheckCloseSupplier.java40 abstract static class Input<T> extends CheckCloseSupplier<T> class in class:CheckCloseSupplier
44 public Input(InputSupplier<? extends T> delegate) { method in class:CheckCloseSupplier.Input
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs203 public IIntStream Input { property in class:Antlr.Runtime.RecognitionException
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs232 public IIntStream Input property in class:Antlr.Runtime.RecognitionException
/external/astl/tests/
H A Dtest_iterator.cpp38 struct Input { struct in namespace:android
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
/external/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp191 unsigned Input = phi->getOperand(1).getReg(); local
199 if (Input != Output) {
201 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
202 MRI.replaceRegWith(Output, Input);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DInput.java32 public interface Input { interface
/external/clang/lib/Driver/
H A DAction.cpp45 : Action(InputClass, _Type), Input(_Input) {
50 BindArchAction::BindArchAction(Action *Input, const char *_ArchName) argument
51 : Action(BindArchClass, Input, Input->getType()), ArchName(_ArchName) {
56 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) argument
57 : Action(Kind, Input, Type) {
66 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) argument
67 : JobAction(PreprocessJobClass, Input, OutputType) {
72 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) argument
73 : JobAction(PrecompileJobClass, Input, OutputTyp
78 AnalyzeJobAction(Action *Input, types::ID OutputType) argument
84 MigrateJobAction(Action *Input, types::ID OutputType) argument
90 CompileJobAction(Action *Input, types::ID OutputType) argument
96 AssembleJobAction(Action *Input, types::ID OutputType) argument
[all...]
H A DDriver.cpp1202 Action *Input) const {
1213 OutputTy = Input->getType();
1220 return new PreprocessJobAction(Input, OutputTy);
1228 return new PrecompileJobAction(Input, OutputTy);
1232 return new CompileJobAction(Input, types::TY_Nothing);
1234 return new CompileJobAction(Input, types::TY_RewrittenObjC);
1236 return new CompileJobAction(Input, types::TY_RewrittenLegacyObjC);
1238 return new AnalyzeJobAction(Input, types::TY_Plist);
1240 return new MigrateJobAction(Input, types::TY_Remap);
1242 return new CompileJobAction(Input, type
1413 const Arg &Input = IA->getInputArg(); local
[all...]
/external/llvm/test/Scripts/
H A Dcoff-dump.py235 Input = None variable
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
273 char = Input.read(1)
282 Stack [0:0] = [Input.tell()]
284 Input.seek(seek_to)
288 Input.seek(Stack[0])
295 data = Input.read(16)
298 data = Input.read(size)
514 end_of_array = Input.tell() + value
516 prev_loc = Input
582 Input = StringIO.StringIO(sys.stdin.read()) variable
584 Input = open (sys.argv[1], "rb") variable
590 Input = None variable
[all...]
/external/clang/include/clang/Driver/
H A DAction.h69 Action(ActionClass _Kind, Action *Input, types::ID _Type) argument
70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
99 const Arg &Input; member in class:clang::driver::InputAction
103 const Arg &getInputArg() const { return Input; }
118 BindArchAction(Action *Input, const char *_ArchName);
131 JobAction(ActionClass Kind, Action *Input, types::ID Type);
145 PreprocessJobAction(Action *Input, types::ID OutputType);
156 PrecompileJobAction(Action *Input, types::ID OutputType);
167 AnalyzeJobAction(Action *Input, type
[all...]
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp35 : Input(CommandLine), Position(Input.begin()-1) {}
96 return Position != Input.end();
99 const StringRef Input; member in class:clang::tooling::__anon3973::CommandLineArgumentParser
H A DTooling.cpp229 const llvm::MemoryBuffer *Input = local
233 It->getKey(), Input->getBufferSize(), 0);
234 Sources.overrideFileContents(FromFile, Input);
/external/clang/lib/Frontend/
H A DFrontendAction.cpp159 const FrontendInputFile &Input) {
161 assert(!Input.File.empty() && "Unexpected empty filename!");
162 setCurrentInput(Input);
171 if (Input.Kind == IK_AST) {
179 ASTUnit *AST = ASTUnit::LoadFromASTFile(Input.File, Diags,
184 setCurrentInput(Input, AST);
194 if (!BeginSourceFileAction(CI, Input.File))
198 CI.setASTConsumer(CreateWrappedASTConsumer(CI, Input.File));
212 if (Input.Kind == IK_LLVM_IR) {
221 if (!BeginSourceFileAction(CI, Input
158 BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input) argument
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc26 struct Input { // Fields of chromeos::ProxyConfigServiceImpl::ProxyConfig. struct in namespace:chromeos::__anon1876
53 Input input;
66 { // Input.
82 { // Input.
98 { // Input.
115 { // Input.
132 { // Input.
152 { // Input.
172 { // Input.
192 { // Input
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc64 void Input(const char * data, int len) { function in class:DebugLog
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp264 const FrontendInputFile &Input,
282 CInvok->getFrontendOpts().Inputs.push_back(Input);
364 const FrontendInputFile &Input,
376 if (arcmt::checkForManualIssues(CInvokForCheck, Input, DiagClient,
382 CInvok.getFrontendOpts().Inputs.push_back(Input);
412 const FrontendInputFile &Input,
414 return applyTransforms(origCI, Input, DiagClient,
419 const FrontendInputFile &Input,
425 return applyTransforms(origCI, Input, DiagClient,
263 checkForManualIssues(CompilerInvocation &origCI, const FrontendInputFile &Input, DiagnosticConsumer *DiagClient, bool emitPremigrationARCErrors, StringRef plistOut) argument
363 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
411 applyTransformations(CompilerInvocation &origCI, const FrontendInputFile &Input, DiagnosticConsumer *DiagClient) argument
418 migrateWithTemporaryFiles(CompilerInvocation &origCI, const FrontendInputFile &Input, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
/external/dropbear/libtommath/
H A Dbn.tex1705 \chapter{Input and Output}
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp39 Input(cl::Positional, cl::desc("<input>"), cl::init("-"));
118 COFFParser(yaml::Stream &Input) : YS(Input) { argument
864 if (MemoryBuffer::getFileOrSTDIN(Input, Buf))
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h174 HB_UShort* Input; /* array of input glyph IDs */ member in struct:HB_SubRule_
279 HB_UShort* Input; /* array of input glyph IDs */ member in struct:HB_ChainSubRule_
320 HB_UShort* Input; /* array of context classes */ member in struct:HB_ChainSubClassRule_
H A Dharfbuzz-gpos-private.h442 HB_UShort* Input; /* array of input glyph IDs */ member in struct:HB_PosRule_
541 HB_UShort* Input; /* array of input glyph IDs */ member in struct:HB_ChainPosRule_
582 HB_UShort* Input; /* array of context classes */ member in struct:HB_ChainPosClassRule_
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp917 Constant *Input = CE->getOperand(0); local
918 unsigned InWidth = Input->getType()->getScalarSizeInBits();
923 Input = ConstantExpr::getAnd(Input, Mask);
926 return ConstantExpr::getIntegerCast(Input, DestTy, false);
/external/llvm/lib/Support/
H A DCommandLine.cpp433 const char *Input) {
437 StringRef WorkStr(Input);
432 ParseCStringVector(std::vector<char *> &OutputVector, const char *Input) argument

Completed in 523 milliseconds

12