Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md7 caffe_mean_file=None, # abandoned
10 force_gray=None, # abandoned
12 input_normalization=None, # abandoned
13 mean_file=None, # abandoned
15 model_quantize=None, # abandoned
22 random_brightness=None, # abandoned
23 random_contrast=None, # abandoned
24 random_crop=None, # abandoned
25 random_flip=None, # abandoned
26 random_mirror=None, # abandoned
[all …]
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md7 caffe_mean_file=None, # abandoned
10 force_gray=None, # abandoned
12 input_normalization=None, # abandoned
13 mean_file=None, # abandoned
15 model_quantize=None, # abandoned
22 random_brightness=None, # abandoned
23 random_contrast=None, # abandoned
24 random_crop=None, # abandoned
25 random_flip=None, # abandoned
26 random_mirror=None, # abandoned
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.5.0.md7 caffe_mean_file=None, # abandoned
10 force_gray=None, # abandoned
12 input_normalization=None, # abandoned
13 mean_file=None, # abandoned
15 model_quantize=None, # abandoned
22 random_brightness=None, # abandoned
23 random_contrast=None, # abandoned
24 random_crop=None, # abandoned
25 random_flip=None, # abandoned
26 random_mirror=None, # abandoned
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxBeep.c141 name = None; in _XkbDDXBeepExpire()
155 if (name == None) in _XkbDDXBeepExpire()
161 if (name == None) in _XkbDDXBeepExpire()
175 if (name == None) in _XkbDDXBeepExpire()
190 if (name == None) in _XkbDDXBeepExpire()
211 if (name == None) in _XkbDDXBeepExpire()
214 if (name == None) in _XkbDDXBeepExpire()
227 if (name == None) in _XkbDDXBeepExpire()
241 if (name == None) in _XkbDDXBeepExpire()
244 if (name == None) in _XkbDDXBeepExpire()
[all …]
H A DxkbDflts.h91 None, lnames_ONE_LEVEL},
96 None, lnames_TWO_LEVEL},
101 None, lnames_ALPHABETIC},
106 None, lnames_KEYPAD},
111 None, lnames_PC_BREAK},
116 None, lnames_PC_SYSRQ},
121 None, lnames_CTRL_ALT},
126 None, lnames_THREE_LEVEL},
131 None, lnames_SHIFT_ALT}
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch64 + def check_unsafe_protocols(cls, url: str) -> None:
82 + def check_unsafe_options(cls, options: List[str], unsafe_options: List[str]) -> None:
123 - ext_args = self.__unpack_args([a for a in args if a is not None])
124 + ext_args = self._unpack_args([a for a in args if a is not None])
126 if insert_after_this_arg is None:
173 def add(cls, repo: 'Repo', name: str, path: PathLike, url: Union[str, None] = None,
174 … branch: Union[str, None] = None, no_checkout: bool = False, depth: Union[int, None] = None,
175 … env: Union[Mapping[str, str], None] = None, clone_multi_options: Union[Sequence[TBD],
177 … env: Union[Mapping[str, str], None] = None, clone_multi_options: Union[Sequence[TBD],
194 progress: Union['UpdateProgress', None] = None, dry_run: bool = False,
[all …]
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-delete_redundant_files.patch51 - * Parameters: None
53 - * Outputs: None
57 - * Notes: None
93 - * Parameters: None
95 - * Outputs: None
99 - * Notes: None
119 - * Parameters: None
121 - * Outputs: None
125 - * Notes: None
145 - * Parameters: None
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0001-Support-asynchronous-calls-58.patch8 is a function f(*args, returned=None, error=None), where args is
14 def func(x, y, returned=None, error=None):
37 timeout = kwargs.get("timeout", None)
38 + callback = kwargs.get("callback", None)
50 + None
56 + return None
64 - 0, timeout_to_glib(timeout), None).unpack()
69 return None
76 + error = None
77 + return_args = None
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0003-support-infinit-timeout.patch24 if it doesn't normally exit within timeout seconds and return None"""
26 while proc.poll() is None:
38 -def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
39 +def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
40 if env_prune is None:
43 @@ -192,7 +193,10 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=…
55 @@ -205,7 +209,7 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=Fa
H A D0002-run_program-support-timeout.patch23 + if it doesn't normally exit within timeout seconds and return None"""
29 + while proc.poll() is None:
36 + return (-1, None)
46 …def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
47 if env_prune is None:
48 @@ -180,35 +204,23 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout…
/OK3568_Linux_fs/buildroot/package/python3/
H A D0011-Add-importlib-fix-for-PEP-3147-issue.patch31 @@ -392,8 +392,6 @@ def cache_from_source(path, debug_override=None, *, optimization=None):
35 - If sys.implementation.cache_tag is None then NotImplementedError is raised.
38 if debug_override is not None:
40 @@ -405,10 +403,7 @@ def cache_from_source(path, debug_override=None, *, optimization=None):
45 - if tag is None:
46 - raise NotImplementedError('sys.implementation.cache_tag is None')
49 if optimization is None:
52 @@ -445,46 +440,17 @@ def cache_from_source(path, debug_override=None, *, optimization=None):
66 - sys.implementation.cache_tag is None then NotImplementedError is raised.
70 - if sys.implementation.cache_tag is None:
[all …]
/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch41 assert self._connector is not None
125 - if self._timeout is not None:
127 - if self._task is None:
139 + if delay is None:
140 + return async_timeout.timeout(None)
170 if self._error_handler is not None and not self._error_handler.done():
188 assert reader is not None
223 @@ -461,7 +461,7 @@ async def test_recv_timeout(aiohttp_client) -> None:
244 @@ -391,48 +390,22 @@ async def test_weakref_handle_weak(loop) -> None:
248 -def test_ceil_call_later() -> None:
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dperl-version.bbclass5 # perl is built (from None to real version in config.sh).
13 return None
21 return None
29 # perl is built (from None to real version in config.sh).
36 return None
44 return None
51 # perl is built (from None to real version in config.sh).
58 return None
66 return None
H A Duseradd-staticids.bbclass9 def list_extend(iterable, length, obj = None):
75 users = None
125 newgroup = None
141 uaargs.user_group = None
161 newparam += ['', ' --base-dir %s' % uaargs.base_dir][uaargs.base_dir != None]
162 newparam += ['', ' --comment %s' % uaargs.comment][uaargs.comment != None]
163 newparam += ['', ' --home-dir %s' % uaargs.home_dir][uaargs.home_dir != None]
164 newparam += ['', ' --expiredate %s' % uaargs.expiredate][uaargs.expiredate != None]
165 newparam += ['', ' --inactive %s' % uaargs.inactive][uaargs.inactive != None]
166 newparam += ['', ' --gid %s' % uaargs.gid][uaargs.gid != None]
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D12-distutils-prefix-is-inside-staging-area.patch24 @@ -277,7 +277,9 @@ def get_python_inc(plat_specific=0, prefix=None):
28 - if prefix is None:
29 + if prefix is None and os.environ.get('STAGING_INCDIR', ""):
31 + elif prefix is None:
35 @@ -320,7 +322,13 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None):
39 - if prefix is None:
44 + if prefix is None and os.environ.get('STAGING_LIBDIR', ""):
46 + elif prefix is None:
50 @@ -334,7 +342,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/
H A D0001-reflect-2.1-reporting-for-key-imports.patch47 - None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET))
48 + None, gpgme.IMPORT_NEW))
51 - None, gpgme.IMPORT_NEW))
52 + None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET))
79 None, gpgme.IMPORT_NEW))
82 - None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET))
83 + None, gpgme.IMPORT_SIG))
86 - None, gpgme.IMPORT_SIG))
87 + None, gpgme.IMPORT_NEW | gpgme.IMPORT_SECRET))
90 None, gpgme.IMPORT_NEW))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch10 if path and isinstance(getattr(path, 'write', None), collections.Callable):
30 @@ -158,7 +157,7 @@ def stream_response_to_file(response, path=None, chunksize=_DEFAULT_CHUNKSIZE):
32 fd = None
33 filename = None
34 - if path and isinstance(getattr(path, 'write', None), collections.Callable):
35 + if path and callable(getattr(path, 'write', None)):
38 filename = getattr(fd, 'name', None)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/
H A Dreproducible.patch24 direct_url = None
27 + direct_url = None
46 direct_url: Optional[DirectUrl] = None,
48 + root: str = None,
49 ) -> None:
63 direct_url: Optional[DirectUrl] = None,
65 + root: str = None,
66 ) -> None:
/OK3568_Linux_fs/buildroot/package/python-setuptools/
H A D0001-add-executable.patch32 ('old-and-unmanageable', None, "Try not to use this!"),
33 ('single-version-externally-managed', None,
39 + self.executable = None
40 self.old_and_unmanageable = None
41 self.single_version_externally_managed = None
51 + self.executable = None
64 exec_param = getattr(bs_cmd, 'executable', None)
65 + if self.executable is not None:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch28 def load_to_str(location, user=None, passwd=None):
53 l = None
58 def readKickstart(self, f, reset=True, username=None, password=None):
62 + def _readKickstart(self, f, reset=True, username=None, password=None):
H A D0001-support-authentication-for-kickstart.patch77 +def load_to_str(location, user=None, passwd=None):
96 +def _get_auth(location, user=None, passwd=None):
98 + auth = None
101 + if user is None or passwd is None:
115 +def _load_url(location, user=None, passwd=None):
133 + def readKickstart(self, f, reset=True, username=None, password=None):
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch67 def _get_auth(location, user=None, passwd=None):
69 auth = None
70 @@ -93,6 +120,10 @@ def _get_auth(location, user=None, passwd=None):
72 def _load_url(location, user=None, passwd=None):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/
H A D0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch20 TCL_ROOT = None
21 -JPEG_ROOT = None
22 -ZLIB_ROOT = None
25 TIFF_ROOT = None
26 -FREETYPE_ROOT = None
28 LCMS_ROOT = None
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch33 - assert(func is None or isinstance(func, collections.Callable))
34 + assert(func is None or isinstance(func, collections.abc.Callable))
37 authfail_result in (None, AUTHFAIL_DONTCATCH) or
38 authfail_exception is None)
40 authfail_callback is None or
44 authfail_exception is None or
61 def __init__(self, hook, args, kwargs, hookable=None):
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in35 parser.add_option("-o", "--output", dest="output", metavar="PATH", default=None,
59 # parser.add_option("--crop-after", dest="crop_after", metavar="PROCESS", default=None,
61 # parser.add_option("--annotate", action="append", dest="annotate", metavar="PROCESS", default=None,
64 # parser.add_option("--annotate-file", dest="annotate_file", metavar="FILENAME", default=None,
99 if path != None:
106 def main(argv=None):
108 if argv is None:
119 options.crop_after = None
120 options.annotate = None
121 options.annotate_file = None
[all …]

12345678910>>...20