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

1 2 3 45 6 7 8

  /hardware/ril/mock-ril/src/generated/cpp/
msgheader.pb.h 71 void Clear();
  /system/media/opensles/tests/sandbox/
intbufq.c 221 result = (*playerBufferqueue)->Clear(playerBufferqueue);
  /external/v8/src/
spaces.cc 197 allocation_list_.Clear();
212 free_list_.Clear();
331 chunks_.Clear();
332 free_chunk_ids_.Clear();
634 accounting_stats_.Clear();
693 accounting_stats_.Clear();
853 // Sequentially clear remembered set of new pages and and cache the
    [all...]
heap.cc 302 TranscendentalCache::Clear();
628 // At any old GC clear the keyed lookup cache to enable collection of unused
630 KeyedLookupCache::Clear();
631 ContextSlotCache::Clear();
632 DescriptorLookupCache::Clear();
757 // Clear descriptor cache.
758 DescriptorLookupCache::Clear();
928 // We want to clear the bits in the starting word starting with the
964 // The remembered set should not be set. It should be clear for objects
    [all...]
execution.cc 367 void StackGuard::ThreadLocal::Clear() {
398 thread_local_.Clear();
583 // Clear the preempt request flag.
641 // Clear the debug break request flag.
651 // Clear the debug command request flag.
heap-profiler.cc 399 refs.Clear();
469 sim_list_.Clear();
heap.h     [all...]
debug.cc 256 // Clear the break point information.
426 // For stubs that refer back to an inlined version clear the cached map for
466 // Clear out all the debug break code. This is ONLY supposed to be used when
596 collected_scripts_.Clear();
600 void ScriptCache::Clear() {
609 // Clear the content of the hash map.
610 HashMap::Clear();
626 // Clear the weak handle.
628 obj.Clear();
785 // Clear the script cache
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 192 iter->second.Clear();
574 void ExtensionSet::Clear() {
577 iter->second.Clear();
    [all...]
extension_set_unittest.cc 91 TEST(ExtensionSetTest, Clear) {
92 // Set every field to a unique value, clear the message, then check that
97 message.Clear();
121 // Set every field to a unique value, then clear one value and insure that
129 // Clear the field and make sure it shows up as cleared.
generated_message_reflection.cc 501 (*value)->clear();
510 (*MutableRaw<Message*>(message, field))->Clear();
518 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \
535 MutableRaw<RepeatedPtrField<string> >(message, field)->Clear();
545 ->Clear<GenericTypeHandler<Message> >();
644 output->clear();
    [all...]
generated_message_reflection_unittest.cc 135 message.Clear();
message.h 202 // By default this is just implemented as "Clear(); MergeFrom(from);".
288 virtual void Clear();
406 // Clear the value of a field, so that HasField() returns false or
    [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 164 VALUE Login-Service TCP-Clear 2
  /external/tinyxml/
tinyxml.cpp 176 void TiXmlNode::Clear()
652 Clear();
930 Clear();
961 Clear();
962 location.Clear();
1007 // It is not clear fgets does that, and certainly isn't clear it works cross platform.
1285 Clear();
1420 Clear();
    [all...]
tinyxml.h 103 TiXmlCursor() { Clear(); }
104 void Clear() { row = col = -1; }
480 void Clear();
    [all...]
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 65 // Clear breakpoint group 1.
  /external/chromium/net/disk_cache/
bitmap_unittest.cc 118 // Tests SetAll and Clear.
132 map.Clear();
  /external/protobuf/python/google/protobuf/
reflection.py 181 # clear that I'm not really using any state there and to keep clients from
694 def Clear(self):
695 # Clear fields.
698 cls.Clear = Clear
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 165 void Clear();
177 Clear();
182 void InstructionTable::Clear() {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 190 // string, but if we clear it and call it again, we get the same object again.
193 message.Clear();
198 TEST(GeneratedMessageTest, Clear) {
199 // Set every field to a unique value, clear the message, then check that
204 message.Clear();
235 // Set every field to a unique value, then clear one value and insure that
242 // Clear the field and make sure it shows up as cleared.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 535 /* Clear CRTC2 */
536 HIDDEN->c2frame->Clear(HIDDEN->c2frame, 0, 0, 0, 0xff );
538 HIDDEN->c2frame->Clear(HIDDEN->c2frame, 0, 0, 0, 0xff );
540 HIDDEN->c2frame->Clear(HIDDEN->c2frame, 0, 0, 0, 0xff );
  /external/v8/src/x64/
disasm-x64.cc 191 void Clear();
201 Clear();
206 void InstructionTable::Clear() {
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 530 // in case already recording, stop recording and clear buffer queue
533 result = (*recorderBufferQueue)->Clear(recorderBufferQueue);

Completed in 588 milliseconds

1 2 3 45 6 7 8