HomeSort by relevance Sort by last modified time
    Searched full:decl (Results 51 - 75 of 322) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bison/src/
parse-gram.y 519 declaration DECL and location LOC. */
522 add_param (char const *type, char *decl, location loc)
533 for (p = decl; p[1]; p++)
534 if ((p == decl
544 while (*++decl == ' ' || *decl == '\t')
562 muscle_pair_list_grow (type, decl, name);
  /external/bluetooth/glib/docs/reference/gio/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/gthread/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/bluetooth/glib/tests/gobject/
Makefile.am 1 include $(top_srcdir)/Makefile.decl
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
  /external/webkit/WebKitTools/Scripts/
wkstyle 77 #fixup the namspec decl
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
136 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
193 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
621 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1
623 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
963 #define LOCAL_DECL_ALIGNMENT(DECL) \
964 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
  /external/bison/doc/
bison.info 138 * Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
178 * Require Decl:: Requiring a Bison version.
179 * Token Decl:: Declaring terminal symbols.
180 * Precedence Decl:: Declaring terminals with precedence and associativity.
181 * Union Decl:: Declaring the set of all semantic value types.
182 * Type Decl:: Declaring the choice of type for a nonterminal symbol.
183 * Initial Action Decl:: Code run before parsing starts.
184 * Destructor Decl:: Declaring how symbols are freed.
185 * Expect Decl:: Suppressing warnings about parsing conflicts
    [all...]
bison.texinfo 176 * Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
216 * Require Decl:: Requiring a Bison version.
217 * Token Decl:: Declaring terminal symbols.
218 * Precedence Decl:: Declaring terminals with precedence and associativity.
219 * Union Decl:: Declaring the set of all semantic value types.
220 * Type Decl:: Declaring the choice of type for a nonterminal symbol.
221 * Initial Action Decl:: Code run before parsing starts.
222 * Destructor Decl:: Declaring how symbols are freed.
223 * Expect Decl:: Suppressing warnings about parsing conflicts
    [all...]
  /external/bluetooth/glib/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
41 Makefile.decl \
  /external/kernel-headers/original/asm-x86/
local_32.h 28 "decl %0"
81 "decl %0; sete %1"
  /external/quake/quake/src/QW/client/
surf16.s 112 decl %eax
164 decl %ecx
d_scana.s 76 decl %ebx
  /external/quake/quake/src/WinQuake/
surf16.s 112 decl %eax
164 decl %ecx
d_scana.s 76 decl %ebx
  /frameworks/base/libs/ui/
KeyLayoutMap.cpp 157 //LOGI("got key decl scancode=%d keycode=%d"
180 //LOGI("got key decl scancode=%d keycode=%d"
  /external/bison/tests/
cxx-type.at 21 # _AT_TEST_GLR_CXXTYPES(DECL, RESOLVE1, RESOLVE2)
23 # Store into types.y the calc program, with DECL inserted as a declaration,
90 %destructor { free_node ($$); } stmt expr decl declarator TYPENAME ID
108 | decl $3
120 decl : TYPENAME declarator ';'
  /external/v8/src/arm/
full-codegen-arm.cc 552 void FullCodeGenerator::VisitDeclaration(Declaration* decl) {
554 Variable* var = decl->proxy()->var();
563 if (decl->mode() == Variable::CONST) {
566 } else if (decl->fun() != NULL) {
567 VisitForValue(decl->fun(), kAccumulator);
576 // The variable in the decl always resides in the current context.
585 if (decl->mode() == Variable::CONST) {
589 } else if (decl->fun() != NULL) {
590 VisitForValue(decl->fun(), kAccumulator);
604 ASSERT(decl->mode() == Variable::VAR |
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 666 void FullCodeGenerator::VisitDeclaration(Declaration* decl) {
668 Variable* var = decl->proxy()->var();
677 if (decl->mode() == Variable::CONST) {
680 } else if (decl->fun() != NULL) {
681 VisitForValue(decl->fun(), kAccumulator);
690 // The variable in the decl always resides in the current context.
699 if (decl->mode() == Variable::CONST) {
703 } else if (decl->fun() != NULL) {
704 VisitForValue(decl->fun(), kAccumulator);
717 ASSERT(decl->mode() == Variable::VAR |
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 668 void FullCodeGenerator::VisitDeclaration(Declaration* decl) {
670 Variable* var = decl->proxy()->var();
679 if (decl->mode() == Variable::CONST) {
682 } else if (decl->fun() != NULL) {
683 VisitForValue(decl->fun(), kAccumulator);
692 // The variable in the decl always resides in the current context.
701 if (decl->mode() == Variable::CONST) {
706 } else if (decl->fun() != NULL) {
707 VisitForValue(decl->fun(), kAccumulator);
720 ASSERT(decl->mode() == Variable::VAR |
    [all...]
  /dalvik/tests/044-proxy/
expected.txt 49 Decl annos: []
  /external/bluetooth/glib/gmodule/
Makefile.am 2 include $(top_srcdir)/Makefile.decl
  /external/webkit/WebCore/html/
HTMLTableElement.h 99 // Used to obtain either a solid or outset border decl and to deal with the frame

Completed in 121 milliseconds

1 23 4 5 6 7 8 91011>>