Home
last modified time | relevance | path

Searched refs:is_present (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dsplitting_filter_unittest.cc50 bool is_present[kNumBands]; in TEST() local
55 is_present[j] = i & (static_cast<size_t>(1) << j); in TEST()
56 float amplitude = is_present[j] ? kAmplitude : 0.f; in TEST()
74 if (is_present[j]) { in TEST()
98 any_present |= is_present[j]; in TEST()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc500 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
501 if (is_present.get() == NULL) { in ScalarMapGet()
505 if (PyObject_IsTrue(is_present.get())) { in ScalarMapGet()
749 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
750 if (is_present.get() == NULL) { in MessageMapGet()
754 if (PyObject_IsTrue(is_present.get())) { in MessageMapGet()
/external/flatbuffers/src/
Didl_gen_text.cpp268 auto is_present = struct_def.fixed || table->CheckField(fd.value.offset); in GenStruct() local
272 if (is_present || output_anyway) { in GenStruct()
280 if (is_present) { in GenStruct()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py312 while tag.is_present:
329 while write_wait_remove and tag.is_present:
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py202 while write_wait_remove and tag.is_present: