HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 1 - 25 of 4769) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 8 ('uint16', 'ScriptCount', None, None, 'Number of ScriptRecords'),
13 ('Tag', 'ScriptTag', None, None, '4-byte ScriptTag identifier'),
14 ('Offset', 'Script', None, None, 'Offset to Script table-from beginning of ScriptList'),
18 ('Offset', 'DefaultLangSys', None, None, 'Offset to DefaultLangSys table-from beginning of Script table-may be NULL'),
19 ('uint16', 'LangSysCount', None, None, 'Number of LangSysRecords for this script-excluding the DefaultLangSys')
    [all...]
  /external/lldb/test/plugins/
builder_freebsd.py 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
builder_linux2.py 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
  /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/chromium_org/third_party/skia/third_party/harfbuzz/src/
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...]
  /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...]
  /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/lldb/test/python_api/debugger/
TestDebuggerAPI.py 17 self.dbg.HandleCommand(None)
18 self.dbg.SetDefaultArchitecture(None)
19 self.dbg.GetScriptingLanguage(None)
20 self.dbg.CreateTarget(None)
21 self.dbg.CreateTarget(None, None, None, True, lldb.SBError())
22 self.dbg.CreateTargetWithFileAndTargetTriple(None, None)
23 self.dbg.CreateTargetWithFileAndArch(None, None
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 21 filename=None,
23 containing_type=None,
29 message_type=None, enum_type=None, containing_type=None,
30 is_extension=False, extension_scope=None,
31 options=None),
36 message_type=None, enum_type=None, containing_type=None,
    [all...]
nanopb_pb2.py 18 filename=None,
23 options=None,
24 type=None),
27 options=None,
28 type=None),
31 options=None,
32 type=None),
35 options=None,
36 type=None),
39 options=None,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint_test.py 17 self.assertEqual(f(' %t.so '), (None, None))
18 self.assertEqual(f(' %t.o '), (None, None))
19 self.assertEqual(f('%run %t '), (None, None))
20 self.assertEqual(f('-o %t '), (None, None))
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
parser_unittest.py 44 [("MODULE", "my_module", None, None)])
50 [("MODULE", "my_module", None, None)])
140 None,
143 None,
144 [('FIELD', 'int32', 'a', ast.Ordinal(None), None),
145 ('FIELD', 'double', 'b', ast.Ordinal(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/lldb/test/functionalities/command_script/import/thepackage/
TPunitA.py 3 return None
TPunitB.py 3 return None
  /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...]
  /external/chromium_org/tools/gyp/test/android/
gyptest-noalias.py 17 test.build('hello.gyp', 'hello', status=2, stderr=None)
19 test.build('hello.gyp', 'gyp_all_modules', status=2, stderr=None)
  /external/lldb/test/functionalities/command_script/import/foo/
foo2.py 3 return None
7 return None
  /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...]

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>