/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection_state.h | 697 struct Variable { struct 698 Variable() : mInitializers(nullptr) { } in Variable() argument 699 ~Variable() { delete [] mInitializers; } in ~Variable() 702 void operator=(const Variable &) = delete; 704 std::string mName; 705 llvm::StringRef mType; 706 clang::APValue *mInitializers; 707 size_t mInitializerCount; 708 size_t mAllocSize; 709 bool mIsConst;
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | OutputChecker.java | 53 public static class Variable { class in OutputChecker 59 public Variable(String name, VarType type, Str original) { in Variable() method in OutputChecker.Variable 63 public Variable(String name, VarType type, Str original, Value updated) { in Variable() method in OutputChecker.Variable
|
/aosp12/build/blueprint/ |
H A D | live_tracker.go | 153 func (l *liveTracker) addVariable(v Variable) error { 198 func (l *liveTracker) RemoveVariableIfLive(v Variable) bool {
|
H A D | scope.go | 27 type Variable interface { interface 220 func (s *basicScope) AddVariable(v Variable) error {
|
H A D | ninja_strings.go | 71 func (ps *parseState) pushVariable(v Variable) {
|
H A D | singleton_ctx.go | 235 func (s *singletonContext) Variable(pctx PackageContext, name, value string) { func
|
H A D | module_ctx.go | 740 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { func
|
/aosp12/system/update_engine/update_manager/ |
H A D | variable.h | 207 Variable(const std::string& name, VariableMode mode) in Variable() function 210 Variable(const std::string& name, const base::TimeDelta poll_interval) in Variable() function
|
/aosp12/system/bt/gd/packet/parser/test/ |
H A D | variable.cc | 29 Variable::Variable(const std::string& str) : data(str) {} in Variable() function in bluetooth::packet::parser::test::Variable
|
/aosp12/build/soong/androidmk/parser/ |
H A D | ast.go | 100 type Variable struct { struct 101 Name *MakeString
|
H A D | make_strings.go | 74 func (ms *MakeString) appendVariable(v Variable) {
|
/aosp12/system/tools/aidl/ |
H A D | ast_java.h | 88 struct Variable : public Expression { struct 93 Variable() = default; argument
|
H A D | ast_java.cpp | 111 Variable::Variable(const string& t, const string& n) : type(t), name(n) {} in Variable() function in android::aidl::java::Variable
|
H A D | generate_java_binder.cpp | 49 using Variable = ::android::aidl::java::Variable; typedef in android::aidl::java::VariableFactory
|
/aosp12/build/blueprint/parser/ |
H A D | ast.go | 219 type Variable struct { struct 220 Name string 221 NamePos scanner.Position 222 Value Expression
|
/aosp12/build/soong/android/ |
H A D | singleton.go | 142 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) { func
|
H A D | module.go | 2169 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { func
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphReader.java | 222 private static class Variable { class in GraphReader 225 public Variable(String name) { in Variable() method in GraphReader.Variable
|
/aosp12/build/soong/androidmk/androidmk/ |
H A D | android.go | 611 func varLiteralName(variable mkparser.Variable) string {
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |