HomeSort by relevance Sort by last modified time
    Searched full:unknowntype (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Parser/
cxx-class.cpp 78 Ctor(UnknownType *); // expected-error{{unknown type name 'UnknownType'}}
79 void operator+(UnknownType*); // expected-error{{unknown type name 'UnknownType'}}
85 Ctor::Ctor(UnknownType *) {} // \
86 // expected-error{{unknown type name 'UnknownType'}}
87 void Ctor::operator+(UnknownType*) {} // \
88 // expected-error{{unknown type name 'UnknownType'}}
  /external/clang/test/SemaCXX/
unknown-type-name.cpp 83 int *test(UnknownType *fool) { return 0; } // expected-error{{unknown type name 'UnknownType'}}
destructor.cpp 178 UnknownType S8::~S8() { // expected-error {{unknown type name 'UnknownType'}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqloledb.h 179 #define V_SS_UNKNOWN(X) V_SS_UNION(X,UnknownType)
238 } UnknownType;
  /external/clang/docs/
MSVCCompatibility.rst 136 /*typename*/ T::UnknownType x = /*this->*/unknownMember;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 499 int unknownType = 7;
500 assertEquals(8.0f, myAnimation.resolveSize(unknownType, 8.0f, 3, 4));
501 assertEquals(10.0f, myAnimation.resolveSize(unknownType, 10.0f, 3, 4));
  /external/mdnsresponder/Clients/
dns-sd.c 686 int unknowntype = 0; local
734 default : snprintf(rdb, sizeof(rdb), "%d bytes%s", rdlen, rdlen ? ":" : ""); unknowntype = 1; break;
739 if (unknowntype) while (rd < end) printf(" %02X", *rd++);
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/cc/
input_latency_async_slice_test.html 82 test('unknownType', function() {
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 1035 milliseconds