Home
last modified time | relevance | path

Searched refs:lambdas (Results 1 – 25 of 42) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DIssue186.java41 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/
Dcxx-lambda.cpp19 void lambdas() { in lambdas() function
56 lambdas(); in main()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java60 private final LambdaClassMaker lambdas; field in LambdaDesugaring
73 LambdaClassMaker lambdas, in LambdaDesugaring() argument
79 this.lambdas = lambdas; in LambdaDesugaring()
429 lambdas.generateLambdaClass( in visitInvokeDynamicInsn()
DDesugar.java327 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/
Dcomparing_scenarios.story1 Scenario: Compare CUs containing lambdas should not crash awfully
/external/clang/test/CodeGenCXX/
Dpass-object-size.cpp5 namespace lambdas { namespace
/external/clang/test/Lexer/
Dcxx-features.cpp82 #if check(lambdas, 0, 200907, 200907, 200907)
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
DJava8ValidatorTest.java72 public void lambdas() { in lambdas() method in Java8ValidatorTest
/external/clang/test/SemaCXX/
Dpass-object-size.cpp118 namespace lambdas { namespace
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp197 namespace lambdas { namespace
/external/google-fruit/tests/
Dtested_features.md44 * 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/
Dlambdas.mm1 …analyzer-checker=core,deadcode,debug.ExprInspection -analyzer-config inline-lambdas=true -verify %s
/external/grpc-grpc/doc/core/
Dmoving-to-c++.md27 - But lambdas are ok
/external/googletest/googlemock/docs/
DDesignDoc.md231 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/
DCONTRIBUTING.md118 - lambdas must be written using a single argument when using tuples: use `lambda x_y: x_y[0] + f(x_…
/external/clang/docs/
DMSVCCompatibility.rst111 implementation of lambdas except for providing overloads for conversion to
DLanguageExtensions.rst658 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/
Dprogramming.rst207 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/
DBuildingAJIT1.rst245 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/
D3.5.0a3.rst47 Fixed generator lambdas. Patch by Bruno Cauet.
/external/python/cpython2/Doc/faq/
Dprogramming.rst348 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/
DBuildingAJIT1.rst251 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/
Dpylintrc308 # Maximum line length for lambdas
/external/yapf/
DCHANGELOG32 - 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/
Dfunctools.rst323 To enable registering lambdas and pre-existing functions, the

12