Home
last modified time | relevance | path

Searched refs:other_var (Results 1 – 3 of 3) sorted by relevance

/external/skia/platform_tools/android/tests/
Dordered_set_tests.py95 other_var = 'something_else'
96 other_set.add(other_var)
99 self.assertNotIn(other_var, my_set)
/external/mesa3d/src/glsl/
Dlinker.cpp1184 ir_variable *other_var = ((ir_instruction *) node2)->as_variable(); in update_array_sizes() local
1185 if (!other_var) in update_array_sizes()
1188 if (strcmp(var->name, other_var->name) == 0 && in update_array_sizes()
1189 other_var->max_array_access > size) { in update_array_sizes()
1190 size = other_var->max_array_access; in update_array_sizes()
/external/v8/src/ast/
Dscopes.cc608 Variable* other_var = current->variables_.Lookup(name); in CheckConflictingVarDeclarations() local
609 if (other_var != NULL && IsLexicalVariableMode(other_var->mode())) { in CheckConflictingVarDeclarations()