/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/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`)
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
H A D | ycbcr.txt | [all...] |
/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/ffmpeg/libavcodec/ |
H A D | atrac3data.h | 102 /* joint stereo related tables */
|
/third_party/skia/gm/ |
H A D | strokerect.cpp | 53 * joint-type for the corners
|
/third_party/rust/crates/syn/src/ |
H A D | lifetime.rs | 150 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
|
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()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_path.rs | 15 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in parse_interpolated_leading_component()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/ |
H A D | a2dp_encoder_sbc.h | 91 int16_t channelMode; // mono:0, dual:1, stereo:2, joint stereo:3.
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_node_scene_util.h | 57 /* Skin joint buffer handle */
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 183 // Bounds for each joint is 6 floats (3 min & 3 max).
|
/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));
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 616 // for each joint calculate distance to the root in FindSkeletonRoot() 619 for (Node* joint : joints) { in FindSkeletonRoot() 621 for (Node* parent = joint->parent; parent; parent = parent->parent) { in FindSkeletonRoot() 624 depths.push_back({ depth, joint }); in FindSkeletonRoot() 671 // gather all the joint nodes in ExportGltfSkins() 679 CORE_LOG_D("joint node not exported"); in ExportGltfSkins() 2019 for (auto const joint : skin->joints) { in ExportSkins() 2020 jsonJoints.array_.push_back(FindObjectIndex(data.nodes, *joint)); in ExportSkins()
|
/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
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.cpp | 412 // check max supported joint count 525 CORE_LOG_W("invalid skin joint index (%u) given", currSubmesh.skinJointIndex); in AddSubmesh()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.h | 499 * @Description Obtains the joint mode supported by the chip, for 508 * @Description Configure the current joint mode of the chip.
|
/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()
|