/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/boost/boost/geometry/srs/projections/impl/ |
D | geocent.hpp | 142 inline long pj_Set_Geocentric_Parameters (GeocentricInfo<T> & gi, T const& a, T const& b) in pj_Set_Geocentric_Parameters() argument 162 gi.Geocent_a = a; in pj_Set_Geocentric_Parameters() 163 gi.Geocent_b = b; in pj_Set_Geocentric_Parameters() 164 gi.Geocent_a2 = a * a; in pj_Set_Geocentric_Parameters() 165 gi.Geocent_b2 = b * b; in pj_Set_Geocentric_Parameters() 166 gi.Geocent_e2 = (gi.Geocent_a2 - gi.Geocent_b2) / gi.Geocent_a2; in pj_Set_Geocentric_Parameters() 167 gi.Geocent_ep2 = (gi.Geocent_a2 - gi.Geocent_b2) / gi.Geocent_b2; in pj_Set_Geocentric_Parameters() 174 inline void pj_Get_Geocentric_Parameters (GeocentricInfo<T> const& gi, in pj_Get_Geocentric_Parameters() argument 186 a = gi.Geocent_a; in pj_Get_Geocentric_Parameters() 187 b = gi.Geocent_b; in pj_Get_Geocentric_Parameters() [all …]
|
D | pj_gridinfo.hpp | 190 bool pj_gridinfo_load_ctable(IStream & is, pj_gi_load & gi) in pj_gridinfo_load_ctable() argument 192 pj_ctable & ct = gi.ct; in pj_gridinfo_load_ctable() 226 bool pj_gridinfo_load_ctable2(IStream & is, pj_gi_load & gi) in pj_gridinfo_load_ctable2() argument 228 pj_ctable & ct = gi.ct; in pj_gridinfo_load_ctable2() 266 inline bool pj_gridinfo_load_ntv1(IStream & is, pj_gi_load & gi) in pj_gridinfo_load_ntv1() argument 270 std::size_t const r_size = gi.ct.lim.lam * 2; in pj_gridinfo_load_ntv1() 273 is.seekg(gi.grid_offset); in pj_gridinfo_load_ntv1() 276 gi.ct.cvs.resize(gi.ct.lim.lam * gi.ct.lim.phi); in pj_gridinfo_load_ntv1() 278 for (boost::int32_t row = 0; row < gi.ct.lim.phi; row++ ) in pj_gridinfo_load_ntv1() 284 gi.ct.cvs.clear(); in pj_gridinfo_load_ntv1() [all …]
|
D | pj_apply_gridshift.hpp | 126 pj_gi const& gi) in nad_cvt() argument 134 BOOST_GEOMETRY_ASSERT_MSG(gi.format != pj_gi::gtx, in nad_cvt() 137 pj_ctable const& ct = gi.ct; in nad_cvt() 279 pj_gi & gi = grids[gridindexes[i]]; in find_grid() local 282 if (! grid_disjoint(lam, phi, gi.ct)) in find_grid() 285 if (gi.format != pj_gi::gtx) in find_grid() 287 gip = boost::addressof(gi); in find_grid() 307 inline bool load_grid(StreamPolicy const& stream_policy, pj_gi_load & gi) in load_grid() argument 310 if (gi.ct.cvs.empty()) in load_grid() 313 stream_policy.open(is, gi.gridname); in load_grid() [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | format-gcc-internal-1 | 6 cat <<\EOF > f-gi-1.data 134 cat <<EOF > f-gi-1-$n.in 137 ${XGETTEXT} -L GCC-source -o f-gi-1-$n.po f-gi-1-$n.in || Exit 1 138 test -f f-gi-1-$n.po || Exit 1 141 if grep gcc-internal-format f-gi-1-$n.po > /dev/null; then 147 if grep gcc-internal-format f-gi-1-$n.po > /dev/null; then 155 cat f-gi-1-$n.in 1>&2 157 cat f-gi-1-$n.po 1>&2 160 rm -f f-gi-1-$n.in f-gi-1-$n.po 161 done < f-gi-1.data
|
D | format-gcc-internal-2 | 6 cat <<\EOF > f-gi-2.data 510 cat <<EOF > f-gi-2-$n.po 517 if ${MSGFMT} --check-format -o f-gi-2-$n.mo f-gi-2-$n.po; then 523 ${MSGFMT} --check-format -o f-gi-2-$n.mo f-gi-2-$n.po 2> /dev/null 532 cat f-gi-2-$n.po 1>&2 535 rm -f f-gi-2-$n.po f-gi-2-$n.mo 536 done < f-gi-2.data
|
/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/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | cupertino_vi.arb | 2 "datePickerHourSemanticsLabelOne": "$hour giờ", 3 "datePickerHourSemanticsLabelOther": "$hour giờ", 12 "timerPickerHourLabelOne": "giờ", 13 "timerPickerHourLabelOther": "giờ", 16 "timerPickerSecondLabelOne": "giây", 17 "timerPickerSecondLabelOther": "giây",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | vi.txt | 27 dnam{"giây"} 28 other{"{0} giây"} 197 dnam{"giờ"} 198 other{"{0} giờ"} 199 per{"{0}/giờ"} 202 dnam{"micrô giây"} 203 other{"{0} micrô giây"} 206 dnam{"mili giây"} 207 other{"{0} mili giây"} 220 dnam{"nano giây"} [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"} 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/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/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/flutter/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/flutter/skia/third_party/externals/icu/source/data/region/ |
D | luo.txt | 8 AG{"Antigua gi Barbuda"} 19 BA{"Bosnia gi Herzegovina"} 108 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/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/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 81 DISK_GEOMETRY gi; in ext2fs_get_device_size2() local 108 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size2() 109 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size2() 112 *retblocks = gi.BytesPerSector * in ext2fs_get_device_size2() 113 gi.SectorsPerTrack * in ext2fs_get_device_size2() 114 gi.TracksPerCylinder * in ext2fs_get_device_size2() 115 gi.Cylinders.QuadPart / blocksize; in ext2fs_get_device_size2()
|
/third_party/glib/tests/ |
D | type-test.c | 44 gint gi; in main() local 94 gi = G_MAXINT; in main() 95 gi = (gint) (1 + (guint) gi); in main() 96 g_assert (gi == G_MININT); in main()
|
/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/boost/libs/fiber/test/ |
D | test_packaged_task_dispatch.cpp | 16 int gi = 7; variable 43 gi = 3; 48 gi = -1; in ~B() 99 return gi; in fn7() 267 gi = 0; in test_packaged_task_reset_destruction() 271 BOOST_CHECK( 0 == gi); in test_packaged_task_reset_destruction() 273 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() 277 BOOST_CHECK( -1 == gi); in test_packaged_task_reset_destruction() 279 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() 283 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() [all …]
|
D | test_packaged_task_post.cpp | 16 int gi = 7; variable 43 gi = 3; 48 gi = -1; in ~B() 99 return gi; in fn7() 267 gi = 0; in test_packaged_task_reset_destruction() 271 BOOST_CHECK( 0 == gi); in test_packaged_task_reset_destruction() 273 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() 277 BOOST_CHECK( -1 == gi); in test_packaged_task_reset_destruction() 279 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() 283 BOOST_CHECK( 3 == gi); in test_packaged_task_reset_destruction() [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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)
|