/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
EmuVariable.c | 3 Emulation Variable services operate on the runtime volatile memory.
4 The nonvolatile variable space doesn't exist.
17 #include "Variable.h"
32 Update the variable region with Variable information. These are the same
33 arguments as the EFI Variable services.
35 @param[in] VariableName Name of variable
37 @param[in] VendorGuid Guid of variable
39 @param[in] Data Variable data
43 @param[in] Attributes Attribues of the variable
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDebugPrintHobLib/ |
PeiDebugPrintHobLib.c | 2 NULL Library class that reads Debug Mask variable and if it exists makes a
27 The constructor reads variable and sets HOB
43 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
52 (VOID **)&Variable
56 Status = Variable->GetVariable (
57 Variable,
|
/external/clang/test/Modules/Inputs/no-linkage/ |
decls.h | 7 extern int Variable;
|
/external/deqp/framework/randomshaders/ |
rsgExecutionContext.hpp | 46 typedef std::map<const Variable*, ExecValueStorage*> VarValueMap; 66 ExecValueAccess getValue (const Variable* variable); 67 const Sampler2D& getSampler2D (const Variable* variable) const; 68 const SamplerCube& getSamplerCube (const Variable* variable) const;
|
rsgVariableManager.cpp | 21 * \brief Variable manager. 95 ValueEntry::ValueEntry (const Variable* variable) 96 : m_variable (variable) 97 , m_valueRange (variable->getType()) 107 for (vector<Variable*>::iterator i = m_declaredVariables.begin(); i != m_declaredVariables.end(); i++) 110 for (vector<Variable*>::iterator i = m_liveVariables.begin(); i != m_liveVariables.end(); i++) 114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name) 116 Variable* variable = new Variable(type, storage, name) local 249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name); local [all...] |
rsgShaderGenerator.cpp | 65 void createAssignment (BlockStatement& block, const Variable* dstVar, const Variable* srcVar) 101 const Variable* outVar = entry->getVariable(); 104 if (outVar->getStorage() != Variable::STORAGE_SHADER_OUT) 114 Variable* inVar = state.getVariableManager().allocate(outVar->getType(), Variable::STORAGE_SHADER_IN, inVarName.c_str()); 130 Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->getType(), Variable::STORAGE_SHADER_IN, "v_color"); 197 Variable* variable = m_state.getVariableManager().allocate(input->getVariable()->getType(), Variable::STORAGE_SHADER_ (…) local 231 Variable* variable = *i; local 277 Variable* variable = *i; local [all...] |
rsgVariable.hpp | 23 * \brief Variable class. 37 class Variable 54 Variable (const VariableType& type, Storage storage, const char* name); 55 ~Variable (void);
|
rsgShader.hpp | 49 void addParameter (Variable* variable); 58 std::vector<Variable*> m_parameters; 67 ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange); 70 const Variable* getVariable (void) const { return m_variable; } 75 const Variable* m_variable; 115 void getOutputs (std::vector<const Variable*>& outputs) const;
|
/system/update_engine/update_manager/ |
fake_variable.h | 23 #include "update_engine/update_manager/variable.h" 27 // A fake typed variable to use while testing policy implementations. The 28 // variable can be instructed to return any object of its type. 30 class FakeVariable : public Variable<T> { 33 : Variable<T>(name, mode) {} 35 : Variable<T>(name, poll_interval) {} 38 // Sets the next value of this variable to the passed |p_value| pointer. Once 48 Variable<T>::NotifyValueChanged(); 52 // Variable<T> overrides.
|
real_device_policy_provider.h | 54 Variable<bool>* var_device_policy_is_loaded() override { 58 Variable<std::string>* var_release_channel() override { 62 Variable<bool>* var_release_channel_delegated() override { 66 Variable<bool>* var_update_disabled() override { 70 Variable<std::string>* var_target_version_prefix() override { 74 Variable<base::TimeDelta>* var_scatter_factor() override { 78 Variable<std::set<chromeos_update_engine::ConnectionType>>* 83 Variable<std::string>* var_owner() override { 87 Variable<bool>* var_http_downloads_enabled() override { 91 Variable<bool>* var_au_p2p_enabled() override [all...] |
/external/skia/src/sksl/ir/ |
SkSLField.h | 25 Field(Position position, const Variable& owner, int fieldIndex) 34 const Variable& fOwner;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
Variable.c | 2 The common variable operation routines shared by DXE_RUNTIME variable
3 module and DXE_SMM variable module.
6 This driver will have external input - variable data. They may be input in SMM mode.
31 #include "Variable.h"
36 /// Define a memory cache that improves the search performance for a variable.
46 /// The memory entry used for variable statistics data.
102 SecureBoot Hook for auth variable update.
104 @param[in] VariableName Name of Variable to be found.
105 @param[in] VendorGuid Variable vendor GUID. [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceRegAlloc.h | 35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars); 37 // Returns the number of times some variable has been assigned a register but 52 using OrderedRanges = CfgVector<Variable *>; 53 using UnorderedRanges = CfgVector<Variable *>; 62 Variable *Cur = nullptr; 63 Variable *Prefer = nullptr; 98 void handleActiveRangeExpiredOrInactive(const Variable *Cur); 100 void handleInactiveRangeExpiredOrReactivated(const Variable *Cur); 104 void allocatePrecoloredRegister(Variable *Cur); 113 void dumpLiveRangeTrace(const char *Label, const Variable *Item) [all...] |
IceTargetLoweringX8664.h | 58 void _push_reg(Variable *Reg); 64 void lowerIndirectJump(Variable *JumpTarget); 66 Inst *emitCallToTarget(Operand *CallTarget, Variable *ReturnReg) override; 67 Variable *moveReturnValueToRegister(Operand *Value, Type ReturnType) override; 78 Variable *TDB = makeReg(IceType_i32);
|
IceVariableSplitting.cpp | 1 //===- subzero/src/IceVariableSplitting.cpp - Local variable splitting ----===// 11 /// \brief Aggressive block-local variable splitting to improve linear-scan 29 /// A Variable is "allocable" if it is a register allocation candidate but 31 bool isAllocable(const Variable *Var) { 37 /// A Variable is "inf" if it already has a register or is infinite-weight. 38 bool isInf(const Variable *Var) { 46 /// last use of the Variable within the current block. For each entry, the 47 /// Variable is tagged with the CfgNode that it is valid in, so that we don't 56 /// MappedVar is the latest mapped/split version of the Variable. 57 Variable *MappedVar = nullptr [all...] |
/external/v8/src/ast/ |
scopes.h | 28 // A hash map to support fast variable declaration and lookup. 33 Variable* Declare( 41 // Variable. Useful for preparsing. 42 Variable* DeclareName(Zone* zone, const AstRawString* name, 45 Variable* Lookup(const AstRawString* name); 46 void Remove(Variable* var); 47 void Add(Zone* zone, Variable* var); 77 // to a JavaScript variable (including global properties) is represented by a 78 // VariableProxy node. Immediately after AST construction and before variable 80 // corresponding variable (though some are bound during parse time). Variabl [all...] |
variables.cc | 15 // Implementation Variable. 17 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, 37 bool Variable::IsGlobalObjectProperty() const {
|
/libcore/ojluni/src/main/java/java/lang/ |
ProcessEnvironment.java | 40 * Internally, we define the types Variable and Value that exhibit 42 * environment then looks like a Map<Variable,Value>. But we don't 63 private static final HashMap<Variable,Value> theEnvironment; 75 theEnvironment.put(Variable.valueOf(environ[i-1]), 97 ((Map<Variable,Value>)(theEnvironment.clone())); 102 return new StringEnvironment(new HashMap<Variable,Value>(capacity)); 115 ("Invalid environment variable name: \"" + name + "\""); 122 ("Invalid environment variable value: \"" + value + "\""); 154 private static class Variable 155 extends ExternalData implements Comparable<Variable> [all...] |
/external/skia/src/sksl/ |
SkSLCPPCodeGenerator.h | 42 String getSamplerHandle(const Variable& var); 56 void addUniform(const Variable& var); 61 void writeVarInitializer(const Variable& var, const Expression& value) override; 67 bool writeEmitCode(std::vector<const Variable*>& uniforms); 69 void writeSetData(std::vector<const Variable*>& uniforms);
|
/system/tools/aidl/ |
generate_java.cpp | 30 using ::android::aidl::java::Variable; 43 Variable* VariableFactory::Get(const Type* type) { 44 Variable* v = new Variable( 51 Variable* VariableFactory::Get(int index) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/ |
Variable.c | 2 Implement ReadOnly Variable Services required by PEIM and install
17 #include "Variable.h"
35 Provide the functionality of the variable services.
56 Gets the pointer to the first variable header in given variable store area.
58 @param VarStoreHeader Pointer to the Variable Store Header.
60 @return Pointer to the first variable header
69 // The end of variable store
76 This code gets the pointer to the last variable memory pointer byte.
78 @param VarStoreHeader Pointer to the Variable Store Header. [all...] |
/external/clang/test/Modules/ |
no-linkage.cpp | 12 enum { Variable }; // expected-note {{candidate}} 37 use(Variable); 52 use(Variable); // expected-error {{ambiguous}}
|
/external/deqp/modules/glshared/ |
glsRandomShaderProgram.hpp | 57 const rsg::Variable* m_positionVar; 58 std::vector<const rsg::Variable*> m_vertexOutputs; //!< Other vertex outputs in the order they are passed to fragment shader. 59 const rsg::Variable* m_fragColorVar;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
PlatformInfoInit.c | 53 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
66 (void **)&Variable
70 Status = Variable->GetVariable (
71 Variable,
131 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
143 (void **)&Variable
150 Status = Variable->GetVariable (
151 Variable,
160 // Set the new PCI32 resource Base if the variable available
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
VarNameCollector.java | 28 import org.apache.xpath.operations.Variable; 31 * This class visits variable refs in an XPath and collects their QNames. 46 * Get the number of variable references that were collected. 67 * Visit a variable reference. 70 * @param var The variable reference object. 73 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
|