/art/tools/ |
D | libcore_fugu_failures.txt | 102 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesISO", 103 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesNoISO", 104 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesWrapTest#test_AesWrap", 105 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeISO", 106 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeNoISO", 107 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeWrapTest#test_DESedeWrap", 108 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesISO", 109 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesNoISO", 110 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithMD5AndDES", 111 … "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithSHAand3KeyTripleDES", [all …]
|
/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/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/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/x86_64ng/ |
D | control_flow.S | 109 %def op_packed_switch(func="NterpDoPackedSwitch"): 123 call SYMBOL($func) 172 % op_packed_switch(func="NterpDoSparseSwitch")
|
/art/runtime/interpreter/mterp/x86_64/ |
D | control_flow.S | 118 %def op_packed_switch(func="MterpDoPackedSwitch"): 132 call SYMBOL($func) 193 % op_packed_switch(func="MterpDoSparseSwitch")
|
/art/runtime/interpreter/mterp/arm64/ |
D | control_flow.S | 119 %def op_packed_switch(func="MterpDoPackedSwitch"): 136 bl $func // w0<- code-unit branch offset 211 % op_packed_switch(func="MterpDoSparseSwitch")
|
/art/runtime/interpreter/mterp/x86/ |
D | control_flow.S | 120 %def op_packed_switch(func="MterpDoPackedSwitch"): 136 call SYMBOL($func) 206 % op_packed_switch(func="MterpDoSparseSwitch")
|
/art/runtime/interpreter/mterp/arm/ |
D | control_flow.S | 117 %def op_packed_switch(func="MterpDoPackedSwitch"): 134 bl $func @ r0<- code-unit branch offset 196 % op_packed_switch(func="MterpDoSparseSwitch")
|
/art/runtime/ |
D | thread_pool.h | 65 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask() argument
|
/art/runtime/gc/space/ |
D | large_object_space.h | 114 virtual void ForEachMemMap(std::function<void(const MemMap&)> func) const = 0; 165 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_); 200 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_);
|
D | large_object_space.cc | 239 void LargeObjectMapSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const { in ForEachMemMap() 242 func(pair.second.mem_map); in ForEachMemMap() 413 void FreeListSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const { in ForEachMemMap() 415 func(allocation_info_map_); in ForEachMemMap() 416 func(mem_map_); in ForEachMemMap()
|
/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/test/1964-add-to-dex-classloader-file/ |
D | add_to_loader.cc | 59 result = reinterpret_cast<AddToDexClassLoader>(cur_info->func); in GetAddFunction()
|
/art/test/1957-error-ext/ |
D | lasterror.cc | 70 res = cur_info->func; in FindExtensionMethod()
|
/art/test/1951-monitor-enter-no-suspend/ |
D | raw_monitor.cc | 58 result = reinterpret_cast<RawMonitorEnterNoSuspend>(cur_info->func); in GetNoSuspendFunction()
|
/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/tools/jvmti-agents/dump-jvmti-state/ |
D | dump-jvmti.cc | 70 GetInternalData = reinterpret_cast<decltype(GetInternalData)>(cur_info->func); in SetupJvmtiEnv()
|
/art/test/1946-list-descriptors/ |
D | descriptors.cc | 122 data->get_descriptor_list = reinterpret_cast<GetDescriptorList>(cur_info->func); in Java_art_Test1946_initializeTest()
|
/art/test/1900-track-alloc/ |
D | alloc.cc | 141 data->get_global_state = reinterpret_cast<GetGlobalState>(cur_info->func); in Java_art_Test1900_initializeTest()
|
/art/test/ti-agent/ |
D | jvmti_helper.cc | 271 res = reinterpret_cast<void*>(info.func); in GetExtensionFunctionVoid()
|