/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
D | GenericVisitorAdapter.java | 82 R result = n.getJavaDoc().accept(this, arg); in visit() local 91 R result = a.accept(this, arg); in visit() local 101 R result = member.accept(this, arg); in visit() local 115 R result = n.getJavaDoc().accept(this, arg); in visit() local 124 R result = a.accept(this, arg); in visit() local 132 R result = n.getType().accept(this, arg); in visit() local 139 R result = n.getDefaultValue().accept(this, arg); in visit() local 151 R result = n.getName().accept(this, arg); in visit() local 157 R result = n.getIndex().accept(this, arg); in visit() local 168 R result = n.getType().accept(this, arg); in visit() local [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | GenericVisitorAdapter.java | 47 R result = a.accept(this, arg); in visit() local 57 R result = member.accept(this, arg); in visit() local 73 R result = a.accept(this, arg); in visit() local 81 R result = n.getType().accept(this, arg); in visit() local 88 R result = n.getDefaultValue().accept(this, arg); in visit() local 101 R result = n.getName().accept(this, arg); in visit() local 107 R result = n.getIndex().accept(this, arg); in visit() local 119 R result = n.getType().accept(this, arg); in visit() local 125 R result = level.accept(this, arg); in visit() local 131 R result = n.getInitializer().accept(this, arg); in visit() local [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
D | function_eval_50.hpp | 21 struct result<This(F, A0, Context)> struct 28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 35 typename result< argument 71 struct result<This(F, A0 , A1, Context)> struct 78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 85 typename result< argument 121 struct result<This(F, A0 , A1 , A2, Context)> struct 128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 135 typename result< argument 171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct [all …]
|
D | function_eval_40.hpp | 21 struct result<This(F, A0, Context)> struct 28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 35 typename result< argument 71 struct result<This(F, A0 , A1, Context)> struct 78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 85 typename result< argument 121 struct result<This(F, A0 , A1 , A2, Context)> struct 128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 135 typename result< argument 171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct [all …]
|
D | function_eval_30.hpp | 21 struct result<This(F, A0, Context)> struct 28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 35 typename result< argument 71 struct result<This(F, A0 , A1, Context)> struct 78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 85 typename result< argument 121 struct result<This(F, A0 , A1 , A2, Context)> struct 128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 135 typename result< argument 171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct [all …]
|
D | function_eval_20.hpp | 21 struct result<This(F, A0, Context)> struct 28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 35 typename result< argument 71 struct result<This(F, A0 , A1, Context)> struct 78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 85 typename result< argument 121 struct result<This(F, A0 , A1 , A2, Context)> struct 128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 135 typename result< argument 171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct [all …]
|
D | function_eval_10.hpp | 21 struct result<This(F, A0, Context)> struct 28 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 35 typename result< argument 71 struct result<This(F, A0 , A1, Context)> struct 78 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 85 typename result< argument 121 struct result<This(F, A0 , A1 , A2, Context)> struct 128 …ypename boost::add_reference< typename boost::add_const< typename boost::result_of< boost::phoenix… argument 135 typename result< argument 171 struct result<This(F, A0 , A1 , A2 , A3, Context)> struct [all …]
|
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | make_shared_array_test.cpp | 47 boost::shared_ptr<int[]> result = in main() local 58 boost::shared_ptr<int[3]> result = in main() local 69 boost::shared_ptr<int[][2]> result = in main() local 81 boost::shared_ptr<int[2][2]> result = in main() local 93 boost::shared_ptr<const int[]> result = in main() local 104 boost::shared_ptr<const int[3]> result = in main() local 115 boost::shared_ptr<const int[][2]> result = in main() local 127 boost::shared_ptr<const int[2][2]> result = in main() local 139 boost::shared_ptr<type[]> result = in main() local 151 boost::shared_ptr<type[3]> result = in main() local [all …]
|
D | make_local_shared_array_test.cpp | 50 boost::local_shared_ptr<int[]> result = in main() local 61 boost::local_shared_ptr<int[3]> result = in main() local 72 boost::local_shared_ptr<int[][2]> result = in main() local 84 boost::local_shared_ptr<int[2][2]> result = in main() local 96 boost::local_shared_ptr<const int[]> result = in main() local 107 boost::local_shared_ptr<const int[3]> result = in main() local 118 boost::local_shared_ptr<const int[][2]> result = in main() local 130 boost::local_shared_ptr<const int[2][2]> result = in main() local 142 boost::local_shared_ptr<type[]> result = in main() local 154 boost::local_shared_ptr<type[3]> result = in main() local [all …]
|
D | make_shared_array_noinit_test.cpp | 47 boost::shared_ptr<int[]> result = in main() local 55 boost::shared_ptr<int[3]> result = in main() local 63 boost::shared_ptr<int[][2]> result = in main() local 71 boost::shared_ptr<int[2][2]> result = in main() local 79 boost::shared_ptr<const int[]> result = in main() local 87 boost::shared_ptr<const int[3]> result = in main() local 95 boost::shared_ptr<const int[][2]> result = in main() local 103 boost::shared_ptr<const int[2][2]> result = in main() local 111 boost::shared_ptr<type[]> result = in main() local 123 boost::shared_ptr<type[3]> result = in main() local [all …]
|
D | make_local_shared_array_noinit_test.cpp | 50 boost::local_shared_ptr<int[]> result = in main() local 58 boost::local_shared_ptr<int[3]> result = in main() local 66 boost::local_shared_ptr<int[][2]> result = in main() local 74 boost::local_shared_ptr<int[2][2]> result = in main() local 82 boost::local_shared_ptr<const int[]> result = in main() local 90 boost::local_shared_ptr<const int[3]> result = in main() local 98 boost::local_shared_ptr<const int[][2]> result = in main() local 106 boost::local_shared_ptr<const int[2][2]> result = in main() local 114 boost::local_shared_ptr<type[]> result = in main() local 126 boost::local_shared_ptr<type[3]> result = in main() local [all …]
|
/external/aws-sdk-java-v2/services/route53/src/main/java/software/amazon/awssdk/services/route53/internal/ |
D | Route53IdInterceptor.java | 62 ChangeResourceRecordSetsResponse result = (ChangeResourceRecordSetsResponse) response; in modifyResponse() local 68 CreateHostedZoneResponse result = (CreateHostedZoneResponse) response; in modifyResponse() local 76 DeleteHostedZoneResponse result = (DeleteHostedZoneResponse) response; in modifyResponse() local 82 GetChangeResponse result = (GetChangeResponse) response; in modifyResponse() local 88 GetHostedZoneResponse result = (GetHostedZoneResponse) response; in modifyResponse() local 95 ListHostedZonesResponse result = (ListHostedZonesResponse) response; in modifyResponse() local 103 ListResourceRecordSetsResponse result = (ListResourceRecordSetsResponse) response; in modifyResponse() local 111 CreateHealthCheckResponse result = (CreateHealthCheckResponse) response; in modifyResponse() local 117 GetHealthCheckResponse result = (GetHealthCheckResponse) response; in modifyResponse() local 123 ListHealthChecksResponse result = (ListHealthChecksResponse) response; in modifyResponse() local [all …]
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/ |
D | Java1_1ValidatorTest.java | 26 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topClass() local 45 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedClass() local 61 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{ void x… in localClass() local 81 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topInterface() local 101 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedInterface() local 118 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in constructor() local 138 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{X(" + a… in constructorParameter() local 159 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in classMethod() local 174 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("interface X{" +… in interfaceMethod() local 191 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{int x("… in methodParameter() local [all …]
|
D | Java10ValidatorTest.java | 23 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("var a = 5;")); in varAllowedInLocalVariableDeclaration() local 29 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("for(var a : as){}")); in varAllowedInForEach() local 35 … ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("for(var a = 5;a<9;a++){}")); in varAllowedInOldFor() local 41 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("int a = (var)20;")); in varNotAllowedInCast() local 47 …ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("try(var f = new FileReader(\… in varNotAllowedInTryWithResources() local 53 … ParseResult<BodyDeclaration<?>> result = javaParser.parse(CLASS_BODY, provider("var a = 20;")); in varNotAllowedInField() local 59 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("new X<var>();")); in varNotAllowedInTypeArguments() local 65 … ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("x((var x) -> null);")); in varNotAllowedInLambdaParameters() local 71 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("var a;")); in emptyInitializerNotAllowed() local 77 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("var a=1, b=2;")); in multipleVariablesNotAllowed() local [all …]
|
D | Java5ValidatorTest.java | 23 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X<A>{List… in genericsWithoutDiamond() local 29 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topAnnotationDeclaration() local 49 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedAnnotationDeclaration() local 66 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("@interface X{" … in annotationMember() local 87 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topEnum() local 108 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedEnum() local 126 ParseResult<Parameter> result = javaParser.parse(PARAMETER, provider("String... x")); in varargs() local 132 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("for(X x: xs){}")); in foreach() local 138 … ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("for(int i, j : nums){}")); in noMultipleVariablesInForEach() local 145 …ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("for(static transient int i :… in noModifiersInForEachBesideFinal() local [all …]
|
D | Java1_2ValidatorTest.java | 23 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topClass() local 42 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedClass() local 58 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{ void x… in localClass() local 78 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "… in topInterface() local 98 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in nestedInterface() local 115 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in constructor() local 135 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{X(" + a… in constructorParameter() local 157 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + all… in classMethod() local 172 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("interface X{" +… in interfaceMethod() local 189 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{int x("… in methodParameter() local [all …]
|
D | Java1_0ValidatorTest.java | 29 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("try(X x=new Y()){}")); in tryWithoutResources() local 37 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X extends… in classExtendingMoreThanOne() local 43 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("interface X imp… in interfaceUsingImplements() local 49 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("interface X {{}… in interfaceWithInitializer() local 55 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X {defaul… in defaultInClass() local 61 ParseResult<Expression> result = javaParser.parse(EXPRESSION, provider("(1==2)=3")); in leftHandAssignmentCannotBeAConditional() local 67 ParseResult<Expression> result = javaParser.parse(EXPRESSION, provider("()=3")); in leftHandAssignmentCannotBeEmptyBraces() local 75 ParseResult<Expression> result = javaParser.parse(EXPRESSION, provider("(i) += (i) += 1")); in leftHandAssignmentCanBeInBraces() local 81 …ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{class Y… in noInnerClasses() local 87 ParseResult<Expression> result = javaParser.parse(EXPRESSION, provider("Abc.class")); in noReflection() local [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
D | GenericVisitorAdapter.java | 44 R result; in visit() local 75 R result; in visit() local 111 R result; in visit() local 132 R result; in visit() local 158 R result; in visit() local 174 R result; in visit() local 195 R result; in visit() local 216 R result; in visit() local 237 R result; in visit() local 253 R result; in visit() local [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/object/detail/cpp03/preprocessed/ |
D | new_eval_10.hpp | 16 struct result<This(A0 , A1, Context)> struct 27 typename result<new_eval(A0 const& , A1 const&, Context &)>::type argument 49 struct result<This(A0 , A1 , A2, Context)> struct 60 typename result<new_eval(A0 const& , A1 const& , A2 const&, Context &)>::type argument 82 struct result<This(A0 , A1 , A2 , A3, Context)> struct 93 typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const&, Context &)>::type argument 115 struct result<This(A0 , A1 , A2 , A3 , A4, Context)> struct 126 …typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&, Context &)>::t… argument 148 struct result<This(A0 , A1 , A2 , A3 , A4 , A5, Context)> struct 159 …typename result<new_eval(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const&, Co… argument [all …]
|
/external/cronet/tot/base/ |
D | pickle_fuzzer.cc | 43 bool result = 0; in LLVMFuzzerTestOneInput() local 48 int result = 0; in LLVMFuzzerTestOneInput() local 53 long result = 0; in LLVMFuzzerTestOneInput() local 58 uint16_t result = 0; in LLVMFuzzerTestOneInput() local 63 uint32_t result = 0; in LLVMFuzzerTestOneInput() local 68 int64_t result = 0; in LLVMFuzzerTestOneInput() local 73 uint64_t result = 0; in LLVMFuzzerTestOneInput() local 78 float result = 0; in LLVMFuzzerTestOneInput() local 83 double result = 0; in LLVMFuzzerTestOneInput() local 88 std::string result; in LLVMFuzzerTestOneInput() local [all …]
|
/external/cronet/stable/base/ |
D | pickle_fuzzer.cc | 43 bool result = 0; in LLVMFuzzerTestOneInput() local 48 int result = 0; in LLVMFuzzerTestOneInput() local 53 long result = 0; in LLVMFuzzerTestOneInput() local 58 uint16_t result = 0; in LLVMFuzzerTestOneInput() local 63 uint32_t result = 0; in LLVMFuzzerTestOneInput() local 68 int64_t result = 0; in LLVMFuzzerTestOneInput() local 73 uint64_t result = 0; in LLVMFuzzerTestOneInput() local 78 float result = 0; in LLVMFuzzerTestOneInput() local 83 double result = 0; in LLVMFuzzerTestOneInput() local 88 std::string result; in LLVMFuzzerTestOneInput() local [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
D | NullConversionsForContentTest.java | 52 NullContentUndefined<List<String>> result = MAPPER.readValue(JSON, listType); in testFailOnNullFromDefaults() local 86 NullContentFail<List<Integer>> result = MAPPER.readValue(aposToQuotes("{'nullsOk':[null]}"), in testFailOnNullWithCollections() local 201 NullContentAsEmpty<List<Integer>> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithCollections() local 209 NullContentAsEmpty<List<String>> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithCollections() local 224 NullContentUndefined<List<Integer>> result = mapper.readValue(JSON, listType); in testNullsAsEmptyUsingDefaults() local 244 NullContentAsEmpty<String[]> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithArrays() local 257 NullContentAsEmpty<int[]> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithPrimitiveArrays() local 265 NullContentAsEmpty<long[]> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithPrimitiveArrays() local 273 NullContentAsEmpty<boolean[]> result = MAPPER.readValue(JSON, in testNullsAsEmptyWithPrimitiveArrays() local 285 NullContentAsEmpty<Map<String,String>> result in testNullsAsEmptyWithMaps() local [all …]
|
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/ |
D | GeneralCategoryGroup.hpp | 55 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_contains_mv1(this->AsFFI(), in contains() local 61 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_complement_mv1(this->AsFFI()); in complement() local 66 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_all_mv1(); in all() local 71 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_empty_mv1(); in empty() local 76 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_union_mv1(this->AsFFI(), in union_() local 82 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_intersection_mv1(this->AsFFI(), in intersection() local 88 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_cased_letter_mv1(); in cased_letter() local 93 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_letter_mv1(); in letter() local 98 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_mark_mv1(); in mark() local 103 auto result = icu4x::capi::icu4x_GeneralCategoryGroup_number_mv1(); in number() local [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/ |
D | result_of_tests.cpp | 38 struct result<This()> { struct 39 typedef int type; 42 struct result<This(A1)> { struct 44 typedef int type; 47 struct result<This(A1, A2)> { struct 50 typedef int type; 53 struct result<This(A1, A2, A3)> { struct 57 typedef int type; 60 struct result<This(A1, A2, A3, A4)> { struct 65 typedef int type; [all …]
|
/external/sdv/vsomeip/third_party/boost/utility/test/ |
D | result_of_test.cpp | 30 template<typename F> struct result { typedef int type; }; struct 40 template<typename F> struct result { typedef float type; }; struct 55 template<typename This, typename That> struct result<This(That)> { typedef int type; }; argument 67 template<typename This, typename That> struct result<This(That)> { typedef float type; }; argument 78 template<typename This, typename That> struct result<This(That)> { typedef That type; }; struct 81 …te<typename This, typename That> struct result<const This(That)> { typedef cv_overload_check<const… struct 84 …typename This, typename That> struct result<volatile This(That)> { typedef cv_overload_check<volat… argument 87 …me This, typename That> struct result<const volatile This(That)> { typedef cv_overload_check<const… struct 90 template<typename This, typename That> struct result<This(That &, That)> { typedef That & type; }; argument 93 …mplate<typename This, typename That> struct result<This(That const &, That)> { typedef That const … struct [all …]
|