/external/clang/test/SemaTemplate/ |
D | overload-candidates.cpp | 27 …typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution fa… 29 …void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: sub… 32 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}} in test_get_type()
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/ |
D | t.pl | 17 last if $token->get_type() == $TLexer::EOF; 19 print "type: ", $token->get_type(), "\n";
|
D | t-error.pl | 22 last if $token->get_type() == $TLexer::EOF; 24 print "type: ", $token->get_type(), "\n";
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/ |
D | id.pl | 17 last if $token->get_type() == IDLexer->EOF; 20 print "type: ", $token->get_type(), "\n";
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | CommonTokenStream.pm | 79 while (defined $t && $t->get_type() != ANTLR::Runtime::CharStream->EOF) { 83 my $channel = $self->channel_override_map->{$t->get_type()}; 89 if (defined $self->discard_set && $self->discard_set->contains($t->get_type())) { 198 if (!defined $types || $types->member($t->get_type())) { 278 return $self->LT($i)->get_type();
|
D | CommonToken.pm | 77 $self->type($token->get_type()); 86 sub get_type { method in ANTLR::Runtime::CommonToken
|
D | RecognitionException.pm | 94 return $self->token->get_type();
|
D | Parser.pm | 49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
|
D | BaseRecognizer.pm | 238 if ($t->get_type() == ANTLR::Runtime::Token->EOF) { 241 my $ttype = $t->get_type();
|
/external/antlr/antlr-3.4/runtime/Perl5/t/ |
D | lexer.t | 67 last if $token->get_type() == IDLexer->EOF; 70 print "type: ", $token->get_type(), "\n";
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1135 unsigned int type = get_type (); in is_reverse() 1162 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage() 1299 unsigned int lookup_type = get_type (); in dispatch() 1314 if (unlikely (!list.sanitize (c, this, get_type ()))) return TRACE_RETURN (false); in sanitize() 1316 if (unlikely (get_type () == SubstLookupSubTable::Extension)) in sanitize() 1321 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize() 1324 if (get_subtable (i).u.extension.get_type () != type) in sanitize() 1383 unsigned int type = get_type (); in is_reverse()
|
D | main.cc | 167 lookup.get_type(), lookup.get_props()); in main()
|
D | hb-ot-layout-gsubgpos-private.hh | 2138 inline unsigned int get_type (void) const { return extensionLookupType; } in get_type() function 2160 inline unsigned int get_type (void) const in get_type() function 2163 case 1: return u.format1.get_type (); in get_type() 2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()); in dispatch() 2203 …TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ())); in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage() 1501 unsigned int lookup_type = get_type (); in dispatch() 1515 return TRACE_RETURN (list.sanitize (c, this, get_type ())); in sanitize()
|
D | hb-ot-layout-common-private.hh | 562 inline unsigned int get_type (void) const { return lookupType; } in get_type() function
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 46 int get_type(struct Derived *st) { in get_type() function
|
/external/linux-tools-perf/util/ |
D | trace-event-parse.c | 402 static enum event_type get_type(int ch) in get_type() function 453 type = get_type(ch); in __read_token() 549 while (get_type(__peek_char()) == type) { in __read_token()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | WebKitWebSourceGStreamer.cpp | 591 iface->get_type = webKitWebSrcUriGetType; in webKitWebSrcUriHandlerInit()
|
/external/bison/ |
D | ChangeLog-1998 | 236 (get_type, packsymbols): Revised most error messages. Changed 246 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type): 1336 (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
|
D | ChangeLog-2012 | 19870 (get_type): Remove, unused. 22749 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup' 23019 (get_type, parse_start_decl): Use the same `invalid' message. 23879 (get_type, packsymbols): Revised most error messages. 23887 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 12596 Set the right visibility to the WebKitSoupAuthDialog get_type
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 21593 get_type() function for the WebKitAccessibleHyperlink class.
|