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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
functional 56 template<class T> class reference_wrapper;
57 template<class T> reference_wrapper<T> const ref(T &);
58 template<class T> inline reference_wrapper<T const> const cref(T const &);
60 template<typename F> struct result_of;
63 template<class R, class T> class dm;
66 template<class R, class T> _mfi::dm<R, T> mem_fn(R T::*f);
123 template<typename Signature, typename Allocator >
125 template<typename Signature, typename Allocator>
locale 82 template <class _CharT>
86 template <class _CharT>
90 template <class _CharT>
94 template <class _CharT>
98 template <class _CharT>
102 template <class _CharT>
106 template <class _CharT>
110 template <class _CharT>
114 template <class _CharT>
118 template <class _CharT>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 23 import freemarker.template.SimpleScalar;
24 import freemarker.template.TemplateMethodModel;
25 import freemarker.template.TemplateModel;
26 import freemarker.template.TemplateModelException;
FmClassNameToResourceMethod.java 22 import freemarker.template.SimpleScalar;
23 import freemarker.template.TemplateMethodModel;
24 import freemarker.template.TemplateModel;
25 import freemarker.template.TemplateModelException;
FmLayoutToActivityMethod.java 24 import freemarker.template.SimpleScalar;
25 import freemarker.template.TemplateMethodModel;
26 import freemarker.template.TemplateModel;
27 import freemarker.template.TemplateModelException;
  /external/webrtc/webrtc/base/
