/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/ |
pygapp2.py | 28 Name.Variable: "nobold noitalic #000",
|
/external/clang/lib/Analysis/ |
ThreadSafetyTIL.cpp | 80 // If E is a variable, then trace back through any aliases or redundant 84 if (auto *V = dyn_cast<Variable>(E)) { 85 if (V->kind() == Variable::VK_Let) { 102 // If E is a variable, then trace back through any aliases or redundant 107 if (auto *V = dyn_cast<Variable>(E)) { 108 if (V->kind() != Variable::VK_Let)
|
/external/javassist/src/main/javassist/compiler/ast/ |
Visitor.java | 45 public void atVariable(Variable n) throws CompileError {}
|
/external/valgrind/include/ |
pub_tool_addrinfo.h | 74 Addr_Variable, // variable described by the debug info 160 // the variable's name (zero terminated), plus a (memory) offset. 170 } Variable;
|
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/ |
Smoke.push_constant.vert.h | 63 14(params): 13(ptr) Variable PushConstant 71 38(in_pos): 37(ptr) Variable Input 74 67(in_normal): 37(ptr) Variable Input 78 89: 88(ptr) Variable Output 82 102(color): 101(ptr) Variable Output 86 9(world_light): 8(ptr) Variable Function 87 34(world_pos): 8(ptr) Variable Function 88 49(world_normal): 8(ptr) Variable Function 89 70(light_dir): 8(ptr) Variable Function 90 75(brightness): 74(ptr) Variable Functio [all...] |
Smoke.vert.h | 64 14(params): 13(ptr) Variable Uniform 72 38(in_pos): 37(ptr) Variable Input 75 67(in_normal): 37(ptr) Variable Input 79 89: 88(ptr) Variable Output 83 102(color): 101(ptr) Variable Output 87 9(world_light): 8(ptr) Variable Function 88 34(world_pos): 8(ptr) Variable Function 89 49(world_normal): 8(ptr) Variable Function 90 70(light_dir): 8(ptr) Variable Function 91 75(brightness): 74(ptr) Variable Functio [all...] |
/external/deqp/framework/randomshaders/ |
rsgProgramExecutor.cpp | 225 vector<const Variable*> outputs; 258 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++) 260 const Variable* output = *i; 286 const Variable* fragColorVar = DE_NULL; 287 vector<const Variable*> outputs; 291 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
|
rsgExpression.hpp | 83 const Variable* m_variable; 91 VariableRead (const Variable* variable); 277 const Variable* m_sampler;
|
/external/v8/src/parsing/ |
rewriter.cc | 16 Processor(Isolate* isolate, Scope* scope, Variable* result, 28 Processor(Parser* parser, Scope* scope, Variable* result, 60 Variable* result_; 116 // An initializer block is the rewritten form of a variable declaration 120 // a variable declaration with initialization expression is 'undefined' 228 Variable* backup = scope()->NewTemporary( 346 Variable* result = 382 Variable* result_var = result->var();
|
parameter-initializer-rewriter.cc | 64 Variable* var = proxy->var();
|
pattern-rewriter.cc | 129 // Declare variable. 132 // when the variable is encountered in the source. But the variable/constant 134 // which the variable or constant is declared. Only function variables have 139 // is always bound to the declared variable (independent of possibly 149 Variable* var = 194 // The "variable" c initialized to x is the same as the declared 202 // Global variable declarations must be compiled in a specific 203 // way. When the script containing the global variable declaration 204 // is entered, the global variable must be declared, so that if i [all...] |
parser.cc | 214 Variable::NORMAL, pos); 222 factory(), ast_value_factory()->arguments_string(), Variable::NORMAL, 226 factory(), ast_value_factory()->new_target_string(), Variable::NORMAL, 257 Target(Target** variable, BreakableStatement* statement) 258 : variable_(variable), statement_(statement), previous_(*variable) { 259 *variable = this; 278 explicit TargetScope(Target** variable) 279 : variable_(variable), previous_(*variable) { [all...] |
/external/v8/src/full-codegen/ |
full-codegen.h | 332 // Load the value of a known (PARAMETER, LOCAL, or CONTEXT) variable into 334 // SetVar) so avoid calling both on the same variable. 335 void GetVar(Register destination, Variable* var); 337 // Assign to a known (PARAMETER, LOCAL, or CONTEXT) variable. If it's in 340 // (so does GetVar) so avoid calling both on the same variable. 341 void SetVar(Variable* var, 347 // variable. Writing does not need the write barrier. 348 MemOperand StackOperand(Variable* var); 351 // variable. May emit code to traverse the context chain, loading the 354 MemOperand VarOperand(Variable* var, Register scratch) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
/external/v8/test/mjsunit/regress/ |
regress-2825.js | 8 // Variable definitions for i0 through i3 are each terminated with \r.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
plot_dynamics.py | 23 class Variable(object): 24 def __init__(self, variable): 25 self._ID = variable[0] 26 self._xlabel = variable[1] 27 self._ylabel = variable[2] 28 self._subplot = variable[3] 29 self._y_max = variable[4] 54 # Each variable will be plotted in a separated box. 136 for variable in variables: 137 var.append(Variable(variable) [all...] |
/external/v8/src/crankshaft/ |
typing.h | 64 int variable_index(Variable* var) {
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTests.cpp | 302 class Variable : public Node 305 Variable (const SharedPtr& enclosing, glu::DataType dataType) 546 DE_ASSERT(dynamic_cast<const ResourceDefinition::Variable*>(resource)); 557 const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource)->m_dataType; 559 glu::VariableDeclaration variable (glu::VarType(basicType, getDataTypeDefaultPrecision(basicType)), "target"); 568 variable.memoryAccessQualifierBits |= glu::MEMORYACCESSQUALIFIER_READONLY_BIT; 569 variable.layout.binding = 1; 572 variable.layout.format = glu::FORMATLAYOUT_RGBA8; 574 variable.layout.format = glu::FORMATLAYOUT_RGBA8I; 576 variable.layout.format = glu::FORMATLAYOUT_RGBA8UI 1344 const ResourceDefinition::Variable* variable = static_cast<const ResourceDefinition::Variable*>(resource); local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 19 * $Id: Variable.java 468655 2006-10-28 07:12:06Z minchau $ 40 * The variable reference expression executer. 42 public class Variable extends Expression implements PathComponent 49 /** The qualified name of the variable. 54 * The index of the variable, which is either an absolute index to a 61 * Set the index for the variable into the stack. For advanced use only. You 72 * Set the index for the variable into the stack. For advanced use only. 84 * @param isGlobal true if this should be a global variable reference. 92 * Set the index for the variable into the stack. For advanced use only. 94 * @return true if this should be a global variable reference [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTIL.h | 333 /// A named variable, e.g. "x". 335 /// There are two distinct places in which a Variable can appear in the AST. 336 /// A variable declaration introduces a new variable, and can occur in 3 places: 341 /// If a variable occurs in any other location, it is a reference to an existing 342 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't 343 /// allocate a separate AST node for variable references; a reference is just a 345 class Variable : public SExpr { 350 VK_Let, ///< Let-variable 355 Variable(StringRef s, SExpr *D = nullptr [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphReader.java | 191 if (mValue instanceof Variable) { 192 String varName = ((Variable)mValue).name; 222 private static class Variable { 225 public Variable(String name) { 427 return new Variable(strValue);
|
/external/v8/src/ast/ |
scopeinfo.cc | 19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); 20 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone); 21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone); 22 ZoneList<Variable*> strong_mode_free_variables(0, zone); 39 Variable* var = scope->receiver(); 54 // Determine use and location of the function variable if it is present. 58 Variable* var = scope->function()->proxy()->var(); 137 // order with the variable list anymore. Thus, we first need to sort them by 139 context_locals.Sort(&Variable::CompareIndex); 156 Variable* var = context_locals[i] [all...] |
/external/v8/src/compiler/ |
ast-loop-assignment-analyzer.cc | 226 AnalyzeAssignment(stmt->variable()); 297 void ALAA::AnalyzeAssignment(Variable* var) { 304 int ALAA::GetVariableIndex(Scope* scope, Variable* var) { 313 Variable* var) {
|