HomeSort by relevance Sort by last modified time
    Searched refs:wild (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
misaligned.cpp 17 // RUN: not %run %t w1 2>&1 | FileCheck %s --check-prefix=CHECK-WILD
39 void *wild = reinterpret_cast<void *>(0x123L); local
103 // CHECK-WILD: misaligned.cpp:[[@LINE+3]]{{(:35)?}}: runtime error: member access within misaligned address 0x{{0+}}123 for type 'S', which requires 4 byte alignment
104 // CHECK-WILD-NEXT: 0x{{0+}}123: note: pointer points here
105 // CHECK-WILD-NEXT: <memory cannot be printed>
106 return static_cast<S*>(wild)->k;
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 290 int wild; local
291 /* For '*' wild processing only; surpress 'used before initialization'
356 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern)
359 wild = 1;
370 if (wild)
393 wild = 0;
406 /* Begin first wild comparison at the current position */
431 /* Success; begin a new wild pattern search
451 if (wild) {
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 227 throw new UnsupportedOperationException("TODO: support wild card components");
330 WildcardType wild = (WildcardType) type; local
349 return containsTypeVariable(wild.getLowerBounds()) ||
350 containsTypeVariable(wild.getUpperBounds());
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 93 // 1. A wild-wild listen, "tcp" + ""
101 // 2. A wild-ipv4wild listen, "tcp" + "0.0.0.0"
104 // 3. A wild-ipv6wild listen, "tcp" + "[::]"
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 93 // 1. A wild-wild listen, "tcp" + ""
101 // 2. A wild-ipv4wild listen, "tcp" + "0.0.0.0"
104 // 3. A wild-ipv6wild listen, "tcp" + "[::]"
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 156 System.out.print("wild card list: ");
190 TemplateSubPatternAssociation wild = m_wildCardPatterns; local
192 while (null != wild)
197 head, (TemplateSubPatternAssociation) wild.clone(), true);
201 wild = wild.getNext();
219 * @param isWildCardInsert <code>true</code> if we are inserting a wild card
  /build/blueprint/pathtools/
glob_test.go 109 // no-wild tests
337 // non-existant non-wild path tests
glob.go 77 // Some part of the non-wild pattern didn't exist. Add the last existing directory
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 904 const char *wild; local
908 while ((wild = strstr(s, p)) != NULL) {
909 luaL_addlstring(&b, s, wild - s); /* push prefix */
911 s = wild + l; /* continue after `p' */
  /external/skia/third_party/lua/src/
lauxlib.c 904 const char *wild; local
908 while ((wild = strstr(s, p)) != NULL) {
909 luaL_addlstring(&b, s, wild - s); /* push prefix */
911 s = wild + l; /* continue after `p' */
  /external/syslinux/com32/lua/src/
lauxlib.c 906 const char *wild; local
910 while ((wild = strstr(s, p)) != NULL) {
911 luaL_addlstring(&b, s, wild - s); /* push prefix */
913 s = wild + l; /* continue after `p' */
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 937 const char *wild; local
948 wild=strchr(pattern, '*');
949 if(wild==NULL) {
954 findPrefixLength=(int32_t)(wild-pattern);
955 findSuffix=wild+1;
    [all...]
  /external/libxml2/
xmlschemastypes.c 413 xmlSchemaWildcardPtr wild; local
437 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
438 if (wild == NULL) {
442 memset(wild, 0, sizeof(xmlSchemaWildcard));
443 wild->type = XML_SCHEMA_TYPE_ANY;
444 wild->any = 1;
445 wild->processContents = XML_SCHEMAS_ANY_LAX;
446 particle->children = (xmlSchemaTreeItemPtr) wild;
450 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
451 if (wild == NULL)
    [all...]
xmlschemas.c 6910 xmlSchemaWildcardPtr wild; local
12770 xmlSchemaWildcardPtr wild; local
25817 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 69 // are disallowed by RFC 6265 but are common in the wild.
280 // wild, but do browsers handle it? RFC 6265 just says "don't
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 69 // are disallowed by RFC 6265 but are common in the wild.
280 // wild, but do browsers handle it? RFC 6265 just says "don't
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 207 // the wild so we handle it.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 162 // in the wild require them.
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 242 // Strings we've seen in the wild.
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 207 // the wild so we handle it.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 162 // in the wild require them.
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 242 // Strings we've seen in the wild.
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 191 // Test that we read slightly-bogus MIME headers seen in the wild,
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 191 // Test that we read slightly-bogus MIME headers seen in the wild,
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 343 /* A simple wild is a literal string followed by a single '*',
469 wild_sort_fast (lang_wild_statement_type *wild,
476 tree = &wild->tree;
477 if (!wild->filenames_sorted
851 /* Handle a wild statement for a single file F. */
2878 wild (lang_wild_statement_type *s, function
    [all...]

Completed in 1160 milliseconds

1 2 3