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

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/gyp/test/mac/
gyptest-objc-gc.py 19 match = lambda a, b: True)
  /external/v8/tools/testrunner/network/
distro.py 40 self.tests.sort(cmp=lambda x, y: cmp(x.duration, y.duration))
63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))
68 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work))
79 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work))
  /external/vixl/tools/
git.py 49 files_in_watched_folder = lambda n: untracked_regexp.search(n) != None
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
template_arity_spec.hpp 13 #include <boost/mpl/aux_/config/lambda.hpp>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_contains.py 27 self.assertRaises(TypeError, lambda: 1 in a)
28 self.assertRaises(TypeError, lambda: 1 not in a)
37 self.assertRaises(TypeError, lambda: None in 'abc')
51 self.assertRaises(TypeError, lambda: None in unicode('abc'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_functiontestcase.py 11 test = unittest.FunctionTestCase(lambda: None)
125 test = unittest.FunctionTestCase(lambda: None)
133 test = unittest.FunctionTestCase(lambda: None)
142 test = unittest.FunctionTestCase(lambda: None, description=desc)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_contains.py 27 self.assertRaises(TypeError, lambda: 1 in a)
28 self.assertRaises(TypeError, lambda: 1 not in a)
37 self.assertRaises(TypeError, lambda: None in 'abc')
51 self.assertRaises(TypeError, lambda: None in unicode('abc'))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_functiontestcase.py 11 test = unittest.FunctionTestCase(lambda: None)
125 test = unittest.FunctionTestCase(lambda: None)
133 test = unittest.FunctionTestCase(lambda: None)
142 test = unittest.FunctionTestCase(lambda: None, description=desc)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contains.py 27 self.assertRaises(TypeError, lambda: 1 in a)
28 self.assertRaises(TypeError, lambda: 1 not in a)
37 self.assertRaises(TypeError, lambda: None in 'abc')
51 self.assertRaises(TypeError, lambda: None in unicode('abc'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 11 test = unittest.FunctionTestCase(lambda: None)
125 test = unittest.FunctionTestCase(lambda: None)
133 test = unittest.FunctionTestCase(lambda: None)
142 test = unittest.FunctionTestCase(lambda: None, description=desc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contains.py 27 self.assertRaises(TypeError, lambda: 1 in a)
28 self.assertRaises(TypeError, lambda: 1 not in a)
37 self.assertRaises(TypeError, lambda: None in 'abc')
51 self.assertRaises(TypeError, lambda: None in unicode('abc'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 11 test = unittest.FunctionTestCase(lambda: None)
125 test = unittest.FunctionTestCase(lambda: None)
133 test = unittest.FunctionTestCase(lambda: None)
142 test = unittest.FunctionTestCase(lambda: None, description=desc)
  /external/opencv3/modules/photo/src/
calibrate.cpp 58 lambda(_lambda),
120 A.at<float>(eq, i) = lambda * w.at<float>(i + 1);
121 A.at<float>(eq, i + 1) = -2 * lambda * w.at<float>(i + 1);
122 A.at<float>(eq, i + 2) = lambda * w.at<float>(i + 1);
136 float getLambda() const { return lambda; }
137 void setLambda(float val) { lambda = val; }
146 << "lambda" << lambda
155 lambda = fn["lambda"];
163 float lambda; member in class:cv::CalibrateDebevecImpl
    [all...]
  /art/test/utils/python/testgen/
utils.py 34 map(lambda n: itertools.product(string.ascii_lowercase, repeat=n),
55 return "\n".join(map(lambda a: "# " + a, get_copyright("java").split("\n")))
  /bionic/tools/bionicbb/
presubmit.py 170 'clean': lambda: clean_project(dry_run),
171 'retry': lambda: build_project(gerrit_info, dry_run),
173 'arm': lambda: build_project(gerrit_info, dry_run,
175 'aarch64': lambda: build_project(gerrit_info, dry_run,
177 'mips': lambda: build_project(gerrit_info, dry_run,
179 'mips64': lambda: build_project(gerrit_info, dry_run,
181 'x86': lambda: build_project(gerrit_info, dry_run,
183 'x86_64': lambda: build_project(gerrit_info, dry_run,
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_channel.py 68 numpy.set_printoptions(formatter={'int':lambda x: hex(int(x))},
98 numpy.set_printoptions(formatter={'int':lambda x: hex(int(x))},
  /external/autotest/client/cros/
tcpdump.py 31 lambda: os.path.exists(dumpfilename),
65 lambda: not self._tcpdump_proc.poll() is None,
  /external/autotest/client/site_tests/platform_CryptohomeStress/
platform_CryptohomeStress.py 29 lambda: os.path.exists(CRYPTOHOMESTRESS_START),
36 lambda: os.path.exists(CRYPTOHOMESTRESS_END),
  /external/autotest/tko/
reason_qualifier.py 58 generic_reasons.sort(key = (lambda k: reason_htable[k].num),
60 return map(lambda generic_reason: reason_htable[generic_reason].html(),
  /external/chromium-trace/catapult/devil/devil/
devil_env_test.py 31 mock.Mock(side_effect=lambda _env_var: None)):
37 mock.Mock(side_effect=lambda _env_var: None)):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
selenium_support.py 31 globals().update(has_selenium=lambda: result)
34 identity = lambda x: x
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_securecookie_test.py 10 serializer._get_timestamp = lambda: 1
39 serializer2._encode = lambda x: 'foo'
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 55 auto lambda = [](Args... inner_args) { return g(inner_args...); }; local
56 lambda(args...);
69 [as(args...)] {} (); // expected-error {{initializer missing for lambda capture 'as'}} expected-error {{multiple}}
  /external/selinux/policycoreutils/sepolicy/sepolicy/
communicate.py 50 for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
  /external/vixl/third_party/android/
generate_android_mk.py 54 sources = map(lambda p : os.path.relpath(p, dir_root), sources)
58 test_sources = map(lambda p : os.path.relpath(p, dir_root), test_sources)

Completed in 538 milliseconds

1 2 3 4 56 7 8 91011>>