Home
last modified time | relevance | path

Searched full:joint (Results 51 - 75 of 178) sorted by relevance

12345678

/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/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`)
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/
H A Dycbcr.txt[all...]
/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/ffmpeg/libavcodec/
H A Datrac3data.h102 /* joint stereo related tables */
/third_party/skia/gm/
H A Dstrokerect.cpp53 * joint-type for the corners
/third_party/rust/crates/syn/src/
H A Dlifetime.rs150 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
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()
/third_party/rust/crates/syn/tests/
H A Dtest_path.rs15 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 Da2dp_encoder_sbc.h91 int16_t channelMode; // mono:0, dual:1, stereo:2, joint stereo:3.
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_node_scene_util.h57 /* Skin joint buffer handle */
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h183 // Bounds for each joint is 6 floats (3 min & 3 max).
/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));
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp616 // 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 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
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp412 // 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 Dwifi_idl_client.h499 * @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 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 37 milliseconds

12345678