| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | filter_constraints.cpp | 38 void FilterConstraints::AddOrderBy(int32_t col, unsigned char desc) in AddOrderBy() argument 42 o.desc = desc; in AddOrderBy() 63 idxStr += " " + std::to_string(orderBys_[i].desc); in ToString() 78 unsigned char desc = static_cast<unsigned char>(strtol(p, &pNext, 10)); \ 99 AddConstraint(i, col, desc); in FromString() 114 AddOrderBy(col, desc); in FromString()
|
| D | index_map.cpp | 259 void IndexMap::SortBy(bool desc) in SortBy() argument 261 if (desc) { in SortBy() 266 desc_ = desc; in SortBy()
|
| D | filter_constraints.h | 39 void AddOrderBy(int32_t col, unsigned char desc);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | filter_constraints.cpp | 38 void FilterConstraints::AddOrderBy(int32_t col, unsigned char desc) in AddOrderBy() argument 42 o.desc = desc; in AddOrderBy() 63 idxStr += " " + std::to_string(orderBys_[i].desc); in ToString() 121 unsigned char desc = static_cast<unsigned char>(strtol(p, &pNext, 10)); in FromString() local 128 AddOrderBy(col, desc); in FromString()
|
| D | index_map.cpp | 257 void IndexMap::SortBy(bool desc) in SortBy() argument 259 if (desc) { in SortBy() 264 desc_ = desc; in SortBy()
|
| D | filter_constraints.h | 39 void AddOrderBy(int32_t col, unsigned char desc);
|
| /developtools/profiler/device/cmds/src/ |
| D | command_line.cpp | 41 const std::string& desc) in AddParamText() argument 51 pret->sDescriptor_ = desc; in AddParamText() 58 const std::string& desc) in AddParamSwitch() argument 68 pret->sDescriptor_ = desc; in AddParamSwitch()
|
| /developtools/profiler/device/cmds/include/ |
| D | command_line.h | 58 …itch(const std::string& filter1, const std::string& filter2, bool &pbool, const std::string& desc); 62 const std::string& desc);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | instants_table.cpp | 176 indexMap_->SortBy(orderbys[i].desc); in Filter() 179 indexMap_->SortBy(orderbys[i].desc); in Filter() 182 indexMap_->SortBy(orderbys[i].desc); in Filter() 185 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| D | measure_table.cpp | 170 indexMap_->SortBy(orderbys[i].desc); in Filter() 173 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | instants_table.cpp | 176 indexMap_->SortBy(orderbys[i].desc); in Filter() 179 indexMap_->SortBy(orderbys[i].desc); in Filter() 182 indexMap_->SortBy(orderbys[i].desc); in Filter() 185 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| D | measure_table.cpp | 170 indexMap_->SortBy(orderbys[i].desc); in Filter() 173 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| /developtools/hdc/src/host/ |
| D | host_usb.cpp | 288 int HdcHostUSB::CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc) in CheckDescriptor() argument 296 if (libusb_get_device_descriptor(hUSB->device, &desc)) { in CheckDescriptor() 303 …childRet = libusb_get_string_descriptor_ascii(hUSB->devHandle, desc.iSerialNumber, (uint8_t *)seri… in CheckDescriptor() 355 int HdcHostUSB::CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc) in CheckActiveConfig() argument 361 if ((desc.bDeviceClass == 0xFF) in CheckActiveConfig() 362 && (desc.bDeviceSubClass == 0xFF) in CheckActiveConfig() 363 && (desc.bDeviceProtocol == 0xFF)) { in CheckActiveConfig() 604 struct libusb_device_descriptor desc; in OpenDeviceMyNeed() local 605 if (CheckDescriptor(hUSB, desc)) { in OpenDeviceMyNeed() 608 if (CheckActiveConfig(device, hUSB, desc)) { in OpenDeviceMyNeed() [all …]
|
| D | host_usb.h | 45 int CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc); 48 int CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc);
|
| /developtools/syscap_codec/napi/ |
| D | napi_query_syscap.cpp | 226 napi_property_descriptor desc[] = { in QuerryExport() local 230 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in QuerryExport()
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BinderArgBean.ts | 20 desc: string | undefined; property in BinderArgBean
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | BinderArgBean.ts | 20 desc: string | undefined; property in BinderArgBean
|
| /developtools/bytrace/interfaces/kits/js/napi/ |
| D | bytrace_napi_common.cpp | 221 static napi_property_descriptor desc[] = { in BytraceInit() local 226 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in BytraceInit()
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.test.ts | 237 desc: 'desc', 244 desc: 'desc',
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 465 napi_property_descriptor desc[] = { in DeclareHiDebugInterface() local 481 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in DeclareHiDebugInterface()
|
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 487 const AttrWithId &desc = sectionEventdesc.eventDesces_[i]; in PrintFeatureEventdesc() local 488 PrintIndent(LEVEL2, "event name[%zu]: %s ids: %s\n", i, desc.name.c_str(), in PrintFeatureEventdesc() 489 VectorToString(desc.ids).c_str()); in PrintFeatureEventdesc()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/base/ |
| D | data_type_table.cpp | 135 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| D | data_dict_table.cpp | 133 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | data_dict_table.cpp | 133 indexMap_->SortBy(orderbys[i].desc); in Filter()
|
| D | data_type_table.cpp | 135 indexMap_->SortBy(orderbys[i].desc); in Filter()
|