| /external/crosvm/base/src/ |
| D | lib.rs | 2 // Use of this source code is governed by a BSD-style license that can be 26 pub use alloc::LayoutAllocation; 28 pub use clock::Clock; 29 pub use clock::FakeClock; 30 pub use errno::errno_result; 31 pub use errno::Error; 32 pub use errno::Result; 33 pub use event::Event; 34 pub use event::EventWaitResult; 35 pub use file_traits::FileAllocate; [all …]
|
| /external/rust/crates/libm/src/math/ |
| D | mod.rs | 196 // Use separated imports instead of {}-grouped imports for easier merging. 197 pub use self::acos::acos; 198 pub use self::acosf::acosf; 199 pub use self::acosh::acosh; 200 pub use self::acoshf::acoshf; 201 pub use self::asin::asin; 202 pub use self::asinf::asinf; 203 pub use self::asinh::asinh; 204 pub use self::asinhf::asinhf; 205 pub use self::atan::atan; [all …]
|
| /external/pigweed/pw_console/images/ |
| D | calculator_plugin.svg | 180 <use xlink:href="#glyph0-1" x="17" y="26"/> 181 <use xlink:href="#glyph0-2" x="31" y="26"/> 182 <use xlink:href="#glyph0-3" x="45" y="26"/> 183 <use xlink:href="#glyph0-4" x="59" y="26"/> 184 <use xlink:href="#glyph0-5" x="73" y="26"/> 185 <use xlink:href="#glyph0-6" x="87" y="26"/> 186 <use xlink:href="#glyph0-7" x="101" y="26"/> 187 <use xlink:href="#glyph0-1" x="115" y="26"/> 188 <use xlink:href="#glyph0-2" x="129" y="26"/> 189 <use xlink:href="#glyph0-8" x="143" y="26"/> [all …]
|
| D | command_runner_main_menu.svg | 183 <use xlink:href="#glyph0-1" x="0" y="26"/> 184 <use xlink:href="#glyph0-2" x="14" y="26"/> 185 <use xlink:href="#glyph0-3" x="28" y="26"/> 186 <use xlink:href="#glyph0-4" x="42" y="26"/> 187 <use xlink:href="#glyph0-5" x="56" y="26"/> 188 <use xlink:href="#glyph0-6" x="70" y="26"/> 189 <use xlink:href="#glyph0-7" x="84" y="26"/> 190 <use xlink:href="#glyph0-1" x="98" y="26"/> 191 <use xlink:href="#glyph0-2" x="112" y="26"/> 192 <use xlink:href="#glyph0-8" x="126" y="26"/> [all …]
|
| D | clock_plugin2.svg | 134 <use xlink:href="#glyph0-1" x="17" y="26"/> 135 <use xlink:href="#glyph0-2" x="31" y="26"/> 136 <use xlink:href="#glyph0-3" x="45" y="26"/> 137 <use xlink:href="#glyph0-4" x="59" y="26"/> 138 <use xlink:href="#glyph0-5" x="73" y="26"/> 139 <use xlink:href="#glyph0-6" x="87" y="26"/> 140 <use xlink:href="#glyph0-7" x="101" y="26"/> 141 <use xlink:href="#glyph0-1" x="115" y="26"/> 142 <use xlink:href="#glyph0-2" x="129" y="26"/> 143 <use xlink:href="#glyph0-8" x="143" y="26"/> [all …]
|
| D | 2048_plugin1.svg | 173 <use xlink:href="#glyph0-1" x="17" y="26"/> 174 <use xlink:href="#glyph0-2" x="31" y="26"/> 175 <use xlink:href="#glyph0-3" x="45" y="26"/> 176 <use xlink:href="#glyph0-4" x="59" y="26"/> 177 <use xlink:href="#glyph0-5" x="73" y="26"/> 178 <use xlink:href="#glyph0-6" x="87" y="26"/> 179 <use xlink:href="#glyph0-7" x="101" y="26"/> 180 <use xlink:href="#glyph0-1" x="115" y="26"/> 181 <use xlink:href="#glyph0-2" x="129" y="26"/> 182 <use xlink:href="#glyph0-8" x="143" y="26"/> [all …]
|
| D | serial_debug.svg | 357 <use xlink:href="#glyph0-1" x="18" y="33"/> 358 <use xlink:href="#glyph0-2" x="34" y="33"/> 359 <use xlink:href="#glyph0-3" x="50" y="33"/> 360 <use xlink:href="#glyph0-4" x="66" y="33"/> 361 <use xlink:href="#glyph0-5" x="82" y="33"/> 362 <use xlink:href="#glyph0-6" x="98" y="33"/> 363 <use xlink:href="#glyph0-7" x="114" y="33"/> 364 <use xlink:href="#glyph0-1" x="130" y="33"/> 365 <use xlink:href="#glyph0-2" x="146" y="33"/> 366 <use xlink:href="#glyph0-8" x="162" y="33"/> [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ |
| D | private_headers.verify.cpp | 9 // This test ensures that we produce a diagnostic when we use a private header 26 …print("{ifdef}#{indent}include <{header}> // {expected_error}@*:* {{{{use of private header from o… 39 #include <__algorithm/adjacent_find.h> // expected-error@*:* {{use of private header from outside i… 40 #include <__algorithm/all_of.h> // expected-error@*:* {{use of private header from outside its modu… 41 #include <__algorithm/any_of.h> // expected-error@*:* {{use of private header from outside its modu… 42 #include <__algorithm/binary_search.h> // expected-error@*:* {{use of private header from outside i… 43 #include <__algorithm/clamp.h> // expected-error@*:* {{use of private header from outside its modul… 44 #include <__algorithm/comp.h> // expected-error@*:* {{use of private header from outside its module… 45 #include <__algorithm/comp_ref_type.h> // expected-error@*:* {{use of private header from outside i… 46 #include <__algorithm/copy.h> // expected-error@*:* {{use of private header from outside its module… [all …]
|
| /external/rust/crates/clap/src/builder/ |
| D | mod.rs | 25 pub use self::str::Str; 26 pub use action::ArgAction; 27 pub use arg::Arg; 28 pub use arg_group::ArgGroup; 29 pub use arg_predicate::ArgPredicate; 30 pub use command::Command; 31 pub use os_str::OsStr; 32 pub use possible_value::PossibleValue; 33 pub use range::ValueRange; 34 pub use resettable::IntoResettable; [all …]
|
| /external/crosvm/devices/src/pci/ |
| D | mod.rs | 2 // Use of this source code is governed by a BSD-style license that can be 32 use libc::EINVAL; 33 use serde::Deserialize; 34 use serde::Serialize; 37 pub use self::ac97::Ac97Backend; 39 pub use self::ac97::Ac97Dev; 41 pub use self::ac97::Ac97Parameters; 42 pub use self::acpi::DeviceVcfgRegister; 43 pub use self::acpi::PowerResourceMethod; 45 pub use self::coiommu::CoIommuDev; [all …]
|
| /external/pigweed/pw_snapshot/images/ |
| D | generic_crash_flow.svg | 1 …use xlink:href="#a" transform="matrix(1,0,0,1,25,185) translate(1.018518518518519 39.6527777777777…
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_ctr_drbg.data | 33 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #0 37 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #1 41 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #2 45 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #3 49 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #4 53 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #5 57 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #6 61 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #7 65 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #8 69 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #9 [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_ctr_drbg.data | 33 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #0 37 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #1 41 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #2 45 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #3 49 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #4 53 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #5 57 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #6 61 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #7 65 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #8 69 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #9 [all …]
|
| /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
| D | MockContext.java | 5 * you may not use this file except in compliance with the License. 52 … return null; //To change body of implemented methods use File | Settings | File Templates. in getAssets() 60 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageManager() 65 … return null; //To change body of implemented methods use File | Settings | File Templates. in getContentResolver() 70 … return null; //To change body of implemented methods use File | Settings | File Templates. in getMainLooper() 75 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationContext() 80 //To change body of implemented methods use File | Settings | File Templates. in setTheme() 85 … return null; //To change body of implemented methods use File | Settings | File Templates. in getTheme() 90 … return null; //To change body of implemented methods use File | Settings | File Templates. in getClassLoader() 95 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageName() [all …]
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | mod.rs | 27 pub use action::ArgAction; 28 pub use app_settings::{AppFlags, AppSettings}; 29 pub use arg::Arg; 30 pub use arg_group::ArgGroup; 31 pub use arg_settings::{ArgFlags, ArgSettings}; 32 pub use command::Command; 33 pub use possible_value::PossibleValue; 34 pub use value_hint::ValueHint; 35 pub use value_parser::PossibleValuesParser; 36 pub use value_parser::RangedI64ValueParser; [all …]
|
| /external/crosvm/devices/src/ |
| D | lib.rs | 2 // Use of this source code is governed by a BSD-style license that can be 41 pub use self::pit::{Pit, PitError}; 46 use std::collections::HashMap; 47 use std::collections::VecDeque; 48 use std::fs::File; 49 use std::sync::Arc; 51 use anyhow::anyhow; 52 use anyhow::Context; 53 use base::error; 54 use base::info; [all …]
|
| /external/rust/crates/protobuf/src/rt/ |
| D | mod.rs | 14 pub use message::read_singular_message_into_field; 15 pub use message::write_message_field_with_cached_size; 16 pub use packed::vec_packed_bool_size; 17 pub use packed::vec_packed_double_size; 18 pub use packed::vec_packed_enum_or_unknown_size; 19 pub use packed::vec_packed_fixed32_size; 20 pub use packed::vec_packed_fixed64_size; 21 pub use packed::vec_packed_float_size; 22 pub use packed::vec_packed_int32_size; 23 pub use packed::vec_packed_int64_size; [all …]
|
| /external/spdx-tools/rdfloader/parser2v3/ |
| D | parse_other_license_info_test.go | 22 …use, copy, distribute, modify and make derivative works of the software or extract the source code… 36 …use, copy, distribute, modify and make derivative works of the software or extract the source code… 52 …use, copy, distribute, modify and make derivative works of the software or extract the source code…
|
| /external/spdx-tools/rdfloader/parser2v2/ |
| D | parse_other_license_info_test.go | 22 …use, copy, distribute, modify and make derivative works of the software or extract the source code… 36 …use, copy, distribute, modify and make derivative works of the software or extract the source code… 52 …use, copy, distribute, modify and make derivative works of the software or extract the source code…
|
| /external/clang/test/SemaObjC/ |
| D | arc-repeated-weak.mm | 1 …-has-weak -fobjc-arc -fblocks -Wno-objc-root-class -std=c++11 -Warc-repeated-use-of-weak -verify %s 16 extern void use(id); function 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 23 use(a.weakProp); // expected-note{{also accessed here}} 25 use(a.strongProp); 26 use(a.strongProp); // no-warning 28 use(a.weakProp); // expected-note{{also accessed here}} 32 use(a.weakProp); // no-warning 33 use(a.strongProp); // no-warning 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
| /external/clang/test/Misc/ |
| D | diag-verify.cpp | 4 // "use of undeclared identifier 'y'" error message. 9 x = y; // expected-error{{use of undeclared identifier 'y'}} in test() 10 x = y; // expected-error{{use of undeclared identifier}} in test() 12 x = y; // expected-error{{use of}} in test() 17 x = y; // expected-error{{use of undeclared identifier 'y' is fine}} in test() 19 x = y; // expected-error{{good use of undeclared identifier 'y' in code}} in test() 20 x = y; // expected-error{{ use of undeclared identifier 'y' }} in test() 21 x = y; // expected-error{{use of undeclared identifier 'y' is disallowed}} in test() 22 x = y; // expected-error{{please don't use of undeclared identifier 'y'}} in test() 23 x = y; // expected-error{{use of undeclared identifier 'y'; please declare y before use}} in test() [all …]
|
| /external/llvm/include/llvm/IR/ |
| D | Use.h | 1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===// 11 /// This defines the Use class. The Use class represents the operand of an 12 /// instruction or some other User instance which refers to a Value. The Use 13 /// class keeps the "use list" of the referenced value up to date. 15 /// Pointer tagging is used to efficiently find the User corresponding to a Use 16 /// without having to store a User pointer in every Use. A User is preceded in 18 /// one of the fields (Prev) of the Use class are used to encode offsets to be 19 /// able to find that User given a pointer to any Use. For details, see: 36 class Use; variable 39 // Use** is only 4-byte aligned. [all …]
|
| /external/crosvm/media/ffmpeg/src/ |
| D | lib.rs | 2 // Use of this source code is governed by a BSD-style license that can be 9 pub use avutil::*; 11 pub use error::*; 13 use crate::ffmpeg as ffi; 16 pub use ffi::AVPictureType_AV_PICTURE_TYPE_I; 17 pub use ffi::AVPixelFormat_AV_PIX_FMT_NV12; 18 pub use ffi::AVPixelFormat_AV_PIX_FMT_YUV420P; 19 pub use ffi::AVRational; 20 pub use ffi::AV_CODEC_CAP_DR1; 21 pub use ffi::AV_PKT_FLAG_KEY; [all …]
|
| /external/rust/crates/libc/src/ |
| D | lib.rs | 31 // ANDROID: Use std to allow building as a dylib. 42 use core::iter; 44 use core::ops; 46 use core::option; 54 use core::ffi; 56 use core::fmt; 58 use core::hash; 60 use core::num; 62 use core::mem; 65 use core::clone::Clone; [all …]
|
| /external/crosvm/base/src/sys/windows/ |
| D | mod.rs | 2 // Use of this source code is governed by a BSD-style license that can be 41 pub use console::*; 42 pub use descriptor::*; 43 pub use event::*; 44 pub use events::*; 45 pub use get_filesystem_type::*; 46 pub use ioctl::*; 47 pub use mmap::Error as MmapError; 48 pub use mmap::*; 49 pub(crate) use mmap_platform::PROT_READ; [all …]
|