Home
last modified time | relevance | path

Searched refs:clss (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/page/
Dregister.ts75 let clss: object = nativeModulesPkg[pkg];
76 if (!clss) {
77 clss = {};
78 nativeModulesPkg[pkg] = clss;
80 let methods: object = clss[cls];
83 clss[cls] = methods;
109 let clss: object = nativeModulesPkg[pkg];
112 if (!clss && !cls) {
115 clss = nativeModulesPkg[pkg];
119 const methods: object = clss[cls];
[all …]
/third_party/alsa-lib/include/
Dmixer.h117 int snd_mixer_class_unregister(snd_mixer_class_t *clss);