Home
last modified time | relevance | path

Searched defs:tee (Results 1 – 25 of 111) sorted by relevance

12345

/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DSecureElementProvisioningTest.cpp185 auto tee = keymints_.find(SecurityLevel::TRUSTED_ENVIRONMENT)->second; in TEST_F() local
215 auto tee = keymints_.find(SecurityLevel::TRUSTED_ENVIRONMENT)->second; in TEST_F() local
265 auto tee = keymints_.find(SecurityLevel::TRUSTED_ENVIRONMENT)->second; in TEST_F() local
329 auto tee = keymints_.find(SecurityLevel::TRUSTED_ENVIRONMENT)->second; in TEST_F() local
367 auto tee = keymints_.find(SecurityLevel::TRUSTED_ENVIRONMENT)->second; in TEST_F() local
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/
H A DNBAIO_Tee.h284 void add(const std::shared_ptr<NBAIO_TeeImpl> &tee) {
290 void remove(const std::shared_ptr<NBAIO_TeeImpl> &tee) {
302 for (const auto &tee : tees) { local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dio_inspect.rs40 let mut tee = InspectReader::new(reader, |bytes| altout.extend(bytes)); in read_tee() localVariable
120 let mut tee = InspectWriter::new(&mut writeout, |bytes| altout.extend(bytes)); in write_tee() localVariable
181 let tee = InspectWriter::new(&mut writeout, |bytes| { in write_tee_vectored() localVariable
/aosp_15_r20/external/vogar/src/vogar/commands/
H A DCommand.java54 private final PrintStream tee; field in Command
240 private PrintStream tee = null; field in Command.Builder
283 public Builder tee(PrintStream printStream) { in tee() method in Command.Builder
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon_test.py89 def test_measure_power_tee_skipped_if_ouput_path_not_set(self, _, tee): argument
103 def test_measure_power_tee_is_added_to_assembly_line( argument
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/hvpm/
Dmonsoon_test.py108 def test_measure_power_tee_skipped_if_ouput_path_not_set(self, _, tee): argument
122 def test_measure_power_tee_is_added_to_assembly_line( argument
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DPerformanceComparison.java262 final Tee tee; field in PerformanceComparison.BarImpl
265 public BarImpl(Tee tee, @I int i) { in BarImpl()
/aosp_15_r20/system/sepolicy/prebuilts/api/34.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/33.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/system/sepolicy/public/
H A Dtee.te4 type tee, domain; type
/aosp_15_r20/external/musl/src/linux/
H A Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
/aosp_15_r20/external/ltp/include/lapi/
H A Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
/aosp_15_r20/external/trusty/musl/src/linux/
Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dusage_fail.cpp21 typedef StringInitializable<int>::associated tee; typedef
/aosp_15_r20/external/pytorch/torch/_dynamo/polyfills/
H A Ditertools.py70 def tee(iterable: Iterable[_T], n: int = 2, /) -> tuple[Iterator[_T], ...]: function
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DTeeInputStreamTest.java45 private InputStream tee; field in TeeInputStreamTest
H A DTeeReaderTest.java46 private Reader tee; field in TeeReaderTest
/aosp_15_r20/external/autotest/server/hosts/tls_client/
H A Dexec_dut_command.py96 def _log_item(item, buf, tee): argument
/aosp_15_r20/art/test/
H A Ddefault_run.py201 def tee(cmd: str): function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/pipe/
Dsyscalls.rs92 pub fn tee( in tee() function

12345