/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 99 self.shlib_compiler = None 144 if self.include_dirs is not None: 146 if self.define is not None: 150 if self.undef is not None: 153 if self.libraries is not None: 155 if self.library_dirs is not None: 157 if self.rpath is not None: 159 if self.link_objects is not None: 252 def link_shared_object(self, objects, output_libname, output_dir=None, 253 libraries=None, library_dirs=None, runtime_library_dirs=None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
pulldom.py | 20 _locator = None 21 document = None 23 def __init__(self, documentFactory=None): 26 self.firstEvent = [None, None] 52 self._current_context[uri] = prefix or None 60 xmlns_attrs = getattr(self, '_xmlns_attrs', None) 61 if xmlns_attrs is not None: 70 if tagName is None: 86 node = self.buildDocument(None, localname [all...] |
/external/chromium_org/v8/test/cctest/ |
test-representation.cc | 48 TestPairNegative(Representation::None(), Representation::None()); 49 TestPairPositive(Representation::Integer8(), Representation::None()); 50 TestPairPositive(Representation::UInteger8(), Representation::None()); 51 TestPairPositive(Representation::Integer16(), Representation::None()); 52 TestPairPositive(Representation::UInteger16(), Representation::None()); 53 TestPairPositive(Representation::Smi(), Representation::None()); 54 TestPairPositive(Representation::Integer32(), Representation::None()); 55 TestPairPositive(Representation::HeapObject(), Representation::None()); 56 TestPairPositive(Representation::Double(), Representation::None()); [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
list_view.css | 7 -webkit-user-select: none; 11 outline: none; 15 -webkit-user-select: none;
|
/external/chromium_org/build/android/ |
enable_asserts.py | 17 action='store_true', default=None, 20 action='store_false', default=None, 25 if options.set_asserts != None:
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
patcher.py | 6 def GetPatchedFiles(self, version=None): 13 '''Returns patch version. Returns None when nothing is patched by the 18 def Apply(self, paths, file_system, version=None):
|
servlet.py | 14 def ForTest(path, host='http://developer.chrome.com', headers=None): 51 def __init__(self, content=None, headers=None, status=None): 53 if content is not None: 56 if headers is not None: 61 def Ok(content, headers=None): 74 def NotFound(content, headers=None): 80 def InternalError(content, headers=None): 104 if self.headers.get('Location') is None [all...] |
/external/chromium_org/tools/gyp/test/variables/filelist/ |
filelist.gyp.stdout | 1 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'names.txt <@(names', 'is_array': '', 'replace': '<|(names.txt <@(names)', 'type': '<|', 'command_string': None} 2 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'names', 'is_array': '', 'replace': '<@(names)', 'type': '<@', 'command_string': None} 5 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 7 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 9 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'cat <(names_listfile', 'is_array': '', 'replace': '<!@(cat <(names_listfile)', 'type': '<!@', 'command_string': None} 10 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 14 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'sources.txt <@(_sources', 'is_array': '', 'replace': '<|(sources.txt <@(_sources)', 'type': '<|', 'command_string': None} 15 VARIABLES:input.py:562:ExpandVariables Matches: {'content': '_sources', 'is_array': '', 'replace': '<@(_sources)', 'type': '<@', 'command_string': None} 18 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'sources_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None} 20 VARIABLES:input.py:562:ExpandVariables Matches: {'content': 'sources_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None} [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
tracing_backend_unittest.py | 16 b = tracing_backend.CategoryFilter(None) 17 a = tracing_backend.CategoryFilter(None) 20 b = tracing_backend.CategoryFilter(None) 24 b = tracing_backend.CategoryFilter(None) 29 a = tracing_backend.CategoryFilter(None) 30 self.assertEquals(a.IsSubset(b), None) 32 b = tracing_backend.CategoryFilter(None) 34 self.assertEquals(a.IsSubset(b), None) 37 a = tracing_backend.CategoryFilter(None) 38 self.assertEquals(a.IsSubset(b), None) [all...] |
/external/valgrind/main/memcheck/tests/ |
wrap1.c | 16 use "NONE", since V treats any executable/.so which lacks a soname 17 as if its soname was "NONE". */ 18 void I_WRAP_SONAME_FNNAME_ZU(NONE,actual) ( void )
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_jp.py | 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None), 17 ("abc\xf8", "strict", None), 32 ("abc\x80\x80\xc1\xc4", "strict", None), 33 ("abc\xc8", "strict", None), 38 ("\xc1\x64", "strict", None), 47 ("abc\x80\x80\xc1\xc4", "strict", None), 48 ("abc\xc8", "strict", None), 53 ("\xc1\x64", "strict", None), 67 ("abc\x80\x80\x82\x84", "strict", None), 68 ("abc\xf8", "strict", None), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecencodings_jp.py | 16 ("abc\x81\x00\x81\x00\x82\x84", "strict", None), 17 ("abc\xf8", "strict", None), 32 ("abc\x80\x80\xc1\xc4", "strict", None), 33 ("abc\xc8", "strict", None), 38 ("\xc1\x64", "strict", None), 47 ("abc\x80\x80\xc1\xc4", "strict", None), 48 ("abc\xc8", "strict", None), 53 ("\xc1\x64", "strict", None), 67 ("abc\x80\x80\x82\x84", "strict", None), 68 ("abc\xf8", "strict", None), [all...] |
/external/chromium/chrome/common/extensions/docs/ |
pageAction.html | 28 <div style="display:none"> 263 <li style="display: none; "> 270 <li style="display: none; "> 277 <li style="display: none; "> 284 <li style="display: none; "> 292 <li style="display: none; "> 324 <li style="display: none; "> 339 <p id="classSummary" style="display: none; "> 464 <div class="apiGroup" style="display: none; "> 491 <div class="summary"><span style="display: none; ">void</span [all...] |
experimental.processes.html | 28 <div style="display:none"> 263 <li style="display: none; "> 271 <li style="display: none; "> 335 <div class="apiGroup" style="display: none; "> 362 <div class="summary"><span style="display: none; ">void</span> 364 <span>chrome.experimental.processes.getProcessIdForTab</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> 369 <p class="todo" style="display: none; ">Undocumented.</p> 384 <span class="optional" style="display: none; ">optional</span> 385 <span class="enum" style="display: none; ">enumerated</span> 387 <span style="display: none; "> [all...] |
experimental.webInspector.resources.html | 28 <div style="display:none"> 263 <li style="display: none; "> 270 <li style="display: none; "> 278 <li style="display: none; "> 317 <p id="classSummary" style="display: none; "> 372 <div class="apiGroup" style="display: none; "> 399 <div class="summary"><span style="display: none; ">void</span> 401 <span>experimental.webInspector.resources.getHAR</span>(<span class="null"><span style="display: none; ">, </span><span>function</span> 405 <p class="todo" style="display: none; ">Undocumented.</p> 420 <span class="optional" style="display: none; ">optional</span [all...] |
/cts/tests/src/android/view/cts/ |
WindowStubActivity.java | 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setShortcut('1', 'q'); 43 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Action").setShortcut('2', 'a');
|
/development/tools/labpretest/crespo/ |
custom_flash.sh | 21 # None 23 # None 56 # None 58 # None 77 # None 79 # None
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 21 # None 23 # None 56 # None 58 # None 77 # None 79 # None
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treeslice.py | 29 if self._start is not None and key < self._start: 31 if self._stop is not None and key >= self._stop: 45 if start is None: 47 elif self._start is None: 53 if stop is None: 55 elif self._stop is None:
|
/external/chromium_org/third_party/libxml/src/ |
check-xinclude-test-suite.py | 42 libxml2.registerErrorHandler(errorHandler, None) 67 if uri == None: 70 if id == None: 73 if type == None: 76 if basedir != None: 84 expected = None 85 outputfile = None 86 diff = None 90 output = None 92 output = None [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_agp_offset.spec | 43 None 47 None 55 None 59 None 80 None. This is a client side-only extension. 89 None
|
/external/chromium_org/third_party/tlslite/patches/ |
ca_request.patch | 7 def handshakeServer(self, sharedKeyDB=None, verifierDB=None, 8 certChain=None, privateKey=None, reqCert=False, 9 - sessionCache=None, settings=None, checker=None): 10 + sessionCache=None, settings=None, checker=None, [all...] |
/external/mesa3d/docs/ |
MESA_agp_offset.spec | 43 None 47 None 55 None 59 None 80 None. This is a client side-only extension. 89 None
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 25 def run_all_tests(test_mod=None, tests=None): 26 if tests is None: 33 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): 41 if fixers is not None:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
signals.py | 46 return bool(_results.pop(result, None)) 48 _interrupt_handler = None 51 if _interrupt_handler is None: 57 def removeHandler(method=None): 58 if method is not None: 70 if _interrupt_handler is not None:
|