OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testC
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CodeGen/
inline.c
19
// CHECK1: define void @
testC
41
// CHECK2: define void @
testC
137
extern inline void
testC
() {}
138
inline void
testC
();
/external/skia/tests/
PathOpsCubicToQuadsTest.cpp
49
static void
testC
(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name,
72
static void
testC
(skiatest::Reporter* reporter, const SkDCubic(* cubics)[2], const char* name,
140
testC
(reporter, notPointDegenerates, "notPointDegenerates", firstNotPointDegeneratesTest,
143
testC
(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
144
testC
(reporter, modEpsilonLines, "modEpsilonLines", firstModEpsilonTest, modEpsilonLines_count);
151
testC
(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
152
testC
(reporter, tests, "computed tests", firstComputedCubicsTest, tests_count);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp
23
only<int>
testC
= c;
/external/clang/test/SemaCXX/
attr-deprecated.cpp
219
void
testC
() {
constant-expression-cxx1y.cpp
588
constexpr bool
testC
() {
595
static_assert(
testC
(), "");
/libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java
193
public void
testC
() throws Exception {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py
390
class
testC
(csv.excel):
393
csv.register_dialect('
testC
',
testC
)
431
writer = csv.writer(fileobj, dialect='
testC
')
451
csv.unregister_dialect('
testC
')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py
390
class
testC
(csv.excel):
393
csv.register_dialect('
testC
',
testC
)
431
writer = csv.writer(fileobj, dialect='
testC
')
451
csv.unregister_dialect('
testC
')
[
all
...]
Completed in 808 milliseconds