Searched refs:variables (Results 26 - 50 of 582) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc157 map<string, string>* variables) {
158 (*variables)["name"] =
160 (*variables)["capitalized_name"] =
162 (*variables)["number"] = SimpleItoa(descriptor->number());
163 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));
164 (*variables)["boxed_type"] = BoxedPrimitiveTypeName(GetJavaType(descriptor));
165 (*variables)["default"] = DefaultValue(descriptor);
166 (*variables)["capitalized_type"] = GetCapitalizedType(descriptor);
167 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
168 (*variables)["tag_siz
156 SetPrimitiveVariables(const FieldDescriptor* descriptor, map<string, string>* variables) argument
[all...]
H A Djava_enum_field.cc55 map<string, string>* variables) {
56 (*variables)["name"] =
58 (*variables)["capitalized_name"] =
60 (*variables)["number"] = SimpleItoa(descriptor->number());
61 (*variables)["type"] = ClassName(descriptor->enum_type());
62 (*variables)["default"] = DefaultValue(descriptor);
63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
64 (*variables)["tag_size"] = SimpleItoa(
54 SetEnumVariables(const FieldDescriptor* descriptor, map<string, string>* variables) argument
H A Djava_message_field.cc54 map<string, string>* variables) {
55 (*variables)["name"] =
57 (*variables)["capitalized_name"] =
59 (*variables)["number"] = SimpleItoa(descriptor->number());
60 (*variables)["type"] = ClassName(descriptor->message_type());
61 (*variables)["group_or_message"] =
53 SetMessageVariables(const FieldDescriptor* descriptor, map<string, string>* variables) argument
/external/chromium_org/third_party/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for
/external/dhcpcd/mk/
H A Dos.mk1 # Setup OS specific variables
/external/libvpx/
H A Dconfig.arm64.mk1 # Output variables:
H A Dconfig.mips64.mk1 # Output variables:
H A Dconfig.x86.mk1 # Output variables:
H A Dconfig.x86_64.mk1 # Output variables:
/external/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message_field.cc57 const FieldDescriptor* descriptor, map<string, string>* variables) {
58 (*variables)["name"] =
60 (*variables)["capitalized_name"] =
62 (*variables)["number"] = SimpleItoa(descriptor->number());
63 (*variables)["type"] = ClassName(params, descriptor->message_type());
64 (*variables)["group_or_message"] =
67 (*variables)["message_name"] = descriptor->containing_type()->name();
68 //(*variables)["message_type"] = descriptor->message_type()->name();
69 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
56 SetMessageVariables(const Params& params, const FieldDescriptor* descriptor, map<string, string>* variables) argument
H A Djavanano_primitive_field.cc190 map<string, string>* variables) {
191 (*variables)["name"] =
193 (*variables)["capitalized_name"] =
195 (*variables)["number"] = SimpleItoa(descriptor->number());
198 (*variables)["type"] = BoxedPrimitiveTypeName(GetJavaType(descriptor));
200 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));
211 (*variables)["default"] = DefaultValue(params, descriptor);
212 (*variables)["default_constant"] = FieldDefaultConstantName(descriptor);
213 (*variables)["default_constant_value"] = strings::Substitute(
216 (*variables)["default_copy_if_neede
189 SetPrimitiveVariables(const FieldDescriptor* descriptor, const Params params, map<string, string>* variables) argument
[all...]
H A Djavanano_enum_field.cc55 const FieldDescriptor* descriptor, map<string, string>* variables) {
56 (*variables)["name"] =
58 (*variables)["capitalized_name"] =
60 (*variables)["number"] = SimpleItoa(descriptor->number());
63 (*variables)["type"] = "java.lang.Integer";
64 (*variables)["default"] = "null";
66 (*variables)["type"] = "int";
67 (*variables)["default"] = DefaultValue(params, descriptor);
69 (*variables)["repeated_default"] =
71 (*variables)["ta
54 SetEnumVariables(const Params& params, const FieldDescriptor* descriptor, map<string, string>* variables) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_rename_regs.c52 struct rc_list * variables; local
68 variables = rc_get_variables(c);
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_rename_regs.c52 struct rc_list * variables; local
68 variables = rc_get_variables(c);
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp199 for (int ndx = 0; ndx < (int)defaultBlock.variables.size(); ++ndx)
200 collectNamedStructureDefinitions(namedStructs, defaultBlock.variables[ndx].varType);
203 for (int ndx = 0; ndx < (int)defaultBlock.interfaceBlocks[blockNdx].variables.size(); ++ndx)
204 collectNamedStructureDefinitions(namedStructs, defaultBlock.interfaceBlocks[blockNdx].variables[ndx].varType);
233 for (int ndx = 0; ndx < (int)interfaceBlock.variables.size(); ++ndx)
234 buf << glu::indent(1) << interfaceBlock.variables[ndx] << ";\n";
295 for (int ndx = 0; ndx < (int)block.variables.size(); ++ndx)
296 writeVariableReadAccumulateExpression(buf, accumulatorName, prefix + block.variables[ndx].name, block.variables[ndx].varType);
312 for (int ndx = 0; ndx < (int)block.variables
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_field.cc57 map<string, string>* variables) {
58 (*variables)["name"] =
60 (*variables)["capitalized_name"] =
62 (*variables)["constant_name"] = FieldConstantName(descriptor);
63 (*variables)["number"] = SimpleItoa(descriptor->number());
64 (*variables)["type"] = ClassName(descriptor->message_type());
65 (*variables)["group_or_message"] =
70 (*variables)["deprecation"] = descriptor->options().deprecated()
72 (*variables)["on_changed"] =
76 (*variables)["get_has_field_bit_messag
54 SetMessageVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, map<string, string>* variables) argument
[all...]
/external/chromium_org/tools/gn/
H A Dtarget_generator.cc22 #include "tools/gn/variables.h"
137 const Value* value = scope_->GetValue(variables::kSources, true);
149 const Value* value = scope_->GetValue(variables::kPublic, true);
164 const Value* value = scope_->GetValue(variables::kInputs, true);
183 FillGenericConfigs(variables::kConfigs, &target_->configs());
187 FillGenericConfigs(variables::kAllDependentConfigs,
189 FillGenericConfigs(variables::kDirectDependentConfigs,
194 const Value* value = scope_->GetValue(variables::kData, true);
206 FillGenericDeps(variables::kDeps, &target_->deps());
209 FillGenericDeps(variables
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message_field.cc54 const FieldDescriptor* descriptor, map<string, string>* variables) {
55 (*variables)["name"] =
57 (*variables)["capitalized_name"] =
59 (*variables)["number"] = SimpleItoa(descriptor->number());
60 (*variables)["type"] = ClassName(params, descriptor->message_type());
61 (*variables)["group_or_message"] =
64 (*variables)["message_name"] = descriptor->containing_type()->name();
65 //(*variables)["message_type"] = descriptor->message_type()->name();
53 SetMessageVariables(const Params& params, const FieldDescriptor* descriptor, map<string, string>* variables) argument
H A Djavamicro_primitive_field.cc185 map<string, string>* variables) {
186 (*variables)["name"] =
188 (*variables)["capitalized_name"] =
190 (*variables)["number"] = SimpleItoa(descriptor->number());
191 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));
192 (*variables)["default"] = DefaultValue(params, descriptor);
193 (*variables)["boxed_type"] = BoxedPrimitiveTypeName(GetJavaType(descriptor));
194 (*variables)["capitalized_type"] = GetCapitalizedType(descriptor);
195 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
196 (*variables)["tag_siz
184 SetPrimitiveVariables(const FieldDescriptor* descriptor, const Params params, map<string, string>* variables) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java252 // Reuse the existing variables and stack objects, ensuring the right size.
253 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals);
256 // Initialize the reusable arrays and variables.
258 initializeParameters(clazz, method, codeAttribute, variables);
267 variables,
460 * Returns the variables before execution of the instruction at the given
470 * Returns the variables after execution of the instruction at the given
525 private void pushCallingInstructionBlock(TracedVariables variables, argument
529 callingInstructionBlockStack.push(new MyInstructionBlock(variables,
538 private void pushInstructionBlock(TracedVariables variables, argument
552 evaluateInstructionBlockAndExceptionHandlers(Clazz clazz, Method method, CodeAttribute codeAttribute, TracedVariables variables, TracedStack stack, int startOffset, int endOffset) argument
579 evaluateInstructionBlock(Clazz clazz, Method method, CodeAttribute codeAttribute, TracedVariables variables, TracedStack stack, int startOffset) argument
618 evaluateSingleInstructionBlock(Clazz clazz, Method method, CodeAttribute codeAttribute, TracedVariables variables, TracedStack stack, int startOffset) argument
898 evaluateSubroutine(Clazz clazz, Method method, CodeAttribute codeAttribute, TracedVariables variables, TracedStack stack, int subroutineStart, java.util.Stack instructionBlockStack) argument
1159 initializeParameters(Clazz clazz, Method method, CodeAttribute codeAttribute, TracedVariables variables) argument
1261 private TracedVariables variables; field in class:PartialEvaluator.MyInstructionBlock
1266 MyInstructionBlock(TracedVariables variables, TracedStack stack, int startOffset) argument
[all...]
/external/compiler-rt/make/
H A Dsubdir.mk22 # The list of variables which are intended to be overridden in a subdirectory
40 # Reset subdirectory specific variables to sentinel value.
44 # Get the subdirectory variables.
54 # Check for undefined required variables, and unset sentinel value from optional
55 # variables.
63 # Collect all subdirectory variables for subsequent use.
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.h62 * data.variables. The stand-in also represents the UnicodeMatcher in
74 * variables[i] represents character (variablesBase + i).
76 UnicodeFunctor** variables; member in class:TransliterationRuleData
79 * Flag that indicates whether the variables are owned (if a single
82 * the same variables list, so only the first one is considered to own
83 * the variables)
88 * The character that represents variables[0]. Characters
95 * The length of variables.
/external/icu/icu4c/source/i18n/
H A Drbt_data.h62 * data.variables. The stand-in also represents the UnicodeMatcher in
74 * variables[i] represents character (variablesBase + i).
76 UnicodeFunctor** variables; member in class:TransliterationRuleData
79 * Flag that indicates whether the variables are owned (if a single
82 * the same variables list, so only the first one is considered to own
83 * the variables)
88 * The character that represents variables[0]. Characters
95 * The length of variables.
/external/proguard/src/proguard/evaluation/
H A DInvocationUnit.java29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
41 Variables variables);
39 enterMethod(Clazz clazz, Method method, Variables variables) argument

Completed in 484 milliseconds

1234567891011>>