/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/ |
insert_value.pass.cpp | 22 make(int size, int start = 0 ) function 69 C c1 = make<C>(N, start); 77 C c1 = make<C>(N, start); 85 C c1 = make<C>(N, start); 100 C c = make<C>(20);
|
insert_size_value.pass.cpp | 24 make(int size, int start = 0 ) function 71 C c1 = make<C>(N, start); 79 C c1 = make<C>(N, start); 87 C c1 = make<C>(N, start); 95 C c1 = make<C>(N, start); 103 C c1 = make<C>(N, start); 118 C c = make<C>(20);
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cfb_test.go | 72 ciphertext := make([]byte, len(plaintext)) 81 plaintextCopy := make([]byte, len(ciphertext)) 98 iv := make([]byte, block.BlockSize()) 101 ciphertext := make([]byte, len(plaintext)) 106 plaintextCopy := make([]byte, len(plaintext))
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
varint_test.go | 14 buf := make([]byte, MaxVarintLen64) 28 buf := make([]byte, MaxVarintLen64) 48 buf := make([]byte, MaxVarintLen64) 151 buf := make([]byte, MaxVarintLen32) 161 buf := make([]byte, MaxVarintLen64)
|
/prebuilts/go/darwin-x86/src/net/ |
interface_bsd.go | 27 ift := make([]Interface, n) 39 ift[n].HardwareAddr = make([]byte, len(sa.Addr)) 89 ifat := make([]Addr, 0, len(msgs)) 101 mask = make(IPMask, IPv6len) 109 ip = make(IP, IPv6len)
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
rwmutex_test.go | 17 ch := make(chan bool, 2) 37 ch := make(chan bool, 2) 57 ch := make(chan bool, 4) 95 ch := make(chan bool, 4) 132 ch := make(chan bool, 2)
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cfb_test.go | 72 ciphertext := make([]byte, len(plaintext)) 81 plaintextCopy := make([]byte, len(ciphertext)) 98 iv := make([]byte, block.BlockSize()) 101 ciphertext := make([]byte, len(plaintext)) 106 plaintextCopy := make([]byte, len(plaintext))
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
varint_test.go | 14 buf := make([]byte, MaxVarintLen64) 28 buf := make([]byte, MaxVarintLen64) 48 buf := make([]byte, MaxVarintLen64) 151 buf := make([]byte, MaxVarintLen32) 161 buf := make([]byte, MaxVarintLen64)
|
/prebuilts/go/linux-x86/src/net/ |
interface_bsd.go | 27 ift := make([]Interface, n) 39 ift[n].HardwareAddr = make([]byte, len(sa.Addr)) 89 ifat := make([]Addr, 0, len(msgs)) 101 mask = make(IPMask, IPv6len) 109 ip = make(IP, IPv6len)
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
rwmutex_test.go | 17 ch := make(chan bool, 2) 37 ch := make(chan bool, 2) 57 ch := make(chan bool, 4) 95 ch := make(chan bool, 4) 132 ch := make(chan bool, 2)
|
/prebuilts/go/darwin-x86/test/ |
named.go | 51 c Chan = make(Chan) 54 m Map = make(Map) 55 slice Slice = make(Slice, 10) 78 asChan(make(Chan)) 79 isChan(make(Chan)) 228 asMap(make(Map)) 229 isMap(make(Map)) 239 asSlice(make(Slice, 5)) 240 isSlice(make(Slice, 5))
|
/prebuilts/go/linux-x86/test/ |
named.go | 51 c Chan = make(Chan) 54 m Map = make(Map) 55 slice Slice = make(Slice, 10) 78 asChan(make(Chan)) 79 isChan(make(Chan)) 228 asMap(make(Map)) 229 isMap(make(Map)) 239 asSlice(make(Slice, 5)) 240 isSlice(make(Slice, 5))
|
/build/kati/ |
worker.go | 69 // First come, first serve, for GNU make compatibility. 89 jobChan: make(chan *job), 90 waitChan: make(chan bool), 91 doneChan: make(chan bool), 144 return fmt.Errorf("*** No rule to make target %q.", j.n.Output) 146 return fmt.Errorf("*** No rule to make target %q, needed by %q.", j.n.Output, j.parents[0].n.Output) 233 jobChan: make(chan *job), 234 resultChan: make(chan jobResult), 235 newDepChan: make(chan newDep), 236 stopChan: make(chan bool) [all...] |
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
insert_size_value.pass.cpp | 25 make(int size, int start = 0 ) function 72 C c1 = make<C>(N, start); 80 C c1 = make<C>(N, start); 88 C c1 = make<C>(N, start); 96 C c1 = make<C>(N, start); 104 C c1 = make<C>(N, start); 119 C c = make<C>(20);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
insert_size_value.pass.cpp | 21 make(int size, int start = 0 ) function 71 C c1 = make<C>(N, start); 79 C c1 = make<C>(N, start); 87 C c1 = make<C>(N, start); 95 C c1 = make<C>(N, start); 103 C c1 = make<C>(N, start); 118 C c = make<C>(20);
|
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
find.pass.cpp | 200 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 201 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 202 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 203 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 204 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 205 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 206 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 207 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 208 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
lower_bound.pass.cpp | 211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 212 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 213 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 214 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 215 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 216 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 217 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 218 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 219 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
upper_bound.pass.cpp | 210 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 212 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 213 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 214 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 215 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 216 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 217 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 218 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
/external/protobuf/ |
tests.sh | 32 make -j2 37 make check -j2 38 cd conformance && make test_cpp && cd .. 41 cd benchmarks && make && ./generate-datasets && cd .. 47 make distcheck -j2 70 cd conformance && make test_csharp && cd .. 88 cd examples && make gotest && cd .. 144 cd conformance && make test_java && cd .. 201 # Make sure xctool is up to date. Adapted from 252 cd conformance && make test_objc && cd . [all...] |
/external/protobuf/util/ |
tests.sh | 32 make -j2 37 make check -j2 38 cd conformance && make test_cpp && cd .. 41 cd benchmarks && make && ./generate-datasets && cd .. 47 make distcheck -j2 70 cd conformance && make test_csharp && cd .. 88 cd examples && make gotest && cd .. 144 cd conformance && make test_java && cd .. 201 # Make sure xctool is up to date. Adapted from 252 cd conformance && make test_objc && cd . [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/ |
lower_bound.pass.cpp | 194 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 195 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 196 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 197 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 198 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 199 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 200 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 201 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 202 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
upper_bound.pass.cpp | 194 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 195 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 196 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 197 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 198 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 199 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 200 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 201 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 202 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.ops/ |
find.pass.cpp | 199 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 200 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 201 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 202 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 203 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 204 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 205 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 206 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 207 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
lower_bound.pass.cpp | 210 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 212 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 213 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 214 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 215 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 216 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 217 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 218 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|
upper_bound.pass.cpp | 209 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 )); 210 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 )); 211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 )); 212 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 )); 213 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 )); 214 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 )); 215 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 )); 216 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 )); 217 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
|