| /external/clang/test/PCH/ |
| D | cxx-traits.h | 6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier … 11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identif… 20 struct __is_abstract {}; // expected-warning {{made available}} 21 struct __is_arithmetic {}; // expected-warning {{made available}} 22 struct __is_array {}; // expected-warning {{made available}} 23 struct __is_assignable {}; // expected-warning {{made available}} 24 struct __is_base_of {}; // expected-warning {{made available}} 25 struct __is_class {}; // expected-warning {{made available}} 26 struct __is_complete_type {}; // expected-warning {{made available}} 27 struct __is_compound {}; // expected-warning {{made available}} [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
| D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
| /external/deqp-deps/SPIRV-Tools/test/fuzz/ |
| D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
| /external/llvm/include/llvm/Config/ |
| D | llvm-platform-config.h | 14 /* LLVM architecture name for the native architecture, if available */ 20 /* LLVM name for the native AsmParser init function, if available */ 23 /* LLVM name for the native AsmPrinter init function, if available */ 26 /* LLVM name for the native Disassembler init function, if available */ 29 /* LLVM name for the native Target init function, if available */ 32 /* LLVM name for the native TargetInfo init function, if available */ 35 /* LLVM name for the native target MC init function, if available */ 41 /* LLVM architecture name for the native architecture, if available */ 47 /* LLVM name for the native AsmParser init function, if available */ 50 /* LLVM name for the native AsmPrinter init function, if available */ [all …]
|
| /external/mesa3d/src/mesa/sparc/ |
| D | xform.S | 86 fmuls %f8, M0, %f9 ! FGM Group f1 available 89 fmuls %f8, M1, %f10 ! FGM Group f2 available 92 fmuls %f8, M2, %f11 ! FGM Group f3 available 95 fmuls %f8, M3, %f12 ! FGM Group f4 available 98 fadds %f9, M12, %f9 ! FGA Group f9 available 100 fadds %f10, M13, %f10 ! FGA Group f10 available 102 fadds %f11, M14, %f11 ! FGA Group f11 available 104 fadds %f12, M15, %f12 ! FGA Group f12 available 201 fadds %f1, M12, %f3 ! FGA Group f1 available 203 fadds %f2, M13, %f4 ! FGA Group f2 available [all …]
|
| D | norm.S | 64 fmuls %f0, M8, %f7 ! FGM Group f3 available 65 fmuls %f1, M9, %f8 ! FGM Group f4 available 67 fmuls %f2, M2, %f10 ! FGM Group f5 available 68 fmuls %f2, M6, %f0 ! FGM Group f6 available 70 fmuls %f2, M10, %f4 ! FGM Group f7 available 71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available 72 fadds %f3, %f10, %f3 ! FGA Group f10 available 73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available 74 fadds %f7, %f4, %f7 ! FGA Group stall f4,f7 available 79 fmuls %f3, %f3, %f6 ! FGM Group f3 available [all …]
|
| /external/angle/src/common/ |
| D | apple_platform_utils.h | 14 // These are macros for substitution of Apple specific directive @available: 16 // TARGET_OS_MACCATALYST only available in MacSDK 10.15 20 // available: 22 @available(macOS macVer, macCatalyst macCatalystVer, iOS iOSVer, *) 24 // available: 26 @available(macOS macVer, macCatalyst macCatalystVer, *) 28 // available: 30 @available(macCatalyst macCatalystVer, iOS iOSVer, *) 35 # define ANGLE_APPLE_AVAILABLE_XC(macVer, macCatalystVer) @available(macOS macVer, *) 36 # define ANGLE_APPLE_AVAILABLE_CI(macCatalystVer, iOSVer) @available(iOS iOSVer, tvOS iOSVer, *) [all …]
|
| /external/llvm/test/MC/Mips/ |
| D | branch-pseudos-bad.s | 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available [all …]
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cpdf_object_avail_unittest.cpp | 42 Available, enumerator 120 // The value of "Type" may be reference, and if it is not available, we can in ExcludeObject() 138 holder.SetObjectState(1, TestHolder::ObjectState::Available); in TEST() 152 holder.SetObjectState(1, TestHolder::ObjectState::Available); in TEST() 156 holder.SetObjectState(2, TestHolder::ObjectState::Available); in TEST() 173 holder.SetObjectState(1, TestHolder::ObjectState::Available); in TEST() 177 holder.SetObjectState(2, TestHolder::ObjectState::Available); in TEST() 181 holder.SetObjectState(3, TestHolder::ObjectState::Available); in TEST() 199 holder.SetObjectState(2, TestHolder::ObjectState::Available); in TEST() 200 // Object should be available in case when "Parent" object is unavailable. in TEST() [all …]
|
| /external/clang/test/Modules/ |
| D | submodules-preprocess.cpp | 8 # error HAVE_VECTOR macro is not available (but should be) 12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be) 16 # error HAVE_HASH_MAP macro is available (but shouldn't be) 22 # error HAVE_VECTOR macro is not available (but should be) 26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 30 # error HAVE_HASH_MAP macro is available (but shouldn't be) 38 # error HAVE_VECTOR macro is not available (but should be) 42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 46 # error HAVE_HASH_MAP macro is available (but shouldn't be) 52 # error HAVE_VECTOR macro is not available (but should be) [all …]
|
| /external/liburing/man/ |
| D | io_uring_enter.2 | 55 when it one becomes available as the SQ kernel thread consumes them. If 69 completion events are available. If no event completions are 70 available, then the call will poll either until one or more 71 completions become available, or until the process has exceeded its 97 then waits for events to become available in the completion queue, and 264 structure. Available since 5.6. 278 for the general description of the related system call. Available since 5.2. 292 for the general description of the related system call. Available since 5.3. 298 instead. See the description of IORING_OP_SENDMSG. Available since 5.3. 314 for the general description of the related system call. Available since 5.6. [all …]
|
| D | io_uring_register.2 | 96 down the io_uring instance. Available since 5.1. 103 with the io_uring instance will be released. Available since 5.1. 139 register a new set of fds. Available since 5.1. 153 must contain the number of descriptors in the passed in array. Available 159 fd at that index. Available since 5.12. 167 with the io_uring instance will be unregistered. Available since 5.1. 177 must be 1. Available since 5.2. 185 Available since 5.8. 196 Available since 5.6. 206 must be zero. Available since 5.2. [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
| D | Placeholders.txt | 14 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; cccc=UNKNOWN ? 15 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; ccc=UNKNOWN ? 17 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; EEEEE=DAY_OF_WEEK_NARROW T 18 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; EEEE=DAY_OF_WEEK_LONG Tuesday 19 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; EEE=DAY_OF_WEEK_SHORT Tues 20 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; E=DAY_OF_WEEK_SHORT Tues 22 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; GGGGG=NARROW_ERA A 23 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; GGGG=LONG_ERA Anno Domini 24 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; G=SHORT_ERA AD 26 #^//ldml/dates/.*(pattern|available|intervalFormatItem) ; yyyy=YEAR 0800 [all …]
|
| /external/pdfium/public/ |
| D | fpdf_dataavail.h | 32 // Interface for checking whether sections of the file are available. 37 // Reports if the specified data section is currently available. A section is 38 // available if all bytes in the section are available. 48 // is available. 86 // section might be already available. The download manager must deal with 100 // PDF_DATA_NOTAVAIL: Data not yet available. 101 // PDF_DATA_AVAIL: Data available. 108 // Once all data is available, call FPDFAvail_GetDocument() to get a document 127 // Get the page number for the first available page in a linearized PDF. 131 // Returns the zero-based index for the first available page. [all …]
|
| /external/speex/libspeexdsp/ |
| D | buffer.c | 48 int available; member 58 st->available = 0; in speex_buffer_init() 88 st->available += len; in speex_buffer_write() 89 if (st->available > st->size) in speex_buffer_write() 91 st->available = st->size; in speex_buffer_write() 120 st->available += len; in speex_buffer_writezeros() 121 if (st->available > st->size) in speex_buffer_writezeros() 123 st->available = st->size; in speex_buffer_writezeros() 136 if (len > st->available) in speex_buffer_read() 138 SPEEX_MEMSET(data+st->available, 0, st->size-st->available); in speex_buffer_read() [all …]
|
| /external/clang/bindings/python/tests/cindex/ |
| D | test_code_completion.py | 31 …"{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief co… 32 …| {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment… 33 "{'return', TypedText} || Priority: 40 || Availability: Available || Brief comment: None" 60 "{'const', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 61 "{'volatile', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 62 "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", 63 …"{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None… 64 …"{'Q', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None" 70 …"{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None… 71 …P &', Placeholder} | {')', RightParen} || Priority: 34 || Availability: Available || Brief comment… [all …]
|
| /external/rust/crates/clang-sys/src/ |
| D | lib.rs | 18 //! not available in the oldest supported version of `libclang` (3.5). All of 552 /// Only available on `libclang` 5.0 and later. 564 /// Only available on `libclang` 9.0 and later. 707 /// Only available on `libclang` 7.0 and later. 765 /// Only available on `libclang` 6.0 and later. 794 /// Only available on `libclang` 3.6 and later. 1026 /// Only available on `libclang` 3.8 and later. 1037 /// Only available on `libclang` 8.0 and later. 1066 /// Only available on `libclang` 3.6 and later. 1196 /// Only available on `libclang` 3.9 and later. [all …]
|
| /external/vixl/src/aarch64/ |
| D | cpu-features-auditor-aarch64.h | 42 // - an optional list of 'available' CPU features. 53 // - If an `available` features list is provided, it is used as a hint in 57 // in `available` when one of these instructions is encountered, then the 61 Decoder* decoder, const CPUFeatures& available = CPUFeatures::None()) 62 : available_(available), decoder_(decoder) { in available_() argument 67 const CPUFeatures& available = CPUFeatures::None()) 68 : available_(available), decoder_(NULL) {} in available_() argument 79 // Query or set available CPUFeatures. 81 void SetAvailableFeatures(const CPUFeatures& available) { in SetAvailableFeatures() argument 82 available_ = available; in SetAvailableFeatures() [all …]
|
| /external/llvm/include/llvm/Support/ |
| D | TargetSelect.h | 22 // Declare all of the target-initialization functions that are available. 29 // Declare all of the target-MC-initialization functions that are available. 33 // Declare all of the available assembly printer initialization functions. 37 // Declare all of the available assembly parser initialization functions. 41 // Declare all of the available disassembler initialization functions. 49 /// it wants access to all available targets that LLVM is configured to 50 /// support, to make them available via the TargetRegistry. 59 /// wants access to all available target machines that LLVM is configured to 60 /// support, to make them available via the TargetRegistry. 72 /// wants access to all available target MC that LLVM is configured to [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TargetSelect.h | 21 // Declare all of the target-initialization functions that are available. 28 // Declare all of the target-MC-initialization functions that are available. 32 // Declare all of the available assembly printer initialization functions. 36 // Declare all of the available assembly parser initialization functions. 40 // Declare all of the available disassembler initialization functions. 48 /// it wants access to all available targets that LLVM is configured to 49 /// support, to make them available via the TargetRegistry. 58 /// wants access to all available target machines that LLVM is configured to 59 /// support, to make them available via the TargetRegistry. 71 /// wants access to all available target MC that LLVM is configured to [all …]
|
| /external/webrtc/modules/audio_device/android/ |
| D | audio_device_template.h | 143 int32_t PlayoutIsAvailable(bool& available) override { in PlayoutIsAvailable() argument 145 available = true; in PlayoutIsAvailable() 159 int32_t RecordingIsAvailable(bool& available) override { in RecordingIsAvailable() argument 161 available = true; in RecordingIsAvailable() 238 int32_t SpeakerVolumeIsAvailable(bool& available) override { in SpeakerVolumeIsAvailable() argument 240 return output_.SpeakerVolumeIsAvailable(available); in SpeakerVolumeIsAvailable() 263 int32_t MicrophoneVolumeIsAvailable(bool& available) override { in MicrophoneVolumeIsAvailable() argument 264 available = false; in MicrophoneVolumeIsAvailable() 288 int32_t SpeakerMuteIsAvailable(bool& available) override { in SpeakerMuteIsAvailable() argument 303 int32_t MicrophoneMuteIsAvailable(bool& available) override { in MicrophoneMuteIsAvailable() argument [all …]
|
| /external/skia/modules/canvaskit/wasm_tools/SIMD/ |
| D | simd_float_capabilities.cpp | 18 // - Lines with "//not available in wasm" do not have compatible WASM SIMD operations. Emscripten 37 //auto vec3 = skvx::join(vec1, vec2); //not available in wasm in main() 69 //vec1 = skvx::pow(vec1, vec2); //not available in wasm in main() 70 //vec1 = skvx::atan(vec1); //not available in wasm in main() 71 //vec1 = ceil(vec1); //not available in wasm, note: maybe could use "comparisons" in main() 72 //vec1 = skvx::floor(vec1); //not available in wasm in main() 73 //vec1 = skvx::trunc(vec1); //not available in wasm in main() 75 //vec1 = skvx::round(vec1); //not available in wasm in main() 79 //vec1 = skvx::sin(vec1); //not available in wasm in main() 80 //vec1 = skvx::cos(vec1); //not available in wasm in main() [all …]
|
| D | simd_int_capabilities.cpp | 18 // - Lines with "//not available in wasm" do not have compatible WASM SIMD operations. Emscripten 37 //auto vec3 = skvx::join(vec1, vec2); //not available in wasm in main() 69 //vec1 = skvx::pow(vec1, vec2); //not available in wasm in main() 70 //vec1 = skvx::atan(vec1); //not available in wasm in main() 71 //vec1 = ceil(vec1); //not available in wasm in main() 72 //vec1 = skvx::floor(vec1); //not available in wasm in main() 75 //vec1 = skvx::sqrt(vec1); //not available in wasm in main() 77 //vec1 = skvx::sin(vec1); //not available in wasm in main() 78 //vec1 = skvx::cos(vec1); //not available in wasm in main() 79 //vec1 = skvx::tan(vec1); //not available in wasm in main() [all …]
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | jemalloc_internal_defs.h.in | 46 /* Defined if C11 atomics are available. */ 49 /* Defined if GCC __atomic atomics are available. */ 52 /* Defined if GCC __sync atomics are available. */ 57 * __sync_sub_and_fetch(uint32_t *, uint32_t) are available, despite 65 * __sync_sub_and_fetch(uint64_t *, uint64_t) are available, despite 72 * Defined if __builtin_clz() and __builtin_clzl() are available. 77 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin. 82 * Defined if OSSpin*() functions are available, as provided by Darwin, and 91 * Defined if secure_getenv(3) is available. 96 * Defined if issetugid(2) is available. [all …]
|