Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 35) sorted by relevance

12

/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/commonAttr/
DcommonAttr.hml9 <div ref="ref">ref_test</div>
/developtools/global_resource_tool/src/
Dreference_parser.cpp263 for (const auto &ref : refs) { in ParseRefImpl() local
265 if (regex_search(key, result, regex(ref.first))) { in ParseRefImpl()
267 int32_t id = idWorker_.GetId(ref.second, name); in ParseRefImpl()
269 id = idWorker_.GetSystemId(ref.second, name); in ParseRefImpl()
277 if (ref.second != ResType::ID) { in ParseRefImpl()
278 key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id); in ParseRefImpl()
Djson_compiler.cpp172 regex ref("^\\$(ohos:)?boolean:.*"); in HandleBoolean() local
173 if (!regex_match(valueNode.asString(), ref)) { in HandleBoolean()
309 regex ref("^\\$.+:"); in CheckJsonStringValue() local
311 if (regex_search(value, result, ref) && !regex_match(result[0].str(), regex(REFS.at(type)))) { in CheckJsonStringValue()
322 regex ref("^\\$(ohos:)?integer:.*"); in CheckJsonIntegerValue() local
323 if (!regex_match(valueNode.asString(), ref)) { in CheckJsonIntegerValue()
Dresource_append.cpp99 ReferenceParser ref; in ParseRef() local
101 … if (ref.ParseRefInJsonFile(*iter, packageParser_.GetOutput(), true) != RESTOOL_SUCCESS) { in ParseRef()
104 } else if (ref.ParseRefInResourceItem(*iter) != RESTOOL_SUCCESS) { in ParseRef()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp360 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
412 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
449 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
512 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
548 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
584 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
620 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
654 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
688 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
722 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
[all …]
Dperf_events_test.cpp216 std::thread runThread(RunTrack, std::ref(event));
256 std::thread runThread(RunTrack, std::ref(event));
303 std::thread runThread(RunTrack, std::ref(event));
/developtools/hdc/src/common/
Dchannel.cpp176 --hChannel->ref; in WriteCallback()
180 if (!hChannel->isDead && !hChannel->ref) { in WriteCallback()
299 --hChannel->ref; in SendWithCmd()
322 ++hChannel->ref; in SendChannel()
343 --hChannel->ref; in Send()
439 if (hChannel->ref > 0) { in FreeChannelOpeate()
503 ++hRet->ref; in AdminChannel()
536 ++hChannel->ref; in EchoToClient()
Ddefine_plus.h386 std::atomic<uint32_t> ref; member
444 ref = 0; in HdcSession()
499 std::atomic<uint32_t> ref; member
Dsession.cpp580 if (hSession->ref > 0) { in FreeSessionOpeate()
583 WRITE_LOG(LOG_DEBUG, "FreeSessionOpeate ref:%u", uint32_t(hSession->ref)); in FreeSessionOpeate()
629 …TE_LOG(LOG_DEBUG, "FreeSession sessionId:%u ref:%u", hSession->sessionId, uint32_t(hSession->ref)); in FreeSession()
658 ++hRet->ref; in AdminSession()
966 --hSession->ref; in FinishWriteSessionTCP()
970 if (!hSession->isDead && !hSession->ref) { in FinishWriteSessionTCP()
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js82 ref: {},
186 ref: {},
362 ref: {},
1455 ref: {},
1558 ref: {}, property
1584 ref: {},
Dlite_component_map.js283 ref: {},
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/
Dsick.hml1 <list class="container" ref="list" onswipe="touchMove">
/developtools/profiler/host/smartperf/client/client_command/
DByTrace.cpp72 std::thread tFinish(&ByTrace::ThreadFinishTrace, this, std::ref(pathName)); in CheckFpsJitters()
/developtools/hdc/src/host/
Dhost_usb.cpp425 WRITE_LOG(LOG_DEBUG, "HostUSB CancelUsbIo, ref:%u", uint32_t(hSession->ref)); in CancelUsbIo()
565 ++hSession->ref; in BeginUsbRead()
586 --hSession->ref; in BeginUsbRead()
627 ++hSession->ref; in SendUSBRaw()
635 --hSession->ref; in SendUSBRaw()
Dserver.cpp554 --hChannel->ref; in FetchCommand()
625 --hChannel->ref; in FetchCommand()
880 --hChannel->ref; in AttachChannel()
885 --hChannel->ref; in AttachChannel()
Dserver_for_client.cpp716 --hChannel->ref; in BindChannelToSession()
718 ++hChannel->ref; in BindChannelToSession()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp572 mySession.ref = 1;
577 mySession.ref = 0;
582 mySession.ref = 1;
587 mySession.ref = 0;
592 mySession.ref = 1;
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Dhttp_server.cpp95 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
141 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Dhttp_server.cpp95 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
141 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp96 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
142 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp106 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
146 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
/developtools/hdc/src/daemon/
Ddaemon_usb.cpp330 ++hSession->ref; in SendUSBRaw()
332 --hSession->ref; in SendUSBRaw()
/developtools/profiler/host/smartperf/doc/
Ddes_tables.md155 |ref |INT |
/developtools/hiperf/test/unittest/resource/testdata/
Dsyms_from_readelf_64104 64: 0000000000005008 8 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/
Dsyms_from_readelf_64104 64: 0000000000005008 8 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_

12