/external/llvm/include/llvm/ADT/ |
None.h | 1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=// 10 // This file provides None, an enumerator for use in implicit constructors 23 None
|
/external/harfbuzz/src/ |
harfbuzz-indic.cpp | 479 None, 493 None, Above, Above, Post, 494 None, None, None, None, 495 None, None, None, None, [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-indic.cpp | 479 None, 493 None, Above, Above, Post, 494 None, None, None, None, 495 None, None, None, None, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_kr.py | 16 ("abc\x80\x80\xc1\xc4", "strict", None), 17 ("abc\xc8", "strict", None), 28 ("abc\x80\x80\xc1\xc4", "strict", None), 29 ("abc\xc8", "strict", None), 35 ("\xa4\xd4", "strict", None), 36 ("\xa4\xd4\xa4", "strict", None), 37 ("\xa4\xd4\xa4\xb6", "strict", None), 38 ("\xa4\xd4\xa4\xb6\xa4", "strict", None), 39 ("\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None), 40 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None), [all...] |
test_dictcomps.py | 24 expected = {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 25 6: None, 7: None, 8: None, 9: None} [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_kr.py | 16 ("abc\x80\x80\xc1\xc4", "strict", None), 17 ("abc\xc8", "strict", None), 28 ("abc\x80\x80\xc1\xc4", "strict", None), 29 ("abc\xc8", "strict", None), 35 ("\xa4\xd4", "strict", None), 36 ("\xa4\xd4\xa4", "strict", None), 37 ("\xa4\xd4\xa4\xb6", "strict", None), 38 ("\xa4\xd4\xa4\xb6\xa4", "strict", None), 39 ("\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None), 40 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None), [all...] |
test_dictcomps.py | 24 expected = {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 25 6: None, 7: None, 8: None, 9: None} [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 23 None, 27 None, 29 None, 36 None, 41 None, 74 None, 78 None,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 23 None, 27 None, 29 None, 36 None, 41 None, 74 None, 78 None,
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
SMTP_TLS.py | 11 username=None, password=None, sharedKey=None, 12 certChain=None, privateKey=None, 13 cryptoID=None, protocol=None, 14 x509Fingerprint=None, 15 x509TrustList=None, x509CommonName=None, [all...] |
IntegrationHelper.py | 5 username=None, password=None, sharedKey=None, 6 certChain=None, privateKey=None, 7 cryptoID=None, protocol=None, 8 x509Fingerprint=None, 9 x509TrustList=None, x509CommonName=None, [all...] |
/external/chromium/testing/gtest/test/ |
gtest_color_test.py | 48 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 50 if value is not None: 62 if color_flag is None: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None) [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_color_test.py | 48 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 50 if value is not None: 62 if color_flag is None: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None) [all...] |
/external/gtest/test/ |
gtest_color_test.py | 48 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 50 if value is not None: 62 if color_flag is None: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None) [all...] |
/external/protobuf/gtest/test/ |
gtest_color_test.py | 48 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 50 if value is not None: 62 if color_flag is None: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_color_test.py | 48 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 50 if value is not None: 62 if color_flag is None: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None) [all...] |
/external/chromium_org/tools/gyp/test/prune_targets/ |
gyptest-prune-targets.py | 37 test.build('test2.gyp', 'lib2', status=build_error_code, stderr=None) 38 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None) 41 test.build('test1.gyp', 'program2', status=build_error_code, stderr=None) 42 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None) 46 test.build('test2.gyp', 'lib1', status=build_error_code, stderr=None) 48 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None) 50 test.build('test1.gyp', 'program1', status=build_error_code, stderr=None) 52 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None) 58 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None) 62 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 30 returns None if not found or a mapping equivalent to: 39 Note that SomeVersion and Suffix are optional and may be None 44 return None 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 57 assert dylib_info('completely/invalid') is None 58 assert dylib_info('completely/invalide_debug') is None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 30 returns None if not found or a mapping equivalent to: 39 Note that SomeVersion and Suffix are optional and may be None 44 return None 49 def d(location=None, name=None, shortname=None, version=None, suffix=None): 57 assert dylib_info('completely/invalid') is None 58 assert dylib_info('completely/invalide_debug') is None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 9 scanstring('"z\\ud834\\udd20x"', 1, None, True), 14 scanstring(u'"z\U0001d120x"', 1, None, True), 18 scanstring(u'"z\U0001d120x"', 1, None, True), 22 scanstring('"\\u007b"', 1, None, True), 26 scanstring('"A JSON payload should be an object or array, not a string."', 1, None, True), 30 scanstring('["Unclosed array"', 2, None, True), 34 scanstring('["extra comma",]', 2, None, True), 38 scanstring('["double extra comma",,]', 2, None, True), 42 scanstring('["Comma after the close"],', 2, None, True), 46 scanstring('["Extra close"]]', 2, None, True) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 9 scanstring('"z\\ud834\\udd20x"', 1, None, True), 14 scanstring(u'"z\U0001d120x"', 1, None, True), 18 scanstring(u'"z\U0001d120x"', 1, None, True), 22 scanstring('"\\u007b"', 1, None, True), 26 scanstring('"A JSON payload should be an object or array, not a string."', 1, None, True), 30 scanstring('["Unclosed array"', 2, None, True), 34 scanstring('["extra comma",]', 2, None, True), 38 scanstring('["double extra comma",,]', 2, None, True), 42 scanstring('["Comma after the close"],', 2, None, True), 46 scanstring('["Extra close"]]', 2, None, True) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseError.h | 34 None = 0,
|
/external/chromium_org/tools/gyp/test/same-source-file-name/ |
gyptest-fail-shared.py | 16 test.run_gyp('double-shared.gyp', chdir='src', status=1, stderr=None)
|
gyptest-fail-static.py | 16 test.run_gyp('double-static.gyp', chdir='src', status=1, stderr=None)
|
/external/chromium_org/tools/gyp/test/same-target-name/ |
gyptest-same-target-name.py | 16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)
|