HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 251 - 275 of 1282) sorted by null

<<11121314151617181920>>

  /external/v8/
Android.v8common.mk 13 -Wno-undefined-var-template \
  /external/webrtc/webrtc/base/
sigslottester.h.pump 54 template <$for j , [[class A$j]], $for j , [[class C$j]]>
  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 41 /** Return network layer usage total for traffic that matches template. */
42 long getNetworkTotalBytes(in NetworkTemplate template, long start, long end);
  /packages/apps/Settings/src/com/android/settings/datausage/
BillingCyclePreference.java 55 public void setTemplate(NetworkTemplate template, int subId,
57 mTemplate = template;
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 14 "html/template"
39 var debug = template.Must(template.New("RPC debug").Parse(debugText))
91 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
  /prebuilts/go/linux-x86/src/net/rpc/
debug.go 14 "html/template"
39 var debug = template.Must(template.New("RPC debug").Parse(debugText))
91 fmt.Fprintln(w, "rpc: error executing template:", err.Error())
  /build/blueprint/loadplugins/
loadplugins.go 24 "text/template"
59 var pluginTmpl = template.Must(template.New("pluginloader").Parse(`
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 26 "text/template"
38 var tmpl = template.Must(template.New("benchmarktest").Parse(`
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final.go 8 "html/template"
61 var templates = template.Must(template.ParseFiles("edit.html", "view.html"))
  /prebuilts/go/darwin-x86/src/text/template/
option.go 5 // This file contains the code to handle template options.
7 package template package
24 // Option sets options for the template. Options are described by
42 func (t *Template) Option(opt ...string) *Template {
50 func (t *Template) setOption(opt string) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16037_run.go 13 "html/template"
21 var tmpl = template.Must(template.New("main").Parse(`
  /prebuilts/go/linux-x86/doc/articles/wiki/
final.go 8 "html/template"
61 var templates = template.Must(template.ParseFiles("edit.html", "view.html"))
  /prebuilts/go/linux-x86/src/text/template/
option.go 5 // This file contains the code to handle template options.
7 package template package
24 // Option sets options for the template. Options are described by
42 func (t *Template) Option(opt ...string) *Template {
50 func (t *Template) setOption(opt string) {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16037_run.go 13 "html/template"
21 var tmpl = template.Must(template.New("main").Parse(`
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 56 import com.google.clearsilver.jsilver.template.Macro;
57 import com.google.clearsilver.jsilver.template.RenderingContext;
58 import com.google.clearsilver.jsilver.template.Template;
59 import com.google.clearsilver.jsilver.template.TemplateLoader;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
72 private final Template template; field in class:TemplateInterpreter
80 public TemplateInterpreter(Template template, TemplateLoader templateLoader
149 Template template = local
619 Template template = null; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 24 import mako.template
93 # This template is for operations that can have operands of a several
96 constant_template_common = mako.template.Template("""\
111 # This template is for binary operations that can operate on some combination
113 constant_template_vector_scalar = mako.template.Template("""\
142 # This template is for multiplication. It is unique because it has to support
144 constant_template_mul = mako.template.Template("""\
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 43 template <> struct traits<SwigPtr_PyObject > {
48 template <> struct traits_from<SwigPtr_PyObject> {
57 template <>
64 template <> struct traits_asval<SwigPtr_PyObject > {
76 template <> struct traits<SwigVar_PyObject > {
81 template <> struct traits_from<SwigVar_PyObject> {
90 template <>
97 template <> struct traits_asval<SwigVar_PyObject > {
112 template <>
137 template <>
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 152 REM copy *.template to %CONF_PATH%
182 echo using the default template files
188 echo copying ... target.template to %CONF_PATH%\target.txt
189 if NOT exist %EDK_TOOLS_PATH%\Conf\target.template (
190 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\
192 copy %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
194 if defined RECONFIG echo over-write ... target.template to %CONF_PATH%\target.txt
195 if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
199 echo copying ... tools_def.template to %CONF_PATH%\tools_def.txt
200 if NOT exist %EDK_TOOLS_PATH%\Conf\tools_def.template (
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 137 * one{"0 thousand"} <-- plural variant and template
236 String template = value.toString(); local
241 pluralVariant, log10Value, template, locale, style, destination, false);
249 // Set the divisor, which is based on the number of zeros in the template
257 + "' template '" + template
333 * @param template e.g "00K"
337 * @return number of zeros found before any decimal point in template, or -1 if it was not saved.
340 String pluralVariant, int idx, String template, ULocale locale, String style,
342 int firstIdx = template.indexOf("0")
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalDataCache.java 136 * one{"0 thousand"} <-- plural variant and template
235 String template = value.toString(); local
240 pluralVariant, log10Value, template, locale, style, destination, false);
248 // Set the divisor, which is based on the number of zeros in the template
256 + "' template '" + template
332 * @param template e.g "00K"
336 * @return number of zeros found before any decimal point in template, or -1 if it was not saved.
339 String pluralVariant, int idx, String template, ULocale locale, String style,
341 int firstIdx = template.indexOf("0")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
158 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/utils/
generate_grammar_tables.py 165 template = ['{{"{opname}"', 'SpvOp{opname}', '{caps_mask}',
168 return ', '.join(template).format(
197 template = ['{{"{opname}"', '{opcode}', '{caps_mask}',
199 return ', '.join(template).format(
262 template = ['{{"{enumerant}"', '{value}',
264 return ', '.join(template).format(
302 template = ['static const spv_operand_desc_t {name}[] = {{',
304 entries = '\n'.join(template).format(
334 template = [
337 table = '\n'.join(template).format
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go     [all...]
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 175 r'note: in instantiation of function template specialization '
225 r'of function template specialization '
232 r'of function template specialization '
308 r'note: candidate template ignored:\s+'
309 r'couldn\'t infer template argument \'FunctionImpl\'')
334 r'note: candidate function template not viable: '
399 r'no template named) \'(?P<symbol>[^\']+)\'')
424 r'of function template specialization '
448 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n')
454 r'.*error: template argument 1 is invalid\n'
    [all...]

Completed in 773 milliseconds

<<11121314151617181920>>