| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/commonAttr/ |
| D | commonAttr.hml | 9 <div ref="ref">ref_test</div>
|
| /developtools/global_resource_tool/src/ |
| D | reference_parser.cpp | 263 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()
|
| D | json_compiler.cpp | 172 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()
|
| D | resource_append.cpp | 99 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/ |
| D | subcommand_stat_test.cpp | 360 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 …]
|
| D | perf_events_test.cpp | 216 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/ |
| D | channel.cpp | 176 --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()
|
| D | define_plus.h | 386 std::atomic<uint32_t> ref; member 444 ref = 0; in HdcSession() 499 std::atomic<uint32_t> ref; member
|
| D | session.cpp | 580 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/ |
| D | rich_component_map.js | 82 ref: {}, 186 ref: {}, 362 ref: {}, 1455 ref: {}, 1558 ref: {}, property 1584 ref: {},
|
| D | lite_component_map.js | 283 ref: {},
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/ |
| D | sick.hml | 1 <list class="container" ref="list" onswipe="touchMove">
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | ByTrace.cpp | 72 std::thread tFinish(&ByTrace::ThreadFinishTrace, this, std::ref(pathName)); in CheckFpsJitters()
|
| /developtools/hdc/src/host/ |
| D | host_usb.cpp | 425 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()
|
| D | server.cpp | 554 --hChannel->ref; in FetchCommand() 625 --hChannel->ref; in FetchCommand() 880 --hChannel->ref; in AttachChannel() 885 --hChannel->ref; in AttachChannel()
|
| D | server_for_client.cpp | 716 --hChannel->ref; in BindChannelToSession() 718 ++hChannel->ref; in BindChannelToSession()
|
| /developtools/hdc/test/unittest/common/ |
| D | host_uart_test.cpp | 572 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/ |
| D | http_server.cpp | 95 … 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/ |
| D | http_server.cpp | 95 … 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/ |
| D | http_server.cpp | 96 … 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/ |
| D | http_server.cpp | 106 … 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/ |
| D | daemon_usb.cpp | 330 ++hSession->ref; in SendUSBRaw() 332 --hSession->ref; in SendUSBRaw()
|
| /developtools/profiler/host/smartperf/doc/ |
| D | des_tables.md | 155 |ref |INT |
|
| /developtools/hiperf/test/unittest/resource/testdata/ |
| D | syms_from_readelf_64 | 104 64: 0000000000005008 8 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/ |
| D | syms_from_readelf_64 | 104 64: 0000000000005008 8 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_
|