Home
last modified time | relevance | path

Searched refs:aClass (Results 1 – 25 of 1923) sorted by relevance

12345678910>>...77

/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Notification/Kernel/
H A DMetaclass.st7 | aClass |
8 aClass := self new.
10 instanceClass := aClass.
14 aClass := aClass
26 ^ aClass
41 aClass isNil
83 aClass
109 [aClass class
117 aClass superclass removeSubclass: aClass.
136 [aClass compileAll.
[all …]
/dports/games/90secondportraits/90-Second-Portraits-1.01b/middleclass/
H A Dmiddleclass.lua32 local dict = aClass.__instanceDict
35 local super = aClass.super
46 setmetatable(aClass, {
48 __index = aClass.static,
59 _setClassMetatable(aClass)
61 return aClass
66 local method = aClass.super[name]
74 aClass[m]= _createLookupMetamethod(aClass, m)
91 aClass.static[name] = method
95 aClass.__mixins[mixin] = true
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPSharedMemManager.cpp22 GMPSharedMem::GMPMemoryClasses aClass, size_t aSize, in MgrAllocShmem() argument
28 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
30 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
31 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
44 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
69 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
70 Dealloc(std::move(GetGmpFreelist(aClass)[0])); in MgrDeallocShmem()
71 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
73 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
83 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPSharedMemManager.cpp23 GMPSharedMem::GMPMemoryClasses aClass, size_t aSize, in MgrAllocShmem() argument
29 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
31 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
32 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
45 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
70 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
71 Dealloc(std::move(GetGmpFreelist(aClass)[0])); in MgrDeallocShmem()
72 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
74 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
84 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPSharedMemManager.cpp22 GMPSharedMem::GMPMemoryClasses aClass, size_t aSize, in MgrAllocShmem() argument
28 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
30 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
31 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
44 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
69 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
70 Dealloc(std::move(GetGmpFreelist(aClass)[0])); in MgrDeallocShmem()
71 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
73 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
83 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPSharedMemManager.cpp23 GMPSharedMem::GMPMemoryClasses aClass, size_t aSize, in MgrAllocShmem() argument
29 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
31 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
32 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
45 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
70 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
71 Dealloc(GetGmpFreelist(aClass)[0]); in MgrDeallocShmem()
72 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
74 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
84 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPSharedMemManager.cpp31 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
33 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
34 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
46 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
72 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
73 Dealloc(GetGmpFreelist(aClass)[0]); in MgrDeallocShmem()
74 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
76 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
82 GetGmpFreelist(aClass).InsertElementAt(i, aMem); in MgrDeallocShmem()
86 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/devel/py-apptools/apptools-4.5.0/apptools/naming/trait_defs/
H A Dnaming_traits.py60 self.aClass = aClass
61 if (aClass is not None) \
63 self.aClass = aClass.__class__
81 ((self.aClass is None) or isinstance( value.obj, self.aClass ))):
86 aClass = self.aClass
87 if aClass is None:
91 aClass = aClass.__name__
140 if aClass is None:
142 self.aClass = aClass
160 aClass = self.aClass
[all …]
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPSharedMemManager.cpp22 GMPSharedMem::GMPMemoryClasses aClass, size_t aSize, in MgrAllocShmem() argument
28 MOZ_ASSERT(GetGmpFreelist(aClass)[i].IsWritable()); in MgrAllocShmem()
30 *aMem = GetGmpFreelist(aClass)[i]; in MgrAllocShmem()
31 GetGmpFreelist(aClass).RemoveElementAt(i); in MgrAllocShmem()
44 mData->mGmpAllocated[aClass]++; in MgrAllocShmem()
68 if (GetGmpFreelist(aClass).Length() > 10) { in MgrDeallocShmem()
69 Dealloc(std::move(GetGmpFreelist(aClass)[0])); in MgrDeallocShmem()
70 GetGmpFreelist(aClass).RemoveElementAt(0); in MgrDeallocShmem()
72 mData->mGmpAllocated[aClass]--; in MgrDeallocShmem()
81 GetGmpFreelist(aClass).AppendElement(aMem); in MgrDeallocShmem()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsIClassInfoImpl.h158 #define NS_IMPL_CI_INTERFACE_GETTER0(aClass) \ argument
159 NS_CLASSINFO_HELPER_BEGIN(aClass, 0) \
171 NS_IMPL_QUERY_CLASSINFO(aClass)
173 #define NS_IMPL_QUERY_INTERFACE_CI(aClass, ...) \ argument
174 NS_IMPL_QUERY_INTERFACE_CI_GUTS(aClass, __VA_ARGS__) \
182 #define NS_IMPL_QUERY_INTERFACE_CI_INHERITED0(aClass, aSuper) \ argument
187 #define NS_IMPL_ISUPPORTS_CI(aClass, ...) \ argument
188 NS_IMPL_ADDREF(aClass) \
189 NS_IMPL_RELEASE(aClass) \
190 NS_IMPL_QUERY_INTERFACE_CI(aClass, __VA_ARGS__) \
[all …]
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsIClassInfoImpl.h158 #define NS_IMPL_CI_INTERFACE_GETTER0(aClass) \ argument
159 NS_CLASSINFO_HELPER_BEGIN(aClass, 0) \
171 NS_IMPL_QUERY_CLASSINFO(aClass)
173 #define NS_IMPL_QUERY_INTERFACE_CI(aClass, ...) \ argument
174 NS_IMPL_QUERY_INTERFACE_CI_GUTS(aClass, __VA_ARGS__) \
182 #define NS_IMPL_QUERY_INTERFACE_CI_INHERITED0(aClass, aSuper) \ argument
187 #define NS_IMPL_ISUPPORTS_CI(aClass, ...) \ argument
188 NS_IMPL_ADDREF(aClass) \
189 NS_IMPL_RELEASE(aClass) \
190 NS_IMPL_QUERY_INTERFACE_CI(aClass, __VA_ARGS__) \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsIClassInfoImpl.h158 #define NS_IMPL_CI_INTERFACE_GETTER0(aClass) \ argument
159 NS_CLASSINFO_HELPER_BEGIN(aClass, 0) \
171 NS_IMPL_QUERY_CLASSINFO(aClass)
173 #define NS_IMPL_QUERY_INTERFACE_CI(aClass, ...) \ argument
174 NS_IMPL_QUERY_INTERFACE_CI_GUTS(aClass, __VA_ARGS__) \
182 #define NS_IMPL_QUERY_INTERFACE_CI_INHERITED0(aClass, aSuper) \ argument
187 #define NS_IMPL_ISUPPORTS_CI(aClass, ...) \ argument
188 NS_IMPL_ADDREF(aClass) \
189 NS_IMPL_RELEASE(aClass) \
190 NS_IMPL_QUERY_INTERFACE_CI(aClass, __VA_ARGS__) \
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dflatten.cxx23 Class aClass; in top1() local
24 (void)aClass; in top1()
29 Class aClass; in top1() local
30 (void)aClass; in top1()
45 Class aClass; in top2() local
46 (void)aClass; in top2()
51 Class aClass; in top2() local
52 (void)aClass; in top2()
61 Class aClass; in top3() local
62 (void)aClass; in top3()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dflatten.cxx23 Class aClass; in top1() local
24 (void)aClass; in top1()
29 Class aClass; in top1() local
30 (void)aClass; in top1()
45 Class aClass; in top2() local
46 (void)aClass; in top2()
51 Class aClass; in top2() local
52 (void)aClass; in top2()
61 Class aClass; in top3() local
62 (void)aClass; in top3()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Notification/
H A DSystemChangeNotifier.st116 class: aClass
169 class: aClass
232 class: aClass)
242 class: aClass
254 class: aClass)
265 class: aClass
276 inClass: aClass)
286 inClass: aClass
297 class: aClass)
308 class: aClass)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java74 Class<?> aClass; in createTestCases() local
76 aClass = GetLocalVariableTableTest.class; in createTestCases()
80 aClass = DummyClass.class; in createTestCases()
81 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
83 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
85 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
87 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
89 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
92 aClass = DummyInterface.class; in createTestCases()
97 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java74 Class<?> aClass; in createTestCases() local
76 aClass = GetLocalVariableTableTest.class; in createTestCases()
80 aClass = DummyClass.class; in createTestCases()
81 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
83 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
85 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
87 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
89 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
92 aClass = DummyInterface.class; in createTestCases()
97 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java77 Class<?> aClass; in createTestCases() local
79 aClass = GetLocalVariableTableTest.class; in createTestCases()
83 aClass = DummyClass.class; in createTestCases()
84 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
86 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
88 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
90 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
92 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
95 aClass = DummyInterface.class; in createTestCases()
100 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java77 Class<?> aClass; in createTestCases() local
79 aClass = GetLocalVariableTableTest.class; in createTestCases()
83 aClass = DummyClass.class; in createTestCases()
84 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
86 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
88 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
90 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
92 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
95 aClass = DummyInterface.class; in createTestCases()
100 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java74 Class<?> aClass; in createTestCases() local
76 aClass = GetLocalVariableTableTest.class; in createTestCases()
80 aClass = DummyClass.class; in createTestCases()
81 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
83 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
85 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
87 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
89 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
92 aClass = DummyInterface.class; in createTestCases()
97 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java74 Class<?> aClass; in createTestCases() local
76 aClass = GetLocalVariableTableTest.class; in createTestCases()
80 aClass = DummyClass.class; in createTestCases()
81 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
83 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
85 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
87 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
89 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
92 aClass = DummyInterface.class; in createTestCases()
97 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java77 Class<?> aClass; in createTestCases() local
79 aClass = GetLocalVariableTableTest.class; in createTestCases()
83 aClass = DummyClass.class; in createTestCases()
84 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
86 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
88 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
90 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
92 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
95 aClass = DummyInterface.class; in createTestCases()
100 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetLocalVariableTableTest.java77 Class<?> aClass; in createTestCases() local
79 aClass = GetLocalVariableTableTest.class; in createTestCases()
83 aClass = DummyClass.class; in createTestCases()
84 methods.put(aClass.getMethod("dummyInstanceFunction"), in createTestCases()
86 methods.put(aClass.getMethod("dummyEmptyInstanceFunction"), in createTestCases()
88 methods.put(aClass.getMethod("dummyEmptyStaticFunction"), in createTestCases()
90 methods.put(aClass.getMethod("dummyFunction"), in createTestCases()
92 methods.put(aClass.getMethod("dummyAbstractFunction"), in createTestCases()
95 aClass = DummyInterface.class; in createTestCases()
100 aClass = DummyAbstractClass.class; in createTestCases()
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/gui/resources/
H A DResources.java48 private Class aClass; field in Resources
51 public static Resources forProperties( Class aClass ) { in forProperties() argument
52 return new Resources( aClass ); in forProperties()
55 String name = aClass.getName(); in asString()
57 InputStream is = aClass.getResourceAsStream( name ); in asString()
82 private Resources( Class aClass ) { in Resources() argument
83 Arguments.assertNotNull( "aClass", aClass ); in Resources()
86 this.aClass = aClass; in Resources()
88 String path = aClass.getName(); in Resources()
146 URL url = aClass.getResource( fullPath ); in getResourceAsUrl()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sandstonedb/Core/
H A DSDCachedStore.st45 addCachedOfClass: aClass at: anId put: anObject [
50 cachedLoadOfClass: aClass from: anId [
55 removeCachedOfClass: aClass from: anId [
60 familyForClass: aClass [
65 forClass: aClass [
67 ^self familyForClass: aClass
70 forClass: aClass at: anId ifAbsent: aHandler [
86 forClass: aClass do: aBlock [
88 (self forClass: aClass) do: aBlock
91 forClass: aClass findAll: aBlock [
[all …]

12345678910>>...77