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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 10 is None.
17 None
38 None
42 of 'x' ('_b_base_' is either None, or the root object owning the memory block):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 88 user_options = [('bdist-dir=', None,
96 ('target-version=', None,
106 ('skip-build', None,
108 ('install-script=', None,
111 ('pre-install-script=', None,
127 self.bdist_dir = None
128 self.plat_name = None
132 self.target_version = None
133 self.dist_dir = None
134 self.skip_build = None
    [all...]
build_clib.py 50 ('help-compiler', None,
55 self.build_clib = None
56 self.build_temp = None
59 self.libraries = None
62 self.include_dirs = None
63 self.define = None
64 self.undef = None
65 self.debug = None
67 self.compiler = None
87 if self.include_dirs is None
    [all...]
install_scripts.py 23 ('skip-build', None, "skip the build steps"),
30 self.install_dir = None
32 self.build_dir = None
33 self.skip_build = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
33 def __init__(self, errors='strict', mapping=None):
42 def __init__(self,stream,errors='strict',mapping=None):
51 def __init__(self,stream,errors='strict',mapping=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 22 NONE='none'
90 # NONE='none' is also valid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_filter.py 42 trailer< '(' arglist< none='None' ',' seq=any > ')' >
63 elif "none" in results:
71 return None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py 16 obj = getattr(__future__, name, None)
17 if obj is not None and isinstance(obj, __future__._Feature):
49 if mandatory is not None:
52 "optional not less than mandatory, and mandatory not None")
test_pep247.py 21 def check_module(self, module, key=None):
23 self.assertTrue(module.digest_size is None or module.digest_size > 0)
25 if not key is None:
46 if not module.digest_size is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 105 return lambda ref: self._cursor_refs.pop(key, None)
212 self.dbc = None
213 self.saved_dbc_key = None
225 if self.dbc is None:
227 if self.saved_dbc_key is not None:
229 self.saved_dbc_key = None
238 self.dbc = None
248 if c is not None:
252 if self.db is None:
256 return self.db is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 10 is None.
17 None
38 None
42 of 'x' ('_b_base_' is either None, or the root object owning the memory block):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 88 user_options = [('bdist-dir=', None,
96 ('target-version=', None,
106 ('skip-build', None,
108 ('install-script=', None,
111 ('pre-install-script=', None,
127 self.bdist_dir = None
128 self.plat_name = None
132 self.target_version = None
133 self.dist_dir = None
134 self.skip_build = None
    [all...]
build_clib.py 50 ('help-compiler', None,
55 self.build_clib = None
56 self.build_temp = None
59 self.libraries = None
62 self.include_dirs = None
63 self.define = None
64 self.undef = None
65 self.debug = None
67 self.compiler = None
87 if self.include_dirs is None
    [all...]
install_scripts.py 23 ('skip-build', None, "skip the build steps"),
30 self.install_dir = None
32 self.build_dir = None
33 self.skip_build = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
33 def __init__(self, errors='strict', mapping=None):
42 def __init__(self,stream,errors='strict',mapping=None):
51 def __init__(self,stream,errors='strict',mapping=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 22 NONE='none'
90 # NONE='none' is also valid
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_filter.py 42 trailer< '(' arglist< none='None' ',' seq=any > ')' >
63 elif "none" in results:
71 return None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py 16 obj = getattr(__future__, name, None)
17 if obj is not None and isinstance(obj, __future__._Feature):
49 if mandatory is not None:
52 "optional not less than mandatory, and mandatory not None")
test_pep247.py 21 def check_module(self, module, key=None):
23 self.assertTrue(module.digest_size is None or module.digest_size > 0)
25 if not key is None:
46 if not module.digest_size is None:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 78 Composite workArea = new Composite(parent, SWT.NONE);
85 Label title = new Label(workArea, SWT.NONE);
88 Group group = new Group(workArea, SWT.NONE);
91 group.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
93 mProjectRootLabel = new Label(group, SWT.NONE);
94 mProjectRootLabel.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
96 mProjectRootWarning = new Label(group, SWT.NONE);
97 mProjectRootWarning.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
99 Group group2 = new Group(workArea, SWT.NONE);
192 mModuleDescription1 = new Label(group2, SWT.NONE);
    [all...]
  /system/media/camera/docs/
metadata_parser_xml.py 25 - outputs the resulting template to output_file (stdout if none specified)
77 if self._soup is None:
94 if element.string is not None:
106 if tags is not None:
111 if types is not None:
188 if notes is not None:
191 if value.attrs.get('id') is not None:
203 if entry.attrs.get('container') is not None:
207 if array is not None:
214 if tupl is not None
    [all...]
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 59 ** Returns: none
72 ** Returns: none
104 ** Returns: none
164 ** Returns: none
192 ** Returns: none
206 ** Returns: none
224 ** Returns: none
266 ** Returns: None.
306 ** Returns: None.
322 ** Returns: None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 68 self.preprocess_options = None
82 output_dir=None, macros=None, include_dirs=None, debug=0,
83 extra_preargs=None, extra_postargs=None, depends=None):
149 output_dir=None,
151 target_lang=None):
175 output_dir=None,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 71 if m.im_self is None:
119 self.returncode = None
132 if self.returncode is None:
141 return None
152 def wait(self, timeout=None):
153 if timeout is None:
159 if res is not None:
169 if self.returncode is None:
173 if self.wait(timeout=0.1) is None:
198 def dump(obj, file, protocol=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 71 _urlopener = None
72 def urlopen(url, data=None, proxies=None):
79 if proxies is not None:
86 if data is None:
90 def urlretrieve(url, filename=None, reporthook=None, data=None):
124 __tempfiles = None
129 def __init__(self, proxies=None, **x509)
    [all...]

Completed in 815 milliseconds

<<31323334353637383940>>