Home
last modified time | relevance | path

Searched full:joint (Results 26 - 50 of 141) sorted by relevance

123456

/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/
H A Dycbcr.txt[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs164 Spacing::Joint => proc_macro::Spacing::Joint, in into_compiler_token()
339 proc_macro::Spacing::Joint => Spacing::Joint, in next()
H A Dlib.rs789 /// E.g. `+` is `Joint` in `+=` or `'` is `Joint` in `'#`.
793 Joint,
820 /// (`Joint`), or it's followed by some other token or whitespace (`Alone`)
H A Dparse.rs881 Ok((rest, Punct::new('\'', Spacing::Joint))) in punct()
885 Ok(_) => Spacing::Joint, in punct()
/third_party/ffmpeg/libavcodec/
H A Dsbcdsp.h72 /* Scale factors calculation with joint stereo support */
H A Datrac3data.h102 /* joint stereo related tables */
H A Dcook.c160 float decode_buffer_0[1060]; /* static allocation for joint decode */
239 av_log(q->avctx, AV_LOG_DEBUG, "subpacket %i Joint-stereo VLC used.\n", i); in init_cook_vlc_tables()
823 * function for decoding joint stereo data
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Dwrap.asn121 joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 1
/third_party/openGLES/extensions/S3/
H A DS3_s3tc.txt25 their operations were sold to ATI and part were spun off to a joint
/third_party/openssl/providers/common/der/
H A Dwrap.asn121 joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 1
/third_party/skia/third_party/externals/opengl-registry/extensions/S3/
H A DS3_s3tc.txt25 their operations were sold to ATI and part were spun off to a joint
/third_party/python/
H A DLICENSE113 relationship of agency, partnership, or joint venture between PSF and
160 create any relationship of agency, partnership, or joint venture
232 agency, partnership, or joint venture between CNRI and Licensee. This
/third_party/rust/crates/syn/src/
H A Dbuffer.rs265 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => {
358 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => {
H A Derror.rs285 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
296 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
H A Dlifetime.rs150 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
/third_party/skia/gm/
H A Dstrokerect.cpp53 * joint-type for the corners
/third_party/rust/crates/syn/tests/
H A Dtest_path.rs15 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in parse_interpolated_leading_component()
/third_party/libsnd/src/
H A Dbroadcast.c129 ** Mode M=<mono, stereo, dual-mono, joint-stereo> in gen_coding_history()
/third_party/lame/dshow/
H A DProperty.rc122 CONTROL "Joint stereo",IDC_RADIO_JSTEREO,"Button",
H A DPropPage_adv.cpp41 "Joint stereo",
/third_party/rust/crates/quote/src/
H A Dto_tokens.rs37 /// tokens.append(Punct::new(':', Spacing::Joint));
/third_party/ltp/
H A DREADME.md4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
/third_party/lwip/src/include/netif/ppp/
H A Dipv6cp.h72 This work has been done in the context of GIE DYADE (joint R & D venture
/third_party/python/PC/
H A Dstore_info.txt137 of agency, partnership, or joint venture between PSF and Licensee. This License
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs510 let joint_punct = Punct::new(':', Spacing::Joint); in joint_last_token()
516 assert_eq!(punct.spacing(), Spacing::Joint); in joint_last_token()

Completed in 75 milliseconds

123456