Home
last modified time | relevance | path

Searched refs:kMethod (Results 1 – 20 of 20) sorted by relevance

/external/boringssl/src/ssl/
Dtls_method.cc189 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()
Ddtls_method.cc131 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/
Dcli_call_test.cc103 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/
DLzmaAlone.cpp84 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/
DselfCheck.cpp78 } else if (MarkType::kMethod != csChild->fMarkType) { in checkMethod()
DbmhParser.cpp72 , { "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 …]
DhackParser.cpp65 if (MarkType::kMethod != child->fMarkType) { in replaceWithPop()
Dbookmaker.h134 kMethod, enumerator
DincludeParser.cpp312 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 …]
DbmhParser.h58 , { &fMethodMap, MarkType::kMethod } in BmhParser()
DincludeWriter.cpp828 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()
DspellCheck.cpp229 case MarkType::kMethod: { in check()
343 case MarkType::kMethod: in check()
Dbookmaker.cpp351 methods += count_children(*topic.second, MarkType::kMethod); in main()
DmdOut.cpp78 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()
DincludeParser.h50 kMethod, enumerator
Ddefinition.cpp415 SkASSERT(MarkType::kMethod == fMarkType); in checkMethod()
863 SkASSERT(MarkType::kMethod == fMarkType); in hasParam()
/external/v8/src/torque/
Ddeclarable.h60 kMethod, enumerator
74 bool IsMethod() const { return kind() == kMethod; } in IsMethod()
466 : TorqueMacro(Declarable::kMethod, std::move(external_name), in Method()
Dimplementation-visitor.cc3204 case Declarable::kMethod: in Visit()
/external/v8/src/torque/ls/
Dmessage.h296 kMethod = 6, enumerator
/external/v8/src/parsing/
Dparser-base.h189 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 …]