/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local 233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 254 auto available = in TEST() local 261 auto available = in TEST() local [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local 233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 254 auto available = in TEST() local 261 auto available = in TEST() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local 233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local 254 auto available = in TEST() local 261 auto available = in TEST() local [all …]
|
/third_party/rust/crates/memchr/bench/src/memmem/ |
D | mod.rs | 115 let available = imp::$impl::available($q.needle); in oneshot() localVariable 185 let available = imp::$impl::available($q.needle); in prebuilt() localVariable 253 let available = imp::$impl::available($q.needle); in oneshot_iter() localVariable 321 let available = imp::$impl::available($q.needle); in prebuilt_iter() localVariable
|
D | imp.rs | 22 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 108 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 217 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 315 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 391 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 452 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 552 pub(crate) fn available(needle: &str) -> &'static [&'static str] { in available() function 633 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function 694 pub(crate) fn available(_: &str) -> &'static [&'static str] { in available() function
|
/third_party/node/deps/icu-small/source/common/ |
D | bytestream.cpp | 55 int32_t available = capacity_ - size_; in Append() local 75 int32_t available = capacity_ - size_; in GetAppendBuffer() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | bytestream.cpp | 55 int32_t available = capacity_ - size_; in Append() local 75 int32_t available = capacity_ - size_; in GetAppendBuffer() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | bytestream.cpp | 55 int32_t available = capacity_ - size_; in Append() local 75 int32_t available = capacity_ - size_; in GetAppendBuffer() local
|
/third_party/icu/icu4c/source/common/ |
D | bytestream.cpp | 55 int32_t available = capacity_ - size_; in Append() local 75 int32_t available = capacity_ - size_; in GetAppendBuffer() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 73 size_t available = capacity_ - size_; in Append() local 98 size_t available = capacity_ - size_; in Append() local 167 size_t available = source_->Available(); in Available() local
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | ScanICU.java | 94 ULocale available[] = ULocale.getAvailableLocales(); in addFormatting() local 131 ULocale available[] = Collator.getAvailableULocales(); in addCollation() local
|
D | ScanJava.java | 44 Locale available[] = Collator.getAvailableLocales(); in addCollation() local 80 Locale available[] = Locale.getAvailableLocales(); in addFormatting() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | device-port.h | 49 … pa_available_t available; /* PA_AVAILABLE_UNKNOWN, PA_AVAILABLE_NO or PA_AVAILABLE_YES */ member 71 pa_available_t available; member
|
D | card.c | 39 const char *pa_available_to_string(pa_available_t available) { in pa_available_to_string() 75 void pa_card_profile_set_available(pa_card_profile *c, pa_available_t available) { in pa_card_profile_set_available()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleAliasCollationTest.java | 44 private ULocale[] available = null; field in LocaleAliasCollationTest
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | LocaleAliasCollationTest.java | 41 private ULocale[] available = null; field in LocaleAliasCollationTest
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | md5.c | 221 unsigned long used, available; in MD5_Update() local 260 unsigned long used, available; in MD5_Final() local
|
/third_party/freetype/src/base/ |
D | md5.c | 221 unsigned long used, available; in MD5_Update() local 260 unsigned long used, available; in MD5_Final() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | md5.c | 221 unsigned long used, available; in MD5_Update() local 260 unsigned long used, available; in MD5_Final() local
|
/third_party/rust/crates/proc-macro2/src/ |
D | detection.rs | 28 let available = proc_macro::is_available(); in initialize() localVariable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 142 angle::Result StandardQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable() 288 GLint available = 0; in flush() local 364 angle::Result SyncQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 144 angle::Result StandardQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable() 309 GLint available = 0; in flush() local 385 angle::Result SyncQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable()
|
/third_party/flutter/skia/src/core/ |
D | SkData.cpp | 48 size_t available = fSize; in copyRange() local 164 size_t available = src->size(); in MakeSubset() local
|
/third_party/skia/src/core/ |
D | SkData.cpp | 50 size_t available = fSize; in copyRange() local 166 size_t available = src->size(); in MakeSubset() local
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpsbcpay.c | 143 guint available; in gst_rtp_sbc_pay_drain_buffers() local 208 guint available; in gst_rtp_sbc_pay_handle_buffer() local
|