Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 110) sorted by relevance

12345

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server_utils_posix_ifaddrs.cc59 grpc_resolved_address wild; in get_unused_port() local
60 grpc_sockaddr_make_wildcard6(0, &wild); in get_unused_port()
64 grpc_create_dualstack_socket(&wild, SOCK_STREAM, 0, &dsmode, &fd); in get_unused_port()
69 grpc_sockaddr_make_wildcard4(0, &wild); in get_unused_port()
71 if (bind(fd, reinterpret_cast<const grpc_sockaddr*>(wild.addr), wild.len) != in get_unused_port()
77 if (getsockname(fd, reinterpret_cast<grpc_sockaddr*>(wild.addr), &wild.len) != in get_unused_port()
84 *port = grpc_sockaddr_get_port(&wild); in get_unused_port()
/external/openssh/regress/
Dkrl.sh111 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \
113 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid-wild -s NONE $OBJ/revoked-keyid \
160 check_krl $f $OBJ/krl-serial-wild $SERIAL_WRESULT "$TAG"
161 check_krl $f $OBJ/krl-keyid-wild $KEYID_WRESULT "$TAG"
180 $OBJ/krl-serial-wild $OBJ/krl-keyid-wild; do
/external/syzkaller/pkg/report/testdata/linux/report/
D191 TITLE: KASAN: wild-memory-access Read
5 [ 1722.511384] BUG: KASAN: wild-memory-access on address ffe7087450a17000
D1951 TITLE: KASAN: wild-memory-access Read in sg_read
4 [ 67.633767] BUG: KASAN: wild-memory-access in sg_read+0xe5c/0x1440
D1961 TITLE: KASAN: wild-memory-access Read in sg_read
4 [ 67.633767] BUG: KASAN: wild-memory-access in sg_read+0xe5c/0x1440
D2141 TITLE: KASAN: wild-memory-access in sg_read
5 [ 56.881919] BUG: KASAN: wild-memory-access in sg_read+0x1296/0x1440
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
Dmisaligned.cpp39 void *wild = reinterpret_cast<void *>(0x123L); in main() local
106 return static_cast<S*>(wild)->k; in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dmultiple-return-values-cross-block-with-invoke.ll3 declare { i64, double } @wild()
6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dmultiple-return-values-cross-block-with-invoke.ll2 declare { i64, double } @wild()
5 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
/external/llvm/test/CodeGen/Generic/
Dmultiple-return-values-cross-block-with-invoke.ll3 declare { i64, double } @wild()
6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java190 TemplateSubPatternAssociation wild = m_wildCardPatterns; in compose() local
192 while (null != wild) in compose()
197 head, (TemplateSubPatternAssociation) wild.clone(), true); in compose()
201 wild = wild.getNext(); in compose()
/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java64 if (i.stat() || i.wild()) { in create()
80 if (!i.stat() || i.wild()) { in create()
DMemberImportIndex.java52 if (i.wild()) { in MemberImportIndex()
DWildImportIndex.java50 if (i.wild()) { in create()
/external/turbine/java/com/google/turbine/tree/
DTree.java623 private final boolean wild; field in Tree.ImportDecl
625 public ImportDecl(int position, ImmutableList<Ident> type, boolean stat, boolean wild) { in ImportDecl() argument
629 this.wild = wild; in ImportDecl()
652 public boolean wild() { in wild() method in Tree.ImportDecl
653 return wild; in wild()
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Dreturn_constant.ll1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp937 const char *wild; in findItems() local
948 wild=strchr(pattern, '*'); in findItems()
949 if(wild==NULL) { in findItems()
954 findPrefixLength=(int32_t)(wild-pattern); in findItems()
955 findSuffix=wild+1; in findItems()
/external/lua/src/
Dlauxlib.c993 const char *wild; in luaL_gsub() local
997 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
998 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
1000 s = wild + l; /* continue after 'p' */ in luaL_gsub()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.377 Enabled by specifying -regex option. Identical behaviour to wild
140 Enabled by specifying -r[egex] option. Identical behaviour to wild
/external/protobuf/m4/
Dstl_hash.m45 # wild. We define HASH_MAP_H to the location of the header file, and
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_38.txt35 a case of this in the wild, but I've seen *similar* things.
/external/python/cpython2/Lib/email/test/data/
Dmsg_38.txt35 a case of this in the wild, but I've seen *similar* things.
/external/libxml2/
Dxmlschemastypes.c418 xmlSchemaWildcardPtr wild; in xmlSchemaInitTypes() local
442 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
443 if (wild == NULL) { in xmlSchemaInitTypes()
447 memset(wild, 0, sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
448 wild->type = XML_SCHEMA_TYPE_ANY; in xmlSchemaInitTypes()
449 wild->any = 1; in xmlSchemaInitTypes()
450 wild->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaInitTypes()
451 particle->children = (xmlSchemaTreeItemPtr) wild; in xmlSchemaInitTypes()
455 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaInitTypes()
456 if (wild == NULL) { in xmlSchemaInitTypes()
[all …]
/external/perfetto/gn/standalone/libc++/
Dlibc++.gni37 # 2) The libstdc++ situation is too wild on Linux. Modern debian distros are
/external/proguard/examples/annotations/lib/
Dannotations.pro48 # before the (wild-carded) interface name.

12345