HomeSort by relevance Sort by last modified time
    Searched refs:get_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 22 last if $token->get_type() == $TLexer::EOF;
24 print "type: ", $token->get_type(), "\n";
t.pl 17 last if $token->get_type() == $TLexer::EOF;
19 print "type: ", $token->get_type(), "\n";
  /external/antlr/antlr-3.4/runtime/Perl5/examples/id/
id.pl 17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 27 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
29 void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: substitution failure [with T = int]: array size is negative}}
32 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}}
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_symbol_table.h 114 const glsl_type *get_type(const char *name);
builtin_variables.cpp 477 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"));
    [all...]
glsl_symbol_table.cpp 157 const glsl_type *glsl_symbol_table::get_type(const char *name) function in class:glsl_symbol_table
  /external/mesa3d/src/glsl/
glsl_symbol_table.h 114 const glsl_type *get_type(const char *name);
builtin_variables.cpp 477 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"));
    [all...]
glsl_symbol_table.cpp 157 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/
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();
CommonToken.pm 77 $self->type($token->get_type());
86 sub get_type { subroutine
Parser.pm 49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
RecognitionException.pm 94 return $self->token->get_type();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 57 self.assertEqual(self.top.get_type(), "module")
58 self.assertEqual(self.Mine.get_type(), "class")
59 self.assertEqual(self.a_method.get_type(), "function")
60 self.assertEqual(self.spam.get_type(), "function")
61 self.assertEqual(self.internal.get_type(), "function")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 57 self.assertEqual(self.top.get_type(), "module")
58 self.assertEqual(self.Mine.get_type(), "class")
59 self.assertEqual(self.a_method.get_type(), "function")
60 self.assertEqual(self.spam.get_type(), "function")
61 self.assertEqual(self.internal.get_type(), "function")
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__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/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 950 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("sampler2DRect")
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 950 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("sampler2DRect")
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 403 assert(idi.get_type() == InstructionDisassembler::RELATIVE_CALL);
406 assert(idi.get_type() == InstructionDisassembler::RELATIVE_JUMP);
409 assert(idi.get_type() == InstructionDisassembler::RET);
412 assert(idi.get_type() == InstructionDisassembler::RELATIVE_COND_JUMP);
422 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
425 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
436 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
439 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
main.cc 167 lookup.get_type(), lookup.get_props());
hb-ot-layout-gsub-table.hh     [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 50 int get_type(struct Derived *st) { function
  /external/harfbuzz_ng/src/
main.cc 167 lookup.get_type(), lookup.get_props());
hb-ot-layout-gsub-table.hh     [all...]

Completed in 439 milliseconds

1 2 3