Home
last modified time | relevance | path

Searched refs:C1 (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_tables.h335 FProto4(5.36548976E-04 * C1), FProto4(2.73370904E-03 * C1),
339 FProto4(2.04385087E-02 * C1), FProto4(3.21939290E-02 * C1),
343 FProto4(1.94987841E-01 * C1), FProto4(2.81828203E-01 * C1),
347 FProto4N(7.76463494E-02 * C1), FProto4(6.13245186E-03 * C1),
365 #undef C1
407 #undef C1
423 FProto8(1.56575398E-04 * C1), FProto8(1.78371725E-03 * C1),
431 FProto8(8.02941163E-03 * C1), FProto8(1.53184106E-02 * C1),
439 FProto8(8.29847578E-02 * C1), FProto8(1.45389847E-01 * C1),
497 #undef C1
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-deque.md88 class C1 {
92 let deque: Deque<string | number | boolean | Array<number> | C1> = new Deque();
97 let c: C1 = {name : "Dylan", age : "13"};
129 class C1 {
134 let deque: Deque<string | number | boolean | Array<number> | C1> = new Deque();
139 let c: C1 = {name : "Dylan", age : "13"};
H A Djs-apis-queue.md95 class C1 {
99 let queue : Queue<number | string | C1 | number[]> = new Queue();
104 let c : C1 = {name : "Dylan", age : "13"};
H A Djs-apis-stack.md94 class C1 {
98 let stack : Stack<number | string | C1> = new Stack();
101 let c : C1 = {name : "Dylan", age : "13"};
H A Djs-apis-vector.md74 class C1 {
78 let vector : Vector<string | number | C1 | Array<number>> = new Vector();
83 let c: C1 = {name : "Jack", age : "13"};
H A Djs-apis-arraylist.md96 class C1 {
100 let arrayList: ArrayList<string | number | boolean | Array<number> | C1> = new ArrayList();
105 let c : C1 = {name: "Dylan", age: "13"}
/ohos5.0/base/global/system_resources/systemres/main/resources/base/media/
H A Dohos_ic_public_paste.svg2 …16.397 L1.5,16.750453 C1.5,17.6599717 2.1940361,18.4074121 3.08146332,18.4921992 L3.25,18.5002091 …
H A Dohos_paste_button_line.svg2 …16.397 L1.5,16.750453 C1.5,17.6599717 2.1940361,18.4074121 3.08146332,18.4921992 L3.25,18.5002091 …
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-deque.md88 class C1 {
92 let deque: Deque<string | number | boolean | Array<number> | C1> = new Deque();
97 let c: C1 = {name : "Dylan", age : "13"};
129 class C1 {
134 let deque: Deque<string | number | boolean | Array<number> | C1> = new Deque();
139 let c: C1 = {name : "Dylan", age : "13"};
H A Djs-apis-queue.md95 class C1 {
99 let queue : Queue<number | string | C1 | number[]> = new Queue();
104 let c : C1 = {name : "Dylan", age : "13"};
H A Djs-apis-stack.md94 class C1 {
98 let stack : Stack<number | string | C1> = new Stack();
101 let c : C1 = {name : "Dylan", age : "13"};
H A Djs-apis-vector.md74 class C1 {
78 let vector : Vector<string | number | C1 | Array<number>> = new Vector();
83 let c: C1 = {name : "Jack", age : "13"};
H A Djs-apis-arraylist.md96 class C1 {
100 let arrayList: ArrayList<string | number | boolean | Array<number> | C1> = new ArrayList();
105 let c : C1 = {name: "Dylan", age: "13"}
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-asym-encrypt-decrypt-spec.md148 SM2非对称加密的结果由C1,C2,C3三部分组成。其中C1是根据生成的随机数计算出的椭圆曲线点,C2是密文数据,C3是通过指定摘要算法计算的值。
182 - yCoordinate:y分量,即C1_Y。xCoordinate和yCoordinate可以转换成C1
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-asym-encrypt-decrypt-spec.md146 The SM2 asymmetric encryption result consists of C1, C2, and C3. C1 is the elliptic curve points ca…
178 - **xCoordinate**: coordinate X of C1, that is, **C1_X**.
180 …oordinate**: coordinate Y of C1, that is, **C1_Y**. You can obtain **C1** based on **xCoordinate**…
H A Dcrypto-sm2-ciphertext-conversion.md4 The Crypto framework supports the SM2 ciphertext in ASN.1 format. The SM2 ciphertext consists of C1
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md992 class C1 {
997 let o1: C1 = {n: 42, s: 'foo'};
998 let o2: C1 = {n: 42, s: 'foo'};
999 let o3: C1 = {n: 42, s: 'foo'};
1001 let oo: C1[] = [{n: 1, s: '1'}, {n: 2, s: '2'}];
1281 class C1 implements C {
1293 class C1 implements C {
H A Darkts-more-cases.md2061 class C1 {
2073 console.log(getValue(C1));
2080 class C1 {
2089 return C1.value;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/
H A DbleTest.ets36 @State peripheralDeviceId: string = '6c:96:d7:3d:87:6f'; // 88:36:CF:09:C1:90
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/
H A DbleTestManager.ets37 @State peripheralDeviceId: string = '6c:96:d7:3d:87:6f'; // 88:36:CF:09:C1:90
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!