Home
last modified time | relevance | path

Searched defs:__ (Results 1 – 25 of 246) sorted by relevance

12345678910

/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/
Diperf_server_test.py123 def test_start_makes_started_true(self, mock_job, __, ___): argument
134 def test_start_stop_makes_started_false(self, _, __, ___): argument
147 def test_start_sets_current_log_file(self, _, __, ___): argument
159 def test_stop_returns_current_log_file(self, _, __): argument
174 self, start_proc, _, __): argument
217 def test_start_stop_makes_started_false(self, _, __): argument
231 def test_stop_returns_expected_log_file(self, _, __): argument
259 def test_stop_exits_early_if_no_process_has_started(self, _, __): argument
293 def test_start_stop_makes_started_false(self, mock_ad, _, __): argument
307 def test_stop_returns_expected_log_file(self, mock_ad, _, __): argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/operator/detail/
Ddefine_operator.hpp15 #define BOOST_PHOENIX_UNARY_EXPRESSION(__, ___, name) \ argument
22 #define BOOST_PHOENIX_UNARY_RULE(__, ___, name) \ argument
28 #define BOOST_PHOENIX_UNARY_FUNCTIONAL(__, ___, name) \ argument
55 #define BOOST_PHOENIX_BINARY_EXPRESSION(__, ___, name) \ argument
62 #define BOOST_PHOENIX_BINARY_RULE(__, ___, name) \ argument
68 #define BOOST_PHOENIX_BINARY_FUNCTIONAL(__, ___, name) \ argument
95 #define BOOST_PHOENIX_GRAMMAR(_, __, name) \ argument
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dbinding_test.py79 def inner(*_, **__):
91 def inner(*_, **__):
129 def before(*_, **__):
132 def inner(*_, **__):
148 def after(*_, **__):
151 def inner(*_, **__):
165 def inner(*_, **__):
168 def signal_modifier(_, signal, *__, **___):
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dpower_monitor.py113 def setup(self, monsoon_config=None, **__):
126 def power_cycle(self, monsoon_config=None, **__):
144 def connect_usb(self, **__):
148 monsoon_output_path=None, **__):
161 def release_resources(self, **__):
165 def disconnect_usb(self, **__):
184 timestamps=None, **__):
213 def teardown(self, **__):
Dbits.py187 def setup(self, *_, registry=None, **__):
267 def disconnect_usb(self, *_, **__):
270 def connect_usb(self, *_, **__):
275 **__):
333 def get_metrics(self, *_, timestamps=None, **__):
/aosp_15_r20/developers/build/lib/
HDbuildSrc.jar ... reflection.ClassInfo $staticClassInfo public static transient synthetic boolean __$stMC private transient synthetic groovy.lang.MetaClass ...
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A Dnanl_test.cpp18 #define SELECT_LONG_DOUBLE(val, _, __) val argument
20 #define SELECT_LONG_DOUBLE(_, val, __) val argument
22 #define SELECT_LONG_DOUBLE(_, __, val) val argument
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_manager_unittest.py171 def _apply_patch_entry_mock1(v, _, patch_entry, _func, **__):
186 def _apply_patch_entry_mock2(v, _, patch_entry, _func, **__):
201 def _apply_patch_entry_mock3(v, _, patch_entry, _func, **__):
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/bits_lib/
Dbits_service_test.py38 def test_output_log_gets_closed_on_cleanup(self, _, __, mock_open, *___): argument
107 def side_effect(*_, **__):
131 def side_effect(*_, **__):
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dstats.h513 #define PERFETTO_TP_STATS_SEVERITY(_, __, severity, ...) severity argument
517 #define PERFETTO_TP_STATS_SOURCE(_, __, ___, source, ...) source argument
520 #define PERFETTO_TP_STATS_DESCRIPTION(_, __, ___, ____, descr, ...) descr argument
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A Dstrtold_test.cpp19 #define SELECT_CONST(val, _, __) val argument
21 #define SELECT_CONST(_, val, __) val argument
23 #define SELECT_CONST(_, __, val) val argument
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Dqueries_unittest.py290 def SideEffect(*_, **__) -> list:
520 def SideEffect(*_, **__) -> unittest_utils.FakeProcess:
544 def SideEffect(*_, **__) -> unittest_utils.FakeProcess:
/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore_test.py302 async def mock(self, *_, **__):
314 async def return_true(*_, **__) -> bool:
318 async def return_false(*_, **__) -> bool:
/aosp_15_r20/bootable/recovery/updater_sample/res/raw/
H A Dsample.json9 "__": "streaming_metadata is required only for streaming update", string
25 "__": "A/B (seamless) update configurations", string
/aosp_15_r20/tools/asuite/atest/
H A Datest_execution_info_unittest.py146 self, _, __ argument
155 self, _, __ argument
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc75 #define __ assembler. macro
89 #define __ assembler. macro
257 #define __ assembler.asm_. macro
/aosp_15_r20/art/runtime/
H A Druntime_intrinsics.cc95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument
113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/proc/
H A Dproc-empty-vm.c116 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
121 static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV_vsyscall()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/detail/
Diterate_define.hpp102 #define BOOST_PHOENIX_M0_R(_, N, __) \ argument
114 #define BOOST_PHOENIX_M1_R(R, __, ___, ELEM) \ argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dread.rs793 const __: bool = false; // allow unescaped constant
977 const __: u8 = 255; // not a hex digit constant
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dread.rs791 const __: bool = false; // allow unescaped constant
975 const __: u8 = 255; // not a hex digit constant
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Ddynamic_type.cpp131 #define CASE_TYPE(T, _, __) \ in DynamicType() argument
220 #define CASE_TYPE(T, _, __) \ in dynamicKind() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dread.rs1055 const __: bool = false; // allow unescaped constant
1278 const __: u8 = 255; // not a hex digit constant
/aosp_15_r20/external/pytorch/torch/utils/model_dump/
H A Dpreact.mjs2 …_,l,null)}function v(e,t,_,l,o){var r={type:e,props:t,key:_,ref:l,__k:null,__:null,__b:0,__e:null,… property
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dunion.pass.cpp40 double __; member

12345678910