Home
last modified time | relevance | path

Searched refs:ex (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dproxy_session_file_test.cpp248 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false);
249 static void TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex = false);
252 int32_t cnt, bool ex = false);
254 static void TransTest(struct TransTestInfo &transInfo, int32_t testDataType, bool ex = false);
376 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() argument
383 if (ex) { in TestSendMessage()
395 void AuthSessionTest::TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendBytes() argument
402 if (ex) { in TestSendBytes()
413 int32_t cnt, bool ex) in TestSendFile()
420 if (ex) { in TestSendFile()
412 TestSendFile(int32_t sendCnt, const char *sfileList[], const char *dfileList[], int32_t cnt, bool ex) TestSendFile() argument
434 TransTest(struct TransTestInfo &transInfo, int32_t testDataType, bool ex) TransTest() argument
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp30 #define SWAP_START_END(sx, sy, ex, ey, dx, dy, dir) \
34 SWAP_POINTS((sx), (ex), (sy), (ey)); \
36 if ((ex) < (sx)) { \
40 if ((sx) < (ex)) { \
41 SWAP_POINTS((sx), (ex), (sy), (ey)); \
154 int16_t ex = end.x; in DrawWuLine() local
156 uint16_t dx = MATH_ABS(ex - sx); in DrawWuLine()
159 SWAP_START_END(sx, sy, ex, ey, dx, dy, dir); in DrawWuLine()
162 float plot = -static_cast<float>(ex - sx) / static_cast<float>(ey - sy); in DrawWuLine()
169 float x2 = ex in DrawWuLine()
445 int16_t ex = end.x; DrawThinWuLine() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dauth_session_test2.cpp223 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false);
224 static void TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex = false);
227 int32_t cnt, bool ex = false);
230 static void TransTest(TransTestInfo &transInfo, int32_t testDataType, bool ex = false);
355 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() argument
362 if (ex) { in TestSendMessage()
374 void AuthSessionTest::TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendBytes() argument
381 if (ex) { in TestSendBytes()
392 int32_t cnt, bool ex) in TestSendFile()
399 if (ex) { in TestSendFile()
391 TestSendFile(int32_t sendCnt, const char *sfileList[], const char *dfileList[], int32_t cnt, bool ex) TestSendFile() argument
410 TransTest(TransTestInfo &transInfo, int32_t testDataType, bool ex) TransTest() argument
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_definition.h176 virtual void AddExtensions(std::vector<std::string> ex) in AddExtensions()
178 auto iter = ex.begin(); in AddExtensions()
179 while (iter != ex.end()) { in AddExtensions()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h48 int32_t NotEqual(int32_t ex, int32_t ey, const CellBuildAntiAlias&) const in NotEqual()
50 return (static_cast<uint32_t>(ex) - static_cast<uint32_t>(x)) in NotEqual()
/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp395 for (auto&& ex : exclusionList) { in GetProxy()
396 proxy.exclusions.append(ex); in GetProxy()
397 if (ex != exclusionList.back()) { in GetProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp1592 moduleJson[BUNDLE_PROFILE_KEY_APP][BUNDLE_APP_PROFILE_KEY_BUNDLE_NAME] = "com.ex";
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp325 for (const auto &ex: tableData.extend) { in GetCloudData()
326 bucket.insert(ex); in GetCloudData()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp704 } catch (std::exception const& ex) {
705 LUME_LOG_E("Error reading file: '%s': %s", aFilename.data(), ex.what());
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp2424 napi_value ex; in HWTEST_F() local
2425 napi_get_and_clear_last_exception(env, &ex); in HWTEST_F()

Completed in 25 milliseconds