bind.h.pump 70 // This is needed because the template parameters in Bind can't be resolved
76 template <class T> struct identity { typedef T type; };
82 template <typename T>
89 // Define two overloaded template functions with return types of different
95 template <typename R>
97 template <typename C> static No test(...);
106 template <bool condition, typename IfTrueT, typename IfFalseT>
109 template <typename IfTrueT, typename IfFalseT>
114 template <typename IfTrueT, typename IfFalseT>
121 template <class T
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 52 final NetworkTemplate template = getIntent().getParcelableExtra(EXTRA_NETWORK_TEMPLATE); local
54 builder.setTitle(getLimitedDialogTitleForTemplate(template));
61 snoozePolicy(template);
76 private void snoozePolicy(NetworkTemplate template) {
80 policyService.snoozeLimit(template);
86 private static int getLimitedDialogTitleForTemplate(NetworkTemplate template) {
87 switch (template.getMatchRule()) {
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 9 "html/template"
33 t, err := template.New("webpage").Parse(tpl)
91 t, err := template.New("foo").Parse(`{{define "T"}}Hello, {{.}}!{{end}}`)
103 fmt.Println(template.HTMLEscapeString(s))
104 template.HTMLEscape(os.Stdout, []byte(s))
106 fmt.Println(template.HTMLEscaper(v...))
108 fmt.Println(template.JSEscapeString(s))
109 template.JSEscape(os.Stdout, []byte(s))
111 fmt.Println(template.JSEscaper(v...))
113 fmt.Println(template.URLQueryEscaper(v...)
    [all...]
template.go 5 package template package
13 "text/template"
14 "text/template/parse"
17 // Template is a specialized Template from "text/template" that produces a safe
19 type Template struct {
22 // We could embed the text/template field, but it's safer not to because
24 // template's in sync.
25 text *template.Templat
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 9 "html/template"
33 t, err := template.New("webpage").Parse(tpl)
91 t, err := template.New("foo").Parse(`{{define "T"}}Hello, {{.}}!{{end}}`)
103 fmt.Println(template.HTMLEscapeString(s))
104 template.HTMLEscape(os.Stdout, []byte(s))
106 fmt.Println(template.HTMLEscaper(v...))
108 fmt.Println(template.JSEscapeString(s))
109 template.JSEscape(os.Stdout, []byte(s))
111 fmt.Println(template.JSEscaper(v...))
113 fmt.Println(template.URLQueryEscaper(v...)
    [all...]
template.go 5 package template package
13 "text/template"
14 "text/template/parse"
17 // Template is a specialized Template from "text/template" that produces a safe
19 type Template struct {
22 // We could embed the text/template field, but it's safer not to because
24 // template's in sync.
25 text *template.Templat
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
cache.py 17 space of a specific :class:`.Template` object.
29 of a :class:`.Template`, and programmatic access to this
30 cache is typically via the :attr:`.Template.cache` attribute.
46 :class:`.Template` associated with this cache, and can
48 for data specific to this template.
53 """Epochal time value for when the owning :class:`.Template` was
58 :class:`.Template` starting clean any time the :class:`.Template`
59 is recompiled, such as when the original template file changed on
64 def __init__(self, template, *args)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrVisitor.inc 866 template <typename Derived>
875 template <typename Derived>
884 template <typename Derived>
893 template <typename Derived>
902 template <typename Derived>
911 template <typename Derived>
920 template <typename Derived>
929 template <typename Derived>
938 template <typename Derived>
955 template <typename Derived
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrVisitor.inc 866 template <typename Derived>
875 template <typename Derived>
884 template <typename Derived>
893 template <typename Derived>
902 template <typename Derived>
911 template <typename Derived>
920 template <typename Derived>
929 template <typename Derived>
938 template <typename Derived>
955 template <typename Derived
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifLayout.java 39 import com.android.setupwizardlib.template.ButtonFooterMixin;
40 import com.android.setupwizardlib.template.ColoredHeaderMixin;
41 import com.android.setupwizardlib.template.HeaderMixin;
42 import com.android.setupwizardlib.template.IconMixin;
43 import com.android.setupwizardlib.template.ProgressBarMixin;
44 import com.android.setupwizardlib.template.RequireScrollMixin;
45 import com.android.setupwizardlib.template.ScrollViewScrollHandlingDelegate;
84 public GlifLayout(Context context, int template) {
85 this(context, template, 0);
88 public GlifLayout(Context context, int template, int containerId)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
locale 82 template <class _CharT>
86 template <class _CharT>
90 template <class _CharT>
94 template <class _CharT>
98 template <class _CharT>
102 template <class _CharT>
106 template <class _CharT>
110 template <class _CharT>
114 template <class _CharT>
118 template <class _CharT>
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
locale 82 template <class _CharT>
86 template <class _CharT>
90 template <class _CharT>
94 template <class _CharT>
98 template <class _CharT>
102 template <class _CharT>
106 template <class _CharT>
110 template <class _CharT>
114 template <class _CharT>
118 template <class _CharT>
    [all...]
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
SetupWizardRecyclerLayout.java 29 import com.android.setupwizardlib.template.RecyclerMixin;
30 import com.android.setupwizardlib.template.RecyclerViewScrollHandlingDelegate;
31 import com.android.setupwizardlib.template.RequireScrollMixin;
50 public SetupWizardRecyclerLayout(Context context, int template, int containerId) {
51 super(context, template, containerId);
111 protected View onInflateTemplate(LayoutInflater inflater, int template) {
112 if (template == 0) {
113 template = R.layout.suw_recycler_template;
115 return super.onInflateTemplate(inflater, template);
125 "SetupWizardRecyclerLayout should use a template with recycler view")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 114 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
129 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
201 def template(pattern, flags=0): function
202 "Compile a template pattern, returning a pattern object"
279 def _expand(pattern, match, template):
281 template = sre_parse.parse_template(template, pattern)
282 return sre_parse.expand_template(template, match)
284 def _subx(pattern, template):
286 template = _compile_repl(template, pattern)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
125 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
197 def template(pattern, flags=0): function
198 "Compile a template pattern, returning a pattern object"
265 def _expand(pattern, match, template):
267 template = sre_parse.parse_template(template, pattern)
268 return sre_parse.expand_template(template, match)
270 def _subx(pattern, template):
272 template = _compile_repl(template, pattern)
    [all...]
  /external/python/cpython2/Lib/
re.py 114 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
129 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
201 def template(pattern, flags=0): function
202 "Compile a template pattern, returning a pattern object"
279 def _expand(pattern, match, template):
281 template = sre_parse.parse_template(template, pattern)
282 return sre_parse.expand_template(template, match)
284 def _subx(pattern, template):
286 template = _compile_repl(template, pattern
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
125 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
197 def template(pattern, flags=0): function
198 "Compile a template pattern, returning a pattern object"
263 def _expand(pattern, match, template):
265 template = sre_parse.parse_template(template, pattern)
266 return sre_parse.expand_template(template, match)
268 def _subx(pattern, template):
270 template = _compile_repl(template, pattern
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
125 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
197 def template(pattern, flags=0): function
198 "Compile a template pattern, returning a pattern object"
263 def _expand(pattern, match, template):
265 template = sre_parse.parse_template(template, pattern)
266 return sre_parse.expand_template(template, match)
268 def _subx(pattern, template):
270 template = _compile_repl(template, pattern
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
template_test.go 5 // This benchmark tests text/template throughput,
6 // converting a large data structure with a simple template.
15 "text/template"
22 "tree":{{template "node" .Tree}},
33 {{template "node" $k}}
52 var tmpl = template.Must(template.New("main").Parse(strings.Map(stripTabNL, tmplText)))
  /prebuilts/go/linux-x86/test/bench/go1/
template_test.go 5 // This benchmark tests text/template throughput,
6 // converting a large data structure with a simple template.
15 "text/template"
22 "tree":{{template "node" .Tree}},
33 {{template "node" $k}}
52 var tmpl = template.Must(template.New("main").Parse(strings.Map(stripTabNL, tmplText)))

Completed in 909 milliseconds

1 2 34 5 6 7 8 91011>>