/external/clang/tools/libclang/ |
CIndex.cpp | 106 /// the translation unit. 253 ASTUnit *Unit = cxtu::getASTUnit(TU); 254 SourceManager &SM = Unit->getSourceManager(); 302 ASTUnit *Unit = cxtu::getASTUnit(TU); 303 SourceManager &SM = Unit->getSourceManager(); 307 Unit->findFileRegionDecls(File, Offset, Length, Decls); 327 Unit->findFileRegionDecls(File, Offset, Length, Decls); 373 // is a context that contains the range or we reach the translation unit [all...] |
/art/cmdline/ |
cmdline_types.h | 27 #include "unit.h" 48 // Parse argument definitions for Unit-typed arguments. 50 struct CmdlineType<Unit> : CmdlineTypeParser<Unit> { 53 return Result::Success(Unit{}); // NOLINT [whitespace/braces] [5]
|
cmdline_parser_test.cc | 612 EXPECT_KEY_VALUE(map, M::Help, Unit{}); // NOLINT [whitespace/braces] [5] 615 EXPECT_KEY_VALUE(map, M::MethodTrace, Unit{}); // NOLINT [whitespace/braces] [5]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-tree-wizard.rb | 6 require 'test/unit' 12 class TestPatternLexer < Test::Unit::TestCase 83 class TestPatternParser < Test::Unit::TestCase 158 class TestTreeWizard < Test::Unit::TestCase
|
test-trees.rb | 5 require 'test/unit' 11 class TestTreeNodeStream < Test::Unit::TestCase 313 class TestCommonTreeNodeStream < Test::Unit::TestCase 456 class TestCommonTree < Test::Unit::TestCase 792 class TestTreeContext < Test::Unit::TestCase
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 365 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled; 405 /* enabling texturing when unit isn't correctly configured may not be safe */ 414 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled; 452 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
|
r200_tex.c | 302 GLuint unit = ctx->Texture.CurrentUnit; local 303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) { 320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor; 342 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) { 343 R200_STATECHANGE( rmesa, tex[unit] ); 344 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK; 345 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b; 353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit; 455 GLuint unit = ctx->Texture.CurrentUnit; local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 59 GLuint unit); 253 GLuint unit ) 256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 257 GLvector4f *out = &store->texcoord[unit]; 275 GLuint unit ) 278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 279 GLvector4f *out = &store->texcoord[unit]; 303 GLuint unit ) 306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 307 GLvector4f *out = &store->texcoord[unit]; [all...] |
t_rasterpos.c | 255 * \param unit texture unit number 260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4]) 262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 465 if (ctx->Texture.Unit[u].TexGenEnabled) {
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | 841 static DISubroutineType *CreateFunctionType(unsigned NumArgs, DIFile *Unit) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 313 if (!ctx->Texture.Unit[i]._ReallyEnabled) 315 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
|
/external/mesa3d/src/mesa/main/ |
attrib.c | 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled; 321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled; 440 ctx->Texture.Unit[u].CurrentTex[tex]); 448 ctx->Texture.Unit[u].CurrentTex[tex]); 630 /* texture unit enables */ 635 if (ctx->Texture.Unit[i].Enabled != enabled) { 657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) { 681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local 685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT)) [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1a.d | 32 Compilation Unit @ offset 0x0:
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1a.d | 32 Compilation Unit @ offset 0x0:
|
/external/autotest/client/deps/glbench/src/ |
testbase.cc | 166 MAX_TESTNAME, testname, value, test->Unit(), name_png);
|
windowmanagercompositingtest.cc | 28 virtual const char* Unit() const { return "1280x768_fps"; }
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/ |
tycho-p2-facade-0.20.0.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
patcomp.py | 98 assert node.type == self.syms.Unit
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
patcomp.py | 98 assert node.type == self.syms.Unit
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 98 assert node.type == self.syms.Unit
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 98 assert node.type == self.syms.Unit
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/ |
tycho-p2-facade-0.18.1.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 282 def <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope()>): Unit = { 480 final def m<ruleName>(<ruleDescriptor.parameterScope:parameterScope()>): Unit = { 517 def mTokens(): Unit = { [all...] |
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 129 /** \internal the return type of unit vectors */ 258 static const BasisReturnType Unit(Index size, Index i); 259 static const BasisReturnType Unit(Index i);
|