/art/artd/ |
D | artd_test.cc | 105 using ::testing::_; 613 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(0); in TEST_F() 633 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(0); in TEST_F() 648 EXPECT_CALL(mock_logger_, Call(_, _, _, _, _, HasSubstr("Failed to get the file size"))).Times(3); in TEST_F() 668 Call(_, _, _, _, _, ContainsRegex(R"re(Failed to get the file size.*b\.vdex)re"))) in TEST_F() 712 _, in TEST_F() 713 _)) in TEST_F() 741 _, in TEST_F() 746 _, in TEST_F() 747 _)) in TEST_F() [all …]
|
/art/test/550-checker-regression-wide-store/smali/ |
D | TestCase.smali | 32 ## CHECK-DAG: InvokeStaticOrDirect method_name:java.lang.System.nanoTime env:[[_,<<Cst0>>,<<Arg>>,_… 33 ## CHECK-DAG: InvokeStaticOrDirect method_name:TestCase.$noinline$throw env:[[_,<<Cast>>,<<Arg>>,_… 58 ## CHECK-DAG: InvokeStaticOrDirect method_name:java.lang.System.nanoTime env:[[<<Arg>>,_,<<Arg>>,_]] 72 …CHECK-DAG: InvokeStaticOrDirect method_name:java.lang.System.nanoTime env:[[<<Arg>>,_,_,<<Arg>>,_]]
|
/art/libartbase/base/ |
D | bit_struct.h | 122 template <typename _ = void, 123 typename = std::enable_if_t<std::is_same_v<T, StorageType>, _>> 264 art::detail::DefineBitStructSize<(bitwidth)> _; \ 266 name& operator=(const name& other) { _ = other._; return *this; } /* NOLINT */ \ 267 name(const name& other) : _(other._) {} \
|
D | bit_struct_detail.h | 114 typename MinimumTypeUnsignedHelper<kSize>::type _; 125 static constexpr auto Test(void*) -> decltype(std::declval<C>()._, TrueT{}); 147 static_assert(std::is_same_v<decltype(GetMemberType(&T::_)), in ValidateBitStructSize()
|
D | macros.h | 30 friend class test_set_name##_##individual_test##_Test
|
/art/dt_fd_forward/ |
D | README.md | 24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_), 25 an fd that outgoing JDWP packets will be written to (write\_fd\_), and an 26 _eventfd_ (write\_lock\_fd\_). The eventfd should not have any flags set. Prior 27 to writing any data to write\_fd\_ the transport will _read_ from the 28 write\_lock\_fd\_ and after finishing the write it will _write_ to it. This 29 allows one to safely multiplex data on the write\_fd\_.
|
/art/benchmark/micro-native/ |
D | micro_native.cc | 22 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) } 32 #define NAME_NORMAL_JNI_METHOD(name) GLUE4_(Java_, CLASS_INFIX, _, name) 33 #define NAME_CRITICAL_JNI_METHOD(name) GLUE4_(JavaCritical_, CLASS_INFIX, _, name) 35 …E_NORMAL_JNI_METHOD(ret, name) extern "C" JNIEXPORT ret JNICALL GLUE4_(Java_, CLASS_INFIX, _, name) 36 …_JNI_METHOD(ret, name) extern "C" JNIEXPORT ret JNICALL GLUE4_(JavaCritical_, CLASS_INFIX, _, name)
|
/art/libnativeloader/ |
D | native_loader_test.cpp | 46 using ::testing::_; 131 ON_CALL(*this, NativeBridgeIsSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform() 132 ON_CALL(*this, NativeBridgeIsPathSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform() 133 ON_CALL(*this, mock_get_exported_namespace(_, _)) in MockPlatform() 442 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations() 451 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("system"), in SetExpectations() 456 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_art"), in SetExpectations() 461 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_i18n"), in SetExpectations() 466 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("sphal"), in SetExpectations() 471 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("product"), in SetExpectations() [all …]
|
/art/odrefresh/ |
D | odrefresh_test.cc | 53 using ::testing::_; 296 Contains(Flag("--base=", _)), in TEST_F() 297 Not(Contains(Flag("--boot-image=", _))), in TEST_F() 336 Not(Contains(Flag("--base=", _))), in TEST_F() 337 Contains(Flag("--boot-image=", _)), in TEST_F() 365 Not(Contains(Flag("--profile-file-fd=", _))), in TEST_F() 391 Not(Contains(Flag("--profile-file-fd=", _))), in TEST_F() 437 Not(Contains(Flag("--class-loader-context-fds=", _))), in TEST_F() 507 EXPECT_CALL(*mock_exec_utils_, DoExecAndReturnCode(_)).WillRepeatedly(Return(0)); in TEST_F() 589 EXPECT_CALL(*mock_exec_utils_, DoExecAndReturnCode(_)) in TEST_F() [all …]
|
/art/runtime/ |
D | runtime_intrinsics.cc | 95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument 113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
|
D | exec_utils_test.cc | 42 using ::testing::_; 219 EXPECT_CALL(*exec_utils_, GetProcStat(_)) in TEST_P() 249 EXPECT_CALL(*exec_utils_, GetProcStat(_)) in TEST_P() 302 EXPECT_CALL(*exec_utils_, GetProcStat(_)) in TEST_P()
|
D | entrypoints_order_test.cc | 44 type ## _ ## first_field ## _ ## second_field) 50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
|
/art/libartpalette/apex/ |
D | palette.cc | 56 Name ## Method Get ## Name ## Method() const { return Name ## Method ## _; } 71 const Name ## Method Name ## Method ## _; 103 , Name ## Method ## _(reinterpret_cast<Name ## Method>(GetMethod(palette_lib_, #Name))) in PaletteLoader()
|
/art/test/596-checker-dead-phi/smali/ |
D | IrreducibleLoop.smali | 27 ## CHECK-DAG: SuspendCheck env:[[_,_,_,<<Phi1>>,<<Phi2>>]] loop:{{B\d+}} irreducible:false
|
/art/tools/ |
D | dt_fds_forward.py | 97 (rf, _, _) = select.select(sources, [], [])
|
D | parallel_run.py | 57 for _, idx in zip(range(args.jobs - len(fs)), ids):
|
/art/tools/common/ |
D | common.py | 195 (_, _, retcode) = RunCommandForOutput(cmd, None, outf, errf, timeout) 450 (output, _, retcode) = RunCommandForOutput(cmd, self._shell_env, PIPE, 460 logcat_output, _ = logcat_proc.communicate()
|
/art/tools/jfuzz/ |
D | run_jfuzz_test_nightly.py | 51 output_files = [TemporaryFile('wb+') for _ in range(args.num_proc)]
|
/art/build/ |
D | Android.gtest.mk | 40 my_files += $(foreach infix,_ _VDEX_,$(foreach suffix,$(HOST_ARCH) $(HOST_2ND_ARCH), \ 149 $(foreach path,$(ART_TEST_LIST_device_$(TARGET_ARCH)_$(tm)),\ 155 $(ART_TEST_LIST_host_$(ART_HOST_ARCH)_$(m))) 159 $(ART_TEST_LIST_host_$(2ND_ART_HOST_ARCH)_$(m)))
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
|
/art/compiler/optimizing/ |
D | intrinsic_objects.cc | 60 WellKnownClasses::java_lang_ ##name ##_ ##name ##Cache_cache, \ in FillIntrinsicObjects()
|
/art/tools/bisection_search/ |
D | bisection_search.py | 136 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO) 156 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
|
/art/cmdline/ |
D | README.md | 42 Define("--apple:_") 45 .Define("--orange:_") 84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the 109 .Define("-hello:_")
|
/art/libartbase/base/metrics/ |
D | metrics_common.cc | 64 , name##_ {} 104 #define RESET_METRIC(name, ...) name##_.Reset(); in Reset()
|