/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
D | Issue186.java | 41 List<LambdaExpr> lambdas = methodDeclaration.findAll(LambdaExpr.class); in lambdaPrimitivesIssue() local 44 ….function.Predicate<? super java.lang.String>", javaParserFacade.getType(lambdas.get(0)).describe(… in lambdaPrimitivesIssue() 45 …ava.lang.String, ? extends java.lang.Integer>", javaParserFacade.getType(lambdas.get(1)).describe(… in lambdaPrimitivesIssue() 46 …function.Predicate<? super java.lang.Integer>", javaParserFacade.getType(lambdas.get(2)).describe(… in lambdaPrimitivesIssue()
|
/external/clang/test/Profile/ |
D | cxx-lambda.cpp | 19 void lambdas() { in lambdas() function 56 lambdas(); in main()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | LambdaDesugaring.java | 60 private final LambdaClassMaker lambdas; field in LambdaDesugaring 73 LambdaClassMaker lambdas, in LambdaDesugaring() argument 79 this.lambdas = lambdas; in LambdaDesugaring() 429 lambdas.generateLambdaClass( in visitInvokeDynamicInsn()
|
D | Desugar.java | 327 private final LambdaClassMaker lambdas; field in Desugar 344 this.lambdas = new LambdaClassMaker(dumpDirectory); in Desugar() 464 ImmutableMap<Path, LambdaInfo> lambdasLeftBehind = lambdas.drain(); in desugarOneInput() 587 ImmutableMap<Path, LambdaInfo> lambdaClasses = lambdas.drain(); in desugarAndWriteDumpedLambdaClassesToOutput() 763 visitor, loader, lambdas, null, ImmutableSet.of(), allowDefaultMethods); in createClassVisitorsForDumpedLambdaClasses() 844 lambdas, in createClassVisitorsForClassesInInputs()
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | comparing_scenarios.story | 1 Scenario: Compare CUs containing lambdas should not crash awfully
|
/external/clang/test/CodeGenCXX/ |
D | pass-object-size.cpp | 5 namespace lambdas { namespace
|
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 82 #if check(lambdas, 0, 200907, 200907, 200907)
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/ |
D | Java8ValidatorTest.java | 72 public void lambdas() { in lambdas() method in Java8ValidatorTest
|
/external/clang/test/SemaCXX/ |
D | pass-object-size.cpp | 118 namespace lambdas { namespace
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 197 namespace lambdas { namespace
|
/external/google-fruit/tests/ |
D | tested_features.md | 44 * Check that lambdas with captures are forbidden 59 * Check that lambdas with captures are forbidden in `registerFactory()` 99 * Check that lambdas with captures are forbidden
|
/external/clang/test/Analysis/ |
D | lambdas.mm | 1 …analyzer-checker=core,deadcode,debug.ExprInspection -analyzer-config inline-lambdas=true -verify %s
|
/external/grpc-grpc/doc/core/ |
D | moving-to-c++.md | 27 - But lambdas are ok
|
/external/googletest/googlemock/docs/ |
D | DesignDoc.md | 231 C++0x will support lambdas, but they are not part of C++ right now. 260 available, we may want to support using lambdas as actions.
|
/external/scapy/ |
D | CONTRIBUTING.md | 118 - lambdas must be written using a single argument when using tuples: use `lambda x_y: x_y[0] + f(x_…
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 111 implementation of lambdas except for providing overloads for conversion to
|
D | LanguageExtensions.rst | 658 C++11 lambdas 662 determine if support for lambdas is enabled. 836 C++1y generic lambdas 841 (polymorphic) lambdas is enabled 1141 Interoperability with C++11 lambdas 1144 Clang provides interoperability between C++11 lambdas and blocks-based APIs, by
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 207 Why do lambdas defined in a loop with different values all return the same result? 210 Assume you use a for loop to define a few different lambdas (or even plain 217 This gives you a list that contains 5 lambdas that calculate ``x**2``. You 227 This happens because ``x`` is not local to the lambdas, but is defined in 231 changing the value of ``x`` and see how the results of the lambdas change:: 238 lambdas, so that they don't rely on the value of the global ``x``:: 255 Note that this behaviour is not peculiar to lambdas, but applies to regular
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 245 function. This function takes two lambdas [3]_ and returns a 370 .. [3] Actually they don't have to be lambdas, any object with a call operator
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 47 Fixed generator lambdas. Patch by Bruno Cauet.
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 348 Why do lambdas defined in a loop with different values all return the same result? 351 Assume you use a for loop to define a few different lambdas (or even plain 358 This gives you a list that contains 5 lambdas that calculate ``x**2``. You 368 This happens because ``x`` is not local to the lambdas, but is defined in 372 changing the value of ``x`` and see how the results of the lambdas change:: 379 lambdas, so that they don't rely on the value of the global ``x``:: 396 Note that this behaviour is not peculiar to lambdas, but applies to regular
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 251 function. This function takes two lambdas [3]_ and returns a JITSymbolResolver 398 .. [3] Actually they don't have to be lambdas, any object with a call operator
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | pylintrc | 308 # Maximum line length for lambdas
|
/external/yapf/ |
D | CHANGELOG | 32 - Attempt to determine if long lambdas are allowed. This can be done on a 446 - Add 'ALLOW_MULTILINE_LAMBDAS' which allows lambdas to be formatted onto
|
/external/python/cpython3/Doc/library/ |
D | functools.rst | 323 To enable registering lambdas and pre-existing functions, the
|