/external/boringssl/src/crypto/hmac/ |
D | hmac_tests.txt | 6 Output = e9139d1e6ee064ef8cf514fc7dc83e86 12 Output = 9294727a3638bb1c13f48ef8158bfc9d 17 Output = 750c783e6ab0b503eaa86e310a5db738 22 Output = 56be34521d144c88dbb8c733f0e8b3f6 29 Output = 5FD596EE78D5553C8FF4E72D266DFD192366DA29 34 Output = 4C99FF0CB1B31BD33F8431DBAF4D17FCD356A807 39 Output = 2D51B2F7750E410584662E38F133435F4C4FD42A 44 Output = C7405E3AE058E8CD30B08B4140248581ED174CB34E1224BCC1EFC81B 49 Output = E3D249A8CFB67EF8B7A169E9A0A599714A2CECBA65999A51BEB8FBBE 54 Output = 91C52509E5AF8531601AE6230099D90BEF88AAEFB961F4080ABC014D [all …]
|
/external/llvm/test/ |
D | Makefile.tests | 31 .PRECIOUS: Output/%.bc Output/%.ll 32 .PRECIOUS: Output/%.tbc Output/%.tll 33 .PRECIOUS: Output/.dir 34 .PRECIOUS: Output/%.llvm.bc 35 .PRECIOUS: Output/%.llvm 48 $(RM) -rf Output/ 53 Output/%.bc: Output/%.ll $(LGCCAS) 59 Output/%.bc: %.ll $(LLVMAS) Output/.dir
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 113 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 122 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 130 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 138 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 145 void BytecodeArrayBuilder::Output(Bytecode bytecode) { in Output() function in v8::internal::interpreter::BytecodeArrayBuilder 154 Output(BytecodeForBinaryOperation(op), RegisterOperand(reg)); in BinaryOperation() 159 Output(BytecodeForCountOperation(op)); in CountOperation() 164 Output(Bytecode::kToBooleanLogicalNot); in LogicalNot() 170 Output(Bytecode::kTypeOf); in TypeOf() 176 Output(BytecodeForCompareOperation(op), RegisterOperand(reg)); in CompareOperation() [all …]
|
/external/llvm/unittests/Support/ |
D | SourceMgrTest.cpp | 23 std::string Output; member in __anon9e4a3e320111::SourceMgrTest 43 raw_string_ostream OS(Output); in printMessage() 57 Output); in TEST_F() 67 Output); in TEST_F() 77 Output); in TEST_F() 87 Output); in TEST_F() 97 Output); in TEST_F() 107 Output); in TEST_F() 117 Output); in TEST_F() 127 Output); in TEST_F() [all …]
|
D | CommandLineTest.cpp | 155 const char *const Output[], size_t OutputSize) { in testCommandLineTokenizer() argument 163 EXPECT_STREQ(Output[I], Actual[I]); in testCommandLineTokenizer() 170 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", in TEST() local 173 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST() 174 array_lengthof(Output)); in TEST() 180 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", in TEST() local 182 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output, in TEST() 183 array_lengthof(Output)); in TEST()
|
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 51 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 56 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 62 Output = 69 Output = 76 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 83 Output = c09d402423cbf233d26cae21f954547bc43fe80fd41360a0336cfdbe9aedad05bef6fd2eaee6cd60089a52482d… 90 Output = 3ec3fc29eb6e122bd7aa361cd09fe1bcbe85311096a7b9e4799cedfb2351ce0ab7fe4e75b4f6b37f67edd9c60c… 97 Output = afec9a0d5330a08f54283bb4a9d4e7e7e70fc1342336c4c766fba713f66970151c6e27413c48c33864ea45a023… 104 Output = afec9a0d5330a08f54283bb4a9d4e7e7e70fc1342336c4c766fba713f66970151c6e27413c48c33864ea45a023… 111 Output = 9ee34872d4271a7d8808af0a4052a145a6d6a8437d00da3ed14428c7f087cd39f4d43334c41af63e7fa1ba363f… [all …]
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 412 Output::~Output() { in ~Output() 415 bool Output::outputting() { in outputting() 419 void Output::beginMapping() { in beginMapping() 424 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() 432 void Output::endMapping() { in endMapping() 436 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() 452 void Output::postflightKey(void *) { in postflightKey() 462 void Output::beginFlowMapping() { in beginFlowMapping() 469 void Output::endFlowMapping() { in endFlowMapping() [all …]
|
/external/llvm/lib/Option/ |
D | Arg.cpp | 82 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() 84 render(Args, Output); in renderAsInput() 88 Output.append(Values.begin(), Values.end()); in renderAsInput() 91 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() 94 Output.append(Values.begin(), Values.end()); in render() 105 Output.push_back(Args.MakeArgString(OS.str())); in render() 110 Output.push_back(Args.GetOrMakeJoinedArgString( in render() 112 Output.append(Values.begin() + 1, Values.end()); in render() 116 Output.push_back(Args.MakeArgString(getSpelling())); in render() 117 Output.append(Values.begin(), Values.end()); in render()
|
D | ArgList.cpp | 247 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg() argument 250 A->render(*this, Output); in AddLastArg() 254 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg() argument 258 A->render(*this, Output); in AddLastArg() 262 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() argument 268 Arg->render(*this, Output); in AddAllArgs() 277 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() argument 281 Arg->render(*this, Output); in AddAllArgs() 285 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument 290 Output.append(Values.begin(), Values.end()); in AddAllArgValues() [all …]
|
/external/clang/lib/Driver/ |
D | Tools.h | 59 const InputInfo &Output, 113 const InputInfo &Output, const InputInfoList &Inputs, 130 const InputInfo &Output, const InputInfoList &Inputs, 153 const InputInfo &Output, const InputInfoList &Inputs, 212 const InputInfo &Output, const InputInfoList &Inputs, 227 const InputInfo &Output, const InputInfoList &Inputs, 241 const InputInfo &Output, const InputInfoList &Inputs, 256 const InputInfo &Output, const InputInfoList &Inputs, 315 const InputInfo &Output, const InputInfoList &Inputs, 354 const InputInfo &Output, const InputInfoList &Inputs, [all …]
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 158 SmallVectorImpl<Edge> &Output; member in __anon9e0591c90111::GetEdgesVisitor 161 GetEdgesVisitor(CFLAAResult &AA, SmallVectorImpl<Edge> &Output) in GetEdgesVisitor() argument 162 : AA(AA), Output(Output) {} in GetEdgesVisitor() 170 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown)); in visitPtrToIntInst() 175 Output.push_back(Edge(Ptr, Ptr, EdgeType::Assign, AttrUnknown)); in visitIntToPtrInst() 179 Output.push_back( in visitCastInst() 186 Output.push_back(Edge(&Inst, Op1, EdgeType::Assign, AttrNone)); in visitBinaryOperator() 187 Output.push_back(Edge(&Inst, Op2, EdgeType::Assign, AttrNone)); in visitBinaryOperator() 193 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicCmpXchgInst() 199 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicRMWInst() [all …]
|
/external/llvm/utils/lit/ |
D | MANIFEST.in | 6 prune tests/Output 7 prune tests/*/Output 8 prune tests/*/*/Output 9 prune tests/*/*/*/Output
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 187 register cmsUInt16Number Output[], in LinLerp1D() argument 198 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1D() 212 Output[0] = LinearInterp(rest, y0, y1); in LinLerp1D() 224 cmsFloat32Number Output[], in LinLerp1Dfloat() argument 236 Output[0] = LutTable[p -> Domain[0]]; in LinLerp1Dfloat() 251 Output[0] = y0 + (y1 - y0) * rest; in LinLerp1Dfloat() 259 register cmsUInt16Number Output[], in Eval1Input() argument 281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input() 290 cmsFloat32Number Output[], in Eval1InputFloat() argument 303 Output[0] = LutTable[p -> Domain[0]]; in Eval1InputFloat() [all …]
|
/external/rmi4utils/f54test/ |
D | f54test.cpp | 1421 m_display.Output(buf); in ShowF54Report() 1434 m_display.Output(buf); in ShowF54Report() 1441 m_display.Output(buf); in ShowF54Report() 1445 m_display.Output(buf); in ShowF54Report() 1455 m_display.Output(buf); in ShowF54Report() 1462 m_display.Output(buf); in ShowF54Report() 1466 m_display.Output(buf); in ShowF54Report() 1469 m_display.Output(buf); in ShowF54Report() 1472 m_display.Output(buf); in ShowF54Report() 1478 m_display.Output(buf); in ShowF54Report() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Output.java | 14 public class Output<T> { class 30 public Output() { in Output() method in Output 38 public Output(T value) { in Output() method in Output
|
/external/messageformat/java/com/ibm/icu/util/ |
D | Output.java | 14 public class Output<T> { class 33 public Output() { in Output() method in Output 42 public Output(T value) { in Output() method in Output
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Output.java | 14 public class Output<T> { class 33 public Output() { in Output() method in Output 42 public Output(T value) { in Output() method in Output
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 216 exit 0 if (!defined ($Output)); 220 $Output =~ s/[.]gch$//; 221 push @CmdArgs, $Output; 455 my $Output; 614 $Output = $ARGV[$i]; 768 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output, 773 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 30 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticCo… 31 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC… 32 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (a… 33 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
|
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/ |
D | Smoke.vert.h | 78 88: TypePointer Output 87(gl_PerVertex) 79 89: 88(ptr) Variable Output 81 99: TypePointer Output 10(fvec4) 82 101: TypePointer Output 7(fvec3) 83 102(color): 101(ptr) Variable Output
|
D | Smoke.push_constant.vert.h | 77 88: TypePointer Output 87(gl_PerVertex) 78 89: 88(ptr) Variable Output 80 99: TypePointer Output 10(fvec4) 81 101: TypePointer Output 7(fvec3) 82 102(color): 101(ptr) Variable Output
|
/external/v8/tools/ |
D | v8-info.sh | 56 Output format: [Git hash] [SVN revision] [V8 version] 60 Output format: [V8 version] 64 Output format: [V8 version] [SVN revision] [SVN patch merged]*. 68 Output format: [SVN patch merged]*
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_armv7.S | 14 @ Output is bit-exact with the reference C code in lattic_c.c 65 strh r11, [r0], #-2 @ Output: ar_g_Q0[k] 70 strh r5, [r0] @ Output: ar_g_Q0[0] = tmpAR; 71 strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] = tmpAR;
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 22 Headers { "Input", "Output", "Locale" } 30 Headers { "Input", "Output", "Locale" } 38 Headers { "Input", "Output", "Locale", "Type", "Options" } 63 Headers { "Input", "Output", "Options" }
|
/external/eigen/doc/ |
D | TutorialAdvancedInitialization.dox | 19 <tr><th>Example:</th><th>Output:</th></tr> 32 <tr><th>Example:</th><th>Output:</th></tr> 43 <tr><th>Example:</th><th>Output:</th></tr> 55 <tr><th>Example:</th><th>Output:</th></tr> 74 <tr><th>Example:</th><th>Output:</th></tr> 94 <tr><th>Example:</th><th>Output:</th></tr> 110 <tr><th>Example:</th><th>Output:</th></tr> 132 <tr><th>Example:</th><th>Output:</th></tr> 148 <tr><th>Example:</th><th>Output:</th></tr>
|