/external/clang/bindings/python/tests/cindex/ |
test_token_kind.py | 2 from nose.tools import eq_ 3 from nose.tools import ok_ 4 from nose.tools import raises
|
test_tokens.py | 6 from nose.tools import eq_ 7 from nose.tools import ok_
|
test_type.py | 6 from nose.tools import raises
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
test_cert_verification.py | 28 from nose.plugins.attrib import attr
|
__init__.py | 25 from nose.plugins.attrib import attr
|
test_zone.py | 27 from nose.plugins.attrib import attr
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/ |
test_proxies.py | 8 import nose 29 raise nose.SkipTest('socks module unavailable') 31 raise nose.SkipTest('subprocess module unavailable') 57 raise nose.SkipTest('tinyproxy not available')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/ |
test_queue.py | 27 from nose.plugins.attrib import attr
|
test_message.py | 30 from nose.plugins.attrib import attr
|
test_connection.py | 35 from nose.plugins.attrib import attr
|
/external/opencv3/samples/cpp/ |
facial_features.cpp | 5 * Haarcascade classifiers for face, eyes, nose and mouth 52 nose_cascade_path = (doesCmdOptionExist(args, "-nose")) ? getCommandOption(args, "-nose") : ""; 97 "The program detects a face and eyes, nose and mouth inside the face." 107 "\t-nose : Specify the haarcascade classifier for nose detection.\n" 114 "(2) ./cpp-example-facial_features image.jpg face.xml -nose nose.xml\n" 115 "\tThis will detect the face and nose in image.jpg.\n" 122 cout << "\n\nThe classifiers for nose and mouth can be downloaded from : 173 vector<Rect_<int> > nose; local [all...] |
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_cgiapp.py | 3 from nose.tools import assert_raises
|
test_config.py | 3 from nose.tools import assert_raises
|
test_multidict.py | 8 from nose.tools import assert_raises
|
test_registry.py | 4 from nose.tools import assert_raises
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/ |
test.py | 28 from nose.core import run 36 # order to filter on tags nose must load each test - many 108 print("nose command:", ' '.join(all_args))
|
/external/chromium-trace/catapult/third_party/coverage/ |
igor.py | 100 import nose.core 106 nose.core.main(argv=nose_args) 120 import nose 121 pth_dir = os.path.dirname(os.path.dirname(nose.__file__))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_mfa.py | 30 from nose.plugins.attrib import attr
|
test_https_cert_validation.py | 42 from nose.plugins.attrib import attr
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
Cat.java | 159 tint(0xFFFFFFFF, D.leftEye, D.rightEye, D.mouth, D.nose); 168 tint(0xFF000000, D.mouth, D.nose); 192 //tint(chooseP(nsr, isDark(bodyColor) ? P_LIGHT_SPOT_COLORS : P_DARK_SPOT_COLORS), D.nose); 375 public Drawable nose; 406 nose = context.getDrawable(R.drawable.nose); 419 nose, mouth,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/ |
test_layer1.py | 25 from nose.plugins.attrib import attr
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/ |
test_httpexceptions.py | 9 from nose.tools import assert_raises
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/ |
test_connection.py | 33 from nose.plugins.attrib import attr
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
test_writer.py | 32 from nose.tools import assert_equal
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/ |
test_connection.py | 33 from nose.plugins.attrib import attr
|