/external/proguard/src/proguard/optimize/peephole/ |
BranchTargetFinder.java | 51 public static final int NONE = -2; 192 return subroutineStarts[offset] != NONE; 232 return initializationOffsets[offset] != NONE; 239 * <code>NONE</code> if it is not being created. 253 return superInitializationOffset != NONE; 259 * the "super" or "this" initializer method, or <code>NONE</code> if it is 275 return creationOffsets[offset] != NONE; 283 * "this" initializer method, , or <code>NONE</code> if it is not a 'new' 317 subroutineStarts[index] = NONE; 318 subroutineEnds[index] = NONE; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
lit.cfg | 52 def execute_command(self, command, in_dir=None): 210 cxx_under_test = lit.params.get('cxx_under_test', None) 211 if cxx_under_test is None: 212 cxx_under_test = getattr(config, 'cxx_under_test', None) 216 if clangxx is not None: 219 if cxx_under_test is None: 223 libcxx_src_root = lit.params.get('libcxx_src_root', None) 224 if libcxx_src_root is None: 225 libcxx_src_root = getattr(config, 'libcxx_src_root', None) 226 if libcxx_src_root is None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 38 def Name(name, prefix=None): 61 def Call(func_name, args=None, prefix=None): 64 if prefix is not None: 76 def Number(n, prefix=None): 85 def String(string, prefix=None): 89 def ListComp(xp, fp, it, test=None): 92 If test is None, the "if test" part is omitted. 175 terminated by getattr(x, attr) is None. 232 if prev is not None and prev.type == token.DOT [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 38 def Name(name, prefix=None): 61 def Call(func_name, args=None, prefix=None): 64 if prefix is not None: 76 def Number(n, prefix=None): 85 def String(string, prefix=None): 89 def ListComp(xp, fp, it, test=None): 92 If test is None, the "if test" part is omitted. 175 terminated by getattr(x, attr) is None. 232 if prev is not None and prev.type == token.DOT [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_XML.py | 33 def parse_GL_API( file_name, factory = None ): 34 doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XML_PARSE_DTDATTR + libxml2.XML_PARSE_DTDLOAD + libxml2.XML_PARSE_NOENT ) 40 api = factory.create_item( "api", None, None ) 66 value = element.nsProp( name, None ) 108 self.header_tag = None 256 name = element.nsProp( "name", None ) 257 alias = element.nsProp( "alias", None ) 296 if number != None: 328 self.name = element.nsProp( "name", None ) [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_XML.py | 33 def parse_GL_API( file_name, factory = None ): 34 doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XML_PARSE_DTDATTR + libxml2.XML_PARSE_DTDLOAD + libxml2.XML_PARSE_NOENT ) 40 api = factory.create_item( "api", None, None ) 66 value = element.nsProp( name, None ) 108 self.header_tag = None 256 name = element.nsProp( "name", None ) 257 alias = element.nsProp( "alias", None ) 296 if number != None: 328 self.name = element.nsProp( "name", None ) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 124 def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0): 144 if fp is None: 232 data = None 261 if data is None: 332 filename = None 333 list = None [all...] |
shlex.py | 23 def __init__(self, instream=None, infile=None, posix=False): 26 if instream is not None: 31 self.infile = None 34 self.eof = None 54 self.source = None 65 def push_source(self, newstream, newfile=None): 74 if newfile is not None: 98 if self.source is not None: 130 if self.state is None [all...] |
modulefinder.py | 53 def __init__(self, name, file=None, path=None): 57 self.__code__ = None 68 if self.__file__ is not None: 70 if self.__path__ is not None: 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): 78 if path is None: 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 132 return None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 124 def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0): 144 if fp is None: 232 data = None 261 if data is None: 332 filename = None 333 list = None [all...] |
shlex.py | 23 def __init__(self, instream=None, infile=None, posix=False): 26 if instream is not None: 31 self.infile = None 34 self.eof = None 54 self.source = None 65 def push_source(self, newstream, newfile=None): 74 if newfile is not None: 98 if self.source is not None: 130 if self.state is None [all...] |
modulefinder.py | 53 def __init__(self, name, file=None, path=None): 57 self.__code__ = None 68 if self.__file__ is not None: 70 if self.__path__ is not None: 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): 78 if path is None: 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): 132 return None [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
cmdline.py | 112 branch=None, 113 directory=None, 114 help=None, 115 ignore_errors=None, 116 include=None, 117 omit=None, 118 parallel_mode=None, 119 module=None, 120 pylib=None, 122 show_missing=None, [all...] |
control.py | 33 def __init__(self, data_file=None, data_suffix=None, cover_pylib=None, 34 auto_data=False, timid=None, branch=None, config_file=True, 35 source=None, omit=None, include=None): 145 data_suffix = None 146 self.data_suffix = None [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
genpyx.py | 27 return None # ? 32 def __init__( self, filename=None ): 75 def pyxstr(self,toks=None,indent=0,**kw): 79 if toks is None: 102 def pyxstr(self,toks=None,indent=0,**kw): 103 if toks is None: 113 def pyxstr(self,toks=None,indent=0,**kw): 127 def pyxstr(self,toks=None,indent=0,**kw): 128 if toks is None: 138 def pyxstr(self,toks=None,indent=0,cprefix="",**kw) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dict.py | 39 self.assertRaises(TypeError, d.keys, None) 47 self.assertRaises(TypeError, d.values, None) 56 self.assertRaises(TypeError, d.items, None) 129 self.assertRaises(TypeError, d.clear, None) 141 self.assertRaises((TypeError, AttributeError), d.update, None) 208 self.assertEqual(dict.fromkeys('abc'), {'a':None, 'b':None, 'c':None}) 211 self.assertEqual(d.fromkeys('abc'), {'a':None, 'b':None, 'c':None} [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dict.py | 39 self.assertRaises(TypeError, d.keys, None) 47 self.assertRaises(TypeError, d.values, None) 56 self.assertRaises(TypeError, d.items, None) 129 self.assertRaises(TypeError, d.clear, None) 141 self.assertRaises((TypeError, AttributeError), d.update, None) 208 self.assertEqual(dict.fromkeys('abc'), {'a':None, 'b':None, 'c':None}) 211 self.assertEqual(d.fromkeys('abc'), {'a':None, 'b':None, 'c':None} [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_dispatch.py | 73 self.assertEqual(None, converter(os_root + 'a/b/h.py')) 74 self.assertEqual(None, converter('a/b/h_wsh.py')) 126 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 148 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 164 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 171 dispatcher = dispatch.Dispatcher(_TEST_HANDLERS_DIR, None) 183 request.ws_protocol = None 185 self.assertEqual('sub/plain_wsh.py is called for /sub/plain, None' 191 request.ws_protocol = None 193 self.assertEqual('sub/plain_wsh.py is called for /sub/plain?, None' [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system.py | 30 app_version=None, 50 return None 54 return None 56 name_prefix = None # probably 'zipball' 63 return None 110 def ForTest(repo, fake_fetcher, path=None, object_store_creator=None): 116 path if path is not None else 'test_data/github_file_system', 138 self._repo_zip = None 146 if self._repo_zip is not None [all...] |
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
googlecode_upload.py | 65 def upload(file, project_name, user_name, password, summary, labels=None): 82 Code, None otherwise. 90 if labels is not None: 110 location = resp.getheader('Location', None) 112 location = None 161 def upload_find_auth(file_path, project_name, summary, labels=None, 162 user_name=None, password=None, tries=3): 172 config_dir: Path to Subversion configuration directory, 'none', or None [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
loader.py | 66 _top_level_dir = None 87 load_tests = getattr(module, 'load_tests', None) 89 if use_load_tests and load_tests is not None: 91 return load_tests(self, tests, None) 97 def loadTestsFromName(self, name, module=None): 107 if module is None: 144 def loadTestsFromNames(self, names, module=None): 163 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): 185 if top_level_dir is None and self._top_level_dir is not None [all...] |
/external/chromium_org/tools/cr/cr/ |
plugin.py | 74 return self.cls.FindPlugin(name, self.only_active) is not None 85 if result is not None: 87 return None 112 method = getattr(active, self.method.__name__, None) 121 if instance is None: 147 child = getattr(self.__class__, config_root.name, None) 148 if child is not None: 194 plugin = _plugins.get(cls, None) 195 if plugin is None: 203 child = getattr(base, name, None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 46 _top_level_dir = None 67 load_tests = getattr(module, 'load_tests', None) 69 if use_load_tests and load_tests is not None: 71 return load_tests(self, tests, None) 77 def loadTestsFromName(self, name, module=None): 87 if module is None: 124 def loadTestsFromNames(self, names, module=None): 143 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): 165 if top_level_dir is None and self._top_level_dir is not None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 46 _top_level_dir = None 67 load_tests = getattr(module, 'load_tests', None) 69 if use_load_tests and load_tests is not None: 71 return load_tests(self, tests, None) 77 def loadTestsFromName(self, name, module=None): 87 if module is None: 124 def loadTestsFromNames(self, names, module=None): 143 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): 165 if top_level_dir is None and self._top_level_dir is not None [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 193 if self.status is None or status is None: 194 return None 250 def must_contain_all_lines(self, output, lines, title=None, find=None): 261 if find is None: 269 if title is None: 278 def must_contain_any_line(self, output, lines, title=None, find=None): 289 if find is None [all...] |