HomeSort by relevance Sort by last modified time
    Searched refs:an (Results 101 - 125 of 8926) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
require-defined-1.d 1 #name: Check require-defined with an undefined symbol
require-defined-2.d 1 #name: Check require-defined can require a symbol from an object
require-defined-4.d 1 #name: Check require-defined can require a symbol from an archive
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 463 struct mib_array_node *an; local
469 an = (struct mib_array_node *)node;
471 while ((i < an->maxlength) && (an->objid[i] != *ident))
475 if (i < an->maxlength)
478 LWIP_DEBUGF(SNMP_MIB_DEBUG,("an->objid[%"U16_F"]==%"S32_F" *ident==%"S32_F"\n",i,an->objid[i],*ident));
479 if (an->nptr[i] == NULL)
485 return (struct mib_node*)an;
492 node = an->nptr[i]
659 struct mib_array_node *an; local
696 struct mib_array_node *an; local
    [all...]
  /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/curl/docs/cmdline-opts/
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/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/
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/libcxx/test/std/containers/sequences/vector.bool/
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/libcxx/test/std/experimental/filesystem/fs.req.macros/
feature_macro.pass.cpp 21 #error Filesystem feature test macro has an incorrect value (__cpp_lib_experimental_filesystem)
  /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.
  /external/strace/tests-m32/
gen_pure_executables.sh 34 Deduce output file from <input> unless an <output> is specified.
  /external/strace/tests-mx32/
gen_pure_executables.sh 34 Deduce output file from <input> unless an <output> is specified.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hliface.h 14 #error This stub requires an updated version of <rpcndr.h>
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug435.go 7 // Test that a syntax error caused by an unexpected EOF
8 // gives an error message with the correct line number.
bug476.go 8 // supporting an implicit conversion to an interface type. This used
bug490.go 7 // The gccgo compiler used to crash building a comparison between an
8 // interface and an empty struct literal.
issue11610.go 7 // Test an internal compiler error on ? symbol in declaration
8 // following an empty import.

Completed in 1124 milliseconds

1 2 3 45 6 7 8 91011>>