Home
last modified time | relevance | path

Searched defs:six (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-reduce.js45 const six = await Readable.from([1, 2, 3]).reduce(async (p, c) => p + c, 0); constant
49 const six = await Readable.from([1, 2, 3]).reduce(async (p, c) => p + c); constant
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioiec61937.c165 guint8 zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, six = 6, in gst_audio_iec61937_payload() local
169 guint8 zero = 1, one = 0, two = 3, three = 2, four = 5, five = 4, six = 7, in gst_audio_iec61937_payload() local
/third_party/typescript/tests/cases/compiler/
DtypeUsedAsValueError.ts21 let six = someType; variable
/third_party/typescript/tests/baselines/reference/
DtypeUsedAsValueError.js22 let six = someType; variable
/third_party/node/deps/npm/node_modules/promise-all-reject-late/test/
Dindex.js50 const six = () => Promise.resolve(6) function
/third_party/pulseaudio/src/modules/rtp/
Dsap.c148 unsigned six, ac, k; in pa_sap_recv() local
/third_party/libabigail/tests/data/test-annotate/
Dtest-anonymous-members-0.cc22 enum {five, six} e3; enumerator
/third_party/python/Doc/howto/
Dpyporting.rst450 .. _six: https://pypi.org/project/six target
/third_party/ffmpeg/libavcodec/mips/
Diirfilter_mips.c92 float six = 6.0; in iir_filter_flt_mips() local
/third_party/skia/tests/
DSkTOptionalTest.cpp78 skstd::optional<int> six = 6; in DEF_TEST() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c651 nir_ssa_def *six = nir_imm_int(&b, 6); in v3d_get_sand8_fs() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2566 LLVMValueRef six = lp_build_const_int_vec(bld->gallivm, bld->int_coord_type, 6); in lp_build_sample_common() local
4478 LLVMValueRef six = lp_build_const_int32(gallivm, 6); in lp_build_size_query_soa() local
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc132 const char* six, in MustBeConstructedWithOneThroughEight()
/third_party/python/Lib/test/
Dtest_enum.py2601 six = auto() variable in TestFlag.test_unique_composite.TestFlag
3085 six = auto() variable in TestIntFlag.test_unique_composite.TestFlag