/external/mesa3d/docs/ |
MESA_swap_control.spec | 27 None 51 None 55 None 59 None 64 None 68 None 72 None 111 None. This extension only extends to direct rendering contexts. 121 None
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 52 def __init__(self, instance = '', decl = None): 177 ('SVGA_3D_CMD_SURFACE_DESTROY', 'SVGA3dCmdDestroySurface', (), None), 179 ('SVGA_3D_CMD_SURFACE_STRETCHBLT', 'SVGA3dCmdSurfaceStretchBlt', (), None), 181 ('SVGA_3D_CMD_CONTEXT_DEFINE', 'SVGA3dCmdDefineContext', (), None), 182 ('SVGA_3D_CMD_CONTEXT_DESTROY', 'SVGA3dCmdDestroyContext', (), None), 183 ('SVGA_3D_CMD_SETTRANSFORM', 'SVGA3dCmdSetTransform', (), None), 184 ('SVGA_3D_CMD_SETZRANGE', 'SVGA3dCmdSetZRange', (), None), 186 ('SVGA_3D_CMD_SETRENDERTARGET', 'SVGA3dCmdSetRenderTarget', (), None), 188 ('SVGA_3D_CMD_SETMATERIAL', 'SVGA3dCmdSetMaterial', (), None), 189 ('SVGA_3D_CMD_SETLIGHTDATA', 'SVGA3dCmdSetLightData', (), None), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 69 def __init__(self, nodes, lineno=None): 85 def __init__(self, expr, attrname, flags, lineno=None): 101 def __init__(self, nodes, lineno=None): 117 def __init__(self, name, flags, lineno=None): 132 def __init__(self, nodes, lineno=None): 148 def __init__(self, test, fail, lineno=None): 162 if self.fail is not None: 170 def __init__(self, nodes, expr, lineno=None): 191 def __init__(self, node, op, expr, lineno=None) [all...] |
visitor.py | 35 self.node = None 45 meth = self._cache.get(klass, None) 46 if meth is None: 76 meth = self._cache.get(node.__class__, None) 78 if meth is None: 101 def walk(tree, visitor, walker=None, verbose=None): 102 if walker is None: 104 if verbose is not None:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
linecache.py | 13 def getline(filename, lineno, module_globals=None): 33 def getlines(filename, module_globals=None): 43 def checkcache(filename=None): 47 if filename is None: 57 if mtime is None: 68 def updatecache(filename, module_globals=None): 88 get_source = getattr(loader, 'get_source', None) 96 if data is None: 101 len(data), None,
|
_LWPCookieJar.py | 29 if cookie.port is not None: h.append(("port", cookie.port)) 30 if cookie.path_specified: h.append(("path_spec", None)) 31 if cookie.port_specified: h.append(("port_spec", None)) 32 if cookie.domain_initial_dot: h.append(("domain_dot", None)) 33 if cookie.secure: h.append(("secure", None)) 36 if cookie.discard: h.append(("discard", None)) 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 79 if filename is None: 80 if self.filename is not None: filename = self.filename 125 if k is not None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 53 ORIGINAL_DIR = None 79 if p._popen.poll() is not None: 92 _Popen = None 94 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}): 95 assert group is None, 'group argument must be None for now' 102 self._popen = None 120 assert self._popen is None, 'cannot start a process twice [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 69 def __init__(self, nodes, lineno=None): 85 def __init__(self, expr, attrname, flags, lineno=None): 101 def __init__(self, nodes, lineno=None): 117 def __init__(self, name, flags, lineno=None): 132 def __init__(self, nodes, lineno=None): 148 def __init__(self, test, fail, lineno=None): 162 if self.fail is not None: 170 def __init__(self, nodes, expr, lineno=None): 191 def __init__(self, node, op, expr, lineno=None) [all...] |
visitor.py | 35 self.node = None 45 meth = self._cache.get(klass, None) 46 if meth is None: 76 meth = self._cache.get(node.__class__, None) 78 if meth is None: 101 def walk(tree, visitor, walker=None, verbose=None): 102 if walker is None: 104 if verbose is not None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
linecache.py | 13 def getline(filename, lineno, module_globals=None): 33 def getlines(filename, module_globals=None): 43 def checkcache(filename=None): 47 if filename is None: 57 if mtime is None: 68 def updatecache(filename, module_globals=None): 88 get_source = getattr(loader, 'get_source', None) 96 if data is None: 101 len(data), None,
|
_LWPCookieJar.py | 29 if cookie.port is not None: h.append(("port", cookie.port)) 30 if cookie.path_specified: h.append(("path_spec", None)) 31 if cookie.port_specified: h.append(("port_spec", None)) 32 if cookie.domain_initial_dot: h.append(("domain_dot", None)) 33 if cookie.secure: h.append(("secure", None)) 36 if cookie.discard: h.append(("discard", None)) 78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): 79 if filename is None: 80 if self.filename is not None: filename = self.filename 125 if k is not None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 53 ORIGINAL_DIR = None 79 if p._popen.poll() is not None: 92 _Popen = None 94 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}): 95 assert group is None, 'group argument must be None for now' 102 self._popen = None 120 assert self._popen is None, 'cannot start a process twice [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 74 the options message is None and has to be created. 80 self.has_options = options is not None 92 self.has_options = options is not None 116 file, containing_type, serialized_start=None, 117 serialized_end=None): 121 options: Protocol message options or None 131 descriptor as parent, otherwise None. 153 while desc.containing_type is not None: 166 if (self.file is not None and 167 self._serialized_start is not None an [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 21 formats.append(("formats=" + format, None, 36 ('formats=', None, 41 ('skip-build', None, 54 ('help-formats', None, 85 self.bdist_base = None 86 self.plat_name = None 87 self.formats = None 88 self.dist_dir = None 90 self.group = None 91 self.owner = None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
utf_32.py | 16 self.encoder = None 19 if self.encoder is None: 30 self.encoder = None 37 return (2 if self.encoder is None else 0) 41 self.encoder = None 51 self.decoder = None 54 if self.decoder is None: 68 self.decoder = None 71 # additonal state info from the base class must be None here, 78 if self.decoder is None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 21 formats.append(("formats=" + format, None, 36 ('formats=', None, 41 ('skip-build', None, 54 ('help-formats', None, 85 self.bdist_base = None 86 self.plat_name = None 87 self.formats = None 88 self.dist_dir = None 90 self.group = None 91 self.owner = None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
utf_32.py | 16 self.encoder = None 19 if self.encoder is None: 30 self.encoder = None 37 return (2 if self.encoder is None else 0) 41 self.encoder = None 51 self.decoder = None 54 if self.decoder is None: 68 self.decoder = None 71 # additonal state info from the base class must be None here, 78 if self.decoder is None [all...] |
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 32 return None 36 return None 44 return None 49 if (wpas == None): 56 if (wpas == None): 57 return None 63 if (wpas == None): 64 return None 70 if (wpas == None): 71 return None [all...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_connect.py | 108 self.path = None 157 if (self.pin != None): 164 if (self.go_intent != None and int(self.go_intent) != 15): 171 if (self.pin != None): 178 if (self.go_intent != None and int(self.go_intent) == 15): 188 if (self.pin != None): 193 if (self.pin != None): 202 if (self.go_intent != None): 223 interface_name = None 224 wps_method = None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 53 def bind(self, sequence=None, command=None, add=None): 55 def unbind(self, sequence, funcid=None): 63 def dchars(self, first, last=None): 77 def lower(self, belowthis=None): 81 def tkraise(self, abovethis=None): 127 def __init__(self, canvas, tag=None): 144 def addtag_closest(self, x, y, halo=None, start=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 53 def bind(self, sequence=None, command=None, add=None): 55 def unbind(self, sequence, funcid=None): 63 def dchars(self, first, last=None): 77 def lower(self, belowthis=None): 81 def tkraise(self, abovethis=None): 127 def __init__(self, canvas, tag=None): 144 def addtag_closest(self, x, y, halo=None, start=None) [all...] |
/external/chromium/chrome/common/extensions/docs/ |
idle.html | 28 <div style="display:none"> 263 <li style="display: none; "> 271 <li style="display: none; "> 295 <li style="display: none; "> 310 <p id="classSummary" style="display: none; "> 341 <div class="apiGroup" style="display: none; "> 368 <div class="summary"><span style="display: none; ">void</span> 370 <span>chrome.idle.queryState</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> 375 <p class="todo" style="display: none; ">Undocumented.</p> 390 <span class="optional" style="display: none; ">optional</span [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
__init__.py | 54 def _create_fancy_connection(tunnel_host=None, key_file=None, 55 cert_file=None, ca_certs=None): 83 self._set_hostport(self._tunnel_host, None) 187 sock = None 196 if sock is not None: 207 self._tunnel_host = None 208 self._key_file = None 209 self._cert_file = None [all...] |
/external/chromium_org/tools/site_compare/drivers/win32/ |
windowing.py | 51 # If the class is absent (or wildcarded) set it to None 52 if check_values[0] == "*" or not check_values[0]: check_values[0] = None 54 # If the window caption is also absent, force it to None as well 55 if len(check_values) == 1: check_values.append(None) 59 window_found = None 60 while window_found != 0: # lint complains, but 0 != None 61 if window_found is None: window_found = 0 99 def ScrapeWindow(hwnd, rect=None): 139 or (None, None) if it timed out waiting for the proces [all...] |
/external/chromium_org/android_webview/ |
android_webview_tests.gypi | 8 'type': 'none', 43 'type': 'none', 51 'type': 'none', 94 'type': 'none', 107 'type': 'none', 118 'type': 'none',
|