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

1 2 34 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 3 # Main build file defining the project modules and their global variables.
  /external/chromium_org/third_party/jinja2/
ext.py 137 def gettext(__context, __string, **variables):
141 return rv % variables
147 def ngettext(__context, __singular, __plural, __num, **variables):
148 variables.setdefault('num', __num)
152 return rv % variables
220 # find all the variables referenced. Additionally a variable can be
225 variables = {}
227 if variables:
235 if name.value in variables:
243 variables[name.value] = var = parser.parse_expression(
    [all...]
  /external/chromium_org/third_party/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"] +
cpp_primitive_field.cc 83 map<string, string>* variables,
85 SetCommonFieldVariables(descriptor, variables, options);
86 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type());
87 (*variables)["default"] = DefaultValue(descriptor);
88 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
91 (*variables)["fixed_size"] = SimpleItoa(fixed_size);
93 (*variables)["wire_format_field_type"] =
cpp_string_field.cc 49 map<string, string>* variables,
51 SetCommonFieldVariables(descriptor, variables, options);
52 (*variables)["default"] = DefaultValue(descriptor);
53 (*variables)["default_length"] =
55 (*variables)["default_variable"] = descriptor->default_value_string().empty()
58 (*variables)["pointer_type"] =
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 109 variables = (var0 + var1 + var2).strip()
110 variables = variables.replace(" ", " ")
111 self.variableVtx = variables.replace("anon_centroid", "out")
112 self.variableFrg = variables.replace("anon_centroid", "in")
219 CaseGroup("variables", "Order of qualification in variable declarations.", children = [
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.cc 48 map<string, string>* variables) {
49 SetCommonFieldVariables(descriptor, variables);
50 (*variables)["type"] = FieldMessageTypeName(descriptor);
51 (*variables)["stream_writer"] = (*variables)["declared_type"] +
cpp_primitive_field.cc 83 map<string, string>* variables) {
84 SetCommonFieldVariables(descriptor, variables);
85 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type());
86 (*variables)["default"] = DefaultValue(descriptor);
87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
90 (*variables)["fixed_size"] = SimpleItoa(fixed_size);
92 (*variables)["wire_format_field_type"] =
  /external/compiler-rt/make/
lib_platforms.mk 5 # The simple variables configurations can define.
26 # Reset platform specific variables to sentinel value.
36 # Get the platform variables.
40 # Check for undefined required variables.
53 # Collect all the platform variables for subsequent use.
  /external/chromium_org/tools/gn/
action_target_generator.cc 14 #include "tools/gn/variables.h"
89 const Value* value = scope_->GetValue(variables::kScript, true);
107 const Value* value = scope_->GetValue(variables::kArgs, true);
118 const Value* value = scope_->GetValue(variables::kDepfile, true);
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 257 * variables. If necessary, class constants are added to the constant pool
264 TracedVariables variables)
266 int maximumVariablesSize = variables.size();
274 Value value = variables.getValue(index);
302 Value value = variables.getValue(index);
303 Value producerValue = variables.getProducerValue(index);
510 VerificationType[] variables = fullFrame.variables; local
518 // Are all variables equal?
520 equalVerificationTypes(variables, previousVariableTypes, variablesCount)
    [all...]
  /build/tools/atree/
files.h 41 const map<string, string>& variables,
  /external/bison/examples/calc++/
calc++-driver.hh 24 std::map<std::string, int> variables; member in class:calcxx_driver
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 51 // allows the caller to define a set of variables and then output some
62 // in the case of undefined variables in debug builds. This helps greatly in
67 // given character as the delimiter for variables.
72 // variable in the text is not defined, this will crash. Variables to be
76 void Print(const map<string, string>& variables, const char* text);
89 // TODO(kenton): Overloaded versions with more variables? Three seems
  /external/chromium_org/third_party/skia/
make.bat 7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment.js 49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables.
  /external/protobuf/src/google/protobuf/io/
printer.h 51 // allows the caller to define a set of variables and then output some
62 // in the case of undefined variables in debug builds. This helps greatly in
67 // given character as the delimiter for variables.
72 // variable in the text is not defined, this will crash. Variables to be
76 void Print(const map<string, string>& variables, const char* text);
85 // TODO(kenton): Overloaded versions with more variables? Two seems
  /external/skia/
make.bat 7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 144 variables = {
159 '-manifest %(manifests)s -out:%(out)s.manifest' % variables)
163 ' %(out)s.manifest.rc %(resname)s' % variables)
166 '%(out)s.manifest.rc' % variables)
167 add_to_ld = ' %(out)s.manifest.res' % variables
181 '-out:%(out)s.assert.manifest' % variables)
182 assert_manifest = '%(out)s.assert.manifest' % variables
183 our_manifest = '%(out)s.manifest' % variables
294 # TODO(scottmg): This is a temporary hack to get some specific variables
input.py 105 'variables',
350 def LoadTargetBuildFile(build_file_path, data, aux_data, variables, includes,
360 variables['DEPTH'] = '.'
362 variables['DEPTH'] = d.replace('\\', '/')
399 build_file_data, PHASE_EARLY, variables, build_file_path)
449 LoadTargetBuildFile(dependency, data, aux_data, variables,
461 aux_data, variables,
483 aux_data, variables,
574 variables, includes, depth, check,
611 variables, includes, depth, check, generator_input_info)
    [all...]
  /external/compiler-rt/lib/builtins/
Makefile.mk 16 # Define the variables for this specific directory.
  /external/srec/tools/dictTest/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/make_ve_grammar/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/test_swiarb/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /hardware/samsung_slsi/exynos5/mobicore/
Android.mk 7 # Setup common variables

Completed in 1100 milliseconds

1 2 34 5 6 7 8 91011>>