OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template1
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/ASTMerge/
class-template.cpp
1
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class-
template1
.cpp
5
// CHECK: class-
template1
.cpp:7:14: error: non-type template parameter declared with incompatible types in different translation units ('int' vs. 'long')
8
// CHECK: class-
template1
.cpp:10:14: error: template parameter has different kinds in different translation units
11
// CHECK: class-
template1
.cpp:16:23: error: non-type template parameter declared with incompatible types in different translation units ('long' vs. 'int')
14
// CHECK: class-
template1
.cpp:19:10: error: template parameter has different kinds in different translation units
18
// CHECK: class-
template1
.cpp:24:19: note: declared here with type 'X0<float> *'
20
// CHECK: class-
template1
.cpp:32:8: warning: type 'X0<wchar_t>' has incompatible definitions in different translation units
21
// CHECK: class-
template1
.cpp:33:7: note: field 'member' has type 'int' here
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java
205
TemplateMetadata
template1
= getTemplate(file1);
local
208
if (
template1
== null) {
213
int delta = template2.getRevision() -
template1
.getRevision();
/external/chromium_org/chrome/browser/search_engines/
prepopulated_engines_schema.json
38
// "name1=value1,name2={
template1
},...".
41
// "name1", which is not replaceable. The {
template1
} is a replaceable value
template_url_unittest.cc
175
// expected like: "name0=,name1=value1,name2={
template1
}"
[
all
...]
/ndk/tests/device/test-stlport_shared-exception/jni/
Android.mk
172
LOCAL_MODULE :=
template1
173
LOCAL_SRC_FILES :=
template1
.cpp
/ndk/tests/device/test-stlport_static-exception/jni/
Android.mk
172
LOCAL_MODULE :=
template1
173
LOCAL_SRC_FILES :=
template1
.cpp
Completed in 78 milliseconds