Searched refs:derives (Results 1 – 24 of 24) sorted by relevance
/external/bison/src/ |
D | derives.c | 40 rule ***derives; variable 53 for (rp = derives[i - ntokens]; *rp; ++rp) in print_derives() 93 derives = xnmalloc (nvars, sizeof *derives); in derives_compute() 99 derives[i - ntokens] = q; in derives_compute() 119 free (derives[0]); in derives_free() 120 free (derives); in derives_free()
|
D | closure.c | 133 for (j = 0; derives[i - ntokens][j]; ++j) in set_firsts() 135 item_number sym = derives[i - ntokens][j]->rhs[0]; in set_firsts() 173 for (k = 0; derives[j - ntokens][k]; ++k) in set_fderives() 174 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number); in set_fderives()
|
D | derives.h | 30 extern rule ***derives;
|
D | lalr.c | 244 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++) in build_relations()
|
D | Makefile.in | 82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
|
D | Makefile | 82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
|
/external/bison/tests/ |
D | sets.at | 85 $accept derives 87 e derives 100 $accept derives 104 e derives 215 $accept derives 217 exp derives 235 $accept derives 244 exp derives
|
/external/bison/ |
D | Android.mk | 47 src/derives.c \
|
D | ChangeLog | 1177 * src/derives.c: Likewise. 2706 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c, 2707 src/derives.h, src/files.c, src/files.h, src/getargs.c, 3290 * src/derives.c (derives_compute): Likewise, for delts, derives, q. 3316 * src/derives.c (derives): Likewise. 3369 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, 5206 * src/derives.c (derives_compute): Change type of local var from 5668 * src/derives.c (derives_compute): Do not subtract NTOKENS from 5676 * src/derives.c (derives_compute): Do not bother invoking 5791 * src/derives.c (struct rule_list): Renamed from struct rule_list_s. [all …]
|
D | OChangeLog | 1112 * src/derives.c (set_derives): Likewise. 1306 * src/LR0.c src/closure.c src/conflicts.c src/derives.c 1322 src/files.c, src/derives.c, src/conflicts.c, src/allocate.c,
|
/external/openssl/crypto/rc4/ |
D | rrc4.doc | 275 are. True law derives from this right, not from
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 3957 so the .c file derives 13 new types from G_TYPE_PARAM and
|
/external/srtp/doc/ |
D | rfc3711.txt | 1648 derives all the necessary session keys (via the first, mandatory
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 47848 (JoinTextNodesCommand::JoinTextNodesCommand): Now derives directly from EditCommand. 47850 (SplitTextNodeCommand::SplitTextNodeCommand): Now derives directly from EditCommand. 47881 (JoinTextNodesCommandImpl::JoinTextNodesCommandImpl): Now derives directly from EditCommand. 47884 (SplitTextNodeCommandImpl::SplitTextNodeCommandImpl): Now derives directly from EditCommand.
|
D | ChangeLog-2010-01-29 | 13618 …Add RenderEmbeddedObject, which derives from RenderPartObject, and is created for <object> and <em… 84458 Move AbstractWorker from SHARED_WORKERS to WORKERS as Worker derives from it now 84632 (WebCore::Worker::Worker): Now derives from AbstractWorker. 84637 Now derives from AbstractWorker.
|
D | ChangeLog-2011-02-16 | 14729 This is a class that derives from CACFLayerTreeHost and uses a WKCACFView to render. 20781 and tells the class that derives from ScrollbarClient to scroll
|
D | ChangeLog-2005-12-19 | 4874 - SVGElement now derives from StyledElementImpl
|
D | ChangeLog-2010-05-24 | 44690 class that derives from a native BPopUpMenu. It attaches a BHandler
|
D | ChangeLog | 31605 CACFLayerTreeHost now derives from AbstractCACFLayerTreeHost. In the future, WebKit2's
|
D | ChangeLog-2008-08-10 | 68252 JSUnprotectedEventListener::mark() function; it neither derives from or is
|
D | ChangeLog-2009-06-16 | 90820 …Remove width()/height() from Scrollbar now that it derives from Widget. Remove width()/height() f…
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 27522 /* zPath is a path to a WAL or journal file. The following block derives 59281 ** 2 The name of the database that the column derives from 59282 ** 3 The name of the table that the column derives from 59283 ** 4 The name of the table column that the result column derives from 59361 ** Return the name of the database from which a result column derives. 59377 ** Return the name of the table from which a result column derives. 59393 ** Return the name of the table column from which a result column derives.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 20998 …refcounting down to a new CacheableEvalExecutable class that derives from EvalExecutable. EvalCode…
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 14933 Base class for which the bundle portion of a test derives from.
|