Searched defs:func (Results 126 - 150 of 182) sorted by relevance

12345678

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptingFunctions.java225 public static void setReadLineHelper(final Function<String, String> func) { argument
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp139 static void set_sched_getcpu(sched_getcpu_func_t func) { _sched_getcpu = func; } argument
140 static void set_numa_node_to_cpus(numa_node_to_cpus_func_t func) { _numa_node_to_cpus = func; } argument
141 static void set_numa_max_node(numa_max_node_func_t func) { _numa_max_node = func; } argument
142 static void set_numa_available(numa_available_func_t func) { _numa_available = func; } argument
143 static void set_numa_tonode_memory(numa_tonode_memory_func_t func) { _numa_tonode_memory = func; } argument
144 set_numa_interleave_memory(numa_interleave_memory_func_t func) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c111 uintptr_t func = 0; local
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintList.cpp53 CommandLineFlagConstraint_bool(const char* name, const bool* ptr, CommandLineFlagConstraintFunc_bool func, ConstraintType type) argument
73 CommandLineFlagConstraint_int(const char* name, const int* ptr, CommandLineFlagConstraintFunc_int func, ConstraintType type) argument
93 CommandLineFlagConstraint_intx(const char* name, const intx* ptr, CommandLineFlagConstraintFunc_intx func, ConstraintType type) argument
113 CommandLineFlagConstraint_uint(const char* name, const uint* ptr, CommandLineFlagConstraintFunc_uint func, ConstraintType type) argument
133 CommandLineFlagConstraint_uintx(const char* name, const uintx* ptr, CommandLineFlagConstraintFunc_uintx func, ConstraintType type) argument
153 CommandLineFlagConstraint_uint64_t(const char* name, const uint64_t* ptr, CommandLineFlagConstraintFunc_uint64_t func, ConstraintType type) argument
172 CommandLineFlagConstraint_size_t(const char* name, const size_t* ptr, CommandLineFlagConstraintFunc_size_t func, ConstraintType type) argument
192 CommandLineFlagConstraint_double(const char* name, const double* ptr, CommandLineFlagConstraintFunc_double func, ConstraintType type) argument
222 emit_constraint_bool(const char* name, const bool* ptr, CommandLineFlagConstraintFunc_bool func, CommandLineFlagConstraint::ConstraintType type) argument
225 emit_constraint_int(const char* name, const int* ptr, CommandLineFlagConstraintFunc_int func, CommandLineFlagConstraint::ConstraintType type) argument
228 emit_constraint_intx(const char* name, const intx* ptr, CommandLineFlagConstraintFunc_intx func, CommandLineFlagConstraint::ConstraintType type) argument
231 emit_constraint_uint(const char* name, const uint* ptr, CommandLineFlagConstraintFunc_uint func, CommandLineFlagConstraint::ConstraintType type) argument
234 emit_constraint_uintx(const char* name, const uintx* ptr, CommandLineFlagConstraintFunc_uintx func, CommandLineFlagConstraint::ConstraintType type) argument
237 emit_constraint_uint64_t(const char* name, const uint64_t* ptr, CommandLineFlagConstraintFunc_uint64_t func, CommandLineFlagConstraint::ConstraintType type) argument
240 emit_constraint_size_t(const char* name, const size_t* ptr, CommandLineFlagConstraintFunc_size_t func, CommandLineFlagConstraint::ConstraintType type) argument
243 emit_constraint_double(const char* name, const double* ptr, CommandLineFlagConstraintFunc_double func, CommandLineFlagConstraint::ConstraintType type) argument
[all...]
H A Djava.cpp671 jdk_version_info_fn_t func = CAST_TO_FN_PTR(jdk_version_info_fn_t, local
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java373 public int installFunction(String name, Class func) argument
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dutf_util.c465 iconv_t func; local
H A Dtransport.c450 jvmtiStartFunction func; local
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1760 public void registerCommand(String cmd, String usage, final String func) { argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DDrawGlyphList.c174 drawGlyphList(JNIEnv *env, jobject self, jobject sg2d, jobject sData, GlyphBlitVector *gbv, jint pixel, jint color, NativePrimitive *pPrim, DrawGlyphListFunc *func) argument
239 drawGlyphListLCD(JNIEnv *env, jobject self, jobject sg2d, jobject sData, GlyphBlitVector *gbv, jint pixel, jint color, jboolean rgbOrder, int contrast, NativePrimitive *pPrim, DrawGlyphListLCDFunc *func) argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-unicode-private.hh253 } func; member in struct:hb_unicode_funcs_t
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java599 private static NamedFunction getFunction(byte func) { argument
610 private static NamedFunction createFunction(byte func) { argument
H A DDirectMethodHandle.java745 private static NamedFunction getFunction(byte func) { argument
756 private static NamedFunction createFunction(byte func) { argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAllLocations.java58 public Function func(@V AllLocations this) { method in class:AllLocations
100 public static Function func(Function f) { return f; } method in class:Ext
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java580 testJSAdapter(final Object adaptee, final MethodHandle getter, final Object where, final ScriptFunction func) argument
585 isJSAdapter(final Object self, final Object adaptee, final MethodHandle getter, final Object where, final ScriptFunction func) argument
[all...]
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp229 bool PICL::bind(FuncType& func, const char* name) { argument
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp608 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
627 load_long_func_t* func = CAST_TO_FN_PTR(load_long_func_t*, StubRoutines::atomic_load_long_entry()); local
645 store_long_func_t* func = CAST_TO_FN_PTR(store_long_func_t*, StubRoutines::atomic_store_long_entry()); local
661 atomic_add_func_t * func = CAST_TO_FN_PTR(atomic_add_func_t*, local
678 atomic_xchg_func_t * func = CAST_TO_FN_PTR(atomic_xchg_func_t*, local
696 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
[all...]
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp233 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry()); local
248 xchg_ptr_func_t* func = CAST_TO_FN_PTR(xchg_ptr_func_t*, StubRoutines::atomic_xchg_ptr_entry()); local
264 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
280 cmpxchg_byte_func_t* func = CAST_TO_FN_PTR(cmpxchg_byte_func_t*, StubRoutines::atomic_cmpxchg_byte_entry()); local
298 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
316 add_func_t* func = CAST_TO_FN_PTR(add_func_t*, StubRoutines::atomic_add_entry()); local
329 add_ptr_func_t* func = CAST_TO_FN_PTR(add_ptr_func_t*, StubRoutines::atomic_add_ptr_entry()); local
479 get_sp_func* func = CAST_TO_FN_PTR(get_sp_func*, local
509 get_fp_func* func = CAST_TO_FN_PTR(get_fp_func*, local
[all...]
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.hpp245 static void set_sched_getcpu(sched_getcpu_func_t func) { _sched_getcpu = func; } argument
246 static void set_numa_node_to_cpus(numa_node_to_cpus_func_t func) { _numa_node_to_cpus = func; } argument
247 static void set_numa_max_node(numa_max_node_func_t func) { _numa_max_node = func; } argument
248 static void set_numa_num_configured_nodes(numa_num_configured_nodes_func_t func) { _numa_num_configured_nodes = func; } argument
249 static void set_numa_available(numa_available_func_t func) { _numa_available = func; } argument
250 set_numa_tonode_memory(numa_tonode_memory_func_t func) argument
251 set_numa_interleave_memory(numa_interleave_memory_func_t func) argument
252 set_numa_interleave_memory_v2(numa_interleave_memory_v2_func_t func) argument
253 set_numa_set_bind_policy(numa_set_bind_policy_func_t func) argument
254 set_numa_bitmask_isbitset(numa_bitmask_isbitset_func_t func) argument
255 set_numa_distance(numa_distance_func_t func) argument
[all...]
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp915 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry()); local
930 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
946 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
962 add_func_t* func = CAST_TO_FN_PTR(add_func_t*, StubRoutines::atomic_add_entry()); local
[all...]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp196 Value* SharkBuilder::make_function(address func, argument
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Ddeflate.c149 compress_func func; member in struct:config_s
600 compress_func func; local
/openjdk10/jdk/src/jdk.management.agent/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java848 private static void config(String func, String msg) { argument
852 private static void config(String func, Throwable t) { argument
856 private static void config(String func, String msg, Throwable t) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DIRTranslator.java546 private List<? extends ExpressionTree> translateParameters(final FunctionNode func) { argument
620 private ModuleTree translateModule(final FunctionNode func) { argument
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util.h475 AddTestCaseInstantiation(const string& instantiation_name, GeneratorCreationFunc* func, const char* , int ) argument

Completed in 1008 milliseconds

12345678