Home
last modified time | relevance | path

Searched refs:derives (Results 1 – 24 of 24) sorted by relevance

/external/bison/src/
Dderives.c40 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()
Dclosure.c133 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()
Dderives.h30 extern rule ***derives;
Dlalr.c244 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++) in build_relations()
DMakefile.in82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
DMakefile82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
/external/bison/tests/
Dsets.at85 $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/
DAndroid.mk47 src/derives.c \
DChangeLog1177 * 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 …]
DOChangeLog1112 * 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/
Drrc4.doc275 are. True law derives from this right, not from
/external/bluetooth/glib/gobject/
DChangeLog3957 so the .c file derives 13 new types from G_TYPE_PARAM and
/external/srtp/doc/
Drfc3711.txt1648 derives all the necessary session keys (via the first, mandatory
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2347848 (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.
DChangeLog-2010-01-2913618 …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.
DChangeLog-2011-02-1614729 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
DChangeLog-2005-12-194874 - SVGElement now derives from StyledElementImpl
DChangeLog-2010-05-2444690 class that derives from a native BPopUpMenu. It attaches a BHandler
DChangeLog31605 CACFLayerTreeHost now derives from AbstractCACFLayerTreeHost. In the future, WebKit2's
DChangeLog-2008-08-1068252 JSUnprotectedEventListener::mark() function; it neither derives from or is
DChangeLog-2009-06-1690820 …Remove width()/height() from Scrollbar now that it derives from Widget. Remove width()/height() f…
/external/sqlite/dist/
Dsqlite3.c.orig27522 /* 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/
DChangeLog-2010-05-2420998 …refcounting down to a new CacheableEvalExecutable class that derives from EvalExecutable. EvalCode…
/external/webkit/Tools/
DChangeLog-2011-02-1614933 Base class for which the bundle portion of a test derives from.