/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
H A D | ycbcr.txt | [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 164 Spacing::Joint => proc_macro::Spacing::Joint, in into_compiler_token() 339 proc_macro::Spacing::Joint => Spacing::Joint, in next()
|
H A D | lib.rs | 789 /// 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 D | parse.rs | 881 Ok((rest, Punct::new('\'', Spacing::Joint))) in punct() 885 Ok(_) => Spacing::Joint, in punct()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sbcdsp.h | 72 /* Scale factors calculation with joint stereo support */
|
H A D | atrac3data.h | 102 /* joint stereo related tables */
|
H A D | cook.c | 160 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 D | wrap.asn1 | 21 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 D | S3_s3tc.txt | 25 their operations were sold to ATI and part were spun off to a joint
|
/third_party/openssl/providers/common/der/ |
H A D | wrap.asn1 | 21 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 D | S3_s3tc.txt | 25 their operations were sold to ATI and part were spun off to a joint
|
/third_party/python/ |
H A D | LICENSE | 113 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 D | buffer.rs | 265 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 D | error.rs | 285 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 D | lifetime.rs | 150 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
|
/third_party/skia/gm/ |
H A D | strokerect.cpp | 53 * joint-type for the corners
|
/third_party/rust/crates/syn/tests/ |
H A D | test_path.rs | 15 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in parse_interpolated_leading_component()
|
/third_party/libsnd/src/ |
H A D | broadcast.c | 129 ** Mode M=<mono, stereo, dual-mono, joint-stereo> in gen_coding_history()
|
/third_party/lame/dshow/ |
H A D | Property.rc | 122 CONTROL "Joint stereo",IDC_RADIO_JSTEREO,"Button",
|
H A D | PropPage_adv.cpp | 41 "Joint stereo",
|
/third_party/rust/crates/quote/src/ |
H A D | to_tokens.rs | 37 /// tokens.append(Punct::new(':', Spacing::Joint));
|
/third_party/ltp/ |
H A D | README.md | 4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ipv6cp.h | 72 This work has been done in the context of GIE DYADE (joint R & D venture
|
/third_party/python/PC/ |
H A D | store_info.txt | 137 of agency, partnership, or joint venture between PSF and Licensee. This License
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 510 let joint_punct = Punct::new(':', Spacing::Joint); in joint_last_token() 516 assert_eq!(punct.spacing(), Spacing::Joint); in joint_last_token()
|