HomeSort by relevance Sort by last modified time
    Searched refs:variables (Results 51 - 75 of 1005) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/javamicro/
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/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 252 // Reuse the existing variables and stack objects, ensuring the right size.
253 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local
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,
529 callingInstructionBlockStack.push(new MyInstructionBlock(variables,
538 private void pushInstructionBlock(TracedVariables variables,
1038 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
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());
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)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor))
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_field.cc 54 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"] =
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
serializer.js 21 * Stores state variables in a provided object.
31 * Updates the object with state variables from an earlier storeOn call.
  /external/chromium_org/third_party/icu/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.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-double-call.js 39 var variables = { a: 1, b: 1, c: 1, d: 1, e: 1, f: 1 };
45 " test_output += 'a' + " + variables.a + ";\n " +
51 " test_output += 'b' + " + variables.b + ";\n " +
55 " test_output += 'c' + " + variables.c + ";\n " +
60 " test_output += 'd' + " + variables.d + ";\n " +
65 " test_output += 'e' + " + variables.e + ";\n " +
69 " test_output += 'f' + " + variables.f + ";\n " +
76 variables[var_name]++;
  /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.
  /external/lldb/tools/lldb-perf/lib/
Xcode.h 42 FetchFrames (SBProcess process, bool variables = false, bool verbose = false);
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
41 Variables variables);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
fwd.hpp 19 #error Windows CE does not support environment variables.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 257 # variables: C code to create any local variables determined to
272 variables = [] variable
323 variables.append(" %s converted_%s;" % (paramConvertToType, paramName))
332 if (" int convert_%s_value = 1;" % paramName) not in variables:
333 variables.append(" int convert_%s_value = 1;" % paramName)
356 if " register unsigned int i;" not in variables:
357 variables.append(" register unsigned int i;")
364 variables.append(" unsigned int n_%s = %d;" % (paramName, paramMaxVecSize))
367 variables.append(" %s converted_%s[%d];" % (paramConvertToType, paramName, paramMaxVecSize)
    [all...]
  /external/mesa3d/src/mesa/main/
es_generator.py 257 # variables: C code to create any local variables determined to
272 variables = [] variable
323 variables.append(" %s converted_%s;" % (paramConvertToType, paramName))
332 if (" int convert_%s_value = 1;" % paramName) not in variables:
333 variables.append(" int convert_%s_value = 1;" % paramName)
356 if " register unsigned int i;" not in variables:
357 variables.append(" register unsigned int i;")
364 variables.append(" unsigned int n_%s = %d;" % (paramName, paramMaxVecSize))
367 variables.append(" %s converted_%s[%d];" % (paramConvertToType, paramName, paramMaxVecSize)
    [all...]
  /art/test/701-easy-div-rem/
genMain.py 26 def subst_vars(variables, text):
27 '''Substitute variables in text.'''
28 for key, value in variables.iteritems():
  /external/bluetooth/bluedroid/
Android.mk 5 # Setup bdroid local make variables for handling configuration
  /external/chromium_org/tools/gn/
args.cc 8 #include "tools/gn/variables.h"
17 " Build arguments are variables passed in from outside of the build\n"
231 dest->SetValue(variables::kBuildOs, os_val, NULL);
232 dest->SetValue(variables::kOs, os_val, NULL);
272 dest->SetValue(variables::kBuildCpuArch, arch_val, NULL);
273 dest->SetValue(variables::kCpuArch, arch_val, NULL);
281 // Mark these variables used so the build config file can override them
283 declared_arguments_[variables::kOs] = os_val;
284 declared_arguments_[variables::kCpuArch] = arch_val;
285 dest->MarkUsed(variables::kCpuArch)
    [all...]
binary_target_generator.cc 10 #include "tools/gn/variables.h"
61 const Value* value = scope_->GetValue(variables::kOutputName, true);
70 const Value* value = scope_->GetValue(variables::kOutputExtension, true);
  /external/libvpx/
config.arm.mk 1 # Output variables:
config.mips.mk 1 # Output variables:
  /external/srec/audio/AudioIn/UNIX/src/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecordLoop/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioInRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes

Completed in 1632 milliseconds

1 23 4 5 6 7 8 91011>>