HomeSort by relevance Sort by last modified time
    Searched refs:Clear (Results 76 - 100 of 189) sorted by null

1 2 34 5 6 7 8

  /external/protobuf/src/google/protobuf/compiler/
parser.h 325 void Clear();
  /external/v8/src/arm/
jump-target-arm.cc 156 reaching_frames_.Clear();
  /external/v8/src/
debug.h 160 virtual ~ScriptCache() { Clear(); }
178 // Clear the cache releasing all the weak handles.
179 void Clear();
306 // Clear specified interrupts from pending.
548 void Clear() { start_ = end_ = 0; } // Queue is empty after Clear().
574 void Clear();
747 // Clear mirror cache when leaving the debugger. Skip this if there is a
752 // Try to avoid any pending debug break breaking in the clear mirror
list-inl.h 111 void List<T, P>::Clear() {
register-allocator.h 93 // Clear the constants indirection table.
95 ConstantList()->Clear();
scopeinfo.h 184 // Clear the cache.
185 static void Clear();
jump-target.cc 44 reaching_frames_.Clear();
45 merge_labels_.Clear();
frame-element.h 118 // Clear the constants indirection table.
120 ConstantList()->Clear();
  /external/webkit/WebCore/bindings/v8/
V8AbstractEventListener.cpp 74 // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it.
102 m_listener.Clear();
V8DOMMap.h 61 virtual void clear() = 0;
108 handle.Clear();
122 void clear() function in class:WebCore::WeakReferenceMap
124 m_map.clear();
WorkerContextExecutionProxy.cpp 94 m_events.clear();
99 m_context.Clear();
  /external/chromium/base/
values.h 226 void Clear();
350 void Clear();
values.cc 311 Clear();
357 void DictionaryValue::Clear() {
364 dictionary_.clear();
656 Clear();
659 void ListValue::Clear() {
662 list_.clear();
  /ndk/build/core/
add-toolchain.mk 30 # Clear variables that are supposed to be defined by the config file
31 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_REQUIRED))
32 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_OPTIONAL))
setup-app.mk 60 # Clear all installed binaries for this application
  /external/protobuf/python/google/protobuf/internal/
test_util.py 336 message.Clear()
339 message.Clear()
342 message.Clear()
345 message.Clear()
348 message.Clear()
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 87 field.Clear();
301 field.Clear();
457 field.Clear();
677 proto_array_.Clear();
783 proto_array_.Clear();
unknown_field_set_unittest.cc 300 TEST_F(UnknownFieldSetTest, Clear) {
301 // Clear the set.
302 empty_message_.Clear();
506 unknown_fields.Clear();
wire_format_unittest.cc 183 message.Clear();
194 message.Clear();
204 message.Clear();
215 message.Clear();
793 wire_buffer->clear();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 131 // Clear existing StringWeight.
132 void Clear() { first_ = 0; rest_.clear(); }
227 Clear();
280 // Clear();
343 w.Clear();
348 strm.clear(std::ios::badbit);
shortest-distance.h 68 distance_->clear();
103 state_queue_->Clear();
106 distance_->clear();
107 rdistance_.clear();
108 enqueued_.clear();
254 distance->clear();
  /external/v8/test/mjsunit/
debug-step.js 45 // Clear the break point on line 2 if set.
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 108 | Clear keyboard buffer
  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 209 void Clear();
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 71 void Clear();

Completed in 1160 milliseconds

1 2 34 5 6 7 8