Home
last modified time | relevance | path

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

12

/art/tools/
Dlibcore_fugu_failures.txt102 "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/
Dgenerate_java_main.py159 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/
DDefs.java18 public void func(); in func() method
DBase.java18 public void func() { in func() method in Base
/art/test/066-mismatched-super/src2/
DDefs.java18 public void func(); in func() method
/art/test/065-mismatched-implements/src2/
DDefs.java18 public void func() { in func() method in Defs
/art/test/066-mismatched-super/src/
DDefs.java18 public void func() { in func() method in Defs
/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S109 %def op_packed_switch(func="NterpDoPackedSwitch"):
123 call SYMBOL($func)
172 % op_packed_switch(func="NterpDoSparseSwitch")
/art/runtime/interpreter/mterp/arm64ng/
Dcontrol_flow.S117 %def op_packed_switch(func="NterpDoPackedSwitch"):
134 bl $func // w0<- code-unit branch offset
139 % op_packed_switch(func="NterpDoSparseSwitch")
/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S118 %def op_packed_switch(func="MterpDoPackedSwitch"):
132 call SYMBOL($func)
193 % op_packed_switch(func="MterpDoSparseSwitch")
/art/runtime/interpreter/mterp/arm64/
Dcontrol_flow.S119 %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/
Dcontrol_flow.S120 %def op_packed_switch(func="MterpDoPackedSwitch"):
136 call SYMBOL($func)
206 % op_packed_switch(func="MterpDoSparseSwitch")
/art/runtime/interpreter/mterp/arm/
Dcontrol_flow.S117 %def op_packed_switch(func="MterpDoPackedSwitch"):
134 bl $func @ r0<- code-unit branch offset
196 % op_packed_switch(func="MterpDoSparseSwitch")
/art/runtime/
Dthread_pool.h65 explicit FunctionTask(std::function<void(Thread*)>&& func) : func_(std::move(func)) {} in FunctionTask() argument
/art/runtime/gc/space/
Dlarge_object_space.h114 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_);
Dlarge_object_space.cc239 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/1964-add-to-dex-classloader-file/
Dadd_to_loader.cc59 result = reinterpret_cast<AddToDexClassLoader>(cur_info->func); in GetAddFunction()
/art/test/1963-add-to-dex-classloader-in-memory/
Dadd_to_loader.cc60 result = reinterpret_cast<AddToDexClassLoaderInMemory>(cur_info->func); in GetAddFunction()
/art/test/1951-monitor-enter-no-suspend/
Draw_monitor.cc58 result = reinterpret_cast<RawMonitorEnterNoSuspend>(cur_info->func); in GetNoSuspendFunction()
/art/test/1957-error-ext/
Dlasterror.cc70 res = cur_info->func; in FindExtensionMethod()
/art/openjdkjvmti/
Devents-inl.h304 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);
Dti_extension.cc85 auto add_extension = [&](jvmtiExtensionFunction func, in GetExtensionFunctions()
93 func_info.func = func; in GetExtensionFunctions()
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc70 GetInternalData = reinterpret_cast<decltype(GetInternalData)>(cur_info->func); in SetupJvmtiEnv()
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc70 res = reinterpret_cast<void*>(info.func); in GetExtensionFunction()
/art/test/1946-list-descriptors/
Ddescriptors.cc122 data->get_descriptor_list = reinterpret_cast<GetDescriptorList>(cur_info->func); in Java_art_Test1946_initializeTest()

12