/external/wpa_supplicant_8/ |
Android.mk | 5 # TODO: Clean up the Android.mks, reset all the temporary variables at the 6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_enum_field.cc | 60 map<string, string>* variables) { 61 SetCommonFieldVariables(descriptor, info, variables); 63 (*variables)["type"] = 65 (*variables)["mutable_type"] = 67 (*variables)["default"] = ImmutableDefaultValue(descriptor, name_resolver); 68 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor)); 69 (*variables)["tag_size"] = SimpleItoa( 73 (*variables)["deprecation"] = descriptor->options().deprecated() 75 (*variables)["on_changed"] = 80 (*variables)["get_has_field_bit_message"] = GenerateGetBit(messageBitIndex) [all...] |
java_string_field.cc | 64 map<string, string>* variables) { 65 SetCommonFieldVariables(descriptor, info, variables); 67 (*variables)["empty_list"] = "com.google.protobuf.LazyStringArrayList.EMPTY"; 69 (*variables)["default"] = ImmutableDefaultValue(descriptor, name_resolver); 70 (*variables)["default_init"] = 72 (*variables)["capitalized_type"] = "String"; 73 (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor)); 74 (*variables)["tag_size"] = SimpleItoa( 76 (*variables)["null_check"] = 83 (*variables)["deprecation"] = descriptor->options().deprecated( [all...] |
java_message_field.cc | 59 map<string, string>* variables) { 60 SetCommonFieldVariables(descriptor, info, variables); 62 (*variables)["type"] = 64 (*variables)["mutable_type"] = 66 (*variables)["group_or_message"] = 71 (*variables)["deprecation"] = descriptor->options().deprecated() 73 (*variables)["on_changed"] = 78 (*variables)["get_has_field_bit_message"] = GenerateGetBit(messageBitIndex); 79 (*variables)["get_has_field_bit_builder"] = GenerateGetBit(builderBitIndex); 82 (*variables)["set_has_field_bit_message"] [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RuleBasedTransliterator.java | 43 * an exception to be thrown, that is, variables cannot be 388 * data.variables. The stand-in also represents the UnicodeSet in 395 * Variables that correspond to a set of characters are mapped 400 * variables[i] represents character (variablesBase + i). 402 Object[] variables; field in class:RuleBasedTransliterator.Data 405 * The character that represents variables[0]. Characters 407 * variables.length - 1 represent UnicodeSet objects. 417 return (i >= 0 && i < variables.length) 418 ? (UnicodeMatcher) variables[i] : null; 427 return (i >= 0 && i < variables.length [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
RuleBasedTransliterator.java | 42 * an exception to be thrown, that is, variables cannot be 386 * data.variables. The stand-in also represents the UnicodeSet in 393 * Variables that correspond to a set of characters are mapped 398 * variables[i] represents character (variablesBase + i). 400 Object[] variables; field in class:RuleBasedTransliterator.Data 403 * The character that represents variables[0]. Characters 405 * variables.length - 1 represent UnicodeSet objects. 415 return (i >= 0 && i < variables.length) 416 ? (UnicodeMatcher) variables[i] : null; 425 return (i >= 0 && i < variables.length [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_enum_field.cc | 55 const FieldDescriptor* descriptor, map<string, string>* variables) { 56 (*variables)["name"] = 58 (*variables)["capitalized_name"] = 60 (*variables)["number"] = SimpleItoa(descriptor->number()); 61 (*variables)["type"] = "int"; 62 (*variables)["default"] = DefaultValue(params, descriptor); 63 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor)); 64 (*variables)["tag_size"] = SimpleItoa( 66 (*variables)["message_name"] = descriptor->containing_type()->name();
|
javamicro_message_field.cc | 54 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();
|
javamicro_primitive_field.cc | 185 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_size"] = SimpleItoa [all...] |
/external/libdrm/amdgpu/ |
Android.mk | 4 # Import variables LIBDRM_AMDGPU_FILES, LIBDRM_AMDGPU_H_FILES
|
/external/libvpx/ |
config.mips64.mk | 1 # Output variables:
|
/external/libyuv/files/ |
public.mk | 1 # This file contains all the common make variables which are useful for
|
/external/libyuv/ |
public.mk | 1 # This file contains all the common make variables which are useful for
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_message_field.cc | 57 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));
|
javanano_primitive_field.cc | 190 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_needed"] [all...] |
javanano_enum_field.cc | 55 const FieldDescriptor* descriptor, map<string, string>* variables) { 56 (*variables)["name"] = 58 (*variables)["capitalized_name"] = 60 (*variables)["number"] = SimpleItoa(descriptor->number()); 64 (*variables)["type"] = "java.lang.Integer"; 65 (*variables)["default"] = "null"; 67 (*variables)["type"] = "int"; 68 (*variables)["default"] = DefaultValue(params, descriptor); 70 (*variables)["repeated_default"] = 72 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor)) [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4326.go | 7 // Printing local variables in inliner shadows global names.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4326.go | 7 // Printing local variables in inliner shadows global names.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.c | 52 struct rc_list * variables; local 68 variables = rc_get_variables(c); 70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
|
/art/tools/checker/common/ |
logger.py | 58 def fail(msg, file=None, line=-1, lineText=None, variables=None): 73 if variables: 75 for var in variables: 78 for var in collections.OrderedDict(sorted(variables.items())): 83 Logger.log(variables[var], Logger.Level.Error, out=sys.stderr) 97 def testFailed(msg, assertion, variables): 99 Logger.fail(msg, assertion.fileName, assertion.lineNo, assertion.originalText, variables)
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message_field.cc | 48 map<string, string>* variables, 50 SetCommonFieldVariables(descriptor, variables, options); 51 (*variables)["type"] = FieldMessageTypeName(descriptor); 52 (*variables)["stream_writer"] = (*variables)["declared_type"] + 58 (*variables)["release_name"] = 61 (*variables)["full_name"] = descriptor->full_name();
|
/external/v8/tools/testrunner/local/ |
statusfile.py | 57 VARIABLES = {ALWAYS: True} 63 VARIABLES[var] = var 108 def _ParseOutcomeList(rule, outcomes, target_dict, variables): 116 if not eval(item[0], variables): continue 135 def ReadStatusFile(path, variables): 140 variables.update(VARIABLES) 144 if not eval(section[0], variables): continue 150 _ParseOutcomeList(rule, section[rule], wildcards, variables) 152 _ParseOutcomeList(rule, section[rule], rules, variables) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | 258 // Reuse the existing variables and stack objects, ensuring the right size. 259 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local 262 // Initialize the reusable arrays and variables. 264 initializeParameters(clazz, method, codeAttribute, variables); 273 variables, 466 * Returns the variables before execution of the instruction at the given 476 * Returns the variables after execution of the instruction at the given 531 private void pushCallingInstructionBlock(TracedVariables variables, 535 callingInstructionBlockStack.push(new MyInstructionBlock(variables, 544 private void pushInstructionBlock(TracedVariables variables, 1045 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local [all...] |
/external/compiler-rt/make/ |
subdir.mk | 22 # 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/icu/icu4c/source/i18n/ |
rbt_data.h | 62 * data.variables. The stand-in also represents the UnicodeMatcher in 69 * Variables that correspond to a set of characters are mapped 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.
|