Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 31) 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.h119 template <typename _ = void,
120 typename = std::enable_if_t<std::is_same<T, StorageType>::value, _>>
279 art::detail::DefineBitStructSize<(bitwidth)> _; \
281 name& operator=(const name& other) { _ = other._; return *this; } /* NOLINT */ \
282 name(const name& other) : _(other._) {} \
Dbit_struct_detail.h71 typename MinimumTypeUnsignedHelper<kSize>::type _;
82 static constexpr auto Test(void*) -> decltype(std::declval<C>()._, TrueT{});
104 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/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/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/arch/arm/
Dasm_support_arm.S47 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
48 .Lload_got_\name\()_\num\():
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S99 #define SYMBOL(name) _ ## name
100 #define PLT_SYMBOL(name) _ ## name
/art/runtime/
Druntime_intrinsics.cc70 #define SETUP_INTRINSICS(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/tools/common/
Dcommon.py195 (_, _, retcode) = RunCommandForOutput(cmd, None, outf, errf, timeout)
448 (output, _, retcode) = RunCommandForOutput(cmd, self._shell_env, PIPE,
458 logcat_output, _ = logcat_proc.communicate()
/art/runtime/arch/x86/
Dasm_support_x86.S103 #define SYMBOL(name) _ ## name
104 #define PLT_SYMBOL(name) _ ## name
/art/tools/
Ddt_fds_forward.py96 (rf, _, _) = select.select(sources, [], [])
/art/test/
DAndroid.run-test.mk114 $(1)_prereq_rules += $$($(call to-upper,$(1))_CORE_IMAGE_$$(image_suffix)_$(4))
117 $(1)_prereq_rules += $$($(call to-upper,$(1))_CORE_IMAGE_$$(image_suffix)_$(4))
/art/tools/jfuzz/
Drun_jfuzz_test_nightly.py51 output_files = [TemporaryFile('wb+') for _ in range(args.num_proc)]
Drun_jfuzz_test.py553 (output, _, _) = RunCommandForOutput(
/art/build/apex/
Dart_apex_test.py70 stdout, _ = process.communicate()
239 lib_is_file, _ = self.is_file(lib_path)
242 lib64_is_file, _ = self.is_file(lib64_path)
267 subpath_first_segment, _, _ = subpath.partition('/')
614 for (_, val) in sorted(apex_map.items()):
/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/
DAndroid.gtest.mk432 $(ART_TEST_LIST_device_$(TARGET_ARCH)_$(m)))
436 $(ART_TEST_LIST_device_$(2ND_TARGET_ARCH)_$(m)))
440 $(ART_TEST_LIST_host_$(ART_HOST_ARCH)_$(m)))
444 $(ART_TEST_LIST_host_$(2ND_ART_HOST_ARCH)_$(m)))
710 …E_TARGET_GTEST_MAKE_TARGETS += $$(notdir $$(patsubst %/,%,$$(dir $$(file))))_$$(notdir $$(basename…
/art/tools/bisection_search/
Dbisection_search.py138 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
158 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
/art/cmdline/
DREADME.md42 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:_")

12