Home
last modified time | relevance | path

Searched refs:ham (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Diff.c59 unsigned ham; ///< 0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise) member
254 if (s->ham) { in extract_header()
280 s->ham = bytestream_get_byte(&buf); in extract_header()
287 if (s->ham) { in extract_header()
289 av_log(avctx, AV_LOG_ERROR, "Invalid number of hold bits for HAM: %u\n", s->ham); in extract_header()
291 } else if (s->ham != (s->bpp > 6 ? 6 : 4)) { in extract_header()
292 … av_log(avctx, AV_LOG_ERROR, "Invalid number of hold bits for HAM: %u, BPP: %u\n", s->ham, s->bpp); in extract_header()
298 if (s->bpp >= 8 && !s->ham) { in extract_header()
331 if (s->ham) { in extract_header()
332 int i, count = FFMIN(palette_size / 3, 1 << s->ham); in extract_header()
[all …]
/third_party/python/Lib/test/
Dtest_runpy.py774 self.ham = ham = tmp / "ham.py"
775 ham.write_text(
790 self.assertSigInt([sys.executable, self.ham])
793 tmp = self.ham.parent
806 tmp = self.ham.parent
821 cwd=self.ham.parent,
825 self.assertSigInt([sys.executable, "-c", "import ham"], cwd=self.ham.parent)
828 self.assertSigInt([sys.executable], input="import ham", cwd=self.ham.parent)
831 ham = self.ham
832 self.assertSigInt([sys.executable, "-m", ham.stem], cwd=ham.parent)
Dtest_pkg.py277 from t7.sub.subsub import spam as ham unknown
278 self.assertEqual(ham, 1)
Dtest_inspect.py939 def ham(x, y): function
942 self.assertArgSpecEquals(ham, ['x', 'y'], formatted='(x, y)')
943 self.assertFullArgSpecEquals(ham, ['x', 'y'], formatted='(x, y)')
944 self.assertFullArgSpecEquals(functools.partial(ham),
952 def ham(self, x, y): member in TestClassesAndFunctions.test_argspec_api_ignores_wrapped.C
954 pham = functools.partialmethod(ham)
959 check_method(C.ham)
960 check_method(C().ham)
1153 def ham(self): member in TestClassesAndFunctions.test_classify_DynamicClassAttribute.VA
2375 def test(a, b:'foo'=10, *args:'bar', spam:'baz', ham=123, **kwargs:int): argument
[all …]
Dtest_types.py1664 ns2.ham = '?'
1668 self.assertEqual(vars(ns2), dict(spam=ns3, ham='?'))
1718 spam = Spam(ham=8, eggs=9)
Dtest_pydoc.py1404 def ham(self): member in PydocWithMetaClasses.test_DynamicClassAttribute.DA
Dtest_builtin.py2206 def ham(self): member in TestType.test_new_type.B
2220 self.assertEqual(x.ham(), 'ham42')
/third_party/python/Doc/library/
Dmodulefinder.rst73 import guido.python.ham
111 guido.python.ham
Dcontextvars.rst166 var.set('ham')
168 # Now, after setting 'var' to 'ham':
169 # var.get() == ctx[var] == 'ham'
179 # ctx[var] == 'ham'
Ddifflib.rst176 >>> s1 = ['bacon\n', 'eggs\n', 'ham\n', 'guido\n']
185 ! ham
308 >>> s1 = ['bacon\n', 'eggs\n', 'ham\n', 'guido\n']
316 -ham
Dfunctions.rst1962 The statement ``import spam.ham`` results in this call::
1964 spam = __import__('spam.ham', globals(), locals(), [], 0)
1969 On the other hand, the statement ``from spam.ham import eggs, sausage as
1972 _temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], 0)
1976 Here, the ``spam.ham`` module is returned from :func:`__import__`. From this
Dinspect.rst893 >>> def foo(a, b='ham', *args): pass
897 {'a': 'spam', 'b': 'ham', 'args': ()}
/third_party/openssl/test/smime-certs/
Dsmroot.pem11 kMYydvB5j0DQkJlkQNFn4yRag0wIIPeyXwwh5l98SMlr40hO10OYTOQPrrgP/ham
/third_party/python/Lib/test/test_importlib/
Dtest_api.py364 ham = self.init.import_module(fullname)
365 reloaded = self.init.reload(ham)
366 self.assertIs(reloaded, ham)
Dtest_spec.py61 module.ham = self.HAM
312 self.assertEqual(loaded.ham, -1)
399 self.assertEqual(loaded.ham, -1)
/third_party/ffmpeg/libavformat/
Diff.c118 unsigned ham; ///< 0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise) member
775 iff->ham = iff->bpp > 6 ? 6 : 4; in iff_read_header()
792 bytestream_put_byte(&buf, iff->ham); in iff_read_header()
/third_party/icu/icu4j/perf-tests/data/udhr/
Dudhr_dan.txt54 …ns rettigheder og forpligtelser og med hensyn til en hvilken som helst mod ham rettet strafferetsl…
163 …Enhver, der arbejder, har ret til et retfærdigt og gunstigt vederlag, der sikrer ham selv og hans …
/third_party/skia/third_party/externals/icu/source/data/region/
Dbas.txt32 BS{"Bàhamàs"}
Dagq.txt33 BS{"Bàhamàs"}
/third_party/icu/icu4c/source/data/region/
Dbas.txt32 BS{"Bàhamàs"}
Dagq.txt33 BS{"Bàhamàs"}
/third_party/python/Doc/tutorial/
Dcontrolflow.rst1041 >>> def f(ham: str, eggs: str = 'eggs') -> str:
1043 ... print("Arguments:", ham, eggs)
1044 ... return ham + ' and ' + eggs
1047 Annotations: {'ham': <class 'str'>, 'return': <class 'str'>, 'eggs': <class 'str'>}
/third_party/icu/icu4c/source/data/lang/
Dmi.txt25 as{"Āhamēhi"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dfr.txt595 "ham.",
642 "ham.",
/third_party/icu/icu4c/source/data/locales/
Dfr.txt626 "ham.",
673 "ham.",

12