Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 25 of 28) sorted by relevance

12

/external/icu4c/extra/uconv/samples/utf8/
Dbanviet.txt3 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
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c77 DISK_GEOMETRY gi; in ext2fs_get_device_size() local
99 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size()
100 &gi, sizeof(DISK_GEOMETRY), in ext2fs_get_device_size()
103 *retblocks = gi.BytesPerSector * in ext2fs_get_device_size()
104 gi.SectorsPerTrack * in ext2fs_get_device_size()
105 gi.TracksPerCylinder * in ext2fs_get_device_size()
106 gi.Cylinders.QuadPart / blocksize; in ext2fs_get_device_size()
Dnt_io.c755 DISK_GEOMETRY gi; in _GetDeviceSize() local
787 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize()
791 &gi, sizeof(DISK_GEOMETRY), in _GetDeviceSize()
792 &gi, sizeof(DISK_GEOMETRY)); in _GetDeviceSize()
798 gi.BytesPerSector * in _GetDeviceSize()
799 gi.SectorsPerTrack * in _GetDeviceSize()
800 gi.TracksPerCylinder * in _GetDeviceSize()
801 gi.Cylinders.QuadPart; in _GetDeviceSize()
/external/bluetooth/glib/tests/
Dtype-test.c46 gint gi; in main() local
96 gi = G_MAXINT; in main()
97 gi++; in main()
98 g_assert (gi == G_MININT); in main()
/external/zlib/contrib/minizip/
Dminiunz.c172 unz_global_info gi; local
175 err = unzGetGlobalInfo (uf,&gi);
180 for (i=0;i<gi.number_entry;i++)
226 if ((i+1)<gi.number_entry)
412 unz_global_info gi; local
416 err = unzGetGlobalInfo (uf,&gi);
420 for (i=0;i<gi.number_entry;i++)
427 if ((i+1)<gi.number_entry)
Dunzip.c132 unz_global_info gi; /* public global information */ member
451 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK)
458 if ((number_entry_CD!=us.gi.number_entry) ||
473 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
540 *pglobal_info=s->gi;
801 if (s->gi.number_entry != 0xffff) /* 2^16 files overflow hack */
802 if (s->num_file+1==s->gi.number_entry)
1545 if (uReadThis>s->gi.size_comment)
1546 uReadThis = s->gi.size_comment;
1558 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
[all …]
/external/icu4c/data/locales/
Dvi.txt58 DZ{"An-giê-ri"}
67 FJ{"Phi-gi"}
136 NE{"Ni-giê"}
137 NG{"Ni-giê-ri-a"}
176 TJ{"Tát-gi-ki-xtan"}
Dhu.txt1676 Ital{"Régi olasz"}
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi() method
DPYXScanner.java62 h.gi(buff, 1, size - 1); in scan()
DHTMLScanner.java501 h.gi(theOutputBuffer, 0, theSize); in scan()
505 h.gi(theOutputBuffer, 0, theSize); in scan()
571 if (theSize > 0) h.gi(theOutputBuffer, 0, theSize); in scan()
DPYXWriter.java78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi() method in PYXWriter
DParser.java955 public void gi(char[] buff, int offset, int length) throws SAXException { in gi() method in Parser
/external/bluetooth/glib/po/
Dvi.po445 "Ký tự lạ « %s », mong đợi một dấu nháy kép mở nằm sau dấu bằng khi đưa giá "
520 "không có giá trị thuộc tính"
525 "Tài liệu đã kết thúc bất thường trong khi nằm trong một giá trị thuộc tính"
696 msgstr "dãy \\x{...} chứa giá trị ký tự quá lớn"
736 msgstr "giá trị bát phân lớn hơn \\377"
990 msgstr "Tùy chọn trợ giúp:"
994 msgstr "Hiển thị các tùy chọn trợ giúp"
998 msgstr "Hiển thị mọi tùy chọn trợ giúp"
1007 msgstr "Không thể phân tách giá trị số nguyên « %s » cho %s"
1017 msgstr "Không thể phân tách giá trị đôi « %s » cho %s"
[all …]
Dit.po63 msgstr "Esiste già un segnalibro per l'URI «%s»"
1253 msgstr "Lo stream è già chiuso"
1423 msgstr "L'enumeratore di file è già chiuso"
1536 msgstr "Impossibile rinominare il file, il nome di file esiste già"
1856 msgstr "Lo stream sorgente è già chiuso"
/external/webkit/WebKit/win/
DWebView.cpp1382 GESTUREINFO gi = {0}; in gesture() local
1383 gi.cbSize = sizeof(GESTUREINFO); in gesture()
1385 if (!GetGestureInfoPtr()(gestureHandle, reinterpret_cast<PGESTUREINFO>(&gi))) in gesture()
1388 switch (gi.dwID) { in gesture()
1390 m_lastPanX = gi.ptsLocation.x; in gesture()
1391 m_lastPanY = gi.ptsLocation.y; in gesture()
1397 long currentX = gi.ptsLocation.x; in gesture()
1398 long currentY = gi.ptsLocation.y; in gesture()
1426 if (gi.dwFlags & GF_BEGIN) { in gesture()
1429 } else if (gi.dwFlags & GF_END) { in gesture()
[all …]
/external/svox/pico/tests/data/
Dxsampa_pico_man_de-DE.txt163 # TEST y Mythologie my.to.lo."gi:
164 <speak xml:lang="de-DE"> Ich teste <phoneme alphabet="xsampa" ph="my.to.lo.&#34;gi:"/>.</speak>
/external/icu4c/data/translit/
DLatin_Katakana.txt82 gi <> キ\u3099 ;
DThaana_Latin.txt105 gi <> ގ\u07A8 ;
/external/e2fsprogs/po/
Dvi.po363 msgstr "<nút thông tin vô giá trị>"
499 msgstr "đang đọc khối gián tiếp của nút thông tin %u"
1176 msgstr "@b sai %b được dùng làm @b gián tiếp của @i @b. "
1190 "@i @n rất có thể bị hỏng. Đề nghị bạn thôi ngay bây giờ\n"
1310 msgstr "Gặp lỗi khi cất giữ thông tin đếm @i (@i=%i, đếm=%N): %m\n"
1315 msgstr "Gặp lỗi khi cất giữ thông tin @d @b (@i=%i, @b=%b, số=%N): %m\n"
1427 msgstr "@b @a %b bị hỏng (giá trị @n). "
1491 "@i @b sai có một @b gián tiếp (%b) xung đột với\n"
1513 msgstr "@a trong @i %i có một kích cỡ giá trị (%N) @n\n"
1518 msgstr "@a trong @i %i có một hiệu giá trị (%N) @n\n"
[all …]
Dit.po1685 "@b(i) duplicati gi� riassegnati o clonati.\n"
2757 msgstr "%s: Ordine dei byte del filesystem gi� normalizzato.\n"
4243 msgstr "Il filesystem ha gi� un journal.\n"
4411 "Il filesystem ha gi� dei superblocchi sparsi.\n"
4659 "Il filesystem � gi� lungo %d blocchi. Nulla da fare!\n"
4816 #~ "Il filesystem ha gi� dei superblocchi sparsi disattivati.\n"
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11video.c1313 int gi = want[i].g; in allocate_nearest() local
1322 d2 = COLOUR_DIST(ri, gi, bi, rj, gj, bj); in allocate_nearest()
/external/webkit/WebKit/gtk/po/
Dit.po129 msgstr "La lunghezza dei dati già scaricati"
Dvi.po355 msgstr "Ép độ phân giảii 96 DPI"
/external/jpeg/
Dtestimg.ppm4gi�^`�RW�FM�<B�7=�5;�78�98�=7�A7�B5�B0�@/�7)�@3�:0�;1�RH�\Q�MC�;0�90�7-�9/�>3�=1�6*�4'�6*�3,�70�=5…

12