HomeSort by relevance Sort by last modified time
    Searched refs:Guid (Results 1 - 16 of 16) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
AssemblyInfo.cs 56 // The following GUID is for the ID of the typelib if this project is exposed to COM
57 [assembly: Guid("e7a97455-a3e3-4877-a90b-b1b12606dac1")]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 57 // The following GUID is for the ID of the typelib if this project is exposed to COM
58 [assembly: Guid( "7a0b4db7-f127-4cf5-ac2c-e294957efcd6" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "9f8fa018-6766-404c-9e72-551407e1b173" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "ad48c7f7-0b1d-4b1e-9602-83425cb5699f" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "1352b15b-eded-4380-9122-acde32f7ff38" )]
  /external/clang/test/SemaCXX/
borland-extensions.cpp 48 } GUID;
52 GUID const* Guid;
58 const GUID guid_inl = __uuidof(Foo);
60 data = ata1.Guid->Data1;
  /external/chromium/base/win/
event_trace_provider.h 21 typedef GUID EtwEventClass;
46 header.Guid = event_class;
56 header.Guid = event_class;
78 // registers with ETW by its name which is a GUID. ETW calls back to
89 explicit EtwTraceProvider(const GUID& provider_name);
106 void set_provider_name(const GUID& provider_name) {
109 const GUID& provider_name() const { return provider_name_; }
160 GUID provider_name_;
event_trace_controller_unittest.cc 37 explicit TestingProvider(const GUID& provider_name)
76 EXPECT_TRUE(kGuidNull == p->Wnode.Guid);
  /external/chromium_org/base/win/
event_trace_provider.h 20 typedef GUID EtwEventClass;
50 header.Guid = event_class;
60 header.Guid = event_class;
82 // registers with ETW by its name which is a GUID. ETW calls back to
93 explicit EtwTraceProvider(const GUID& provider_name);
110 void set_provider_name(const GUID& provider_name) {
113 const GUID& provider_name() const { return provider_name_; }
164 GUID provider_name_;
event_trace_controller_unittest.cc 34 explicit TestingProvider(const GUID& provider_name)
67 EXPECT_TRUE(kGuidNull == p->Wnode.Guid);
121 // Allocate a new provider name GUID for each test.
131 GUID test_provider_;
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 210 if (IsEqualGUID(event->Header.Guid, logging::kLogEventId)) {
215 } else if (IsEqualGUID(event->Header.Guid, base::debug::kTraceEventClass32)) {
217 } else if (IsEqualGUID(event->Header.Guid, EventTraceGuid)) {
log_file_printer.cc 175 wchar_t guid[64]; local
176 StringFromGUID2(event->Header.Guid, &guid[0], arraysize(guid));
177 *out_ << error << " (class=" << guid << ", type="
  /external/chromium/base/debug/
trace_event_win_unittest.cc 75 current_->Event(event->Header.Guid,
137 // Enable the TraceLog provider GUID.
160 void ExpectEvent(REFGUID guid,
174 EXPECT_CALL(consumer_, Event(guid,
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 78 current_->Event(event->Header.Guid,
140 // Enable the TraceLog provider GUID.
166 void ExpectEvent(REFGUID guid,
180 EXPECT_CALL(consumer_, Event(guid,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 253 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc     [all...]

Completed in 428 milliseconds