HomeSort by relevance Sort by last modified time
    Searched refs:lambda (Results 51 - 75 of 1923) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
lambda_fwd.hpp 19 #include <boost/mpl/aux_/config/lambda.hpp>
36 struct lambda;
51 struct lambda;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
functools.py 56 '__lt__': [('__gt__', lambda self, other: not (self < other or self == other)),
57 ('__le__', lambda self, other: self < other or self == other),
58 ('__ge__', lambda self, other: not self < other)],
59 '__le__': [('__ge__', lambda self, other: not self <= other or self == other),
60 ('__lt__', lambda self, other: self <= other and not self == other),
61 ('__gt__', lambda self, other: not self <= other)],
62 '__gt__': [('__lt__', lambda self, other: not (self > other or self == other)),
63 ('__ge__', lambda self, other: self > other or self == other),
64 ('__le__', lambda self, other: not self > other)],
65 '__ge__': [('__le__', lambda self, other: (not self >= other) or self == other)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
functools.py 56 '__lt__': [('__gt__', lambda self, other: not (self < other or self == other)),
57 ('__le__', lambda self, other: self < other or self == other),
58 ('__ge__', lambda self, other: not self < other)],
59 '__le__': [('__ge__', lambda self, other: not self <= other or self == other),
60 ('__lt__', lambda self, other: self <= other and not self == other),
61 ('__gt__', lambda self, other: not self <= other)],
62 '__gt__': [('__lt__', lambda self, other: not (self > other or self == other)),
63 ('__ge__', lambda self, other: self > other or self == other),
64 ('__le__', lambda self, other: not self > other)],
65 '__ge__': [('__le__', lambda self, other: (not self >= other) or self == other)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 56 '__lt__': [('__gt__', lambda self, other: not (self < other or self == other)),
57 ('__le__', lambda self, other: self < other or self == other),
58 ('__ge__', lambda self, other: not self < other)],
59 '__le__': [('__ge__', lambda self, other: not self <= other or self == other),
60 ('__lt__', lambda self, other: self <= other and not self == other),
61 ('__gt__', lambda self, other: not self <= other)],
62 '__gt__': [('__lt__', lambda self, other: not (self > other or self == other)),
63 ('__ge__', lambda self, other: self > other or self == other),
64 ('__le__', lambda self, other: not self > other)],
65 '__ge__': [('__le__', lambda self, other: (not self >= other) or self == other)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 56 '__lt__': [('__gt__', lambda self, other: not (self < other or self == other)),
57 ('__le__', lambda self, other: self < other or self == other),
58 ('__ge__', lambda self, other: not self < other)],
59 '__le__': [('__ge__', lambda self, other: not self <= other or self == other),
60 ('__lt__', lambda self, other: self <= other and not self == other),
61 ('__gt__', lambda self, other: not self <= other)],
62 '__gt__': [('__lt__', lambda self, other: not (self > other or self == other)),
63 ('__ge__', lambda self, other: self > other or self == other),
64 ('__le__', lambda self, other: not self > other)],
65 '__ge__': [('__le__', lambda self, other: (not self >= other) or self == other)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/util/
matching.py 9 name_func=lambda x: x,
27 return [x[0] for x in sorted(result, key=lambda r: r[1], reverse=True)]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 109 struct lambda struct in namespace:boost::mpl
120 : lambda<T>::is_le
126 struct lambda< arg<N>,Tag AUX778076_ARITY_PARAM(int_<-1>) > struct in namespace:boost::mpl
140 struct lambda< mpl::protect<T>,Tag AUX778076_ARITY_PARAM(int_<1>) > struct in namespace:boost::mpl
152 struct lambda< struct in namespace:boost::mpl
172 struct lambda< struct in namespace:boost::mpl
173 lambda<F,Tag1,Arity>
178 typedef lambda< F,Tag2 > l1;
179 typedef lambda< Tag1,Tag2 > l2;
183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3
196 struct lambda< struct in namespace:boost::mpl
    [all...]
arg_typedef.hpp 17 #include <boost/mpl/aux_/config/lambda.hpp>
  /art/runtime/lambda/
leaking_allocator.cc 18 #include "lambda/leaking_allocator.h"
23 namespace lambda { namespace in namespace:art
26 // TODO: use GetAllocatorForClassLoader to allocate lambda ArtMethod data.
32 } // namespace lambda
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
decorators_test.py 18 self.assertRaises(Exception, lambda: decorators.trace(1))
19 self.assertRaises(Exception, lambda: decorators.trace(""))
20 self.assertRaises(Exception, lambda: decorators.trace([]))
23 self.assertRaises(Exception, lambda: decorators.trace(generator))
  /external/deqp/scripts/opengl/
gen_es_static_library.py 32 check = lambda api, version: api == 'gles2' and version in GEN_VERSIONS,
  /external/libgsm/src/
long_term.c 59 register int k, lambda; local
97 for (lambda = 40; lambda <= 120; lambda++) {
98 L_result = (longword)wt_k * dp[best_k - lambda];
100 Nc = lambda;
163 register int k, lambda; local
203 for (lambda = 40; lambda <= 120; lambda++)
301 register int k, lambda; local
478 register int k, lambda; local
646 register int k, lambda; local
719 register int k, lambda; local
    [all...]
  /external/v8/tools/gyp/test/mac/
gyptest-ldflags-passed-to-libtool.py 20 match = lambda a, b: True)
gyptest-objc-arc.py 18 match = lambda a, b: True)
  /frameworks/native/opengl/tools/glgen/
convert_to_java.py 30 for define in sorted(allDefines, key=lambda define: define[1]):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
testcode.py 26 l = lambda: test()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
testcode.py 26 l = lambda: test()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
testcode.py 26 l = lambda: test()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
testcode.py 26 l = lambda: test()
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btSubSimplexConvexCast.cpp 52 btScalar lambda = btScalar(0.); local
91 if (lambda > btScalar(1.0))
104 lambda = lambda - VdotW / VdotR;
105 //interpolate to next lambda
106 // x = s + lambda * r;
107 interpolatedTransA.getOrigin().setInterpolate3(fromA.getOrigin(),toA.getOrigin(),lambda);
108 interpolatedTransB.getOrigin().setInterpolate3(fromB.getOrigin(),toB.getOrigin(),lambda);
142 result.m_fraction = lambda;
  /external/opencv3/3rdparty/jinja2/
_compat.py 17 _identity = lambda x: x
26 iterkeys = lambda d: iter(d.keys())
27 itervalues = lambda d: iter(d.values())
28 iteritems = lambda d: iter(d.items())
47 get_next = lambda x: x.__next__
55 iterkeys = lambda d: d.iterkeys()
56 itervalues = lambda d: d.itervalues()
57 iteritems = lambda d: d.iteritems()
75 cls.__str__ = lambda x: x.__unicode__().encode('utf-8')
78 get_next = lambda x: x.nex
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 38 struct lambda struct in namespace:boost::mpl
49 : lambda<T>::is_le
54 struct lambda< arg<N>,Tag, int_< -1 > > struct in namespace:boost::mpl
65 struct lambda< struct in namespace:boost::mpl
117 struct lambda< struct in namespace:boost::mpl
123 typedef lambda< T1,Tag > l1;
141 struct lambda< struct in namespace:boost::mpl
194 struct lambda< struct in namespace:boost::mpl
200 typedef lambda< T1,Tag > l1;
201 typedef lambda< T2,Tag > l2
223 struct lambda< struct in namespace:boost::mpl
276 struct lambda< struct in namespace:boost::mpl
307 struct lambda< struct in namespace:boost::mpl
362 struct lambda< struct in namespace:boost::mpl
395 struct lambda< struct in namespace:boost::mpl
454 struct lambda< struct in namespace:boost::mpl
491 struct lambda< struct in namespace:boost::mpl
508 struct lambda< mpl::protect<T>,Tag, int_<1> > struct in namespace:boost::mpl
522 struct lambda< struct in namespace:boost::mpl
539 struct lambda< struct in namespace:boost::mpl
    [all...]
  /art/test/955-lambda-smali/smali/
MoveResult.smali 44 create-lambda v0, LMoveResult;->lambdaZ(J)Z
45 invoke-lambda v0, {}
63 # Lambda target for testZ. Always returns "true".
76 create-lambda v0, LMoveResult;->lambdaB(J)B
77 invoke-lambda v0, {}
95 # Lambda target for testB. Always returns "15".
108 create-lambda v0, LMoveResult;->lambdaS(J)S
109 invoke-lambda v0, {}
127 # Lambda target for testS. Always returns "31000".
140 create-lambda v0, LMoveResult;->lambdaI(J)
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_framestitching.cpp 30 double N[16],q[4],lambda[4],lambda_max; local
50 db_RealEigenvalues4x4(lambda,&nr_roots,N,1);
53 lambda_max=lambda[0];
56 if(lambda[1]>lambda_max) lambda_max=lambda[1];
59 if(lambda[2]>lambda_max) lambda_max=lambda[2];
61 if(nr_roots>=4) if(lambda[3]>lambda_max) lambda_max=lambda[3];
  /external/opencv3/modules/calib3d/src/
levmarq.cpp 117 double lambda = 1, lc = 0.75; local
132 Ap.at<double>(i, i) += lambda*D.at<double>(i);
145 lambda *= 0.5;
146 if( lambda < lc )
147 lambda = 0;
155 if( lambda == 0 )
161 lambda = lc = 1./maxval;
164 lambda *= nu;
184 (proceed ? ' ' : '*'), iter, nfJ, S, x.at<double>(0), d.at<double>(0), lambda, lc);

Completed in 486 milliseconds

1 23 4 5 6 7 8 91011>>