Searched refs:wrappers (Results 1 – 25 of 267) sorted by relevance
1234567891011
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()
85 wrappers = subprocess.check_output(cmd).split()87 if wrappers and wrappers[0] == pattern:88 wrappers = []89 return ['equery'] + wrappers
6 A number of subdirectories provide wrappers for the lower-level C APIs (in8 wrappers provide increased convenience and/or type-safety.29 The system/ subdirectory contains C++ wrappers (and some additional helpers) of36 The test_support/ subdirectory contains C++ wrappers of the test-only API
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()
56 1. Use compiler wrappers to make actions.57 The compiler wrappers does run the real compiler and the analyzer.65 3. Use compiler wrappers to intercept compiler calls durring the build process.70 The 1. and 3. are using compiler wrappers, which works only if the build73 you need to pass the compiler wrappers manually. eg.: `intercept-build
182 "If set, uses custom wrappers for strstr and strcasestr functions "185 "If set, uses custom wrappers for strspn and strcspn function "188 "If set, uses custom wrappers for strpbrk function "191 "If set, uses custom wrappers for strlen and strnlen functions "194 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "197 "If set, uses custom wrappers for memcmp function "203 "If set, uses custom wrappers for memset/memcpy/memmove "206 "If set, uses custom wrappers for *stat functions "209 "If set, uses custom wrappers for send* functions "
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"
12 $(top_srcdir)/src/google/protobuf/wrappers.proto84 google/protobuf/wrappers.pb.cc \85 google/protobuf/wrappers.pb.h \86 google/protobuf/wrappers.rb \
54 google/protobuf/wrappers.proto)
18 import "google/protobuf/wrappers.proto";22 // map handle different wrappers in different ways.
1 //===-- TypeLocNodes.def - Metadata about TypeLoc wrappers ------*- C++ -*-===//
33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
41 src/google/protobuf/wrappers.proto
101 # The following targets build Java wrappers for the dns-sd.h API.104 @echo "Java wrappers done"