HomeSort by relevance Sort by last modified time
    Searched full:none (Results 1101 - 1125 of 18468) sorted by null

<<41424344454647484950>>

  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 71 def __init__(self, path, name = None, entries = None,
72 guid = None, items = None):
79 Folder or Project objects. May be None, if the folder is empty.
80 guid: GUID to use for folder, if not None.
82 None, if the folder does not directly contain items.
100 if self.guid is None:
112 def __init__(self, path, name = None, dependencies = None, guid = None
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/value/
histogram.py 23 raw_value=None, raw_value_json=None, important=True):
26 assert raw_value == None, 'Dont specify both raw_value and raw_value_json'
44 page_name = None
94 # theoretically possible, just requires more work. Instead, return None.
97 return None
  /external/chromium_org/v8/tools/testrunner/objects/
testcase.py 32 def __init__(self, suite, path, flags=[], dependency=None):
37 self.outcomes = None
38 self.output = None
39 self.id = None # int, used to map result back to TestCase instance
40 self.duration = None # assigned during execution
52 assert self.id is not None
  /external/clang/test/CodeGenCXX/
cxx11-exception-spec.cpp 13 // CHECK: define {{.*}} @_Z1fIsEvv() [[NONE:#[0-9]+]] {
24 // CHECK: define {{.*}} @_Z1fIDsEvv() [[NONE]] {
38 // CHECK: define {{.*}} @_Z1fIA2_iEvv() [[NONE]] {
49 // CHECK: define {{.*}} @_Z1fIdEvv() [[NONE]] {
60 // CHECK: define {{.*}} @_Z1fIcEvv() [[NONE]] {
122 // CHECK: attributes [[NONE]] = { {{.*}} }
  /external/libsepol/tests/
test-downgrade.h 30 * Input: None
32 * Output: None
41 * Input: None
43 * Output: None
64 * Input: None
66 * Output: None
  /external/llvm/test/Analysis/DependenceAnalysis/
WeakCrossingSIV.ll 20 ; CHECK: da analyze - none!
23 ; CHECK: da analyze - none!
25 ; CHECK: da analyze - none!
62 ; CHECK: da analyze - none!
66 ; CHECK: da analyze - none!
68 ; CHECK: da analyze - none!
106 ; CHECK: da analyze - none!
107 ; CHECK: da analyze - none!
109 ; CHECK: da analyze - none!
111 ; CHECK: da analyze - none!
    [all...]
  /external/llvm/test/MC/ELF/
alias.s 26 // CHECK-NEXT: Type: None (0x0)
35 // CHECK-NEXT: Type: None
53 // CHECK-NEXT: Type: None
62 // CHECK-NEXT: Type: None
89 // CHECK-NEXT: Type: None
98 // CHECK-NEXT: Type: None
  /external/markdown/markdown/
commandline.py 37 'output': None,
40 'encoding': None }, CRITICAL
43 return None, None
73 return None, None
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageExt.java 71 * Get the From header or null if none present.
78 * Get the To header or null if none present.
86 * Get the callId header or null if none present.
93 * Get the CSeq header or null if none present.
100 * Get the content type header or null if none present.
107 * Get the content length header or null if none present.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 138 if getattr(namespace, name, None) is None:
158 width=None):
161 if width is None:
177 self._root_section = self._Section(self, None)
197 def __init__(self, formatter, parent, heading=None):
205 if self.parent is not None:
211 if self.parent is not None:
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 7 libc_name = None
24 if libc_name is not None:
30 if libc_name is not None and os.path.basename(libc_name) == "libc.so.6":
46 self.assertFalse(libc_name is None)
97 self.assertEqual(0, advapi32.CloseEventLog(None))
103 self.assertEqual(0, call_function(proc, (None,)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 31 self.build_dir = None
32 self.scripts = None
33 self.force = None
34 self.executable = None
35 self.outfiles = None
80 f = None
sdist.py 30 formats.append(("formats=" + format, None,
51 ('use-defaults', None,
54 ('no-defaults', None,
56 ('prune', None,
60 ('no-prune', None,
68 ('formats=', None,
76 ('metadata-check', None,
90 ('help-formats', None,
105 self.template = None
106 self.manifest = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 12 self.tipwindow = None
13 self.id = None
19 def enter(self, event=None):
22 def leave(self, event=None):
32 self.id = None
58 self.tipwindow = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 10 text='', buttons=[], default=None, cancel=None,
11 title=None, class_=None):
74 if self.default is None:
80 if self.cancel is None:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 32 def run(self, _no_object=None, _attributes={}, **_arguments):
40 if _no_object is not None: raise TypeError, 'No direct arg expected'
51 def reopen(self, _no_object=None, _attributes={}, **_arguments):
59 if _no_object is not None: raise TypeError, 'No direct arg expected'
94 def quit(self, _no_object=None, _attributes={}, **_arguments):
103 if _no_object is not None: raise TypeError, 'No direct arg expected'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
139 def test_main(verbose=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
domreg.py 39 def getDOMImplementation(name = None, features = ()):
40 """getDOMImplementation(name = None, features = ()) -> DOM implementation.
43 well-known, the module name of a DOM implementation, or None. If
44 it is not None, imports the corresponding module and returns
53 creator = None
92 version = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 138 if getattr(namespace, name, None) is None:
158 width=None):
161 if width is None:
177 self._root_section = self._Section(self, None)
197 def __init__(self, formatter, parent, heading=None):
205 if self.parent is not None:
211 if self.parent is not None:
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 7 libc_name = None
24 if libc_name is not None:
30 if libc_name is not None and os.path.basename(libc_name) == "libc.so.6":
46 self.assertFalse(libc_name is None)
97 self.assertEqual(0, advapi32.CloseEventLog(None))
103 self.assertEqual(0, call_function(proc, (None,)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 31 self.build_dir = None
32 self.scripts = None
33 self.force = None
34 self.executable = None
35 self.outfiles = None
80 f = None
sdist.py 30 formats.append(("formats=" + format, None,
51 ('use-defaults', None,
54 ('no-defaults', None,
56 ('prune', None,
60 ('no-prune', None,
68 ('formats=', None,
76 ('metadata-check', None,
90 ('help-formats', None,
105 self.template = None
106 self.manifest = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 12 self.tipwindow = None
13 self.id = None
19 def enter(self, event=None):
22 def leave(self, event=None):
32 self.id = None
58 self.tipwindow = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 10 text='', buttons=[], default=None, cancel=None,
11 title=None, class_=None):
74 if self.default is None:
80 if self.cancel is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
139 def test_main(verbose=None):

Completed in 1468 milliseconds

<<41424344454647484950>>