Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 6352) sorted by relevance

12345678910>>...255

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/cache/config/
H A DCacheableService.java26 T cache(Object arg1); in cache()
28 void invalidate(Object arg1); in invalidate()
30 void evictEarly(Object arg1); in evictEarly()
32 void evictAll(Object arg1); in evictAll()
44 T name(Object arg1); in name()
46 T nullValue(Object arg1); in nullValue()
48 T update(Object arg1); in update()
54 T rootVars(Object arg1); in rootVars()
61 T multiCache(Object arg1); in multiCache()
63 T multiEvict(Object arg1); in multiEvict()
[all …]
H A DDefaultCacheableService.java37 public Long cache(Object arg1) { in cache()
42 public void invalidate(Object arg1) { in invalidate()
51 public void evictAll(Object arg1) { in evictAll()
55 public void evictEarly(Object arg1) { in evictEarly()
79 public Long name(Object arg1) { in name()
84 public Long rootVars(Object arg1) { in rootVars()
89 public Long update(Object arg1) { in update()
99 public Long nullValue(Object arg1) { in nullValue()
121 public Long multiCache(Object arg1) { in multiCache()
126 public Long multiEvict(Object arg1) { in multiEvict()
[all …]
H A DAnnotatedClassCacheableService.java35 public Object cache(Object arg1) { in cache()
44 public void invalidate(Object arg1) { in invalidate()
53 public void evictAll(Object arg1) { in evictAll()
57 public void evictEarly(Object arg1) { in evictEarly()
76 public Object name(Object arg1) { in name()
81 public Object rootVars(Object arg1) { in rootVars()
86 public Object update(Object arg1) { in update()
95 public Object nullValue(Object arg1) { in nullValue()
115 public Object multiCache(Object arg1) { in multiCache()
120 public Object multiEvict(Object arg1) { in multiEvict()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java26 T cache(Object arg1); in cache()
28 void invalidate(Object arg1); in invalidate()
30 void evictEarly(Object arg1); in evictEarly()
32 void evictAll(Object arg1); in evictAll()
44 T name(Object arg1); in name()
46 T nullValue(Object arg1); in nullValue()
48 T update(Object arg1); in update()
54 T rootVars(Object arg1); in rootVars()
61 T multiCache(Object arg1); in multiCache()
63 T multiEvict(Object arg1); in multiEvict()
[all …]
H A DDefaultCacheableService.java37 public Long cache(Object arg1) { in cache()
42 public void invalidate(Object arg1) { in invalidate()
51 public void evictAll(Object arg1) { in evictAll()
55 public void evictEarly(Object arg1) { in evictEarly()
79 public Long name(Object arg1) { in name()
84 public Long rootVars(Object arg1) { in rootVars()
89 public Long update(Object arg1) { in update()
99 public Long nullValue(Object arg1) { in nullValue()
121 public Long multiCache(Object arg1) { in multiCache()
126 public Long multiEvict(Object arg1) { in multiEvict()
[all …]
H A DAnnotatedClassCacheableService.java35 public Object cache(Object arg1) { in cache()
44 public void invalidate(Object arg1) { in invalidate()
53 public void evictAll(Object arg1) { in evictAll()
57 public void evictEarly(Object arg1) { in evictEarly()
76 public Object name(Object arg1) { in name()
81 public Object rootVars(Object arg1) { in rootVars()
86 public Object update(Object arg1) { in update()
95 public Object nullValue(Object arg1) { in nullValue()
115 public Object multiCache(Object arg1) { in multiCache()
120 public Object multiEvict(Object arg1) { in multiEvict()
[all …]
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/builtin/
H A DFns3.java620 public LispObject op1(LispObject arg1) in op1()
754 public LispObject op1(LispObject arg1) in op1()
764 public LispObject op1(LispObject arg1) in op1()
1063 public LispObject op1(LispObject arg1) in op1()
1270 public LispObject op1(LispObject arg1) in op1()
1290 public LispObject op1(LispObject arg1) in op1()
1311 public LispObject op1(LispObject arg1) in op1()
1416 public LispObject op1(LispObject arg1) in op1()
1497 public LispObject op1(LispObject arg1) in op1()
1746 public LispObject op1(LispObject arg1) in op1()
[all …]
H A DFns1.java403 public LispObject op1(LispObject arg1) in op1()
434 public LispObject op1(LispObject arg1) throws Exception in op1()
474 public LispObject op1(LispObject arg1) throws Exception in op1()
570 public LispObject op1(LispObject arg1) in op1()
792 public LispObject op1(LispObject arg1) in op1()
1065 public LispObject op1(LispObject arg1) in op1()
1508 public LispObject op1(LispObject arg1) in op1()
2600 public LispObject op1(LispObject arg1) in op1()
2682 LispObject arg1 = aa[0]; in opn() local
2904 public LispObject op1(LispObject arg1) in op1()
[all …]
H A DFns2.java218 public LispObject op1(LispObject arg1) { return arg1; } in op1()
245 public LispObject op1(LispObject arg1) { return arg1; } in op1()
271 public LispObject op1(LispObject arg1) { return arg1; } in op1()
297 public LispObject op1(LispObject arg1) { return arg1; } in op1()
313 public LispObject op1(LispObject arg1) throws Exception in op1()
321 public LispObject op1(LispObject arg1) throws Exception in op1()
332 public LispObject op1(LispObject arg1) throws Exception in op1()
343 public LispObject op1(LispObject arg1) throws Exception in op1()
354 public LispObject op1(LispObject arg1) throws Exception in op1()
364 public LispObject op1(LispObject arg1) throws Exception in op1()
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DFns1.java370 public LispObject op1(LispObject arg1) in op1()
401 public LispObject op1(LispObject arg1) throws Exception in op1()
441 public LispObject op1(LispObject arg1) throws Exception in op1()
537 public LispObject op1(LispObject arg1) in op1()
759 public LispObject op1(LispObject arg1) in op1()
1032 public LispObject op1(LispObject arg1) in op1()
1476 public LispObject op1(LispObject arg1) in op1()
2611 public LispObject op1(LispObject arg1) in op1()
2693 LispObject arg1 = aa[0]; in opn() local
2918 public LispObject op1(LispObject arg1) in op1()
[all …]
H A DFns2.java210 public LispObject op1(LispObject arg1) { return arg1; } in op1()
237 public LispObject op1(LispObject arg1) { return arg1; } in op1()
263 public LispObject op1(LispObject arg1) { return arg1; } in op1()
289 public LispObject op1(LispObject arg1) { return arg1; } in op1()
305 public LispObject op1(LispObject arg1) throws Exception in op1()
313 public LispObject op1(LispObject arg1) throws Exception in op1()
324 public LispObject op1(LispObject arg1) throws Exception in op1()
335 public LispObject op1(LispObject arg1) throws Exception in op1()
346 public LispObject op1(LispObject arg1) throws Exception in op1()
356 public LispObject op1(LispObject arg1) throws Exception in op1()
[all …]
H A DFns3.java617 public LispObject op1(LispObject arg1) in op1()
752 public LispObject op1(LispObject arg1) in op1()
762 public LispObject op1(LispObject arg1) in op1()
1159 public LispObject op1(LispObject arg1) in op1()
1409 public LispObject op1(LispObject arg1) in op1()
1429 public LispObject op1(LispObject arg1) in op1()
1450 public LispObject op1(LispObject arg1) in op1()
1555 public LispObject op1(LispObject arg1) in op1()
1666 public LispObject op1(LispObject arg1) in op1()
1916 public LispObject op1(LispObject arg1) in op1()
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DFns2.java217 public LispObject op1(LispObject arg1) { return arg1; } in op1()
244 public LispObject op1(LispObject arg1) { return arg1; } in op1()
270 public LispObject op1(LispObject arg1) { return arg1; } in op1()
296 public LispObject op1(LispObject arg1) { return arg1; } in op1()
312 public LispObject op1(LispObject arg1) throws Exception in op1()
320 public LispObject op1(LispObject arg1) throws Exception in op1()
331 public LispObject op1(LispObject arg1) throws Exception in op1()
342 public LispObject op1(LispObject arg1) throws Exception in op1()
353 public LispObject op1(LispObject arg1) throws Exception in op1()
363 public LispObject op1(LispObject arg1) throws Exception in op1()
[all …]
H A DFns1.java376 public LispObject op1(LispObject arg1) throws Exception in op1()
388 public LispObject op1(LispObject arg1) in op1()
419 public LispObject op1(LispObject arg1) throws Exception in op1()
555 public LispObject op1(LispObject arg1) in op1()
777 public LispObject op1(LispObject arg1) in op1()
1064 public LispObject op1(LispObject arg1) in op1()
1511 public LispObject op1(LispObject arg1) in op1()
2674 public LispObject op1(LispObject arg1) in op1()
2805 LispObject arg1 = aa[0]; in opn() local
3042 public LispObject op1(LispObject arg1) in op1()
[all …]
H A DFns3.java932 public LispObject op1(LispObject arg1) in op1()
1069 public LispObject op1(LispObject arg1) in op1()
1079 public LispObject op1(LispObject arg1) in op1()
1781 public LispObject op1(LispObject arg1) in op1()
1801 public LispObject op1(LispObject arg1) in op1()
1822 public LispObject op1(LispObject arg1) in op1()
1941 public LispObject op1(LispObject arg1) in op1()
2052 public LispObject op1(LispObject arg1) in op1()
2302 public LispObject op1(LispObject arg1) in op1()
2482 public LispObject op1(LispObject arg1) in op1()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DPalRedhawkFunctions.h12 inline UInt32_BOOL PalCloseHandle(HANDLE arg1) in PalCloseHandle()
24 inline void PalDeleteCriticalSection(CRITICAL_SECTION * arg1) in PalDeleteCriticalSection()
36 inline void PalEnterCriticalSection(CRITICAL_SECTION * arg1) in PalEnterCriticalSection()
48 inline UInt32 PalEventUnregister(REGHANDLE arg1) in PalEventUnregister()
98 inline void * PalGetProcAddress(HANDLE arg1, const char * arg2) in PalGetProcAddress()
116 inline void PalLeaveCriticalSection(CRITICAL_SECTION * arg1) in PalLeaveCriticalSection()
146 inline UInt32_BOOL PalReleaseMutex(HANDLE arg1) in PalReleaseMutex()
152 inline UInt32_BOOL PalResetEvent(HANDLE arg1) in PalResetEvent()
158 inline UInt32_BOOL PalSetEvent(HANDLE arg1) in PalSetEvent()
164 inline void PalTerminateProcess(HANDLE arg1, UInt32 arg2) in PalTerminateProcess()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/
H A DWebserviceapMessages.java50 public static String WEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH(Object arg0, Object arg1) { in WEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH()
146 public static String WEBSERVICEAP_DOC_BARE_NO_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_NO_OUT()
254 public static String WEBSERVICEAP_ONEWAY_AND_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_ONEWAY_AND_OUT()
374 public static String WEBSERVICEAP_DOC_BARE_AND_NO_ONE_IN(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_AND_NO_ONE_IN()
506 public static String WEBSERVICEAP_DOC_BARE_RETURN_AND_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_RETURN_AND_OUT()
554 public static String WEBSERVICEAP_COULD_NOT_FIND_TYPEDECL(Object arg0, Object arg1) { in WEBSERVICEAP_COULD_NOT_FIND_TYPEDECL()
650 public static String WEBSERVICEAP_COULD_NOT_FIND_HANDLERCHAIN(Object arg0, Object arg1) { in WEBSERVICEAP_COULD_NOT_FIND_HANDLERCHAIN()
722 public static String WEBSERVICE_ENCODED_NOT_SUPPORTED(Object arg0, Object arg1) { in WEBSERVICE_ENCODED_NOT_SUPPORTED()
806 public static String WEBSERVICEAP_METHOD_NOT_ANNOTATED(Object arg0, Object arg1) { in WEBSERVICEAP_METHOD_NOT_ANNOTATED()
842 public static String WEBSERVICEAP_INVALID_SEI_ANNOTATION(Object arg0, Object arg1) { in WEBSERVICEAP_INVALID_SEI_ANNOTATION()
[all …]
H A DModelerMessages.java62 public static String WSDLMODELER_INVALID_PARAMETERORDER_PARAMETER(Object arg0, Object arg1) { in WSDLMODELER_INVALID_PARAMETERORDER_PARAMETER()
110 public static String WSDLMODELER_INVALID_OPERATION_FAULT_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_OPERATION_FAULT_NOT_LITERAL()
194 public static String WSDLMODELER_INVALID_HEADERFAULT_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADERFAULT_NOT_LITERAL()
218 public static String WSDLMODELER_ERROR_PART_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_ERROR_PART_NOT_FOUND()
338 public static String WSDLMODELER_JAXB_JAVATYPE_NOTFOUND(Object arg0, Object arg1) { in WSDLMODELER_JAXB_JAVATYPE_NOTFOUND()
698 public static String WSDLMODELER_WARNING_IGNORING_HEADER(Object arg0, Object arg1) { in WSDLMODELER_WARNING_IGNORING_HEADER()
758 public static String WSDLMODELER_ERROR_PARTS_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_ERROR_PARTS_NOT_FOUND()
902 public static String WSDLMODELER_INVALID_HEADER_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADER_NOT_FOUND()
926 public static String WSDLMODELER_INVALID_HEADER_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADER_NOT_LITERAL()
998 public static String WSDLMODELER_WARNING_R_2716_R_2726(Object arg0, Object arg1) { in WSDLMODELER_WARNING_R_2716_R_2726()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/
H A DWebserviceapMessages.java50 public static String WEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH(Object arg0, Object arg1) { in WEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH()
146 public static String WEBSERVICEAP_DOC_BARE_NO_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_NO_OUT()
254 public static String WEBSERVICEAP_ONEWAY_AND_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_ONEWAY_AND_OUT()
374 public static String WEBSERVICEAP_DOC_BARE_AND_NO_ONE_IN(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_AND_NO_ONE_IN()
506 public static String WEBSERVICEAP_DOC_BARE_RETURN_AND_OUT(Object arg0, Object arg1) { in WEBSERVICEAP_DOC_BARE_RETURN_AND_OUT()
554 public static String WEBSERVICEAP_COULD_NOT_FIND_TYPEDECL(Object arg0, Object arg1) { in WEBSERVICEAP_COULD_NOT_FIND_TYPEDECL()
650 public static String WEBSERVICEAP_COULD_NOT_FIND_HANDLERCHAIN(Object arg0, Object arg1) { in WEBSERVICEAP_COULD_NOT_FIND_HANDLERCHAIN()
722 public static String WEBSERVICE_ENCODED_NOT_SUPPORTED(Object arg0, Object arg1) { in WEBSERVICE_ENCODED_NOT_SUPPORTED()
806 public static String WEBSERVICEAP_METHOD_NOT_ANNOTATED(Object arg0, Object arg1) { in WEBSERVICEAP_METHOD_NOT_ANNOTATED()
842 public static String WEBSERVICEAP_INVALID_SEI_ANNOTATION(Object arg0, Object arg1) { in WEBSERVICEAP_INVALID_SEI_ANNOTATION()
[all …]
H A DModelerMessages.java62 public static String WSDLMODELER_INVALID_PARAMETERORDER_PARAMETER(Object arg0, Object arg1) { in WSDLMODELER_INVALID_PARAMETERORDER_PARAMETER()
110 public static String WSDLMODELER_INVALID_OPERATION_FAULT_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_OPERATION_FAULT_NOT_LITERAL()
194 public static String WSDLMODELER_INVALID_HEADERFAULT_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADERFAULT_NOT_LITERAL()
218 public static String WSDLMODELER_ERROR_PART_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_ERROR_PART_NOT_FOUND()
338 public static String WSDLMODELER_JAXB_JAVATYPE_NOTFOUND(Object arg0, Object arg1) { in WSDLMODELER_JAXB_JAVATYPE_NOTFOUND()
698 public static String WSDLMODELER_WARNING_IGNORING_HEADER(Object arg0, Object arg1) { in WSDLMODELER_WARNING_IGNORING_HEADER()
758 public static String WSDLMODELER_ERROR_PARTS_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_ERROR_PARTS_NOT_FOUND()
902 public static String WSDLMODELER_INVALID_HEADER_NOT_FOUND(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADER_NOT_FOUND()
926 public static String WSDLMODELER_INVALID_HEADER_NOT_LITERAL(Object arg0, Object arg1) { in WSDLMODELER_INVALID_HEADER_NOT_LITERAL()
998 public static String WSDLMODELER_WARNING_R_2716_R_2726(Object arg0, Object arg1) { in WSDLMODELER_WARNING_R_2716_R_2726()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/
H A DDebugGL.java37 public void glAccum(int arg0,float arg1) in glAccum()
85 public void glAlphaFunc(int arg0,float arg1) in glAlphaFunc()
149 public void glAttachShader(int arg0,int arg1) in glAttachShader()
167 public void glBeginQuery(int arg0,int arg1) in glBeginQuery()
203 public void glBindBuffer(int arg0,int arg1) in glBindBuffer()
303 public void glBindTexture(int arg0,int arg1) in glBindTexture()
370 public void glBlendFunc(int arg0,int arg1) in glBlendFunc()
2323 public void glFogf(int arg0,float arg1) in glFogf()
2341 public void glFogi(int arg0,int arg1) in glFogi()
4784 public void glHint(int arg0,int arg1) in glHint()
[all …]
H A DTraceGL.java32 public void glAccum(int arg0,float arg1) in glAccum()
88 public void glAlphaFunc(int arg0,float arg1) in glAlphaFunc()
162 public void glAttachShader(int arg0,int arg1) in glAttachShader()
183 public void glBeginQuery(int arg0,int arg1) in glBeginQuery()
225 public void glBindBuffer(int arg0,int arg1) in glBindBuffer()
341 public void glBindTexture(int arg0,int arg1) in glBindTexture()
419 public void glBlendFunc(int arg0,int arg1) in glBlendFunc()
2697 public void glFogf(int arg0,float arg1) in glFogf()
2718 public void glFogi(int arg0,int arg1) in glFogi()
5565 public void glHint(int arg0,int arg1) in glHint()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/tms320/c55x_plus/
H A Dhashtable.c16 st32 get_hashfunc_01(st32 arg1, st32 arg2) { in get_hashfunc_01()
20 st32 get_hashfunc_02(st32 arg1, st32 arg2) { in get_hashfunc_02()
296 st32 get_hashfunc_03(st32 arg1, st32 arg2) { in get_hashfunc_03()
316 st32 get_hashfunc_04(st32 arg1, st32 arg2) { in get_hashfunc_04()
331 st32 get_hashfunc_05(st32 arg1, st32 arg2) { in get_hashfunc_05()
346 st32 get_hashfunc_06(st32 arg1, st32 arg2) { in get_hashfunc_06()
361 st32 get_hashfunc_07(st32 arg1, st32 arg2) { in get_hashfunc_07()
376 st32 get_hashfunc_08(st32 arg1, st32 arg2) { in get_hashfunc_08()
398 st32 get_hashfunc_09(st32 arg1, st32 arg2) { in get_hashfunc_09()
420 st32 get_hashfunc_10(st32 arg1, st32 arg2) { in get_hashfunc_10()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c36 rump_pub_vfslist_iterate(struct vfsops *arg1) in rump_pub_vfslist_iterate()
48 rump_pub_vfs_getopsbyname(const char *arg1) in rump_pub_vfs_getopsbyname()
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) in rump_pub_vattr_setrdev()
99 rump_pub_vattr_free(struct vattr *arg1) in rump_pub_vattr_free()
108 rump_pub_vp_incref(struct vnode *arg1) in rump_pub_vp_incref()
117 rump_pub_vp_getref(struct vnode *arg1) in rump_pub_vp_getref()
129 rump_pub_vp_rele(struct vnode *arg1) in rump_pub_vp_rele()
138 rump_pub_vp_interlock(struct vnode *arg1) in rump_pub_vp_interlock()
180 rump_pub_vfs_unmount(struct mount *arg1, int arg2) in rump_pub_vfs_unmount()
264 rump_pub_vfs_syncwait(struct mount *arg1) in rump_pub_vfs_syncwait()
[all …]
/dports/devel/z88dk/z88dk/include/rex/
H A Dsyscall.h165 #define DsBeepOn( arg1 ) syscall1( DS_BEEP_ON, arg1 ) argument
193 #define DsDisplayLine( arg1, arg2, arg3, arg4, arg5 ) \ argument
203 #define DsDisplayBlockClear( arg1, arg2, arg3, arg4 ) \ argument
223 #define DsTextOut( arg1, arg2, arg3, arg4, arg5 ) \ argument
226 #define DsDisplayBitmapDraw( arg1, arg2, arg3, arg4 ) \ argument
237 #define DsDialogEventDraw( arg1, arg2, arg3, arg4 ) \ argument
240 #define DsDialogCheckBoxSet( arg1, arg2, arg3, arg4 ) \ argument
283 #define DsJStrCmp( arg1, arg2, arg3, arg4, arg5 ) \ argument
288 #define DsFree( arg1 ) syscall1( DS_FREE, arg1 ) argument
300 #define DsDbOpen( arg1 ) syscall1( DS_DB_OPEN, arg1 ) argument
[all …]

12345678910>>...255