/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | SecureElementProvisioningTest.cpp | 185 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 D | NBAIO_Tee.h | 284 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/ |
D | io_inspect.rs | 40 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 D | Command.java | 54 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/ |
D | monsoon_test.py | 89 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/ |
D | monsoon_test.py | 108 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 D | PerformanceComparison.java | 262 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 D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/33.0/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/system/sepolicy/public/ |
H A D | tee.te | 4 type tee, domain; type
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | tee.c | 5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
|
/aosp_15_r20/external/ltp/include/lapi/ |
H A D | tee.h | 14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
|
/aosp_15_r20/external/trusty/musl/src/linux/ |
D | tee.c | 5 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/ |
D | usage_fail.cpp | 21 typedef StringInitializable<int>::associated tee; typedef
|
/aosp_15_r20/external/pytorch/torch/_dynamo/polyfills/ |
H A D | itertools.py | 70 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 D | TeeInputStreamTest.java | 45 private InputStream tee; field in TeeInputStreamTest
|
H A D | TeeReaderTest.java | 46 private Reader tee; field in TeeReaderTest
|
/aosp_15_r20/external/autotest/server/hosts/tls_client/ |
H A D | exec_dut_command.py | 96 def _log_item(item, buf, tee): argument
|
/aosp_15_r20/art/test/ |
H A D | default_run.py | 201 def tee(cmd: str): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/pipe/ |
D | syscalls.rs | 92 pub fn tee( in tee() function
|