Home
last modified time | relevance | path

Searched defs:h (Results 1 – 12 of 12) sorted by relevance

/test/xts/acts/security/cryptoFramework/js_api_test_two/src/main/js/test/utils/certificate/
DpublicCertificatePromise.js44 selfSignedCaCertDer.match(/[\da-f]{2}/gi).map(function (h) { argument
326 testCrlDer.match(/[\da-f]{2}/gi).map(function (h) { argument
409 crlVerifyPriKeyHex.match(/[\da-f]{2}/gi).map(function (h) { argument
414 crlVerifyPubKeyHex.match(/[\da-f]{2}/gi).map(function (h) { argument
419 crlHex.match(/[\da-f]{2}/gi).map(function (h) { argument
DpublicCertificateCallback.js44 selfSignedCaCertDer.match(/[\da-f]{2}/gi).map(function (h) { argument
344 testCrlDer.match(/[\da-f]{2}/gi).map(function (h) { argument
466 crlVerifyPriKeyHex.match(/[\da-f]{2}/gi).map(function (h) { argument
471 crlVerifyPubKeyHex.match(/[\da-f]{2}/gi).map(function (h) { argument
476 crlHex.match(/[\da-f]{2}/gi).map(function (h) { argument
/test/xts/acts/kernel_lite/dyload_posix/
DDlopenTest.cpp50 void* h = dlopen(newSO, RTLD_NOW); variable
103 void* h = dlopen("./target/libdso1.so", RTLD_NOW); variable
163 void* h = dlopen("not_exist_dso1.so", RTLD_NOW); variable
DDlopenApiTest.cpp52 void* h = dlopen(0, 0); variable
/test/xts/hats/hdf/display/device/
Dhdi_device_test.h32 float h = 0; // ratio member
37 float h; member
42 uint32_t h; member
Dhdi_composition_check.h37 void Init(uint32_t w, uint32_t h) in Init()
Dhdi_test_layer.cpp22 HdiGrallocBuffer::HdiGrallocBuffer(uint32_t w, uint32_t h, PixelFormat fmt) in HdiGrallocBuffer()
Dhdi_test_display.cpp92 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(uint32_t w, uint32_t h) in CreateHdiTestLayer()
Dhdi_device_test.cpp263 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings()
/test/ostest/wukong/component_event/src/
Dcomponent_tree.cpp79 … uint64_t h = (uint64_t)(rect_.GetRightBottomYScreenPostion() - rect_.GetLeftTopYScreenPostion()); in SetNodeId() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Degl_core.cpp67 void EGLCore::GLContextInit(void* window, int w, int h) in GLContextInit()
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTestUtils.cpp196 void IpcSignalTest::SignalFailTest(int signum, handler_type h, int expectErrno) in SignalFailTest()