Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 168) sorted by relevance

1234567

/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc55 PartRecord part; in Download() local
69 uint64_t start = part.offset; in Download()
303 for (PartRecord& part : record.parts) { in validateRecord()
345 PartRecord part; in loadRecord() local
351 record_.parts.push_back(part); in loadRecord()
407 consumedSize_ += part.size; in getPartsToDownload()
425 PartRecord part; in getPartsToDownload() local
426 part.partNumber = index; in getPartsToDownload()
427 part.offset = offset; in getPartsToDownload()
429 part.size = end - offset + 1; in getPartsToDownload()
[all …]
A DResumableCopier.cc53 Part part; in Copy() local
59 part = partsToUploadCopy.front(); in Copy()
67 uint64_t length = part.Size(); in Copy()
70 uploadID_, part.PartNumber(), in Copy()
85 … if (!!(request_.Flags() & 0x40000000) && (part.PartNumber() == 2 || part.PartNumber() == 4)) { in Copy()
96 part.eTag_ = outcome.result().ETag(); in Copy()
97 partsCopied.push_back(part); in Copy()
373 Part part; in getPartsToUploadCopy() local
374 part.partNumber_ = i + 1; in getPartsToUploadCopy()
379 part.size_ = partSize_; in getPartsToUploadCopy()
[all …]
A DResumableUploader.cc81 Part part; in Upload() local
87 part = partsToUpload.front(); in Upload()
94 uint64_t offset = partSize_ * (part.PartNumber() - 1); in Upload()
95 uint64_t length = part.Size(); in Upload()
125 part.eTag_ = outcome.result().ETag(); in Upload()
126 part.cRC64_ = outcome.result().CRC64(); in Upload()
132 uploadedParts.push_back(part); in Upload()
356 Part part; in getPartsToUpload() local
357 part.partNumber_ = i+1; in getPartsToUpload()
361 part.size_ = partSize_; in getPartsToUpload()
[all …]
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_partition.c23 int part; /* partition id */ member
33 int part; /* partition id */ member
74 ret = os_partition_read(loader->part, in partition_get_format()
179 *part = atoi(ptr); in partition_info_parse()
229 loader->part, in partition_loader_update()
280 loader->part = -1; in partition_loader_reset()
336 ret = os_partition_read(loader->part, in partition_loader_read()
530 ret = os_partition_write(packer->part, in partition_packer_write()
575 ret = os_partition_erase(packer->part, in partition_packer_update()
583 ret = os_partition_write(packer->part, in partition_packer_update()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_rect.c516 lv_border_part_t part = style->body.border.part; in lv_draw_rect_border_straight() local
622 if((part & LV_BORDER_TOP) && (part & LV_BORDER_LEFT)) { in lv_draw_rect_border_straight()
631 if((part & LV_BORDER_TOP) && (part & LV_BORDER_RIGHT)) { in lv_draw_rect_border_straight()
640 if((part & LV_BORDER_BOTTOM) && (part & LV_BORDER_LEFT)) { in lv_draw_rect_border_straight()
649 if((part & LV_BORDER_BOTTOM) && (part & LV_BORDER_RIGHT)) { in lv_draw_rect_border_straight()
712 lv_border_part_t part = style->body.border.part; in lv_draw_rect_border_corner() local
910 if((part & LV_BORDER_BOTTOM) && (part & LV_BORDER_RIGHT)) { in lv_draw_rect_border_corner()
925 if((part & LV_BORDER_BOTTOM) && (part & LV_BORDER_LEFT)) { in lv_draw_rect_border_corner()
940 if((part & LV_BORDER_TOP) && (part & LV_BORDER_LEFT)) { in lv_draw_rect_border_corner()
958 if((part & LV_BORDER_TOP) && (part & LV_BORDER_RIGHT)) { in lv_draw_rect_border_corner()
[all …]
/AliOS-Things-master/components/py_engine/tests/esp32/
A Dcheck_err_str.py16 part = p.find(type=p.TYPE_DATA)[0] variable
19 fun(part)
28 fun(part)
39 fun(part)
/AliOS-Things-master/components/oss/src/model/
A DListPartsResult.cc96 Part part; in operator =() local
100 part.partNumber_ = std::atoi(node->GetText()); in operator =()
104 if(node && node->GetText()) part.lastModified_ = node->GetText(); in operator =()
107 if (node && node->GetText()) part.eTag_ = TrimQuotes(node->GetText()); in operator =()
112 part.size_ = std::strtoll(node->GetText(), nullptr, 10); in operator =()
118 part.cRC64_ = std::strtoull(node->GetText(), nullptr, 10); in operator =()
120 partList_.push_back(part); in operator =()
A DCompleteMultipartUploadRequest.cc125 for (auto const &part : partList_) { in payload() local
128 ss << std::to_string(part.PartNumber()); in payload()
131 ss << part.ETag(); in payload()
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/
A Durlapi.h108 char **part, unsigned int flags);
116 const char *part, unsigned int flags);
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dqc.c163 hal_logic_partition_t* part; in qc_crc() local
170 part = hal_flash_get_info((hal_partition_t)HAL_PARTITION_APPLICATION); in qc_crc()
171 total_len = part->partition_length; in qc_crc()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcoderules.txt4 This file is part of the Independent JPEG Group's software.
25 then-part;
27 else-part;
108 5. Source file names should begin with "j" for files that are part of the
109 library proper; source files that are not part of the library, such as cjpeg.c
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Dflash.c175 struct mtd_part *part; member
197 info->part = parts; in get_mtd_part()
220 ret = aos_mtd_register(&g_mtd_nor_dev, info.part, info.cnt); in csi_flash_init()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c65 hal_partition_t part; member
115 return g_lfs_manager[i]->part; in get_partition_from_cfg()
154 if (arr[i].p == part) break; in littlefs_get_mtd_info()
159 LFS_ERROR("No parition found for index %d!", part); in littlefs_get_mtd_info()
178 hal_partition_t part = *(int *)c->context; in littlefs_mtd_get_block_cnt() local
179 hal_mtdpart_info_t *arr = littlefs_get_mtd_info(part, &idx); in littlefs_mtd_get_block_cnt()
199 hal_partition_t part = *(int *)c->context; in littlefs_mtd_get_read_size() local
220 hal_partition_t part = *(int *)c->context; in littlefs_mtd_get_prog_size() local
241 hal_partition_t part = *(int *)c->context; in littlefs_mtd_get_block_size() local
696 g_lfs_manager[i]->part = _lfs_parttion[i]; in _lfs_init()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/spiflash/
A Dspiflash.c221 struct mtd_part *part; member
244 info->part = parts; in get_mtd_part()
267 ret = aos_mtd_register(&g_mtd_nor_dev, info.part, info.cnt); in csi_flash_init()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.c87 lv_style_scr.body.border.part = LV_BORDER_FULL; in lv_style_init()
263 res->body.border.part = start->body.border.part; in lv_style_mix()
269 res->body.border.part = end->body.border.part; in lv_style_mix()
/AliOS-Things-master/components/py_engine/tests/net_inet/
A DREADME2 Note that these tests are not run as part of the main testsuite and need
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/pwl/
A Dapp_pwl.h30 }part[10]; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/
A DREADME.txt3 the libpng license, although all are open source. They are not part of
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_aux.c326 struct _Int64Parts part; member
336 if (i.part.high >= 0) { in _TIFFUInt64ToFloat()
352 if (i.part.high >= 0) { in _TIFFUInt64ToDouble()
/AliOS-Things-master/components/SDL2/acinclude/
A Dltversion.m413 # This file is part of GNU Libtool
/AliOS-Things-master/components/freetype/src/winfonts/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dltversion.m413 # This file is part of GNU Libtool
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A DREADME8 So far, these tests are not run as part of the main testsuite and need
/AliOS-Things-master/components/freetype/src/gzip/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,
/AliOS-Things-master/components/freetype/src/lzw/
A DJamfile6 # This file is part of the FreeType project, and may only be used, modified,

Completed in 33 milliseconds

1234567