Searched refs:Variable (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_state.h333 // b) declareVariable() for each Variable (order must be consistent
335 // information about the Variable from 32-bit compilation
446 /*== Variable =================================================================*/
461 // For anything with a type (such as a Variable or a Record field),
697 struct Variable {
698 Variable() : mInitializers(nullptr) { }
699 ~Variable() { delete [] mInitializers; }
701 Variable(const Variable &) = delete;
702 void operator=(const Variable
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java191 if (mValue instanceof Variable) {
192 String varName = ((Variable)mValue).name;
222 private static class Variable { class in class:GraphReader
225 public Variable(String name) { method in class:GraphReader.Variable
427 return new Variable(strValue);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc33 // Variable Index //
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc27 // Variable Index //
/frameworks/base/config/
H A Dcompiled-classes-phone6719 java.lang.ProcessEnvironment$Variable

Completed in 357 milliseconds