Searched refs:Clear (Results 201 - 225 of 391) sorted by relevance

1234567891011>>

/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h454 /// \brief Clear out this builder, and prepare it to build another
456 void Clear() { function in class:clang::NestedNameSpecifierLocBuilder
/external/clang/include/clang/Basic/
H A DDiagnostic.h656 /// \brief Clear out the current diagnostic.
657 void Clear() { CurDiagID = ~0U; } function in class:clang::DiagnosticsEngine
862 /// \brief Clear out the current diagnostic.
863 void Clear() const { function in class:clang::DiagnosticBuilder
892 Clear();
904 D.Clear();
/external/clang/include/clang/Sema/
H A DScopeInfo.h144 /// \brief Clear out the information in this function scope, making it
146 void Clear();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc75 info.Clear();
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc183 message.Clear();
194 message.Clear();
204 message.Clear();
215 message.Clear();
H A Dextension_set.cc192 iter->second.Clear();
574 void ExtensionSet::Clear() { function in class:google::protobuf::internal::ExtensionSet
577 iter->second.Clear();
1058 void ExtensionSet::Extension::Clear() { function in class:google::protobuf::internal::ExtensionSet::Extension
1063 repeated_##LOWERCASE##_value->Clear(); \
1085 message_value->Clear();
H A Dextension_set_unittest.cc91 TEST(ExtensionSetTest, Clear) {
97 message.Clear();
129 // Clear the field and make sure it shows up as cleared.
/external/regex-re2/re2/
H A Dprog.h34 void Clear(int k) { function in class:re2::Bitmap
/external/skia/src/gpu/mesa/
H A DGrGLCreateMesaInterface.cpp47 GR_GL_GET_PROC(Clear);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h103 state_queue_->Clear();
/external/v8/src/
H A Dast.cc406 receiver_types_.Clear();
436 receiver_types_.Clear();
454 receiver_types_.Clear();
559 receiver_types_.Clear();
H A Ddebug.h168 virtual ~ScriptCache() { Clear(); }
188 // Clear the cache releasing all the weak handles.
189 void Clear();
322 // Clear specified interrupts from pending.
671 void Clear() { start_ = end_ = 0; } // Queue is empty after Clear(). function in class:v8::internal::BASE_EMBEDDED
697 void Clear();
H A Dlist-inl.h140 void List<T, P>::Clear() { function in class:v8::internal::List
H A Dmksnapshot.cc120 data_.Clear();
H A Dsafepoint-table.cc197 bits.Clear();
H A Dspaces.h142 inline void Clear() { *cell_ &= ~mask_; } function in class:v8::internal::MarkBit
224 static inline void Clear(MemoryChunk* chunk);
889 Clear();
892 void Clear() { function in class:v8::internal::SkipList
1218 AllocationStats() { Clear(); }
1221 void Clear() { function in class:v8::internal::BASE_EMBEDDED
1353 // Clear the free list.
2634 void Clear() { function in struct:v8::internal::CommentStatistic
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.h255 m_v8Object.Clear(); // To signal that String is ready.
H A DWorkerContextExecutionProxy.cpp107 m_context.Clear();
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp291 m_d3dDevice->Clear(rects.size(), rects.data(), D3DCLEAR_TARGET, 0, 1.0f, 0);
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp194 Diags.Clear();
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc240 DefaultValue<int>::Clear();
241 DefaultValue<const UserType>::Clear();
298 DefaultValue<const int&>::Clear();
299 DefaultValue<UserType&>::Clear();
675 DefaultValue<int>::Clear();
/external/valgrind/tsan/
H A Dthread_sanitizer.cc1521 INLINE void Clear(uintptr_t idx) { m_ &= ~(kOne << idx); } function in class:Mask
1524 // Clear bits in range [a,b) and return old [a,b) range.
1606 void Clear() { m_ = 0; }
1697 void Clear() { map_.clear(); }
2224 map_->Clear();
2486 void Clear() {
2882 void Clear() {
3041 published_.Clear(off);
3043 res->Clear();
3069 void Clear() {
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Duser_manager.cc311 // Clear the prefs view of the users.
314 prefs_users_update->Clear();
366 // Clear the prefs view of the users.
369 prefs_users_update->Clear();
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc248 thread()->Clear(this);
509 thread()->Clear(this, MSG_ALLOCATE);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary164 VALUE Login-Service TCP-Clear 2

Completed in 548 milliseconds

1234567891011>>