/external/boringssl/src/ssl/ |
D | tls_method.cc | 189 static const SSL_METHOD kMethod = { in TLS_method() local 194 return &kMethod; in TLS_method() 202 static const SSL_METHOD kMethod = { in TLS_with_buffers_method() local 207 return &kMethod; in TLS_with_buffers_method() 213 static const SSL_METHOD kMethod = { in TLSv1_2_method() local 218 return &kMethod; in TLSv1_2_method() 222 static const SSL_METHOD kMethod = { in TLSv1_1_method() local 227 return &kMethod; in TLSv1_1_method() 231 static const SSL_METHOD kMethod = { in TLSv1_method() local 236 return &kMethod; in TLSv1_method()
|
D | dtls_method.cc | 131 static const SSL_METHOD kMethod = { in DTLS_method() local 136 return &kMethod; in DTLS_method() 140 static const SSL_METHOD kMethod = { in DTLS_with_buffers_method() local 145 return &kMethod; in DTLS_with_buffers_method() 151 static const SSL_METHOD kMethod = { in DTLSv1_2_method() local 156 return &kMethod; in DTLSv1_2_method() 160 static const SSL_METHOD kMethod = { in DTLSv1_method() local 165 return &kMethod; in DTLSv1_method()
|
/external/grpc-grpc/test/cpp/util/ |
D | cli_call_test.cc | 103 const grpc::string kMethod("/grpc.testing.EchoTestService/Echo"); in TEST_F() local 111 Status s2 = CliCall::Call(channel_, kMethod, request_bin, &response_bin, in TEST_F()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 84 kMethod, enumerator 421 if (parser[NKey::kMethod].ThereIs) in main2() 423 const UString &s = parser[NKey::kMethod].PostStrings[0]; in main2()
|
/external/skqp/tools/bookmaker/ |
D | selfCheck.cpp | 78 } else if (MarkType::kMethod != csChild->fMarkType) { in checkMethod()
|
D | bmhParser.cpp | 72 , { "Method", MarkType::kMethod, R_Y, E_Y, M_CSST } 138 case MarkType::kMethod: in addDefinition() 208 if (MarkType::kMethod == markType) { in addDefinition() 240 if (MarkType::kMethod == markType) { in addDefinition() 1349 || (MarkType::kMethod == markType && !child->fClone) in setUpSubstitutes() 1369 if (MarkType::kMethod == markType) { in setUpSubstitutes() 1536 if (fCloned && MarkType::kMethod != markType && MarkType::kExample != markType in findDefinitions() 1847 return uniqueRootName(builder, MarkType::kMethod); in methodName() 1959 if (MarkType::kMethod == fParent->fMarkType && "experimental" != contents in parseHashLine() 2178 case MarkType::kMethod: in typeName() [all …]
|
D | hackParser.cpp | 65 if (MarkType::kMethod != child->fMarkType) { in replaceWithPop()
|
D | bookmaker.h | 134 kMethod, enumerator
|
D | includeParser.cpp | 312 fCheck.fState = CheckCode::State::kMethod; in advanceInclude() 445 if (MarkType::kMethod == iDef.fMarkType) { in writeCodeBlock() 518 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock() 571 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock() 577 bool statementEnd = !result.empty() && (MarkType::kMethod == markType in writeCodeBlock() 760 case MarkType::kMethod: { in checkTokens() 1195 case MarkType::kMethod: in dumpClassTokens() 1219 if (MarkType::kMethod == token.fMarkType) { in dumpComment() 1421 case MarkType::kMethod: in dumpGlobals() 1688 if (MarkType::kMethod == child->fMarkType) { in elidedCodeBlock() [all …]
|
D | bmhParser.h | 58 , { &fMethodMap, MarkType::kMethod } in BmhParser()
|
D | includeWriter.cpp | 828 SkDEBUGCODE(sawMethod |= MarkType::kMethod == iter->fMarkType); in methodOut() 836 SkDEBUGCODE(sawMethod |= MarkType::kMethod == iter->fMarkType); in methodOut() 838 if (MarkType::kMethod != iter->fMarkType) { in methodOut() 1238 if (MarkType::kMethod == token.fMarkType) { in structSizeMembers() 1268 return MarkType::kMethod == child.fMarkType; in find_start() 1334 if (MarkType::kMethod == child.fMarkType) { in populate() 1341 SkASSERT(MarkType::kMethod != child.fMarkType); in populate() 1479 if (MarkType::kMethod == child.fMarkType) { in populate() 1854 || MarkType::kMethod != fStartSetter->fMarkType)) { in populate() 2110 if (defRef && MarkType::kMethod == defRef->fMarkType) { in resolveMethod()
|
D | spellCheck.cpp | 229 case MarkType::kMethod: { in check() 343 case MarkType::kMethod: in check()
|
D | bookmaker.cpp | 351 methods += count_children(*topic.second, MarkType::kMethod); in main()
|
D | mdOut.cpp | 78 if (MarkType::kMethod == markType && fLastDef->fClone) { in anchorDef() 1499 case MarkType::kMethod: { in markTypeOut() 1668 SkASSERT(MarkType::kMethod == parent->fMarkType); in markTypeOut() 1930 case MarkType::kMethod: in markTypeOut() 2057 if (MarkType::kMethod != def->fMarkType) { in populateOne()
|
D | includeParser.h | 50 kMethod, enumerator
|
D | definition.cpp | 415 SkASSERT(MarkType::kMethod == fMarkType); in checkMethod() 863 SkASSERT(MarkType::kMethod == fMarkType); in hasParam()
|
/external/v8/src/torque/ |
D | declarable.h | 60 kMethod, enumerator 74 bool IsMethod() const { return kind() == kMethod; } in IsMethod() 466 : TorqueMacro(Declarable::kMethod, std::move(external_name), in Method()
|
D | implementation-visitor.cc | 3204 case Declarable::kMethod: in Visit()
|
/external/v8/src/torque/ls/ |
D | message.h | 296 kMethod = 6, enumerator
|
/external/v8/src/parsing/ |
D | parser-base.h | 189 kMethod, enumerator 662 kind = ParsePropertyKind::kMethod; in ParsePropertyKindFromToken() 734 case ParsePropertyKind::kMethod: in ClassPropertyKindFor() 2110 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty() 2115 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty() 2166 prop_info->kind == ParsePropertyKind::kMethod))) { in ParseProperty() 2272 prop_info->kind = ParsePropertyKind::kMethod; in ParseClassPropertyDefinition() 2328 case ParsePropertyKind::kMethod: { in ParseClassPropertyDefinition() 2338 CheckClassMethodName(prop_info->name, ParsePropertyKind::kMethod, in ParseClassPropertyDefinition() 2555 case ParsePropertyKind::kMethod: { in ParseObjectPropertyDefinition() [all …]
|