Home
last modified time | relevance | path

Searched full:use (Results 1 – 25 of 26803) sorted by relevance

12345678910>>...1073

/external/crosvm/base/src/
Dlib.rs2 // Use of this source code is governed by a BSD-style license that can be
30 pub use alloc::LayoutAllocation;
32 pub use clock::Clock;
33 pub use clock::FakeClock;
34 pub use errno::errno_result;
35 pub use errno::Error;
36 pub use errno::Result;
37 pub use event::Event;
38 pub use event::EventWaitResult;
39 pub use file_traits::FileAllocate;
[all …]
/external/rust/crates/libm/src/math/
Dmod.rs196 // 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/
Dcalculator_plugin.svg180 <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 …]
Dcommand_runner_main_menu.svg183 <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 …]
Dclock_plugin2.svg134 <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 …]
D2048_plugin1.svg173 <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 …]
/external/crosvm/vfio_sys/src/
Dlib.rs2 // Use of this source code is governed by a BSD-style license that can be
13 use base::ioctl_io_nr;
18 use crate::plat::ACPI_EVT_FORWARD_BASE;
19 use crate::plat::PLAT_IRQ_FORWARD_BASE;
20 use crate::plat::PLAT_IRQ_FORWARD_TYPE;
21 pub use crate::vfio::vfio_device_feature;
22 pub use crate::vfio::vfio_device_info;
23 pub use crate::vfio::vfio_device_low_power_entry_with_wakeup;
24 pub use crate::vfio::vfio_group_status;
25 pub use crate::vfio::vfio_info_cap_header;
[all …]
/external/crosvm/devices/src/
Dlib.rs2 // Use of this source code is governed by a BSD-style license that can be
39 pub use self::pit::{Pit, PitError};
44 use std::sync::Arc;
46 use anyhow::anyhow;
47 use anyhow::Context;
48 use base::debug;
49 use base::error;
50 use base::info;
51 use base::Tube;
52 use base::TubeError;
[all …]
/external/rust/crates/ash/src/extensions/khr/
Dmod.rs1 pub use self::acceleration_structure::AccelerationStructure;
2 pub use self::android_surface::AndroidSurface;
3 pub use self::buffer_device_address::BufferDeviceAddress;
4 pub use self::copy_commands2::CopyCommands2;
5 pub use self::create_render_pass2::CreateRenderPass2;
6 pub use self::deferred_host_operations::DeferredHostOperations;
7 pub use self::device_group::DeviceGroup;
8 pub use self::device_group_creation::DeviceGroupCreation;
9 pub use self::display::Display;
10 pub use self::display_swapchain::DisplaySwapchain;
[all …]
/external/rust/crates/clap/src/builder/
Dmod.rs25 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/rust/crates/googletest/src/matchers/
Dmod.rs4 // you may not use this file except in compliance with the License.
60 pub use anything_matcher::anything;
61 pub use char_count_matcher::char_count;
62 pub use container_eq_matcher::container_eq;
63 pub use contains_matcher::{contains, ContainsMatcher};
64 pub use contains_regex_matcher::contains_regex;
65 pub use display_matcher::displays_as;
66 pub use each_matcher::each;
67 pub use empty_matcher::empty;
68 pub use eq_deref_of_matcher::eq_deref_of;
[all …]
/external/crosvm/devices/src/pci/
Dmod.rs2 // Use of this source code is governed by a BSD-style license that can be
26 use libc::EINVAL;
27 use serde::Deserialize;
28 use serde::Serialize;
30 pub use self::acpi::DeviceVcfgRegister;
31 pub use self::acpi::DsmMethod;
32 pub use self::acpi::GpeScope;
33 pub use self::acpi::PowerResourceMethod;
35 pub use self::coiommu::CoIommuDev;
37 pub use self::coiommu::CoIommuParameters;
[all …]
/external/rust/crates/clap/3.2.23/src/builder/
Dmod.rs27 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/rust/crates/libc/src/
Dlib.rs27 // ANDROID: Use std to allow building as a dylib.
38 use core::iter;
40 use core::ops;
42 use core::option;
50 use core::ffi;
52 use core::fmt;
54 use core::hash;
56 use core::num;
58 use core::mem;
61 use core::clone::Clone;
[all …]
/external/rust/crates/tonic/src/metadata/
Dmod.rs8 pub use self::encoding::Ascii;
9 pub use self::encoding::Binary;
10 pub use self::key::AsciiMetadataKey;
11 pub use self::key::BinaryMetadataKey;
12 pub use self::key::MetadataKey;
13 pub use self::map::Entry;
14 pub use self::map::GetAll;
15 pub use self::map::Iter;
16 pub use self::map::IterMut;
17 pub use self::map::KeyAndMutValueRef;
[all …]
/external/rust/crates/protobuf/src/rt/
Dmod.rs14 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/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java5 * 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/pigweed/pw_snapshot/images/
Dgeneric_crash_flow.svg1use xlink:href="#a" transform="matrix(1,0,0,1,25,185) translate(1.018518518518519 39.6527777777777…
/external/crosvm/base/src/sys/windows/
Dmod.rs2 // Use of this source code is governed by a BSD-style license that can be
45 pub use console::*;
46 pub use descriptor::*;
47 pub use event::*;
48 pub use events::*;
49 pub use file_util::get_allocated_ranges;
50 pub use file_util::open_file_or_duplicate;
51 pub use file_util::set_sparse_file;
52 pub use foreground_window::give_foregrounding_permission;
53 pub use get_filesystem_type::*;
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.data33 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/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.data33 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/spdx-tools/rdfloader/parser2v3/
Dparse_other_license_info_test.go22use, copy, distribute, modify and make derivative works of the software or extract the source code…
36use, copy, distribute, modify and make derivative works of the software or extract the source code…
52use, copy, distribute, modify and make derivative works of the software or extract the source code…
/external/spdx-tools/rdfloader/parser2v2/
Dparse_other_license_info_test.go22use, copy, distribute, modify and make derivative works of the software or extract the source code…
36use, copy, distribute, modify and make derivative works of the software or extract the source code…
52use, copy, distribute, modify and make derivative works of the software or extract the source code…
/external/clang/test/Misc/
Ddiag-verify.cpp4 // "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/pigweed/seed/0119-pw-sensor/
Dhigh-level-view.svg1use xlink:href="#a" transform="matrix(1,0,0,1,352,252) translate(10.098765432098766 53.77777777777…

12345678910>>...1073