HomeSort by relevance Sort by last modified time
    Searched refs:clear (Results 1 - 25 of 15091) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
missing_key_func.cc 30 virtual void clear();
35 C::clear() function in class:C
44 c.clear();
  /external/pdfium/xfa/fxfa/
cxfa_eventparam.cpp 29 m_wsChange.clear();
32 m_wsFullText.clear();
35 m_wsNewContentType.clear();
36 m_wsNewText.clear();
37 m_wsPrevContentType.clear();
38 m_wsPrevText.clear();
43 m_wsSoapFaultCode.clear();
44 m_wsSoapFaultString.clear();
  /external/clang/test/CodeGen/
arm-clear.c 4 void clear(void *ptr, void *ptr2) { function
5 // CHECK: clear
  /frameworks/layoutlib/bridge/src/android/view/
ViewConfiguration_Accessor.java 25 // clear the stored ViewConfiguration since the map is per density and not per context.
26 ViewConfiguration.sConfigurations.clear();
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
message_layer.c 27 * @param[in] clear Before setting anything this will clear these messages,
33 void inv_set_message(long set, long clear, int level)
36 mh.message &= ~clear;
43 * @param[in] clear If set, will clear the message. Typically this will be set
47 long inv_get_message_level_0(int clear)
51 if (clear) {
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
message_layer.c 27 * @param[in] clear Before setting anything this will clear these messages,
33 void inv_set_message(long set, long clear, int level)
36 mh.message &= ~clear;
43 * @param[in] clear If set, will clear the message. Typically this will be set
47 long inv_get_message_level_0(int clear)
51 if (clear) {
  /external/google-breakpad/src/google_breakpad/processor/
system_info.h 50 void Clear() {
51 os.clear();
52 os_short.clear();
53 os_version.clear();
54 cpu.clear();
55 cpu_info.clear();
  /external/google-breakpad/src/processor/
process_state.cc 43 Clear();
46 void ProcessState::Clear() {
50 crash_reason_.clear();
52 assertion_.clear();
59 threads_.clear();
60 system_info_.Clear();
62 // the underlying CodeModule pointers. Just clear the vectors.
63 modules_without_symbols_.clear();
64 modules_with_corrupt_symbols_.clear();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
clear.d 4 # Clear instruction.
14 [ ]+4:[ ]+7306[ ]+clear\.b \$?r3
15 [ ]+6:[ ]+7546[ ]+clear\.w \$?r5
16 [ ]+8:[ ]+7a86[ ]+clear\.d \$?r10
17 [ ]+a:[ ]+700a[ ]+clear\.b \[\$?r0\]
18 [ ]+c:[ ]+754a[ ]+clear\.w \[\$?r5\]
19 [ ]+e:[ ]+7a8a[ ]+clear\.d \[\$?r10\]
20 [ ]+10:[ ]+700e[ ]+clear\.b \[\$?r0\+\]
21 [ ]+12:[ ]+754e[ ]+clear\.w \[\$?r5\+\]
22 [ ]+14:[ ]+7a8e[ ]+clear\.d \[\$?r10\+\
    [all...]
  /external/libcxx/test/std/atomics/atomics.flag/
clear.pass.cpp 16 // void clear(memory_order = memory_order_seq_cst);
17 // void clear(memory_order = memory_order_seq_cst) volatile;
26 f.clear();
28 f.clear();
33 f.clear(std::memory_order_relaxed);
35 f.clear(std::memory_order_relaxed);
40 f.clear(std::memory_order_release);
42 f.clear(std::memory_order_release);
47 f.clear(std::memory_order_seq_cst);
49 f.clear(std::memory_order_seq_cst)
    [all...]
atomic_flag_test_and_set_explicit.pass.cpp 26 f.clear();
32 f.clear();
38 f.clear();
44 f.clear();
50 f.clear();
56 f.clear();
62 f.clear();
68 f.clear();
74 f.clear();
80 f.clear();
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
clear.pass.cpp 16 // void clear() noexcept
33 ASSERT_NOEXCEPT(p.clear());
34 ASSERT_SAME_TYPE(void, decltype(p.clear()));
35 p.clear();
42 p2.clear();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FocusIndicator.java 23 public void clear(); method in interface:FocusIndicator
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.flag/
clear.pass.cpp 16 // void clear(memory_order = memory_order_seq_cst);
17 // void clear(memory_order = memory_order_seq_cst) volatile;
26 f.clear();
28 f.clear();
33 f.clear(std::memory_order_relaxed);
35 f.clear(std::memory_order_relaxed);
40 f.clear(std::memory_order_release);
42 f.clear(std::memory_order_release);
47 f.clear(std::memory_order_seq_cst);
49 f.clear(std::memory_order_seq_cst)
    [all...]
atomic_flag_test_and_set_explicit.pass.cpp 26 f.clear();
32 f.clear();
38 f.clear();
44 f.clear();
50 f.clear();
56 f.clear();
62 f.clear();
68 f.clear();
74 f.clear();
80 f.clear();
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
clear.pass.cpp 16 // void clear() noexcept
33 ASSERT_NOEXCEPT(p.clear());
34 ASSERT_SAME_TYPE(void, decltype(p.clear()));
35 p.clear();
42 p2.clear();
  /external/mockito/src/test/java/org/mockitousage/verification/
DescriptiveMessagesWhenTimesXVerificationFailsTest.java 28 mock.clear();
29 mock.clear();
30 mock.clear();
32 Mockito.verify(mock, times(3)).clear();
34 Mockito.verify(mock, times(100)).clear();
38 .hasMessageContaining("mock.clear();")
46 mock.clear();
47 mock.clear();
48 mock.clear();
49 mock.clear();
    [all...]
AtMostXVerificationTest.java 29 mock.clear();
30 mock.clear();
32 verify(mock, atMost(2)).clear();
33 verify(mock, atMost(3)).clear();
36 verify(mock, atMost(1)).clear();
55 verify(mock, atMost(-1)).clear();
64 mock.clear();
65 mock.clear();
68 verify(mock, atMost(1)).clear();
77 mock.clear();
    [all...]
AtLeastXVerificationTest.java 25 mock.clear();
26 mock.clear();
27 mock.clear();
30 verify(mock, atLeast(2)).clear();
48 mock.clear();
52 verify(mock, atLeast(0)).clear();
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/
PackageVerificationDataSource.java 35 void clear(); method in interface:PackageVerificationDataSource
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
MovieData.java 26 static void clear() { method in class:MovieData
  /libcore/ojluni/src/main/java/java/util/zip/
ZStreamRef.java 43 void clear() { method in class:ZStreamRef
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
FocusIndicator.java 27 void clear(); method in interface:FocusIndicator
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusIndicator.java 23 public void clear(); method in interface:FocusIndicator
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.modifiers/
clear.pass.cpp 16 // any::clear() noexcept
33 noexcept(a.clear())
34 , "any.clear() must be noexcept"
39 a.clear();
49 a.clear();
60 a.clear();

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>