/art/test/utils/python/ |
D | generate_java_main.py | 159 for f in sorted(self.funcs, key=lambda a: (a.func, a.farg)): 187 def __init__(self, func, farg, invoke): argument 191 self.func = func 199 return "Test_Func_{}_{}_{}".format(self.func, self.farg, self.invoke) 208 callfunc=self.func)
|
/art/tools/ |
D | libcore_fugu_failures.txt | 104 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesISO", 105 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesNoISO", 106 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesWrapTest#test_AesWrap", 107 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeISO", 108 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeNoISO", 109 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeWrapTest#test_DESedeWrap", 110 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesISO", 111 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesNoISO", 112 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithMD5AndDES", 113 … "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithSHAand3KeyTripleDES", [all …]
|
/art/libarttools/include_binder_utils/tools/ |
D | binder_utils.h | 57 #define OR_RETURN_ERROR(func, expr) \ argument 61 return (func)(__or_return_error_tmp.error().message()); \
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 109 %def op_packed_switch(func="NterpDoPackedSwitch"): 123 call SYMBOL($func) 169 % op_packed_switch(func="NterpDoSparseSwitch")
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | control_flow.S | 117 %def op_packed_switch(func="NterpDoPackedSwitch"): 134 bl $func // w0<- code-unit branch offset 139 % op_packed_switch(func="NterpDoSparseSwitch")
|
/art/test/065-mismatched-implements/src/ |
D | Defs.java | 18 public void func(); in func() method
|
D | Base.java | 18 public void func() { in func() method in Base
|
/art/test/066-mismatched-super/src2/ |
D | Defs.java | 18 public void func(); in func() method
|
/art/runtime/interpreter/mterp/x86ng/ |
D | control_flow.S | 106 %def op_packed_switch(func="NterpDoPackedSwitch"): 122 call SYMBOL($func) 178 % op_packed_switch(func="NterpDoSparseSwitch")
|
/art/test/065-mismatched-implements/src2/ |
D | Defs.java | 18 public void func() { in func() method in Defs
|
/art/test/066-mismatched-super/src/ |
D | Defs.java | 18 public void func() { in func() method in Defs
|
/art/runtime/interpreter/mterp/armng/ |
D | control_flow.S | 117 %def op_packed_switch(func="NterpDoPackedSwitch"): 134 bl $func @ r0<- code-unit branch offset 139 % op_packed_switch(func="NterpDoSparseSwitch")
|
/art/runtime/gc/space/ |
D | large_object_space.h | 114 virtual void ForEachMemMap(std::function<void(const MemMap&)> func) const = 0; 177 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_); 211 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_);
|
D | large_object_space.cc | 244 void LargeObjectMapSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const { in ForEachMemMap() 247 func(pair.second.mem_map); in ForEachMemMap() 444 void FreeListSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const { in ForEachMemMap() 446 func(allocation_info_map_); in ForEachMemMap() 447 func(mem_map_); in ForEachMemMap()
|
/art/test/1964-add-to-dex-classloader-file/ |
D | add_to_loader.cc | 59 result = reinterpret_cast<AddToDexClassLoader>(cur_info->func); in GetAddFunction()
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | add_to_loader.cc | 60 result = reinterpret_cast<AddToDexClassLoaderInMemory>(cur_info->func); in GetAddFunction()
|
/art/runtime/ |
D | thread_pool.h | 66 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask() argument
|
/art/openjdkjvmti/ |
D | events-inl.h | 304 impl::EventHandlerFunc<kEvent> func(env); in DispatchEventOnEnv() 305 ExecuteCallback<kEvent>(func, jnienv, args...); in DispatchEventOnEnv() 319 impl::EventHandlerFunc<kEvent> func(env); in DispatchEventOnEnv() 320 ExecuteCallback<kEvent>(func, args...); in DispatchEventOnEnv() 331 impl::EventHandlerFunc<kEvent> func(env); 332 ExecuteCallback<kEvent>(func, obsolete_tag, new_tag);
|
D | ti_extension.cc | 85 auto add_extension = [&](jvmtiExtensionFunction func, in GetExtensionFunctions() 93 func_info.func = func; in GetExtensionFunctions()
|
/art/test/1951-monitor-enter-no-suspend/ |
D | raw_monitor.cc | 58 result = reinterpret_cast<RawMonitorEnterNoSuspend>(cur_info->func); in GetNoSuspendFunction()
|
/art/test/1957-error-ext/ |
D | lasterror.cc | 70 res = cur_info->func; in FindExtensionMethod()
|
/art/test/2038-hiddenapi-jvmti-ext/ |
D | hiddenapi_ext.cc | 69 result = reinterpret_cast<void*>(cur_info->func); in GetExtension()
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | dump-jvmti.cc | 70 GetInternalData = reinterpret_cast<decltype(GetInternalData)>(cur_info->func); in SetupJvmtiEnv()
|
/art/tools/jvmti-agents/enable-vlog/ |
D | enablevlog.cc | 70 res = reinterpret_cast<void*>(info.func); in GetExtensionFunction()
|
/art/test/1946-list-descriptors/ |
D | descriptors.cc | 122 data->get_descriptor_list = reinterpret_cast<GetDescriptorList>(cur_info->func); in Java_art_Test1946_initializeTest()
|