Searched refs:get_type (Results 1 - 25 of 36) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
H A Dt.pl17 last if $token->get_type() == $TLexer::EOF;
19 print "type: ", $token->get_type(), "\n";
H A Dt-error.pl22 last if $token->get_type() == $TLexer::EOF;
24 print "type: ", $token->get_type(), "\n";
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
H A Did.pl17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp29 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
31 void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: substitution failure [with T = int]: array size is negative}}
34 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}}
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.h114 const glsl_type *get_type(const char *name);
H A Dbuiltin_variables.cpp477 const glsl_type *const type = symtab->get_type(proto->type);
527 state->symbols->get_type("gl_DepthRangeParameters"));
583 symtab->get_type("gl_DepthRangeParameters"));
590 symtab->get_type("gl_PointParameters"));
593 symtab->get_type("gl_MaterialParameters");
598 glsl_type::get_array_instance(symtab->get_type("gl_LightSourceParameters"), state->Const.MaxLights);
603 symtab->get_type("gl_LightModelProducts");
610 glsl_type::get_array_instance(symtab->get_type("gl_LightProducts"),
632 symtab->get_type("gl_FogParameters"));
H A Dglsl_symbol_table.cpp157 const glsl_type *glsl_symbol_table::get_type(const char *name) function in class:glsl_symbol_table
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm79 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();
H A DCommonToken.pm77 $self->type($token->get_type());
86 sub get_type { subroutine
H A DParser.pm49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
H A DRecognitionException.pm94 return $self->token->get_type();
H A DBaseRecognizer.pm238 if ($t->get_type() == ANTLR::Runtime::Token->EOF) {
241 my $ttype = $t->get_type();
/external/elfutils/libdw/
H A Ddwarf_aggregate_size.c38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) function
54 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem),
213 return aggregate_size (get_type (die, &attr_mem, type_mem),
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dutils.py124 def get_type(self): member in class:_RequestCookieAdapter
130 return self.get_type()
/external/selinux/policycoreutils/gui/
H A DstatusPage.py132 type = self.get_type()
146 type = self.get_type()
207 def get_type(self): member in class:statusPage
H A Dpolgengui.py343 return self.get_type() in generate.APPLICATIONS
346 type = self.get_type()
386 type = self.get_type()
438 def get_type(self): member in class:childWindow
467 my_policy = generate.policy(self.get_name(), self.get_type())
474 if self.get_type() in generate.APPLICATIONS:
487 if self.get_type() is generate.DAEMON:
489 if self.get_type() == generate.USER:
494 if self.get_type() == generate.RUSER:
736 policy = generate.policy(name, self.get_type())
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp950 sampler_type = p->shader->symbols->get_type("sampler1DShadow");
952 sampler_type = p->shader->symbols->get_type("sampler1D");
957 sampler_type = p->shader->symbols->get_type("sampler1DArrayShadow");
959 sampler_type = p->shader->symbols->get_type("sampler1DArray");
964 sampler_type = p->shader->symbols->get_type("sampler2DShadow");
966 sampler_type = p->shader->symbols->get_type("sampler2D");
971 sampler_type = p->shader->symbols->get_type("sampler2DArrayShadow");
973 sampler_type = p->shader->symbols->get_type("sampler2DArray");
978 sampler_type = p->shader->symbols->get_type("sampler2DRectShadow");
980 sampler_type = p->shader->symbols->get_type("sampler2DRec
[all...]
/external/autotest/client/common_lib/
H A Dboottool.py29 def get_type(self): member in class:boottool
H A Dboottool_unittest.py30 self.assertEquals(self.bt_mock.get_type(), 'lilo')
/external/harfbuzz_ng/src/
H A Dmain.cc169 lookup.get_type(), lookup.get_props());
H A Dhb-ot-layout-gsub-table.hh1118 unsigned int type = get_type ();
1242 if (unlikely (get_type () == SubstLookupSubTable::Extension))
1247 unsigned int type = get_subtable (0).u.extension.get_type ();
1250 if (get_subtable (i).u.extension.get_type () != type)
1322 unsigned int type = get_type ();
/external/libxml2/doc/examples/
H A Dindex.py177 type = id.get_type()
/external/libxml2/python/
H A Dlibxml.py327 def get_type(self): member in class:xmlCore
398 type = property(get_type, None, None, "Node type")
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp51 int get_type(struct Derived *st) { function
/external/selinux/policycoreutils/sepolicy/
H A Dinfo.c596 static PyObject* get_type(const qpol_type_t * type_datum, const apol_policy_t * policydb) { function
1284 obj = get_type(type_datum, policydb);
1295 obj = get_type(type_datum, policydb);

Completed in 780 milliseconds

12