/external/clang/lib/Driver/ |
D | Action.cpp | 49 : Action(InputClass, _Type), Input(_Input) { in InputAction() 54 BindArchAction::BindArchAction(std::unique_ptr<Action> Input, in BindArchAction() argument 56 : Action(BindArchClass, std::move(Input)), ArchName(_ArchName) {} in BindArchAction() 60 CudaDeviceAction::CudaDeviceAction(std::unique_ptr<Action> Input, in CudaDeviceAction() argument 62 : Action(CudaDeviceClass, std::move(Input)), GpuArchName(ArchName), in CudaDeviceAction() 67 CudaHostAction::CudaHostAction(std::unique_ptr<Action> Input, in CudaHostAction() argument 69 : Action(CudaHostClass, std::move(Input)), DeviceActions(DeviceActions) {} in CudaHostAction() 78 JobAction::JobAction(ActionClass Kind, std::unique_ptr<Action> Input, in JobAction() argument 80 : Action(Kind, std::move(Input), Type) {} in JobAction() 88 PreprocessJobAction::PreprocessJobAction(std::unique_ptr<Action> Input, in PreprocessJobAction() argument [all …]
|
/external/boringssl/src/crypto/hmac/ |
D | hmac_tests.txt | 5 Input = "More text test vectors to stuff up EBCDIC machines :-)" 11 Input = "Hi There" 16 Input = "what do ya want for nothing?" 21 Input = DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD… 27 Input = "Sample message for keylen=blocklen" 32 Input = "Sample message for keylen<blocklen" 37 Input = "Sample message for keylen=blocklen" 42 Input = "Sample message for keylen=blocklen" 47 Input = "Sample message for keylen<blocklen" 52 Input = "Sample message for keylen=blocklen" [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_test.txt | 4 Input = "Cryptographic Forum Research Group" 11 Input = 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000… 15 Input = 416e79207375626d697373696f6e20746f20746865204945544620696e74656e6465642062792074686520436f6… 19 Input = 416e79207375626d697373696f6e20746f20746865204945544620696e74656e6465642062792074686520436f6… 23 Input = 2754776173206272696c6c69672c20616e642074686520736c6974687920746f7665730a4469642067797265206… 27 Input = ffffffffffffffffffffffffffffffff 31 Input = 02000000000000000000000000000000 35 Input = fffffffffffffffffffffffffffffffff0ffffffffffffffffffffffffffffff110000000000000000000000000… 39 Input = fffffffffffffffffffffffffffffffffbfefefefefefefefefefefefefefefe010101010101010101010101010… 43 Input = fdffffffffffffffffffffffffffffff [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | DisplayNames.properties | 7 # Default Input method display names for Indic input methods 10 DisplayName.Bengali = Bengali Input Method 11 DisplayName.Devanagari = Devanagari Input Method 12 DisplayName.Gujarati = Gujarati Input Method 13 DisplayName.Gurmukhi = Gurmukhi Input Method 14 DisplayName.Kannada = Kannada Input Method 15 DisplayName.Malayalam = Malayalam Input Method 16 DisplayName.Oriya = Oriya Input Method 17 DisplayName.Tamil = Tamil Input Method 18 DisplayName.Telugu = Telugu Input Method
|
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 50 Input = "0123456789ABCDEF1234" 55 Input = "0123456789ABCDEF1234" 61 Input = "0123456789ABCDEF12345" 68 Input = "0123456789ABCDEF12345" 75 Input = "0123456789ABCDEF1233" 82 Input = "0123456789ABCDEF1233" 89 Input = "0123456789ABCDEF1234" 96 Input = "0123456789ABCDEF1234" 103 Input = "0123456789ABCDEF1234" 110 Input = "0123456789ABCDEF1234" [all …]
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 258 void Eval1Input(register const cmsUInt16Number Input[], in Eval1Input() argument 268 v = Input[0] * p16 -> Domain[0]; in Eval1Input() 274 k1 = k0 + (Input[0] != 0xFFFFU ? 1 : 0); in Eval1Input() 329 void BilinearInterpFloat(const cmsFloat32Number Input[], in BilinearInterpFloat() argument 348 px = fclamp(Input[0]) * p->Domain[0]; in BilinearInterpFloat() 349 py = fclamp(Input[1]) * p->Domain[1]; in BilinearInterpFloat() 355 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[1]); in BilinearInterpFloat() 358 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[0]); in BilinearInterpFloat() 382 void BilinearInterp16(register const cmsUInt16Number Input[], in BilinearInterp16() argument 402 fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]); in BilinearInterp16() [all …]
|
/external/clang/include/clang/Driver/ |
D | Action.h | 78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) in Action() argument 79 : Kind(Kind), Type(Type), Inputs(1, Input.release()), OwnsInputs(true) { in Action() 81 Action(ActionClass Kind, std::unique_ptr<Action> Input) in Action() argument 82 : Kind(Kind), Type(Input->getType()), Inputs(1, Input.release()), in Action() 110 const llvm::opt::Arg &Input; variable 113 InputAction(const llvm::opt::Arg &Input, types::ID Type); 115 const llvm::opt::Arg &getInputArg() const { return Input; } in getInputArg() 129 BindArchAction(std::unique_ptr<Action> Input, const char *ArchName); 147 CudaDeviceAction(std::unique_ptr<Action> Input, const char *ArchName, 163 CudaHostAction(std::unique_ptr<Action> Input, [all …]
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 47 Input::Input(StringRef InputContent, in Input() function in Input 59 Input::~Input() { in ~Input() 62 std::error_code Input::error() { return EC; } in error() 65 void Input::HNode::anchor() {} in anchor() 66 void Input::EmptyHNode::anchor() {} in anchor() 67 void Input::ScalarHNode::anchor() {} in anchor() 68 void Input::MapHNode::anchor() {} in anchor() 69 void Input::SequenceHNode::anchor() {} in anchor() 71 bool Input::outputting() { in outputting() 75 bool Input::setCurrentDocument() { in setCurrentDocument() [all …]
|
D | YAMLParser.cpp | 48 static EncodingInfo getUnicodeEncoding(StringRef Input) { in getUnicodeEncoding() argument 49 if (Input.size() == 0) in getUnicodeEncoding() 52 switch (uint8_t(Input[0])) { in getUnicodeEncoding() 54 if (Input.size() >= 4) { in getUnicodeEncoding() 55 if ( Input[1] == 0 in getUnicodeEncoding() 56 && uint8_t(Input[2]) == 0xFE in getUnicodeEncoding() 57 && uint8_t(Input[3]) == 0xFF) in getUnicodeEncoding() 59 if (Input[1] == 0 && Input[2] == 0 && Input[3] != 0) in getUnicodeEncoding() 63 if (Input.size() >= 2 && Input[1] != 0) in getUnicodeEncoding() 67 if ( Input.size() >= 4 in getUnicodeEncoding() [all …]
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 422 std::vector<Replacement> Input; in TEST() local 423 Input.push_back(Replacement("fileA", 50, 0, " foo ")); in TEST() 424 Input.push_back(Replacement("fileA", 10, 3, " bar ")); in TEST() 425 Input.push_back(Replacement("fileA", 10, 2, " bar ")); // Length differs in TEST() 426 Input.push_back(Replacement("fileA", 9, 3, " bar ")); // Offset differs in TEST() 427 Input.push_back(Replacement("fileA", 50, 0, " foo ")); // Duplicate in TEST() 428 Input.push_back(Replacement("fileA", 51, 3, " bar ")); in TEST() 429 Input.push_back(Replacement("fileB", 51, 3, " bar ")); // Filename differs! in TEST() 430 Input.push_back(Replacement("fileB", 60, 1, " bar ")); in TEST() 431 Input.push_back(Replacement("fileA", 60, 2, " bar ")); in TEST() [all …]
|
/external/llvm/unittests/Support/ |
D | CompressionTest.cpp | 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression() argument 29 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level)); in TestZlibCompression() 32 zlib::uncompress(Compressed, Uncompressed, Input.size())); in TestZlibCompression() 33 EXPECT_EQ(Input, Uncompressed); in TestZlibCompression() 34 if (Input.size() > 0) { in TestZlibCompression() 37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1)); in TestZlibCompression()
|
D | YAMLIOTest.cpp | 18 using llvm::yaml::Input; 78 Input yin("---\nfoo: 3\nbar: 5\n...\n"); in TEST() 87 Input yin("{foo: 3, bar: 5}"); in TEST() 98 Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages); in TEST() 108 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() 127 Input yin2("---\nfbs:\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() 140 Input yin("---\nfbs:\n...\n"); in TEST() 149 Input yin("---\nfbs: !!null null\n...\n"); in TEST() 158 Input yin("---\nfbs: ~\n...\n"); in TEST() 167 Input yin("---\nfbs: null\n...\n"); in TEST() [all …]
|
D | MD5Test.cpp | 23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestMD5Sum() argument 25 Hash.update(Input); in TestMD5Sum() 33 void TestMD5Sum(StringRef Input, StringRef Final) { in TestMD5Sum() argument 35 Hash.update(Input); in TestMD5Sum()
|
D | YAMLParserTest.cpp | 33 static void ExpectParseError(StringRef Message, StringRef Input) { in ExpectParseError() argument 35 yaml::Stream Stream(Input, SM); in ExpectParseError() 37 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input; in ExpectParseError() 38 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input; in ExpectParseError() 42 static void ExpectParseSuccess(StringRef Message, StringRef Input) { in ExpectParseSuccess() argument 44 yaml::Stream Stream(Input, SM); in ExpectParseSuccess() 45 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input; in ExpectParseSuccess()
|
D | CommandLineTest.cpp | 154 void testCommandLineTokenizer(ParserFunction *parse, const char *Input, in testCommandLineTokenizer() argument 159 parse(Input, Saver, Actual, /*MarkEOLs=*/false); in testCommandLineTokenizer() 168 const char *Input = "foo\\ bar \"foo bar\" \'foo bar\' 'foo\\\\bar' " in TEST() local 173 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST() 178 const char *Input = "a\\b c\\\\d e\\\\\"f g\" h\\\"i j\\\\\\\"k \"lmn\" o pqr " in TEST() local 182 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output, in TEST() 198 StackOption<std::string> Input(cl::Positional); in TEST() local 204 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 721 function Match(const Input: IIntStream; const TokenType: Integer; 724 function MismatchIsUnwantedToken(const Input: IIntStream; 727 function MismatchIsMissingToken(const Input: IIntStream; 756 procedure MatchAny(const Input: IIntStream); 811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); 814 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet() 817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload; 820 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload; 878 function AlreadyParsedRule(const Input: IIntStream; 885 procedure Memoize(const Input: IIntStream; const RuleIndex, [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2obj.cpp | 33 Input(cl::Positional, cl::desc("<input>"), cl::init("-")); variable 63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out); 65 static int convertYAML(yaml::Input &YIn, raw_ostream &Out, in convertYAML() 96 MemoryBuffer::getFileOrSTDIN(Input); in main() 110 yaml::Input YIn(Buf.get()->getBuffer()); in main()
|
D | yaml2obj.h | 18 class Input; variable 21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out); 22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | ASTTreeParser.stg | 77 _Last := Input.LT(1) as I<ASTLabelType>; 95 if (Input.LA(1) = TToken.DOWN) then 97 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()> 99 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()> 102 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()> 104 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()> 119 _Last := Input.LT(1) as I<ASTLabelType>; 125 _Last := Input.LT(1) as I<ASTLabelType>; 155 _Last := Input.LT(1) as I<ASTLabelType>; 183 _Llast := Input.LT(1) as I<ASTLabelType>; [all …]
|
D | Delphi.stg | 147 function AlreadyParsedRule(const Input: IIntStream; 149 procedure Memoize(const Input: IIntStream; const RuleIndex, 245 if (Input.LA(1) = Integer(cscEOF)) then 250 State.TokenStartCharIndex := Input.Index; 251 State.TokenStartCharPositionInLine := Input.CharPositionInLine; 252 State.TokenStartLine := Input.Line; 255 M := Input.Mark(); 266 Input.Rewind(M); 267 Input.Consume; <! // advance one char and try again !> 285 function T<grammar.recognizerName>.AlreadyParsedRule(const Input: IIntStream; [all …]
|
/external/clang/unittests/Rewrite/ |
D | RewriteBufferTest.cpp | 30 StringRef Input = "hello world"; in TEST() local 34 Buf.Initialize(Input); in TEST() 36 size_t Pos = Input.find(RemoveStr); in TEST() 40 Pos = Input.find(TagStr); in TEST()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 63 struct register_info * Input; member 171 s->Input[index].Used = 1; in scan_read_callback() 172 reg = &s->Input[index]; in scan_read_callback() 194 reg = &s->Input[*index]; in remap_register() 211 s->Input[input].Allocated = 1; in alloc_input_simple() 212 s->Input[input].File = RC_FILE_TEMPORARY; in alloc_input_simple() 213 s->Input[input].Index = hwreg; in alloc_input_simple() 617 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc() 621 s->Input[i].Writemask = writemask; in do_advanced_regalloc() 629 get_reg_id(s->Input[i].Index, writemask)); in do_advanced_regalloc() [all …]
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | Direct3DInterop.h | 29 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan… 37 …virtual void SetManipulationHost(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ m… 54 …void OnPointerPressed(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Wind… 55 …void OnPointerMoved(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Window… 56 …void OnPointerReleased(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Win…
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 124 for (const auto &Input : Inputs) { in mergeInstrProfile() local 125 auto ReaderOrErr = InstrProfReader::create(Input.Filename); in mergeInstrProfile() 127 exitWithErrorCode(ec, Input.Filename); in mergeInstrProfile() 131 if (std::error_code EC = Writer.addRecord(std::move(I), Input.Weight)) { in mergeInstrProfile() 134 handleMergeWriterError(EC, Input.Filename, I.Name, firstTime); in mergeInstrProfile() 138 exitWithErrorCode(Reader->getError(), Input.Filename); in mergeInstrProfile() 162 for (const auto &Input : Inputs) { in mergeSampleProfile() local 164 SampleProfileReader::create(Input.Filename, getGlobalContext()); in mergeSampleProfile() 166 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile() 175 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile() [all …]
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | Direct3DInterop.h | 37 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan… 45 …virtual void SetManipulationHost(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ m… 63 …void OnPointerPressed(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Wind… 64 …void OnPointerMoved(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Window… 65 …void OnPointerReleased(Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ sender, Win…
|