HomeSort by relevance Sort by last modified time
    Searched full:derives (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/bison/src/
derives.h 28 /* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that
29 SYMBOL derives, terminated with NULL. */
30 extern rule ***derives;
32 /* Compute DERIVES. */
derives.c 28 #include "derives.h"
40 rule ***derives; variable
47 fputs ("DERIVES\n", stderr);
52 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
53 for (rp = derives[i - ntokens]; *rp; ++rp)
93 derives = xnmalloc (nvars, sizeof *derives);
99 derives[i - ntokens] = q;
119 free (derives[0]);
120 free (derives);
    [all...]
closure.c 32 #include "derives.h"
105 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
135 for (j = 0; derives[i - ntokens][j]; ++j)
137 item_number sym = derives[i - ntokens][j]->rhs[0];
175 for (k = 0; derives[j - ntokens][k]; ++k)
176 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number);
main.c 33 #include "derives.h"
92 /* Record other info about the grammar. In files derives and
Makefile.am 40 derives.c derives.h \
tables.h 44 YYR1[R] = symbol number of symbol that rule R derives.
70 do after reducing a rule that derives variable I + NTOKENS. This
lalr.c 37 #include "derives.h"
244 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++)
Makefile 82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
252 derives.c derives.h \
373 include ./$(DEPDIR)/derives.Po
Makefile.in 82 complain.$(OBJEXT) conflicts.$(OBJEXT) derives.$(OBJEXT) \
252 derives.c derives.h \
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/derives.Po@am__quote@
state.h 52 replace them with the symbol that the rule derives, and leave the
  /external/bison/tests/
sets.at 46 /^DERIVES$/ {
84 [[DERIVES
85 $accept derives
87 e derives
100 $accept derives
104 e derives
214 [[DERIVES
215 $accept derives
217 exp derives
235 $accept derives
    [all...]
  /external/bison/
Android.mk 47 src/derives.c \
  /libcore/luni/src/main/java/org/apache/xml/serializer/
package.html 29 {@link org.apache.xml.serializer.ToHTMLStream} derives from this
  /external/chromium/third_party/icu/source/common/
rbbisetb.h 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine
  /external/icu4c/common/
rbbisetb.h 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 102 // if we don't have a class that derives from Context and
299 * is used and returns true if this class derives from android.content.Context.
424 * Returns true if the given type is or derives from android.content.Context.
434 * Returns true if the given type is or derives from android.content.Context.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 185 // ViewGroup derives from View
258 // All groups derive from android.view.ViewGroup, which in turns derives from
  /cts/tools/dasm/src/java_cup/
action_part.java 7 * to trailing actions by factoring out with a production that derives the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 208 /// Determines if the type _Tp derives from unary_function.
224 /// Determines if the type _Tp derives from binary_function.
297 * Knowing which of unary_function and binary_function _Tp derives
298 * from, derives from the same and ensures that reference_wrapper
339 * Derives from unary_function or binary_function when it
504 * Derives from @c unary_function or @c binary_function, or perhaps
506 * primary template is the basis case, which derives nothing.
511 /// Derives from @c unary_function, as appropriate.
516 /// Derives from @c binary_function, as appropriate.
    [all...]
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 75 * padding and derives the row bytes by format and width itself.
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTypeField.java 101 * Content-Type field or derives a MIME type from the parent
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 39 * as the "super class", which denotes the fact that a given View java class derives from
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 122 // Only Class2 derives from Class1..
  /dalvik/vm/alloc/
MarkSweep.c 390 * Returns true if the object derives from SoftReference.
398 * Returns true if the object derives from WeakReference.
406 * Returns true if the object derives from PhantomReference.
  /external/chromium/third_party/icu/source/i18n/
nfsubs.h 194 * Derives a new value from the two values passed in. The two values

Completed in 1015 milliseconds

1 2 3