/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_config.c | 118 struct gadget_info *gi = container_of(obj, struct gadget_info, obj); in gadget_match() local 119 return !strcmp(gi->name, (char *)match_data); in gadget_match() 125 struct gadget_info *gi = NULL; in gadget_find_by_name() local 139 gi = container_of(obj, struct gadget_info, obj); in gadget_find_by_name() 143 return gi; in gadget_find_by_name() 148 struct gadget_info *gi = NULL; in gadget_make() local 160 gi = usbm_malloc(&cdev->obj, sizeof(*gi)); in gadget_make() 161 if (gi == NULL) in gadget_make() 167 memset_s(gi, sizeof(*gi), 0, sizeof(*gi)); in gadget_make() 168 usbobj_init(&gi->obj, name, usbobj_default_release); in gadget_make() [all …]
|
D | f_config.c | 80 struct gadget_info *gi = container_of(obj, struct gadget_info, obj); in gadget_match() local 82 return gi->com_s == com_s; in gadget_match() 135 struct gadget_info *gi; in fconfig_mkstrdesc() local 153 gi = fconfig_find_gadget(com_dev); in fconfig_mkstrdesc() 154 if (gi == NULL) in fconfig_mkstrdesc() 159 if (id < gi->str_count) in fconfig_mkstrdesc() 161 obj = usbobj_find(&gi->strings, gadget_strings_match, &language); in fconfig_mkstrdesc() 191 if (id >= (devinfo->strbase + gi->str_count) && in fconfig_mkstrdesc() 192 id < (devinfo->strbase + devinfo->nstrings + gi->str_count)) in fconfig_mkstrdesc() 195 … ret = com_dev->device[i].compdesc.mkstrdesc(id - devinfo->strbase - gi->str_count, buf); in fconfig_mkstrdesc() [all …]
|
/third_party/python/Lib/test/ |
D | test_yield_from.py | 450 gi = g() 452 y = gi.send(None) 472 gi = g() 473 next(gi) 475 gi.close() 494 gi = g() 496 x = next(gi) 499 gi.throw(e) 527 gi = g() 528 next(gi) [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | vi.txt | 23 dnam{"giây"} 24 other{"{0} giây"} 218 dnam{"giờ"} 219 other{"{0} giờ"} 220 per{"{0}/giờ"} 223 dnam{"micrô giây"} 224 other{"{0} micrô giây"} 227 dnam{"mili giây"} 228 other{"{0} mili giây"} 241 dnam{"nano giây"} [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | vi.txt | 23 dnam{"giây"} 24 other{"{0} giây"} 221 dnam{"giờ"} 222 other{"{0} giờ"} 223 per{"{0}/giờ"} 226 dnam{"micrô giây"} 227 other{"{0} micrô giây"} 230 dnam{"mili giây"} 231 other{"{0} mili giây"} 244 dnam{"nano giây"} [all …]
|
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | banviet.txt | 3 rách-mướp Bần cũng chả coi sao, chân không có giầy và 4 đầu cũng chẳng có mũ. Giời nắng hay giời mưa Bần 5 không bao giờ quan-tâm. Một ngưòi như Bần thì ai cũng 7 nhầm vì Bần có cái quạt mo, Bần quí lắm. Bần quí và giữ 8 luôn không rời bỏ bao giờ. Giời nắng thì Bần che đầu, 9 giời mưa Bần cũng nhờ nó mà đỡ ướt. Muốn ngồi Bần
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/ |
D | banviet.txt | 3 rách-mướp Bần cũng chả coi sao, chân không có giầy và 4 đầu cũng chẳng có mũ. Giời nắng hay giời mưa Bần 5 không bao giờ quan-tâm. Một ngưòi như Bần thì ai cũng 7 nhầm vì Bần có cái quạt mo, Bần quí lắm. Bần quí và giữ 8 luôn không rời bỏ bao giờ. Giời nắng thì Bần che đầu, 9 giời mưa Bần cũng nhờ nó mà đỡ ướt. Muốn ngồi Bần
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | luo.txt | 9 AG{"Antigua gi Barbuda"} 20 BA{"Bosnia gi Herzegovina"} 109 KN{"Saint Kitts gi Nevis"} 165 PM{"Saint Pierre gi Miquelon"} 168 PS{"Palestinian West Bank gi Gaza"} 191 ST{"São Tomé gi Príncipe"} 195 TC{"Turks gi Caicos Islands"} 206 TT{"Trinidad gi Tobago"} 216 VC{"Saint Vincent gi Grenadines"} 222 WF{"Wallis gi Futuna"}
|
/third_party/icu/icu4c/source/data/region/ |
D | luo.txt | 9 AG{"Antigua gi Barbuda"} 20 BA{"Bosnia gi Herzegovina"} 109 KN{"Saint Kitts gi Nevis"} 165 PM{"Saint Pierre gi Miquelon"} 168 PS{"Palestinian West Bank gi Gaza"} 191 ST{"São Tomé gi Príncipe"} 195 TC{"Turks gi Caicos Islands"} 206 TT{"Trinidad gi Tobago"} 216 VC{"Saint Vincent gi Grenadines"} 222 WF{"Wallis gi Futuna"}
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/ |
D | import_alias_declarations_2.ts | 41 var gi: IAD2.GI = { UIName: "GI", Cost: 200, Strength: 100 }; variable 43 Assert.equal(gi.UIName, "GI"); 44 Assert.equal(gi.Cost, 200); 45 Assert.equal(gi.Strength, 100);
|
/third_party/cups-filters/cupsfilters/ |
D | rgb.c | 63 g, gi, gm0, gm1;/* Current gray index and multipliers ... */ in cupsRGBDoGray() local 138 gi = rgbptr->cube_index[g]; in cupsRGBDoGray() 142 color = rgbptr->colors[gi][gi][gi]; in cupsRGBDoGray() 178 g, gi, gm0, gm1, gs, in cupsRGBDoRGB() local 265 gi = rgbptr->cube_index[g]; in cupsRGBDoRGB() 273 color = rgbptr->colors[ri][gi][bi]; in cupsRGBDoRGB()
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/ |
D | overlay.py | 7 import gi 8 gi.require_version('Gst', '1.0') 10 from gi.repository import Gst, GLib
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | dynamicprops.py | 4 import gi 5 gi.require_version('Gst', '1.0') 6 from gi.repository import GObject, Gst
|
/third_party/zlib/contrib/minizip/ |
D | miniunz.c | 240 unz_global_info64 gi; local 243 err = unzGetGlobalInfo64(uf,&gi); 248 for (i=0;i<gi.number_entry;i++) 299 if ((i+1)<gi.number_entry) 483 unz_global_info64 gi; local 486 err = unzGetGlobalInfo64(uf,&gi); 490 for (i=0;i<gi.number_entry;i++) 497 if ((i+1)<gi.number_entry)
|
D | unzip.c | 170 unz_global_info64 gi; /* public global information */ member 660 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) in unzOpenInternal() 667 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 681 us.gi.size_comment = 0; in unzOpenInternal() 710 us.gi.number_entry = uL; in unzOpenInternal() 717 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal() 894 if (unz64local_getLong64(&us.z_filefunc, us.filestream, &us.gi.number_entry) != UNZ_OK) { in unzOpenFile() 903 … if ((number_entry_CD != us.gi.number_entry) || (number_disk_with_CD != 0) || (number_disk != 0)) { in unzOpenFile() 918 us.gi.size_comment = 0; in unzOpenFile() [all …]
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | miniunz.c | 238 unz_global_info64 gi; local 241 err = unzGetGlobalInfo64(uf,&gi); 246 for (i=0;i<gi.number_entry;i++) 297 if ((i+1)<gi.number_entry) 482 unz_global_info64 gi; local 486 err = unzGetGlobalInfo64(uf,&gi); 490 for (i=0;i<gi.number_entry;i++) 497 if ((i+1)<gi.number_entry)
|
D | unzip.c | 166 unz_global_info64 gi; /* public global information */ member 656 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) in unzOpenInternal() 663 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 677 us.gi.size_comment = 0; in unzOpenInternal() 706 us.gi.number_entry = uL; in unzOpenInternal() 713 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 730 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal() 830 *pglobal_info=s->gi; in unzGetGlobalInfo64() 841 pglobal_info32->number_entry = (uLong)s->gi.number_entry; in unzGetGlobalInfo() 842 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo() [all …]
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
D | miniunz.c | 237 unz_global_info64 gi; local 240 err = unzGetGlobalInfo64(uf,&gi); 245 for (i=0;i<gi.number_entry;i++) 296 if ((i+1)<gi.number_entry) 481 unz_global_info64 gi; local 485 err = unzGetGlobalInfo64(uf,&gi); 489 for (i=0;i<gi.number_entry;i++) 496 if ((i+1)<gi.number_entry)
|
D | unzip.c | 166 unz_global_info64 gi; /* public global information */ member 656 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) in unzOpenInternal() 663 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 677 us.gi.size_comment = 0; in unzOpenInternal() 706 us.gi.number_entry = uL; in unzOpenInternal() 713 if ((number_entry_CD!=us.gi.number_entry) || in unzOpenInternal() 730 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal() 830 *pglobal_info=s->gi; in unzGetGlobalInfo64() 841 pglobal_info32->number_entry = (uLong)s->gi.number_entry; in unzGetGlobalInfo() 842 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo() [all …]
|
/third_party/python/Modules/_sha3/kcp/ |
D | KeccakP-1600-64.macros | 90 E##gi = Bgi ^( Bgo |(~Bgu)); \ 91 Ci ^= E##gi; \ 99 A##gi ^= Di; \ 100 Bke = ROL64(A##gi, 6); \ 201 E##gi = Bgi ^( Bgo |(~Bgu)); \ 207 A##gi ^= Di; \ 208 Bke = ROL64(A##gi, 6); \ 303 E##gi = Bgi ^((~Bgo)& Bgu ); \ 304 Ci ^= E##gi; \ 312 A##gi ^= Di; \ [all …]
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | server-alsasrc-PCMA.py | 3 import gi 5 gi.require_version('Gst', '1.0') 6 from gi.repository import GObject, Gst
|
D | client-PCMA.py | 3 import gi 5 gi.require_version('Gst', '1.0') 6 from gi.repository import GObject, Gst
|
/third_party/popt/po/ |
D | vi.po | 44 msgstr "« tùy chọn->đối số » không thể vô giá trị" 56 msgstr "giá trị thuộc số không hợp lệ" 76 msgstr "Xem thông điệp trợ giúp này" 84 msgstr "Hiển thị các giá trị mặc định của tùy chọn trong thông điệp" 92 msgstr "Tùy chọn trợ giúp:"
|
/third_party/ffmpeg/tests/ref/fate/ |
D | eval | 29 Evaluating '1gi' 30 '1gi' -> nan 102 Evaluating '1gi' 103 '1gi' -> nan
|
/third_party/gstreamer/gstreamer/po/ |
D | vi.po | 46 "Danh sách định giới bằng dấu phẩy của đôi “tên_loại:cấp” để đặt cấp rõ ràng " 69 msgstr "Các đường dẫn định giới bằng dấu hai chấm mà chứa phần bổ sung" 78 "Danh sách định giới bằng dấu phẩy chứa các phần bổ sung cần nạp trước, thêm " 79 "vào danh sách được cất giữ trong biến môi trường GST_PLUGIN_PATH" 167 msgstr "Lỗi giải mã." 225 "Hiện thời không có phần mã hóa/giải mã (codec) xử lý được luồng kiểu đó." 228 msgstr "Không thể giải mã luồng dữ liệu." 243 msgstr "Luồng dữ liệu bị mã hóa và không hỗ trợ chức năng giải mã." 249 "Luồng dữ liệu bị mã hóa và không thể giải mã vì chưa cung cấp khóa thích hợp." 321 msgstr "ngày-giờ" [all …]
|