Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 25 of 146) sorted by relevance

123456

/external/testng/src/main/java/org/testng/mustache/
DModel.java11 String variable; field in Model.SubModel
19 public void push(String variable, Object subModel) { in push()
26 public Value resolveValue(String variable) { in resolveValue()
39 private Value resolveOnClass(Object object, String variable) { in resolveOnClass()
69 public String resolveValueToString(String variable) { in resolveValueToString()
DVariableChunk.java7 public VariableChunk(Model model, String variable) { in VariableChunk()
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h112 #define __data16( variable ) \ argument
116 #define __data16_array( variable, array ) \ argument
120 #define __bss16( variable ) \ argument
124 #define __bss16_array( variable, array ) \ argument
128 #define __text16( variable ) \ argument
132 #define __text16_array( variable, array ) \ argument
136 #define __use_data16( variable ) \ argument
140 #define __use_text16( variable ) \ argument
Dlibkir.h14 #define __data16( variable ) variable argument
15 #define __data16_array( variable, array ) variable array argument
16 #define __bss16( variable ) variable argument
17 #define __bss16_array( variable, array ) variable array argument
18 #define __text16( variable ) variable argument
19 #define __text16_array( variable,array ) variable array argument
20 #define __use_data16( variable ) variable argument
21 #define __use_text16( variable ) variable argument
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp95 ValueEntry::ValueEntry (const Variable* variable) in ValueEntry()
116 Variable* variable = new Variable(type, storage, name); in allocate() local
129 void VariableScope::declare (Variable* variable) in declare()
135 void VariableScope::removeLive (const Variable* variable) in removeLive()
160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate()
178 CompareEntryVariable (const Variable* variable) in CompareEntryVariable()
203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue()
213 void ValueScope::removeValue (const Variable* variable) in removeValue()
249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name); in allocate() local
265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage) in setStorage()
[all …]
DrsgFunctionGenerator.hpp41 void requireAssignment (Variable* variable) { m_requiredAssignments.push_back(variable); } in requireAssignment()
DrsgShaderGenerator.cpp197 …Variable* variable = m_state.getVariableManager().allocate(input->getVariable()->getType(), Vari… in generate() local
231 Variable* variable = *i; in generate() local
277 Variable* variable = *i; in generate() local
/external/desugar/java/com/google/devtools/common/options/
DGenericTypeHelper.java56 private static Type matchTypeVariable(Type type, TypeVariable<?> variable) { in matchTypeVariable()
89 TypeVariable<?> variable = (TypeVariable<?>) returnType; in getActualReturnType() local
/external/bison/src/
Dmuscle-tab.c403 muscle_percent_variable_update (char const *variable) in muscle_percent_variable_update()
433 char const *variable = muscle_percent_variable_update (var); in muscle_percent_define_insert() local
467 muscle_percent_define_get (char const *variable) in muscle_percent_define_get()
485 muscle_percent_define_get_loc (char const *variable) in muscle_percent_define_get_loc()
496 muscle_percent_define_get_syncline (char const *variable) in muscle_percent_define_get_syncline()
510 muscle_percent_define_ifdef (char const *variable) in muscle_percent_define_ifdef()
531 muscle_percent_define_flag_if (char const *variable) in muscle_percent_define_flag_if()
563 muscle_percent_define_default (char const *variable, char const *value) in muscle_percent_define_default()
/external/clang/test/PCH/
Dtentative-defs.h2 int variable; variable
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp547 …glu::VariableDeclaration variable (glu::VarType(basicType, getDataTypeDefaultPrecision(basi… in generateProgramDefinitionFromResource() local
1341 …const ResourceDefinition::Variable* variable = static_cast<const ResourceDefinition::Variable*>(re… in genTestCaseName() local
3193 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateVariableCases() local
3274 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateOpaqueTypeCases() local
3394 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateBufferBackedResourceListBlockContentCases() local
3417 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateBufferBackedVariableAggregateTypeCases() local
3479 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateBufferBackedArrayStrideTypeAggregateSubCases() local
3504 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(parentStructur… in generateBufferBackedArrayStrideTypeAggregateCases() local
3603 …const ResourceDefinition::Node::SharedPtr variable(new ResourceDefinition::Variable(uniform, glu::… in generateUniformBlockBlockIndexContents() local
3611 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(buffer, glu::… in generateUniformBlockBlockIndexContents() local
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DVariableLocator.java51 private String quickEval(PVariable variable) { in quickEval()
69 public String getVariableName(PVariable variable) { in getVariableName()
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load-top.h3 static const int variable; member
Dredecl-add-after-load.h18 static const int variable; member
/external/curl/lib/
Dgetenv.c31 char *GetEnv(const char *variable) in GetEnv()
/external/curl/src/
Dtool_writeout.c66 struct variable { struct
72 static const struct variable replacements[]={ argument
Dtool_homedir.c32 static char *GetEnv(const char *variable, char do_expand) in GetEnv()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
DNameFunction.java39 Data variable = variableValue.getReference(); in execute() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DNoneProbeArrayStrategy.java24 final int variable) { in storeInstance()
DIProbeArrayStrategy.java35 int storeInstance(MethodVisitor mv, boolean clinit, int variable); in storeInstance()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeParameterTest.java35 TypeVariable<?> variable = new TypeParameter<T>() {}.typeVariable; in testCaptureTypeParameter() local
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h85 string variable(const char* key) const { in variable() function
/external/doclava/src/com/google/doclava/
DResolution.java48 public Resolution(String variable, String value, InfoBuilder builder) { in Resolution()
/external/mesa3d/src/gallium/tools/trace/
Dformat.py48 def variable(self, name): member in Formatter
81 def variable(self, name): member in AnsiFormatter
150 def variable(self, name): member in WindowsConsoleFormatter
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DClassInstrumenterTest.java64 public int storeInstance(MethodVisitor mv, boolean clinit, int variable) { in storeInstance()

123456