Home
last modified time | relevance | path

Searched defs:templ (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp8-0x.cpp57 struct templ { struct
61 …template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<in… variable
62 template class templ<outer>; variable
/external/doclava/src/com/google/doclava/
DClearPage.java77 public static void write(Data data, String templ, String filename, JSilver cs) { in write()
81 public static void write(Data data, String templ, String filename) { in write()
85 public static void write(Data data, String templ, String filename, boolean fullPath) { in write()
89 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { in write()
DDoclava.java729 String templ = relative + f.getName(); in writeDirectory() local
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp17-crash.cpp9 template < typename T > class templ { class
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.h35 char *templ; member
Dtsan_suppressions.cc57 bool SuppressionMatch(char *templ, const char *str) { in SuppressionMatch()
/external/v8/test/cctest/
Dtest-api.cc1186 v8::Handle<ObjectTemplate> templ = func_templ->InstanceTemplate(); in THREADED_TEST() local
1352 void AddAccessor(Handle<FunctionTemplate> templ, in AddAccessor()
1359 void AddInterceptor(Handle<FunctionTemplate> templ, in AddInterceptor()
1423 Handle<FunctionTemplate> templ = FunctionTemplate::New(); in THREADED_TEST() local
1440 Handle<FunctionTemplate> templ = FunctionTemplate::New(); in THREADED_TEST() local
1495 Handle<FunctionTemplate> templ = FunctionTemplate::New(); in THREADED_TEST() local
1519 Handle<FunctionTemplate> templ = FunctionTemplate::New(); in THREADED_TEST() local
1578 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); in THREADED_TEST() local
1613 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); in THREADED_TEST() local
1717 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); in THREADED_TEST() local
[all …]
Dtest-accessors.cc92 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); in THREADED_TEST() local
170 Local<ObjectTemplate> templ = ObjectTemplate::New(); in THREADED_TEST() local
/external/compiler-rt/lib/tsan/unit_tests/
Dtsan_suppressions_test.cc106 static bool MyMatch(const char *templ, const char *func) { in MyMatch()
/external/opencv/cv/src/
Dcvtemplmatch.cpp59 CvMat tstub, *templ = (CvMat*)_templ; in icvCrossCorr() local
337 CvMat tstub, *templ = (CvMat*)_templ; in cvMatchTemplate() local
/external/v8/samples/
Dprocess.cc301 Handle<ObjectTemplate> templ = map_template_; in WrapMap() local
406 Handle<ObjectTemplate> templ = request_template_; in WrapRequest() local
/external/libxslt/libxslt/
Dxsltutils.c2007 xsltTemplatePtr templ; in xsltGetProfileInformation() local
2246 xslHandleDebugger(xmlNodePtr cur, xmlNodePtr node, xsltTemplatePtr templ, in xslHandleDebugger()
2263 xslAddCall(xsltTemplatePtr templ, xmlNodePtr source) in xslAddCall()
Dtransform.c1981 xsltTemplatePtr templ; in xsltProcessOneNode() local
2055 xsltTemplatePtr templ, in xsltDebuggerStartSequenceConstructor()
2186 xsltTemplatePtr templ) in xsltApplySequenceConstructor()
2895 xsltTemplatePtr templ, in xsltApplyXSLTTemplate()
4511 xsltTemplatePtr templ; in xsltApplyImports() local
Dxslt.c4782 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { in xsltParseTemplateContent()
4830 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { in xsltParseTemplateContent()
5137 xsltTemplatePtr templ; in xsltParseXSLTTemplate() local
6195 xsltTemplatePtr templ; in xsltParseSimplifiedStylesheetTree() local
DxsltInternals.h774 xsltTemplatePtr templ; /* call-template */ member
1263 xsltTemplatePtr templ; /* The owning template */ member
1401 xsltTemplatePtr templ; /* call-template */ member
1669 xsltTemplatePtr templ; /* the current template */ member
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp739 XVisualInfo templ; in getVisualAndColormap() local
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp886 XVisualInfo templ; in getVisualAndColormap() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java358 void composeTemplates(ElemTemplateElement templ) throws TransformerException in composeTemplates()
/external/icu4c/i18n/
Ducol_tok.cpp2241 int32_t templ; in ucol_tok_initTokenList() local
/external/libvpx/vp8/encoder/
Drdopt.c616 ENTROPY_CONTEXT tl = *l, templ = *l; in rd_pick_intra4x4block() local
/external/v8/src/
Dapi.cc1101 Local<ObjectTemplate> templ = in InstanceTemplate() local
1255 Local<FunctionTemplate> templ = FunctionTemplate::New(); in EnsureConstructor() local
4265 EnsureConstructor(i::Handle<i::ObjectTemplateInfo> templ) { in EnsureConstructor()