/external/curl/docs/cmdline-opts/ |
show-error.d | 5 When used with --silent, it makes curl show an error message if it fails.
|
abstract-unix-socket.d | 7 Connect through an abstract Unix domain socket, instead of using the network. 8 Note: netstat shows the path of an abstract socket prefixed with '@', however
|
dns-interface.d | 11 must be an interface name (not an address).
|
list-only.d | 8 When listing an FTP directory, this switch forces a name-only view. This is 9 especially useful if the user wants to machine-parse the contents of an FTP 22 Note: When combined with --request, this option can be used to send an UIDL
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
reference.swap.pass.cpp | 24 bool* an = a + sizeof(a)/sizeof(a[0]); local 26 std::vector<bool> v(a, an);
|
copy.pass.cpp | 37 bool* an = a + sizeof(a)/sizeof(a[0]); local 38 test(std::vector<bool>(a, an)); 55 bool* an = a + sizeof(a)/sizeof(a[0]); local 56 test(std::vector<bool, min_allocator<bool>>(a, an));
|
copy_alloc.pass.cpp | 36 bool* an = a + sizeof(a)/sizeof(a[0]); local 37 test(std::vector<bool>(a, an), std::allocator<bool>()); 54 bool* an = a + sizeof(a)/sizeof(a[0]); local 55 test(std::vector<bool, min_allocator<bool>>(a, an), min_allocator<bool>());
|
/external/llvm/test/MC/AsmParser/ |
defsym_error2.s | 2 # CHECK: error: Value is not an integer: a
|
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce 4 ; an internal relocation. We just have to be careful to not use another symbol.
|
/external/python/cpython2/Lib/plat-irix5/ |
regen | 4 *) echo Probably not on an IRIX system 1>&2
|
/external/python/cpython2/Lib/plat-irix6/ |
regen | 5 *) echo Probably not on an IRIX system 1>&2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
defsym_error2.s | 2 # CHECK: error: value is not an integer: a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce 4 ; an internal relocation. We just have to be careful to not use another symbol.
|
/external/testng/src/main/java/org/testng/junit/ |
JUnit4TestRecognizer.java | 17 for (Annotation an: c.getAnnotations()) { 18 if (RunWith.class.isAssignableFrom(an.annotationType())) {
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
rx-subscribe.hpp | 11 \param an the parameters for making a subscriber 17 - Pass an already composed rxcpp::subscriber: 21 - Pass an rxcpp::observer. This allows subscribing the same subscriber to several observables: 25 - Pass an `on_next` handler: 87 auto subscribe(ArgN&&... an) 88 -> detail::subscribe_factory<decltype (make_subscriber<T>(std::forward<ArgN>(an)...))> { 89 return detail::subscribe_factory<decltype (make_subscriber<T>(std::forward<ArgN>(an)...))> 90 (make_subscriber<T>(std::forward<ArgN>(an)...)); 138 \return An observable that contains the blocking methods for this observable.
|
/external/arm-optimized-routines/test/rtest/ |
types.h | 22 #error Could not find an unsigned 32-bit integer type
|
/external/clang/test/Parser/ |
nullability.c | 15 # error Nullability should always be supported as an extension
|
/external/clang/test/Sema/ |
predef.c | 9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
copy.pass.cpp | 33 int* an = ab + sizeof(ab)/sizeof(ab[0]); local 34 test(std::deque<int>(ab, an)); 51 int* an = ab + sizeof(ab)/sizeof(ab[0]); local 52 test(std::deque<int, min_allocator<int>>(ab, an));
|
op_equal.pass.cpp | 32 int* an = ab + sizeof(ab)/sizeof(ab[0]); local 33 test(std::deque<int>(ab, an)); 52 int* an = ab + sizeof(ab)/sizeof(ab[0]); local 53 test(std::deque<int, min_allocator<int>>(ab, an));
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
construct_iter_iter.pass.cpp | 41 int* an = a + sizeof(a) / sizeof(a[0]); local 43 input_iterator<const int*>(an)); 45 forward_iterator<const int*>(an)); 47 bidirectional_iterator<const int*>(an)); 49 random_access_iterator<const int*>(an)); 50 test<std::vector<int> >(a, an); 53 input_iterator<const int*>(a), input_iterator<const int*>(an)); 56 forward_iterator<const int*>(a), forward_iterator<const int*>(an)); 59 bidirectional_iterator<const int*>(an)); 62 random_access_iterator<const int*>(an)); [all...] |
copy_alloc.pass.cpp | 38 int* an = a + sizeof(a)/sizeof(a[0]); local 39 test(std::vector<int>(a, an), std::allocator<int>()); 56 int* an = a + sizeof(a)/sizeof(a[0]); local 57 test(std::vector<int, min_allocator<int>>(a, an), min_allocator<int>());
|
/external/llvm/test/MC/Mips/ |
mips-register-names-invalid.s | 4 # $32 used to trigger an assertion instead of the usual error message due to 5 # an off-by-one bug.
|
/external/llvm/test/tools/dsymutil/X86/ |
empty_range.s | 1 # This test verifies that an empty range list in the .debug_ranges section 46 .long 0 ## DW_AT_ranges (pointing at an empty entry)
|
/external/strace/tests/ |
gen_pure_executables.sh | 34 Deduce output file from <input> unless an <output> is specified.
|