| /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 | 266 for (const auto &ref : refs) { in ParseRefImpl() local 268 if (regex_search(key, result, regex(ref.first))) { in ParseRefImpl() 270 int32_t id = idWorker_.GetId(ref.second, name); in ParseRefImpl() 272 id = idWorker_.GetSystemId(ref.second, name); in ParseRefImpl() 280 if (ref.second != ResType::ID) { in ParseRefImpl() 281 key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id); in ParseRefImpl()
|
| D | json_compiler.cpp | 173 regex ref("^\\$(ohos:)?boolean:.*"); in HandleBoolean() local 174 if (!regex_match(valueNode.asString(), ref)) { in HandleBoolean() 319 regex ref("^\\$.+:"); in CheckJsonStringValue() local 321 if (regex_search(value, result, ref) && !regex_match(result[0].str(), regex(REFS.at(type)))) { in CheckJsonStringValue() 332 regex ref("^\\$(ohos:)?integer:.*"); in CheckJsonIntegerValue() local 333 if (!regex_match(valueNode.asString(), ref)) { in CheckJsonIntegerValue()
|
| D | resource_append.cpp | 100 ReferenceParser ref; in ParseRef() local 102 … if (ref.ParseRefInJsonFile(*iter, packageParser_.GetOutput(), true) != RESTOOL_SUCCESS) { in ParseRef() 105 } 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)); 414 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 451 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 514 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 550 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 586 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 622 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 656 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 690 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); 724 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); [all …]
|
| D | perf_events_test.cpp | 222 std::thread runThread(RunTrack, std::ref(event)); 262 std::thread runThread(RunTrack, std::ref(event)); 309 std::thread runThread(RunTrack, std::ref(event));
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 181 --hChannel->ref; in WriteCallback() 185 hChannel->channelId, hChannel->isDead, int32_t(hChannel->ref)); in WriteCallback() 187 if (!hChannel->isDead && !hChannel->ref) { in WriteCallback() 309 --hChannel->ref; in SendWithCmd() 332 ++hChannel->ref; in SendChannel() 355 --hChannel->ref; in Send() 458 if (hChannel->ref > 0) { in FreeChannelOpeate() 526 ++hRet->ref; in AdminChannel() 559 ++hChannel->ref; in EchoToClient()
|
| D | define_plus.h | 389 std::atomic<uint32_t> ref; member 447 ref = 0; in HdcSession() 502 std::atomic<uint32_t> ref; member
|
| D | session.cpp | 596 if (hSession->ref > 0) { in FreeSessionOpeate() 597 WRITE_LOG(LOG_WARN, "FreeSessionOpeate ref:%u > 0", uint32_t(hSession->ref)); in FreeSessionOpeate() 600 WRITE_LOG(LOG_DEBUG, "FreeSessionOpeate ref:%u", uint32_t(hSession->ref)); in FreeSessionOpeate() 649 …TE_LOG(LOG_DEBUG, "FreeSession sessionId:%u ref:%u", hSession->sessionId, uint32_t(hSession->ref)); in FreeSession() 678 ++hRet->ref; in AdminSession() 984 --hSession->ref; in FinishWriteSessionTCP() 988 status, hSession->sessionId, hSession->isDead, uint32_t(hSession->ref)); in FinishWriteSessionTCP() 990 if (!hSession->isDead && !hSession->ref) { in FinishWriteSessionTCP()
|
| D | uart.cpp | 549 hSession->ref++; in SendUARTRaw() 561 hSession->ref--; in SendUARTRaw()
|
| /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/hdc/src/host/ |
| D | host_usb.cpp | 438 WRITE_LOG(LOG_DEBUG, "HostUSB CancelUsbIo, ref:%u", uint32_t(hSession->ref)); in CancelUsbIo() 579 ++hSession->ref; in BeginUsbRead() 601 --hSession->ref; in BeginUsbRead() 647 ++hSession->ref; in SendUSBRaw() 655 --hSession->ref; in SendUSBRaw()
|
| D | server.cpp | 543 --hChannel->ref; in FetchCommand() 611 --hChannel->ref; in FetchCommand() 866 --hChannel->ref; in AttachChannel() 871 --hChannel->ref; in AttachChannel()
|
| D | server_for_client.cpp | 725 --hChannel->ref; in BindChannelToSession() 727 ++hChannel->ref; in BindChannelToSession()
|
| D | host_uart.cpp | 46 return (!uartOpened or (hSession->isDead and hSession->ref == 0)); in NeedStop()
|
| /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/profiler/device/cmds/src/ |
| D | main.cpp | 316 …std::thread keepSessionThread(StartThread, std::ref(profilerStub), std::ref(sessionId), std::ref(s… in DoCapture()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_usb.cpp | 333 ++hSession->ref; in SendUSBRaw() 335 --hSession->ref; in SendUSBRaw()
|
| /developtools/hiperf/test/unittest/resource/testdata/ |
| D | syms_from_readelf_64 | 104 64: 0000000000005008 8 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_
|
| D | syms_from_readelf_32 | 107 66: 00004004 4 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_
|
| D | syms_from_readelf_32 | 107 66: 00004004 4 OBJECT WEAK HIDDEN 26 DW.ref.__gxx_personality_
|
| /developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/1/ |
| D | smaps | 12328 …4a000 rw-p 00000000 00:00 0 [anon:sensitive_vm-indirect ref table] 12329 Name: [anon:sensitive_vm-indirect ref table] 12771 …40000 rw-p 00000000 00:00 0 [anon:sensitive_vm-indirect ref table] 12772 Name: [anon:sensitive_vm-indirect ref table] 12958 …54000 rw-p 00000000 00:00 0 [anon:sensitive_vm-indirect ref table] 12959 Name: [anon:sensitive_vm-indirect ref table] 13074 …9a000 rw-p 00000000 00:00 0 [anon:sensitive_vm-indirect ref table] 13075 Name: [anon:sensitive_vm-indirect ref table] 13424 …13000 rw-p 00000000 00:00 0 [anon:sensitive_vm-indirect ref table] 13425 Name: [anon:sensitive_vm-indirect ref table] [all …]
|