/external/bison/src/ |
D | relation.c | 55 static relation_nodes INDEX; variable 68 INDEX[i] = height = top; in traverse() 73 if (INDEX[R[i][j]] == 0) in traverse() 76 if (INDEX[i] > INDEX[R[i][j]]) in traverse() 77 INDEX[i] = INDEX[R[i][j]]; in traverse() 82 if (INDEX[i] == height) in traverse() 86 INDEX[j] = infinity; in traverse() 102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph() 110 if (INDEX[i] == 0 && R[i]) in relation_digraph() 113 free (INDEX); in relation_digraph()
|
/external/zlib/examples/ |
D | enough.c | 176 #define INDEX(i,j,k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1) macro 217 index = INDEX(syms, left, len); in count() 264 index = INDEX(syms, left, len); in beenhere() 418 index = INDEX(n, left, root + 1); in enough()
|
/external/bison/lib/ |
D | bitset.h | 314 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \ argument 320 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \ 336 #define BITSET_FOR_EACH_REVERSE(ITER, BSET, INDEX, MIN) \ argument 342 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | SHA1ImplTest.java | 44 private static final int INDEX = SHA1Impl.BYTES_OFFSET; field in SHA1ImplTest 66 int[] words = new int[INDEX +6]; // working array to compute hash in testOneBlockMessage()
|
/external/iproute2/doc/actions/ |
D | gact-usage | 2 gact <ACTION> [RAND] [INDEX] 9 INDEX := index value used
|
D | mirred-usage | 12 mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> 16 INDEX is the specific policy instance id
|
/external/zlib/ |
D | INDEX | 4 INDEX this file
|
D | ChangeLog | 91 - Update and improve INDEX, README, and FAQ 458 - Update INDEX file 549 - INDEX update: add qnx entry, remove aix entry [Truta] 1008 - added an INDEX file
|
/external/zlib/old/os2/ |
D | Makefile.os2 | 50 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
|
/external/bluetooth/glib/tests/ |
D | queue-test.c | 204 PEEK_NTH, INDEX, REMOVE, REMOVE_ALL, in random_test() enumerator 471 case INDEX: in random_test()
|
/external/skia/emoji/ |
D | gmojiraw.txt | 733 FEB98 \uDBBA\uDF98 \xF3\xBE\xAE\x98 INDEX FINGER POINTING UPWARDS 284 F6CF E4F6 7651 EBCF [人差し指] … 734 FEB99 \uDBBA\uDF99 \xF3\xBE\xAE\x99 WHITE UP POINTING INDEX 390 F360 EA8D 7941 ED60 [↑] 226 F7CE … 735 FEB9A \uDBBA\uDF9A \xF3\xBE\xAE\x9A WHITE DOWN POINTING INDEX 391 F361 EA8E 7942 ED61 [↓] 227 F7C… 736 FEB9B \uDBBA\uDF9B \xF3\xBE\xAE\x9B WHITE LEFT POINTING INDEX 140 F6D8 E4FF 765A EBD8 [←] 228 F7D… 737 FEB9C \uDBBA\uDF9C \xF3\xBE\xAE\x9C WHITE RIGHT POINTING INDEX 141 F6D9 E500 765B EBD9 [→] 229 F7…
|
/external/icu4c/data/unidata/ |
D | DerivedAge.txt | 291 261A..266F ; 1.1 # [86] BLACK LEFT POINTING INDEX..MUSIC SHARP SIGN
|
D | UnicodeData.txt | 8398 261A;BLACK LEFT POINTING INDEX;So;0;ON;;;;;N;;;;; 8399 261B;BLACK RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;; 8400 261C;WHITE LEFT POINTING INDEX;So;0;ON;;;;;N;;;;; 8401 261D;WHITE UP POINTING INDEX;So;0;ON;;;;;N;;;;; 8402 261E;WHITE RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;; 8403 261F;WHITE DOWN POINTING INDEX;So;0;ON;;;;;N;;;;; 22287 1F446;WHITE UP POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;; 22288 1F447;WHITE DOWN POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;; 22289 1F448;WHITE LEFT POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;; 22290 1F449;WHITE RIGHT POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;; [all …]
|
/external/e2fsprogs/po/ |
D | nl.po | 727 msgid "HTREE INDEX CLEARED" 728 msgstr "'HTREE'-INDEX GEWIST"
|
D | de.po | 726 msgid "HTREE INDEX CLEARED" 727 msgstr "HTREE INDEX BEREINIGT"
|
D | sv.po | 740 msgid "HTREE INDEX CLEARED" 741 msgstr "HTREE-INDEX T�MT"
|
D | id.po | 725 msgid "HTREE INDEX CLEARED" 726 msgstr "HTREE INDEX DIHAPUS"
|
D | cs.po | 725 msgid "HTREE INDEX CLEARED" 726 msgstr "INDEX HTREE VYMAZÁN"
|
D | e2fsprogs.pot | 743 msgid "HTREE INDEX CLEARED"
|
D | zh_CN.po | 751 msgid "HTREE INDEX CLEARED"
|
D | it.po | 736 msgid "HTREE INDEX CLEARED"
|
D | ca.po | 736 msgid "HTREE INDEX CLEARED"
|
D | pl.po | 722 msgid "HTREE INDEX CLEARED"
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 6051 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement, 6057 ** or "DROP INDEX" query, an infinite loop might be the result. 6062 ** the special "DROP TABLE/INDEX" case, the extended error code is just
|
D | sqlite3.c.orig | 6594 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement, 6600 ** or "DROP INDEX" query, an infinite loop might be the result. 6605 ** the special "DROP TABLE/INDEX" case, the extended error code is just 9575 ** CREATE INDEX Ex2 ON Ex1(c3,c1); 9902 ** CREATE INDEX idx ON t(a,b,c); 41055 ** has been removed (CREATE INDEX needs to move a page when a statement 41704 ** WAL-INDEX FORMAT 72582 ** CREATE INDEX command. The second is a table name. The table name in 72583 ** the CREATE TABLE or CREATE INDEX statement is replaced with the third 72589 ** sqlite_rename_table('CREATE INDEX i ON abc(a)', 'def') [all …]
|