Home
last modified time | relevance | path

Searched defs:add (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/arkcompiler/esmodule/esmodule_entry/entry/src/main/cpp/types/libentry/
Dindex.d.ts15 export const add: (a: number, b: number) => number; constant
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostest/entry/src/ohosTest/cpp/types/libentry/
Dindex.d.ts15 export const add: (a: number, b: number) => number; constant
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostestlib/entry/src/main/cpp/types/libentry/
Dindex.d.ts15 export const add: (a: number, b: number) => number; constant
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts15 export const add: (a: number, b: number) => number; constant
/test/xts/acts/arkcompiler/esmodule/esmodule_entry/entry/src/main/ets/test/
Dtest.ts15 export function add(a: number, b: number) { function
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostest/entry/src/ohosTest/ets/test/
Dtest.ts15 export function add(a: number, b: number) { function
/test/xts/acts/demo/test_rust_demo/src/
Dlib.rs18 pub fn add(a: i32, b: i32) -> i32 { in add() function
/test/xts/dcts/testtools/disjsTest/client/
DremoteHelper.js89 async add(a,b) { method in RemoteHelper
/test/xts/dcts/testtools/disjsTest/server/
DtestApi.js34 add(a,b) { method in TestApi