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

1 2

  /libcore/luni/src/test/java/libcore/java/util/
RemoveIfTester.java 35 public static void runBasicRemoveIfTests(Supplier<Collection<Integer>> supp) {
36 Collection<Integer> integers = supp.get();
56 public static void runBasicRemoveIfTestsUnordered(Supplier<Collection<Integer>> supp) {
57 Collection<Integer> integers = supp.get();
75 public static void runRemoveIfOnEmpty(Supplier<Collection<Integer>> supp) {
76 supp.get().removeIf(x -> {
82 public static void testRemoveIfNPE(Supplier<Collection<Integer>> supp) {
84 supp.get().removeIf(null);
89 public static void testRemoveIfCME(Supplier<Collection<Integer>> supp) {
90 Collection<Integer> c = supp.get()
    [all...]
  /external/valgrind/coregrind/
m_errormgr.c 78 static Supp* suppressions = NULL;
97 static Supp* is_suppressible_error ( const Error* err );
135 Supp* supp; member in struct:_Error
247 SuppKind VG_(get_supp_kind) ( const Supp* su )
252 HChar* VG_(get_supp_string) ( const Supp* su )
257 void* VG_(get_supp_extra) ( const Supp* su )
263 void VG_(set_supp_kind) ( Supp* su, SuppKind skind )
268 void VG_(set_supp_string) ( Supp* su, HChar* string )
273 void VG_(set_supp_extra) ( Supp* su, void* extra
1286 Supp* supp; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 43 wpa_sm_deinit(peer->supp);
68 wpa_printf(MSG_DEBUG, "SUPP: %s(dest=" MACSTR " proto=0x%04x "
84 wpa_printf(MSG_DEBUG, "SUPP: %s(type=%d data_len=%d)",
112 wpa_printf(MSG_DEBUG, "SUPP: %s", __func__);
114 return wpa_sm_set_ap_rsn_ie(peer->supp,
146 wpa_printf(MSG_DEBUG, "SUPP: %s(alg=%d addr=" MACSTR " key_idx=%d "
149 wpa_hexdump(MSG_DEBUG, "SUPP: set_key - seq", seq, seq_len);
150 wpa_hexdump_key(MSG_DEBUG, "SUPP: set_key - key", key, key_len);
161 wpa_printf(MSG_DEBUG, "SUPP: Do not use this PTK");
183 wpa_printf(MSG_DEBUG, "SUPP: %s(addr=" MACSTR " protection_type=%d
760 int supp; local
    [all...]
ibss_rsn.h 35 struct wpa_sm *supp; member in struct:ibss_rsn_peer
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
SequentialOpTest.java 70 Supplier<Stream<Integer>> supp = suppliers[i]; local
75 Stream<Integer> stream = config.apply(supp.get());
86 stream = config.apply(supp.get());
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 502 Suppression *supp = 0; local
505 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp);
507 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp);
509 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp);
511 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp);
514 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
544 if (s->supp)
545 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed);
560 if (s->supp)
561 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed)
    [all...]
tsan_interceptors.cc 229 const SuppressionContext &supp = *Suppressions(); local
230 const uptr n = supp.SuppressionCount();
232 const Suppression *s = supp.SuppressionAt(i);
    [all...]
tsan_rtl.h 502 Suppression *supp; member in struct:__tsan::FiredSuppression
  /external/valgrind/drd/
drd_error.c 509 Supp* const supp)
544 VG_(set_supp_kind)(supp, skind);
557 SizeT* nBufp, Int* lineno, Supp* supp)
567 const Supp* const supp)
569 return VG_(get_supp_kind)(supp) == VG_(get_error_kind)(e);
613 SizeT drd_print_extra_suppression_use(const Supp* su,
622 void drd_update_extra_suppresion_use(const Error* e, const Supp* supp
    [all...]
  /external/libexif/libexif/
exif-tag.c 1116 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][t]; local
1150 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][0]; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux_nvme.c 928 uint8_t reporting_opts, req_opcode, supp; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 713 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456; local
863 first!=u_strchr32(s+1, supp) ||
864 first!=u_memchr32(s+1, supp, 9) ||
870 last!=u_strrchr32(s+1, supp) ||
871 last!=u_memrchr32(s+1, supp, 9) ||
    [all...]
  /external/valgrind/
Android.mk 675 LOCAL_MODULE := default.supp
678 LOCAL_SRC_FILES := bionic.supp
685 LOCAL_MODULE := default.supp
688 LOCAL_SRC_FILES := bionic.supp
configure     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 3863 SuppServiceNotification supp = new SuppServiceNotification(); local
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1612 char *supp, *pos; local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 2185 __u32 supp[3] = { EXT2_LIB_FEATURE_COMPAT_SUPP, local
    [all...]
  /art/build/
Android.gtest.mk 405 $(TARGET_OUT_SHARED_LIBRARIES)/valgrind/default.supp
502 $(HOST_OUT)/lib64/valgrind/default.supp \
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 317 Span<const uint16_t> pref, supp; local
320 supp = hs->peer_supported_group_list;
323 supp = groups;
327 for (uint16_t supp_group : supp) {
    [all...]
  /system/keymaster/
Makefile 190 --suppressions=valgrind.supp \
  /external/pcre/dist2/
Makefile.am 640 testdata/valgrind-jit.supp \
  /external/dtc/tests/
run_tests.sh 59 if [ -n "$VALGRIND" -a -f $1.supp ]; then
60 VGSUPP="--suppressions=$1.supp"
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 498 milliseconds

1 2