HomeSort by relevance Sort by last modified time
    Searched refs:template_args (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 72 template_args = [arg.name for arg in node.return_type.templated_types]
73 if template_args:
74 return_type += '<' + ', '.join(template_args) + '>'
75 if len(template_args) > 1:
  /external/autotest/frontend/afe/
control_file.py 166 template_args = {'kernel_args' : kernel_args}
183 template_args['client_kernel_list'] = '%(client_kernel_list)s'
184 template_args['server_kernel_list'] = repr(new_kernel_list)
187 template_args['call_upload_config'] = CALL_UPLOAD_CONFIG
188 template_args['upload_config_func'] = UPLOAD_CONFIG_FUNC
190 template_args['call_upload_config'] = ''
191 template_args['upload_config_func'] = ''
194 template_args['client_kernel_list'] = repr(new_kernel_list)
196 return template % template_args
  /external/v8/build/android/incremental_install/
create_install_script.py 137 template_args = {
149 script.write(SCRIPT_TEMPLATE.format(**template_args))
  /external/libcxxabi/src/
cxa_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp     [all...]

Completed in 6588 milliseconds