HomeSort by relevance Sort by last modified time
    Searched full:template (Results 5226 - 5250 of 20596) sorted by null

<<201202203204205206207208209210>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tempbuf.h 83 template<typename _Tp>
110 template<typename _Tp>
121 template<typename _ForwardIterator, typename _Tp>
180 template<bool>
183 template<typename _Pointer, typename _ForwardIterator>
211 template<>
214 template<typename _Pointer, typename _ForwardIterator>
229 template<typename _Pointer, typename _ForwardIterator>
242 template<typename _ForwardIterator, typename _Tp>
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go 5 package template
14 "text/template"
15 "text/template/parse"
229 `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`,
665 t.Errorf("%s: template execution failed: %s", test.name, err)
674 t.Errorf("%s: template execution failed for pointer: %s", test.name, err)
717 // A template called in the start context.
720 "main": `Hello, {{template "helper"}}!`,
721 // Not a valid top level HTML template.
727 // A template called in a context other than the start
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go 5 package template
14 "text/template"
15 "text/template/parse"
229 `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`,
665 t.Errorf("%s: template execution failed: %s", test.name, err)
674 t.Errorf("%s: template execution failed for pointer: %s", test.name, err)
717 // A template called in the start context.
720 "main": `Hello, {{template "helper"}}!`,
721 // Not a valid top level HTML template.
727 // A template called in a context other than the start
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_tempbuf.h 83 template<typename _Tp>
110 template<typename _Tp>
121 template<typename _ForwardIterator, typename _Tp>
180 template<bool>
183 template<typename _Pointer, typename _ForwardIterator>
211 template<>
214 template<typename _Pointer, typename _ForwardIterator>
229 template<typename _Pointer, typename _ForwardIterator>
242 template<typename _ForwardIterator, typename _Tp>
hashtable.h 41 template<typename _Tp, typename _Hash>
49 * Primary class template _Hashtable.
155 * used. This is similar to the "Curiously Recurring Template
157 * explicitly passed, template pattern.
166 template<typename _Key, typename _Value, typename _Alloc,
251 template<typename _Cond>
254 template<typename _Cond>
281 template<typename _Keya, typename _Valuea, typename _Alloca,
288 template<typename _Keya, typename _Valuea, typename _Alloca,
294 template<typename _Keya, typename _Valuea, typename _Alloca
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset.tcc 42 template<typename _WordT, typename _Alloc>
68 template<typename _WordT, typename _Alloc>
96 template<typename _WordT, typename _Alloc>
110 template<typename _WordT, typename _Alloc>
124 template<typename _WordT, typename _Alloc>
140 template<typename _WordT, typename _Alloc>
176 template<typename _WordT, typename _Alloc>
177 template<typename _CharT, typename _Traits>
207 template<typename _CharT, typename _Traits,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_list.c 46 template <class _Dummy>
65 template <class _Tp, class _Alloc>
94 template <class _Tp, class _Alloc>
106 template <class _Tp, class _Alloc>
123 template <class _Tp, class _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate>
151 template <class _Tp, class _Alloc, class _BinaryPredicate>
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering>
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering>
_time_facets.h 50 // Template functions used by time_get
56 * The _Time_Info tables are initialized using the non-template
97 template <class _Ch>
130 template <class _Ch, class _InIt>
193 template <class _Ch, class _InIt>
195 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > >
247 template <class _Ch, class _OutIt>
280 template <class _Ch, class _OutIt>
282 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
  /external/clang/lib/AST/
ItaniumMangle.cpp 217 /// that's not a template specialization; otherwise it's the pattern
314 bool mangleSubstitution(TemplateName Template);
328 void addSubstitution(TemplateName Template);
362 void mangleTemplatePrefix(TemplateName Template);
503 // 1. Template functions (names or types) have return types encoded, with
508 // 3. Non-template function names do not have return types encoded.
521 // Mangle the type of the primary template.
558 // Check if we have a function template.
566 // Check if we have a class template.
573 // Check if we have a variable template
    [all...]
  /art/runtime/gc/accounting/
heap_bitmap.h 40 template<typename LargeObjectSetVisitor>
44 template<typename LargeObjectSetVisitor>
54 template <typename Visitor>
  /art/runtime/
image-inl.h 26 template <ReadBarrierOption kReadBarrierOption>
32 template <ReadBarrierOption kReadBarrierOption>
47 template <typename Visitor>
  /art/runtime/mirror/
object_reference.h 33 template<bool kPoisonReferences, class MirrorType>
82 template<class MirrorType>
95 template<class MirrorType>
  /bionic/linker/
linker_block_allocator.h 27 * This class is a non-template version of the LinkerTypeAllocator
29 * template-free.
69 template<typename T>
  /build/blueprint/gotestmain/
gotestmain.go 27 "text/template"
84 var testMainTmpl = template.Must(template.New("testMain").Parse(`
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 26 "text/template"
38 var tmpl = template.Must(template.New("benchmarktest").Parse(`
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/res/values/
strings.xml 19 The similar strings app_name is added in the Application/template directory, but depending
20 on the template directory makes it hard for the sample buildable with Android.mk.
21 Thus defining the application_name with different name from the template.
  /developers/samples/android/security/FingerprintDialog/Application/src/main/res/values/
strings.xml 19 The similar strings app_name is added in the Application/template directory, but depending
20 on the template directory makes it hard for the sample buildable with Android.mk.
21 Thus defining the application_name with different name from the template.
  /development/samples/browseable/FingerprintDialog/res/values/
strings.xml 19 The similar strings app_name is added in the Application/template directory, but depending
20 on the template directory makes it hard for the sample buildable with Android.mk.
21 Thus defining the application_name with different name from the template.
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.h 66 template <class T> void minmax(T *indices, int count, int *min, int *max) {
77 template <class T> void shiftIndices(T *indices, int count, int offset) {
86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset)
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 26 "test/unit/test-template.rb",
54 "test/functional/template-output/template-output.rb",
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html 28 template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
35 given template may be applied.</p>
  /external/autotest/server/tests/netperf2/
netperf2.py 38 template = ''.join(["job.run_test('netperf2', server_ip='%s', ",
43 server_control_file = template % (server.ip, client.ip, 'server', test,
45 client_control_file = template % (server.ip, client.ip, 'client', test,
  /external/autotest/server/tests/netpipe/
netpipe.py 37 template = ''.join(["job.run_test('netpipe', server_ip='%s', ",
42 server_control_file = template % (server.ip, client.ip, 'server',
45 client_control_file = template % (server.ip, client.ip, 'client',
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
script_injector_test.py 61 def _assert_successful_injection(self, template):
63 template % '', TEXT_HTML, SCRIPT_TO_INJECT)
64 self.assertEqual(source, template % EXPECTED_SCRIPT)
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
list-style-image-interpolation.html 13 <template id="target-template">
17 </template>

Completed in 1726 milliseconds

<<201202203204205206207208209210>>