Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 11 of 11) sorted by relevance

/test/xts/hats/hdf/nfc/secureElement_additional/
Dnfc_services_test.cpp114 int p2 = 0x00; variable
118 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
142 int p2 = 0x00; variable
146 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
170 int p2 = 0x00; variable
176 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
201 int p2 = 0x00; variable
207 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
228 int p2 = 0x00; variable
235 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecResponse, status);
[all …]
/test/testfwk/arkxtest/uitest/record/
Doffset.h31 Offset(Point p1, Point p2) : deltaX_(p2.px_-p1.px_), deltaY_(p2.py_-p1.py_) {} in Offset() argument
/test/xts/acts/graphic/webGL/src/main/js/test/
DWebGL1.texture.js1984 let p2 = createProgram(gl, `
2001 gl.useProgram(p2.program);
2012 let a_Position = gl.getAttribLocation(p2.program, 'a_Position'); // 获取attribute变量地址
2015 let a_TexCoord = gl.getAttribLocation(p2.program, 'a_TexCoord'); // 获取attribute变量地址
2020 let u_Sampler = gl.getUniformLocation(p2.program, 'u_Sampler');
2037 gl.deleteShader(p2.vertexShader);
2038 gl.deleteShader(p2.fragmentShader);
2039 gl.deleteProgram(p2.program);
2086 let p2 = createProgram(gl, `
2103 gl.useProgram(p2.program);
[all …]
DWebGL2.texture.js840 let p2 = createProgram(gl, vCode, fCode);
841 gl.useProgram(p2.program);
853 let u_sampler = gl.getUniformLocation(p2.program, 'u_sampler');
873 gl.deleteShader(p2.vertexShader);
874 gl.deleteShader(p2.fragmentShader);
875 gl.deleteProgram(p2.program);
DWebGL2.buffer.js653 let p2 = createProgram(gl, vCode, fCode);
654 gl.useProgram(p2.program);
663 let u_depth2 = gl.getUniformLocation(p2.program, 'u_depth');
665 let u_sampler = gl.getUniformLocation(p2.program, 'u_sampler');
/test/xts/hats/hdf/nfc/secureElement/
Dnfc_services_test.cpp168 int p2 = 0x00; variable
172 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
215 int p2 = 0x00; variable
221 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecResponse, status);
/test/xts/acts/communication/nfc_SecureElement/src/main/js/test/
DchannelCallback.test.js47 let p2 = 0x00; variable
105 Session.openBasicChannel(aidArray, p2,
153 Session.openLogicalChannel(aidArray, p2,
379 let getPromise = Session.openBasicChannel(aidArray,p2);
418 let getPromise = Session.openLogicalChannel(aidArray,p2);
/test/xts/acts/kernel_lite/util_posix/src/
DActsUtilDataStructApiTest.cpp46 static int NumCompare(const void *p1, const void *p2) in NumCompare() argument
48 return ((*(int *)p1) - (*(int *)p2)); in NumCompare()
/test/xts/acts/arkui/ace_ets_component_ArkUI_test/entry/src/main/ets/MainAbility/pages/Track/
DextendTrack.ets23 p2:number = 30
/test/xts/hats/telephony/ril/hdi_v1.0/
Dhdf_ril_hdiService_test.cpp4181 msg.p2 = 0;
4202 msg.p2 = 0;
4385 int32_t p2 = 0; variable
4386 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_1, GetSerialId(), appID, p2);
4402 reqInfo.p2 = 0x40;
4428 int32_t p2 = 0; variable
4429 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_2, GetSerialId(), appID, p2);
4445 reqInfo.p2 = 0x40;
4474 reqInfo.p2 = 0x40;
4492 reqInfo.p2 = 0x40;
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensiontest/entry/src/main/ets/test/
DAbility.test.ets668 url: 'TestAbility/pages/p2',
788 url: 'TestAbility/pages/p2',