Searched refs:wrappers (Results 1 – 25 of 272) sorted by relevance
1234567891011
53 var wrappers = Object.create(null);319 scope.wrappers = wrappers;520 var wrappers = scope.wrappers;554 this.addedNodes = new wrappers.NodeList();555 this.removedNodes = new wrappers.NodeList();727 scope.wrappers.MutationObserver = MutationObserver;728 scope.wrappers.MutationRecord = MutationRecord;739 if (this.root instanceof scope.wrappers.ShadowRoot) {763 if (node instanceof scope.wrappers.Window) {787 var wrappers = scope.wrappers;[all …]
11 …wrappers=W}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e,t,n){return{index:e,re…12 …wrappers.Node,o=e.enqueueMutation,i=e.mixin,a=e.registerWrapper,s=e.unsafeUnwrap,c=window.Characte…13 …wrappers.EventTarget,r=e.wrappers.Selection,o=e.mixin,i=e.registerWrapper,a=e.renderAllPending,s=e…
11 …wrappers=I}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e,t,n){return{index:e,re…12 …wrappers.NodeList,o={get firstElementChild(){return t(this.firstChild)},get lastElementChild(){ret…13 …wrappers.DOMImplementation=a,e.wrappers.Document=t}(window.ShadowDOMPolyfill),function(e){"use str…
95 var wrappers = Object.create(null);361 scope.wrappers = wrappers;559 var wrappers = scope.wrappers;593 this.addedNodes = new wrappers.NodeList();594 this.removedNodes = new wrappers.NodeList();766 scope.wrappers.MutationObserver = MutationObserver;767 scope.wrappers.MutationRecord = MutationRecord;777 if (this.root instanceof scope.wrappers.ShadowRoot) {801 if (node instanceof scope.wrappers.Window) {824 var wrappers = scope.wrappers;[all …]
52 List<Object> wrappers = (List<Object>) yaml.load(testInput); in testValidConstructor() local54 Assert.assertArrayEquals(bytes, ((ByteArr) wrappers.get(0)).getBytes()); in testValidConstructor()55 Assert.assertArrayEquals(shorts, ((ShortArr) wrappers.get(1)).getShorts()); in testValidConstructor()56 Assert.assertArrayEquals(ints, ((IntArr) wrappers.get(2)).getInts()); in testValidConstructor()57 Assert.assertArrayEquals(longs, ((LongArr) wrappers.get(3)).getLongs()); in testValidConstructor()58 Assert.assertArrayEquals(floats, ((FloatArr) wrappers.get(4)).getFloats(), 0.001f); in testValidConstructor()59 Assert.assertArrayEquals(doubles, ((DoubleArr) wrappers.get(5)).getDoubles(), 0.001); in testValidConstructor()60 Assert.assertArrayEquals(chars, ((CharArr) wrappers.get(6)).getChars()); in testValidConstructor()61 assertArrayEquals(bools, ((BooleanArr) wrappers.get(7)).getBools()); in testValidConstructor()
62 wrappers = subprocess.check_output(cmd).split()64 if wrappers and wrappers[0] == pattern:65 wrappers = []66 return ['equery'] + wrappers
12 wrappers/gles3/inc13 wrappers/gles3 # Required by platform integration15 add_subdirectory(wrappers/gles3)
65 Set<Class<?>> wrappers = Primitives.allWrapperTypes(); in testAllWrapperTypes() local70 wrappers); in testAllWrapperTypes() local73 wrappers.remove(Boolean.class); in testAllWrapperTypes()
2 Dealing with missing system call or ioctl wrappers in Valgrind7 ioctl wrappers you need, so that you can continue your debugging. If18 What are syscall/ioctl wrappers? What do they do?28 Syscall and ioctl wrappers have two jobs: 103 Writing your own syscall wrappers (see below for ioctl wrappers)126 3. Add a case to the already-huge collection of wrappers in 148 If you find this difficult, read the wrappers for other syscalls173 Writing your own ioctl wrappers176 Is pretty much the same as writing syscall wrappers, except that all186 Writing your own door call wrappers (Solaris only)[all …]
... i String topic String key java.util.List wrappers java.util.List wrappers private void unbucket ( ...
9 And yet it must call the tool's malloc wrappers. How does it know where18 the core the names of its malloc wrappers. These are stored in22 GET_MALLOCFUNCS client request to get the names of the malloc wrappers
7 POST wrappers for syscalls. It is important to observe these, else12 and a great deal of commentary. The wrappers themselves live in
59 properly. The syscall table and syscall wrappers will be painful; do them104 able to reuse some of the generic (eg. POSIX) syscall wrappers, if the types105 match. Otherwise, you'll have to write your own new wrappers. Do this
97 Class[] wrappers = new Class[] { in testPrimitivesAndWrappersAreEqual() local106 Key wrapperKey = Key.get(wrappers[t]); in testPrimitivesAndWrappersAreEqual()109 assertEquals(wrappers[t], primitiveKey.getRawType()); in testPrimitivesAndWrappersAreEqual()110 assertEquals(wrappers[t], wrapperKey.getRawType()); in testPrimitivesAndWrappersAreEqual()111 assertEquals(wrappers[t], primitiveKey.getTypeLiteral().getType()); in testPrimitivesAndWrappersAreEqual()112 assertEquals(wrappers[t], wrapperKey.getTypeLiteral().getType()); in testPrimitivesAndWrappersAreEqual()
126 Class[] wrappers = new Class[] { in testDifferentiationBetweenWrappersAndPrimitives() local135 TypeLiteral wrapperTl = TypeLiteral.get(wrappers[t]); in testDifferentiationBetweenWrappersAndPrimitives()139 assertEquals(wrappers[t], wrapperTl.getType()); in testDifferentiationBetweenWrappersAndPrimitives()141 assertEquals(wrappers[t], wrapperTl.getRawType()); in testDifferentiationBetweenWrappersAndPrimitives()
258 Set<EventSubscriber> wrappers = subscribersByType.get(eventType); in post() local260 if (!wrappers.isEmpty()) { in post()262 for (EventSubscriber wrapper : wrappers) { in post()
1 TODO for the libxml2 Python wrappers50 - wrappers
16 - Threads : wrappers for native apis17 - Memory : wrappers for [new, malloc, discardable]
4 .Net streaming wrappers for the gz streams part of zlib, and wrappers
396 @echo "Java wrappers done"
174 "If set, uses custom wrappers for strstr and strcasestr functions "177 "If set, uses custom wrappers for strspn and strcspn function "180 "If set, uses custom wrappers for strpbrk function "183 "If set, uses custom wrappers for memcmp function "