| /external/skia/src/sksl/ir/ |
| D | SkSLVariable.h | 23 struct Variable : public Symbol { struct 30 Variable(Position position, Modifiers modifiers, SkString name, const Type& type, in Variable() argument 39 virtual SkString description() const override { in description() 43 mutable Modifiers fModifiers; 44 const Type& fType; 45 const Storage fStorage; 49 mutable int fReadCount; 52 mutable int fWriteCount; 54 typedef Symbol INHERITED;
|
| /external/javassist/src/main/javassist/compiler/ast/ |
| D | Variable.java | 23 public class Variable extends Symbol { class 26 public Variable(String sym, Declarator d) { in Variable() method in Variable
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/v8/src/ast/ |
| D | variables.cc | 16 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, in Variable() function in v8::internal::Variable
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/deqp/framework/randomshaders/ |
| D | rsgVariable.cpp | 31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
|
| D | rsgVariable.hpp | 37 class Variable class
|
| /external/clang/test/Misc/ |
| D | ast-dump-stmt.cpp | 5 int Variable; variable
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/clang/test/Modules/ |
| D | no-linkage.cpp | 12 enum { Variable }; // expected-note {{candidate}} enumerator
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| D | ast.ml | 11 | Variable of string Constructor
|
| /external/v8/src/compiler/ |
| D | ast-loop-assignment-analyzer.h | 17 class Variable; variable
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | Frame.java | 204 public final class Variable { class in Frame 223 public Variable() { in Variable() method in Frame.Variable
|
| /external/v8/src/builtins/ |
| D | builtins-global.cc | 107 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsFinite() typedef 162 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsNaN() typedef
|
| D | builtins-string.cc | 38 typedef CodeStubAssembler::Variable Variable; in GenerateStringEqual() typedef 203 typedef CodeStubAssembler::Variable Variable; in GenerateStringRelationalComparison() typedef 425 typedef CodeStubAssembler::Variable Variable; in Generate_StringFromCharCode() typedef 914 typedef CodeStubAssembler::Variable Variable; in Generate_StringPrototypeSubstr() typedef 1041 typedef CodeStubAssembler::Variable Variable; in ToSmiBetweenZeroAnd() typedef 1095 typedef CodeStubAssembler::Variable Variable; in Generate_StringPrototypeSubstring() typedef 1277 typedef CodeStubAssembler::Variable Variable; in LoadSurrogatePairInternal() typedef 1361 typedef CodeStubAssembler::Variable Variable; in Generate_StringIteratorPrototypeNext() typedef
|
| D | builtins-conversion.cc | 222 typedef CodeStubAssembler::Variable Variable; in Generate_OrdinaryToPrimitive() typedef 316 typedef CodeStubAssembler::Variable Variable; in Generate_ToLength() typedef 401 typedef CodeStubAssembler::Variable Variable; in Generate_ToObject() typedef
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
| D | plot_dynamics.py | 23 class Variable(object): class
|