/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/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/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 { subroutine
|
D | Parser.pm | 49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
|
D | RecognitionException.pm | 94 return $self->token->get_type();
|
/external/elfutils/0.153/libdw/ |
D | dwarf_aggregate_size.c | 59 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() function 70 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem), in array_size() 224 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 950 sampler_type = p->shader->symbols->get_type("sampler1DShadow"); in load_texture() 952 sampler_type = p->shader->symbols->get_type("sampler1D"); in load_texture() 957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow"); in load_texture() 959 sampler_type = p->shader->symbols->get_type("sampler1DArray"); in load_texture() 964 sampler_type = p->shader->symbols->get_type("sampler2DShadow"); in load_texture() 966 sampler_type = p->shader->symbols->get_type("sampler2D"); in load_texture() 971 sampler_type = p->shader->symbols->get_type("sampler2DArrayShadow"); in load_texture() 973 sampler_type = p->shader->symbols->get_type("sampler2DArray"); in load_texture() 978 sampler_type = p->shader->symbols->get_type("sampler2DRectShadow"); in load_texture() 980 sampler_type = p->shader->symbols->get_type("sampler2DRect"); in load_texture() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | ff_fragment_shader.cpp | 950 sampler_type = p->shader->symbols->get_type("sampler1DShadow"); in load_texture() 952 sampler_type = p->shader->symbols->get_type("sampler1D"); in load_texture() 957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow"); in load_texture() 959 sampler_type = p->shader->symbols->get_type("sampler1DArray"); in load_texture() 964 sampler_type = p->shader->symbols->get_type("sampler2DShadow"); in load_texture() 966 sampler_type = p->shader->symbols->get_type("sampler2D"); in load_texture() 971 sampler_type = p->shader->symbols->get_type("sampler2DArrayShadow"); in load_texture() 973 sampler_type = p->shader->symbols->get_type("sampler2DArray"); in load_texture() 978 sampler_type = p->shader->symbols->get_type("sampler2DRectShadow"); in load_texture() 980 sampler_type = p->shader->symbols->get_type("sampler2DRect"); in load_texture() [all …]
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
D | __init__.py | 215 if self.get_type() == "https" and not self._tunnel_host: 217 saved_type = self.get_type() 311 orig_type = req.get_type() 383 if new_req.get_type() == "https":
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 477 const glsl_type *const type = symtab->get_type(proto->type); in add_builtin_variable() 527 state->symbols->get_type("gl_DepthRangeParameters")); in generate_100ES_uniforms() 583 symtab->get_type("gl_DepthRangeParameters")); in generate_110_uniforms() 590 symtab->get_type("gl_PointParameters")); in generate_110_uniforms() 593 symtab->get_type("gl_MaterialParameters"); in generate_110_uniforms() 598 …glsl_type::get_array_instance(symtab->get_type("gl_LightSourceParameters"), state->Const.MaxLights… in generate_110_uniforms() 603 symtab->get_type("gl_LightModelProducts"); in generate_110_uniforms() 610 glsl_type::get_array_instance(symtab->get_type("gl_LightProducts"), in generate_110_uniforms() 632 symtab->get_type("gl_FogParameters")); in generate_110_uniforms()
|
D | glsl_symbol_table.h | 114 const glsl_type *get_type(const char *name);
|
D | glsl_symbol_table.cpp | 157 const glsl_type *glsl_symbol_table::get_type(const char *name) in get_type() function in glsl_symbol_table
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | builtin_variables.cpp | 477 const glsl_type *const type = symtab->get_type(proto->type); in add_builtin_variable() 527 state->symbols->get_type("gl_DepthRangeParameters")); in generate_100ES_uniforms() 583 symtab->get_type("gl_DepthRangeParameters")); in generate_110_uniforms() 590 symtab->get_type("gl_PointParameters")); in generate_110_uniforms() 593 symtab->get_type("gl_MaterialParameters"); in generate_110_uniforms() 598 …glsl_type::get_array_instance(symtab->get_type("gl_LightSourceParameters"), state->Const.MaxLights… in generate_110_uniforms() 603 symtab->get_type("gl_LightModelProducts"); in generate_110_uniforms() 610 glsl_type::get_array_instance(symtab->get_type("gl_LightProducts"), in generate_110_uniforms() 632 symtab->get_type("gl_FogParameters")); in generate_110_uniforms()
|
D | glsl_symbol_table.h | 114 const glsl_type *get_type(const char *name);
|
D | glsl_symbol_table.cpp | 157 const glsl_type *glsl_symbol_table::get_type(const char *name) in get_type() function in glsl_symbol_table
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
D | Inline.py | 110 get_type=unsafe_type, argument 118 if get_type is None: 119 get_type = lambda x: 'object' function 150 arg_sigs = tuple([(get_type(kwds[arg], ctx), arg) for arg in arg_names])
|
/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/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1163 unsigned int type = get_type (); in is_reverse() 1190 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage() 1279 unsigned int lookup_type = get_type (); in dispatch() 1294 if (unlikely (!list.sanitize (c, this, get_type ()))) return TRACE_RETURN (false); in sanitize() 1296 if (unlikely (get_type () == SubstLookupSubTable::Extension)) in sanitize() 1301 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize() 1304 if (get_subtable (i).u.extension.get_type () != type) in sanitize() 1363 unsigned int type = get_type (); in is_reverse()
|
D | main.cc | 169 lookup.get_type(), lookup.get_props()); in main()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1163 unsigned int type = get_type (); in is_reverse() 1190 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage() 1279 unsigned int lookup_type = get_type (); in dispatch() 1294 if (unlikely (!list.sanitize (c, this, get_type ()))) return TRACE_RETURN (false); in sanitize() 1296 if (unlikely (get_type () == SubstLookupSubTable::Extension)) in sanitize() 1301 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize() 1304 if (get_subtable (i).u.extension.get_type () != type) in sanitize() 1363 unsigned int type = get_type (); in is_reverse()
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 50 int get_type(struct Derived *st) { in get_type() function
|
/external/chromium_org/cc/layers/ |
D | picture_layer_impl.cc | 1608 if (!iterators_[index] || iterators_[index].get_type() != tile_type) in LayerRasterTileIterator() 1626 DCHECK(iterators_[index].get_type() == tile_type); in operator ++() 1629 if (!iterators_[index] || iterators_[index].get_type() != tile_type) in operator ++() 1640 DCHECK(iterators_[index].get_type() == stages_[current_stage_].tile_type); in operator *() 1650 DCHECK(iterators_[index].get_type() == stages_[current_stage_].tile_type); in operator *() 1662 if (iterators_[index] && iterators_[index].get_type() == tile_type) in AdvanceToNextStage()
|