| /third_party/ffmpeg/tests/ref/fate/ |
| D | color_utils | 1 AVColorTransferCharacteristic=1 calling func(-0.100000) expected=0.000000 2 AVColorTransferCharacteristic=1 calling func(-0.018054) expected=0.000000 3 AVColorTransferCharacteristic=1 calling func(-0.010000) expected=0.000000 4 AVColorTransferCharacteristic=1 calling func(-0.004490) expected=0.000000 5 AVColorTransferCharacteristic=1 calling func(0.000000) expected=0.000000 6 AVColorTransferCharacteristic=1 calling func(0.003162) expected=0.014230 7 AVColorTransferCharacteristic=1 calling func(0.005000) expected=0.022500 8 AVColorTransferCharacteristic=1 calling func(0.009000) expected=0.040500 9 AVColorTransferCharacteristic=1 calling func(0.015000) expected=0.067500 10 AVColorTransferCharacteristic=1 calling func(0.100000) expected=0.290748 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | CallingConv.h | 1 //===- llvm/CallingConv.h - LLVM Calling Conventions ------------*- C++ -*-===// 9 // This file defines LLVM's set of calling conventions. 19 /// the well-known calling conventions. 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers. 27 /// calling conventions. 28 /// LLVM Calling Convention Representation 30 /// C - The default llvm calling convention, compatible with C. This 31 /// convention is the only calling convention that supports varargs calls. 32 /// As with typical C calling conventions, the callee/caller have to 36 // Generic LLVM calling conventions. None of these calling conventions [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | CallingConv.h | 1 //===-- llvm/CallingConv.h - LLVM Calling Conventions -----------*- C++ -*-===// 10 // This file defines LLVM's set of calling conventions. 20 /// the well-known calling conventions. 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers. 27 /// calling conventions. 28 /// @brief LLVM Calling Convention Representation 30 /// C - The default llvm calling convention, compatible with C. This 31 /// convention is the only calling convention that supports varargs calls. 32 /// As with typical C calling conventions, the callee/caller have to 36 // Generic LLVM calling conventions. None of these calling conventions [all …]
|
| /third_party/libphonenumber/ |
| D | release_notes.txt | 5 - Updated carrier data for country calling code(s): 11 - Updated alternate formatting data for country calling code(s): 34, 385 14 - New geocoding data for country calling code(s): 1363 (en) 15 - Updated geocoding data for country calling code(s): 52 (en) 16 - Updated carrier data for country calling code(s): 25 - Updated carrier data for country calling code(s): 32 - New geocoding data for country calling code(s): 33 (en, fr), 1645 (en) 33 - Updated geocoding data for country calling code(s): 61 (en), 234 (en) 34 - Updated carrier data for country calling code(s): 43 - Updated geocoding data for country calling code(s): 54 (en), 358 (en, sv) [all …]
|
| /third_party/toybox/tests/ |
| D | ifconfig.test | 43 # Results Expected: After calling ifconfig, no lines with dummy0 are displayed 49 # Results Expected: After calling ifconfig, one line with dummy0 is displayed 55 # Results Expected: After calling ifconfig dummy0, one line displays the ip 62 # Results Expected: After calling ifconfig dummy0, one line displays the 69 # Results Expected: After calling ifconfig dummy0, one line displays the 76 # Results Expected: After calling ifconfig dummy0, there are no lines 83 # Results Expected: After calling ifconfig dummy0, there is one line with the 97 # Results Expected: After calling ifconfig dummy0, there is one line with the 104 # Results Expected: after calling ifconfig dummy0, there is one line with the 111 # Results Expected: after calling ifconfig dummy0, there are no lines with the [all …]
|
| /third_party/rust/rust/src/tools/miri/tests/fail/function_calls/ |
| D | exported_symbol_abi_mismatch.rs | 15 … //~[fn_ptr]^ ERROR: calling a function with calling convention Rust using calling convention C in main() 31 … //~[no_cache]^ ERROR: calling a function with calling convention Rust using calling convention C in main() 32 … //~[cache]| ERROR: calling a function with calling convention Rust using calling convention C in main()
|
| D | exported_symbol_abi_mismatch.no_cache.stderr | 1 error: Undefined Behavior: calling a function with calling convention Rust using calling convention… 5 | ^^^^^ calling a function with calling convention Rust using calling convention C
|
| D | exported_symbol_abi_mismatch.cache.stderr | 1 error: Undefined Behavior: calling a function with calling convention Rust using calling convention… 5 | ^^^^^ calling a function with calling convention Rust using calling convention C
|
| D | exported_symbol_abi_mismatch.fn_ptr.stderr | 1 error: Undefined Behavior: calling a function with calling convention Rust using calling convention… 5 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ calling a function with calling convention Rust usin…
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | implicit_clone.stderr | 1 error: implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type 9 error: implicitly cloning a `Vec` by calling `to_vec` on its dereferenced type 15 error: implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type 21 error: implicitly cloning a `Vec` by calling `to_vec` on its dereferenced type 27 error: implicitly cloning a `String` by calling `to_owned` on its dereferenced type 33 error: implicitly cloning a `Kitten` by calling `to_owned` on its dereferenced type 39 error: implicitly cloning a `PathBuf` by calling `to_owned` on its dereferenced type 45 error: implicitly cloning a `PathBuf` by calling `to_path_buf` on its dereferenced type 51 error: implicitly cloning a `OsString` by calling `to_owned` on its dereferenced type 57 error: implicitly cloning a `OsString` by calling `to_os_string` on its dereferenced type [all …]
|
| D | single_char_add_str.stderr | 1 error: calling `push_str()` using a single-character string literal 9 error: calling `push_str()` using a single-character string literal 15 error: calling `push_str()` using a single-character string literal 21 error: calling `push_str()` using a single-character string literal 27 error: calling `push_str()` using a single-character string literal 33 error: calling `push_str()` using a single-character string literal 39 error: calling `insert_str()` using a single-character string literal 45 error: calling `insert_str()` using a single-character string literal 51 error: calling `insert_str()` using a single-character string literal 57 error: calling `insert_str()` using a single-character string literal [all …]
|
| D | option_as_ref_deref.stderr | 1 …map(Deref::deref)` on an Option value. This can be done more directly by calling `opt.clone().as_d… 9 …map(Deref::deref)` on an Option value. This can be done more directly by calling `opt.clone().as_d… 19 …efMut::deref_mut)` on an Option value. This can be done more directly by calling `opt.as_deref_mut… 25 …p(String::as_str)` on an Option value. This can be done more directly by calling `opt.as_deref()` … 31 …p(|x| x.as_str())` on an Option value. This can be done more directly by calling `opt.as_deref()` … 37 …ring::as_mut_str)` on an Option value. This can be done more directly by calling `opt.as_deref_mut… 43 …| x.as_mut_str())` on an Option value. This can be done more directly by calling `opt.as_deref_mut… 49 …String::as_c_str)` on an Option value. This can be done more directly by calling `Some(CString::ne… 55 …tring::as_os_str)` on an Option value. This can be done more directly by calling `Some(OsString::n… 61 …PathBuf::as_path)` on an Option value. This can be done more directly by calling `Some(PathBuf::ne… [all …]
|
| D | manual_retain.stderr | 5 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 13 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 22 …| |__________________^ help: consider calling `.retain()` instead: `btree_map.retain(|k, &mut v| (… 28 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 34 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 40 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.… 46 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 52 …^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.retain()` inste… 61 …| |__________________^ help: consider calling `.retain()` instead: `hash_map.retain(|k, &mut v| (k… 67 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider calling `.re… [all …]
|
| D | await_holding_lock.stderr | 7 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 23 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 38 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 53 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 72 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 87 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 102 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 117 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 132 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await 147 …ider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await [all …]
|
| D | default_trait_access.stderr | 1 error: calling `String::default()` is more clear than this expression 13 error: calling `String::default()` is more clear than this expression 19 error: calling `String::default()` is more clear than this expression 25 error: calling `String::default()` is more clear than this expression 31 error: calling `GenericDerivedDefault::default()` is more clear than this expression 37 error: calling `TupleDerivedDefault::default()` is more clear than this expression 43 error: calling `ArrayDerivedDefault::default()` is more clear than this expression 49 error: calling `TupleStructDerivedDefault::default()` is more clear than this expression
|
| D | map_unwrap_or.stderr | 1 ….unwrap_or(<a>)` on an `Option` value. This can be done more directly by calling `map_or(<a>, <f>)… 17 ….unwrap_or(<a>)` on an `Option` value. This can be done more directly by calling `map_or(<a>, <f>)… 35 ….unwrap_or(<a>)` on an `Option` value. This can be done more directly by calling `map_or(<a>, <f>)… 52 …unwrap_or(None)` on an `Option` value. This can be done more directly by calling `and_then(<f>)` i… 64 …unwrap_or(None)` on an `Option` value. This can be done more directly by calling `and_then(<f>)` i… 82 …unwrap_or(None)` on an `Option` value. This can be done more directly by calling `and_then(<f>)` i… 97 ….unwrap_or(<a>)` on an `Option` value. This can be done more directly by calling `map_or(<a>, <f>)… 109 …ap_or_else(<g>)` on an `Option` value. This can be done more directly by calling `map_or_else(<g>,… 119 …ap_or_else(<g>)` on an `Option` value. This can be done more directly by calling `map_or_else(<g>,… 129 …nwrap_or(false)` on an `Option` value. This can be done more directly by calling `is_some_and(<f>)… [all …]
|
| D | uninit_vec.stderr | 1 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 13 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 24 error: calling `set_len()` on empty `Vec` creates out-of-bound values 33 error: calling `set_len()` on empty `Vec` creates out-of-bound values 42 error: calling `set_len()` on empty `Vec` creates out-of-bound values 51 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 62 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 73 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 84 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values 94 error: calling `set_len()` immediately after reserving a buffer creates uninitialized values [all …]
|
| /third_party/rust/rust/tests/ui/c-variadic/ |
| D | feature-gate-extended_varargs_abi_support.stderr | 1 error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable 10 error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl` 14 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling c… 16 error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable 25 error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl` 29 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling con… 31 error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable 40 error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl` 44 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling conve…
|
| D | feature-gate-extended_varargs_abi_support.rs | 2 //~^ ERROR: C-variadic function must have a compatible calling convention, like `C` or `cdecl` in efiapi() 3 … //~^^ ERROR: using calling conventions other than `C` or `cdecl` for varargs functions is unstable in efiapi() 7 //~^ ERROR: C-variadic function must have a compatible calling convention, like `C` or `cdecl` in sysv() 8 … //~^^ ERROR: using calling conventions other than `C` or `cdecl` for varargs functions is unstable in sysv() 12 //~^ ERROR: C-variadic function must have a compatible calling convention, like `C` or `cdecl` in win() 13 … //~^^ ERROR: using calling conventions other than `C` or `cdecl` for varargs functions is unstable in win()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | leaveOptionalParameterAsWritten.symbols | 15 export namespace calling { 16 >calling : Symbol(calling, Decl(b.ts, 2, 19)) 27 type Foo = teams.calling.Foo; 30 >calling : Symbol(teams.calling, Decl(b.ts, 2, 19)) 31 >Foo : Symbol(teams.calling.Foo, Decl(b.ts, 3, 30))
|
| /third_party/grpc/third_party/upb/upb/wire/ |
| D | reader.h | 33 // Bounds checks must be performed before calling this function, preferably 34 // by calling upb_EpsCopyInputStream_IsDone(). 59 // Bounds checks must be performed before calling this function, preferably 60 // by calling upb_EpsCopyInputStream_IsDone(). 70 // Bounds checks must be performed before calling this function, preferably 71 // by calling upb_EpsCopyInputStream_IsDone(). 83 // Bounds checks must be performed before calling this function, preferably 84 // by calling upb_EpsCopyInputStream_IsDone(). 96 // Bounds checks must be performed before calling this function, preferably 97 // by calling upb_EpsCopyInputStream_IsDone(). [all …]
|
| /third_party/protobuf/upb/wire/ |
| D | reader.h | 33 // Bounds checks must be performed before calling this function, preferably 34 // by calling upb_EpsCopyInputStream_IsDone(). 59 // Bounds checks must be performed before calling this function, preferably 60 // by calling upb_EpsCopyInputStream_IsDone(). 70 // Bounds checks must be performed before calling this function, preferably 71 // by calling upb_EpsCopyInputStream_IsDone(). 83 // Bounds checks must be performed before calling this function, preferably 84 // by calling upb_EpsCopyInputStream_IsDone(). 96 // Bounds checks must be performed before calling this function, preferably 97 // by calling upb_EpsCopyInputStream_IsDone(). [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
| D | WGL_I3D_genlock.txt | 144 system by calling wglGenlockSourceI3D. 174 The current genlock source can be queried by calling 179 is set by calling wglGenlockSourceEdgeI3D. 200 The sample rate of the genlock pulses is controlled by calling 211 The current genlock sample rate can be queried by calling 215 calling wglGenlockSourceDelayI3D. 230 calling wglQueryGenlockMaxSourceDelayI3D. 236 The current source delay can be queried by calling 239 Genlock is enabled for each monitor by calling wglEnableGenlockI3D. 246 Genlock can be disabled for a monitor by calling [all …]
|
| /third_party/openGLES/extensions/I3D/ |
| D | WGL_I3D_genlock.txt | 144 system by calling wglGenlockSourceI3D. 174 The current genlock source can be queried by calling 179 is set by calling wglGenlockSourceEdgeI3D. 200 The sample rate of the genlock pulses is controlled by calling 211 The current genlock sample rate can be queried by calling 215 calling wglGenlockSourceDelayI3D. 230 calling wglQueryGenlockMaxSourceDelayI3D. 236 The current source delay can be queried by calling 239 Genlock is enabled for each monitor by calling wglEnableGenlockI3D. 246 Genlock can be disabled for a monitor by calling [all …]
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | command_buffer.cc | 50 return Result("Vulkan::Calling vkAllocateCommandBuffers Fail"); in Initialize() 57 return Result("Vulkan::Calling vkCreateFence Fail"); in Initialize() 69 return Result("Vulkan::Calling vkBeginCommandBuffer Fail"); in BeginRecording() 78 return Result("Vulkan::Calling vkEndCommandBuffer Fail"); in SubmitAndReset() 82 return Result("Vulkan::Calling vkResetFences Fail"); in SubmitAndReset() 91 return Result("Vulkan::Calling vkQueueSubmit Fail"); in SubmitAndReset() 100 return Result("Vulkan::Calling vkWaitForFences Timeout"); in SubmitAndReset() 117 return Result("Vulkan::Calling vkWaitForFences Fail (" + result_str + ")"); in SubmitAndReset() 121 return Result("Vulkan::Calling vkResetCommandBuffer Fail"); in SubmitAndReset()
|