Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 39) sorted by relevance

12

/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali32 ## 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/
Dbit_struct.h122 template <typename _ = void,
123 typename = std::enable_if_t<std::is_same<T, StorageType>::value, _>>
265 art::detail::DefineBitStructSize<(bitwidth)> _; \
267 name& operator=(const name& other) { _ = other._; return *this; } /* NOLINT */ \
268 name(const name& other) : _(other._) {} \
Dbit_struct_detail.h115 typename MinimumTypeUnsignedHelper<kSize>::type _;
126 static constexpr auto Test(void*) -> decltype(std::declval<C>()._, TrueT{});
148 static_assert(std::is_same<decltype(GetMemberType(&T::_)), in ValidateBitStructSize()
Dmacros.h29 friend class test_set_name##_##individual_test##_Test
/art/dt_fd_forward/
DREADME.md24 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/
Dmicro_native.cc22 { #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/
Dnative_loader_test.cpp212 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations()
221 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("system"), in SetExpectations()
226 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_art"), in SetExpectations()
231 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_i18n"), in SetExpectations()
236 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("sphal"), in SetExpectations()
241 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("vndk"), in SetExpectations()
246 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("vndk_product"), in SetExpectations()
251 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("default"), in SetExpectations()
256 … EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_neuralnetworks"), in SetExpectations()
261 EXPECT_CALL(*mock, mock_link_namespaces(Eq(IsBridged()), _, NsEq("com_android_conscrypt"), in SetExpectations()
[all …]
Dnative_loader_test.h34 using ::testing::_;
100 ON_CALL(*this, NativeBridgeIsSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()
101 ON_CALL(*this, NativeBridgeIsPathSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()
102 ON_CALL(*this, mock_get_exported_namespace(_, _)) in MockPlatform()
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali26 ## CHECK-DAG: SuspendCheck env:[[_,_,_,_,<<Phi>>]] loop:{{B\d+}} irreducible:false
/art/tools/dmtracedump/
Ddmtracedump.pl8 $input = $_;
/art/runtime/
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
Dentrypoints_order_test.cc44 type ## _ ## first_field ## _ ## second_field)
50 type ## _ ## prefix ## _ ## first_field ## _ ## second_field)
/art/libartpalette/apex/
Dpalette.cc56 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/tools/
Ddt_fds_forward.py97 (rf, _, _) = select.select(sources, [], [])
Dparallel_run.py57 for _, idx in zip(range(args.jobs - len(fs)), ids):
/art/tools/common/
Dcommon.py195 (_, _, 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/
Drun_jfuzz_test_nightly.py51 output_files = [TemporaryFile('wb+') for _ in range(args.num_proc)]
/art/libartbase/base/metrics/
Dmetrics_common.cc62 , name##_ {}
86 #define ART_METRIC(name, kind, ...) name##_.Reset(); in Reset()
Dmetrics.h573 Kind<DatumId::k##name, ##__VA_ARGS__>* name() { return &name##_; } \
574 const Kind<DatumId::k##name, ##__VA_ARGS__>* name() const { return &name##_; }
581 #define METRIC(name, Kind, ...) Kind<DatumId::k##name, ##__VA_ARGS__> name##_;
/art/build/
DAndroid.gtest.mk40 my_files += $(foreach infix,_ _VDEX_,$(foreach suffix,$(HOST_ARCH) $(HOST_2ND_ARCH), \
152 $(foreach path,$(ART_TEST_LIST_device_$(TARGET_ARCH)_$(tm)),\
158 $(ART_TEST_LIST_host_$(ART_HOST_ARCH)_$(m)))
162 $(ART_TEST_LIST_host_$(2ND_ART_HOST_ARCH)_$(m)))
/art/compiler/utils/x86/
Dmanaged_register_x86.cc48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.cc47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high },
/art/build/apex/
Dart_apex_test.py62 _, apex_name = os.path.split(apex_path)
260 found, _ = self.is_dir(dir)
286 lib_is_file, _ = self.is_file(lib_path)
289 lib64_is_file, _ = self.is_file(lib64_path)
324 subpath_first_segment, _, _ = subpath.partition('/')
803 for (_, val) in sorted(apex_map.items()):
/art/runtime/arch/x86/
Dasm_support_x86.S132 #define SYMBOL(name) _ ## name
133 #define PLT_SYMBOL(name) _ ## name
/art/tools/bisection_search/
Dbisection_search.py136 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
156 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)

12