Home
last modified time | relevance | path

Searched refs:inits (Results 1 – 15 of 15) sorted by relevance

/third_party/littlefs/scripts/
Dtest.py451 for inits in [self.defines, case.defines, DEFINES]:
452 if not isinstance(inits, list):
453 inits = [inits]
456 for init, pinit in it.product(inits, pending):
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js1083 var inits = wasm.element_segments;
1084 section.emit_u32v(inits.length);
1086 for (let init of inits) {
/third_party/python/Lib/test/
Dtest_gc.py382 inits = [] variable in GCTests.test_trashcan_threads.C
386 C.inits.append(None)
424 self.assertEqual(len(C.inits), len(C.dels))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md61 Note right of "Vulkan Back-end": ProgramVk inits uniforms,\nlayouts, and descriptors.
/third_party/skia/third_party/externals/harfbuzz/src/
DMakefile.am417 check-static-inits.py \
Dmeson.build703 dist_check_script += ['check-libstdc++', 'check-static-inits', 'check-symbols']
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst355 * llvm: warn instead of assert on global inits
/third_party/gstreamer/gstreamer/tests/check/
Dgstreamer.supp3871 <getdelim one-time inits called from libselinux>
/third_party/skia/third_party/externals/libwebp/
DChangeLog51 29b6129c WebPAnimEncoderNewInternal: remove some unnecessary inits
1616 d6fe5884 Merge "ReconstructRow: move some one-time inits out of the main loop"
1617 a21d647c ReconstructRow: move some one-time inits out of the main loop
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst836 - st/mesa: move, clean-up shader variant key decls/inits
/third_party/skia/third_party/externals/libpng/
DCHANGES4753 Tidied up pngfix inits and fixed pngtest no-write builds.
/third_party/node/deps/openssl/openssl/
DCHANGES.md3994 OpenSSL de-inits, but an application is still using it). The affected
/third_party/openssl/
DCHANGES.md3932 OpenSSL de-inits, but an application is still using it). The affected
/third_party/chromium/patch/
D0001-cve.patch28287 …hird_party/harfbuzz-ng/src/src/check-static-inits.py b/src/third_party/harfbuzz-ng/src/src/check-s…
28289 --- a/src/third_party/harfbuzz-ng/src/src/check-static-inits.py
28290 +++ b/src/third_party/harfbuzz-ng/src/src/check-static-inits.py
28292 print ('check-static-inits.py: needs python 3.5 for recursive support in glob')
28298 print ('check-static-inits.py: object files not found; skipping test')
/third_party/gstreamer/gstplugins_base/
DChangeLog151491 by a flush -- move their inits to the instance init function.