Searched refs:sets (Results 1 – 25 of 40) sorted by relevance
12
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regfree.c | 66 if (g->sets != NULL) in regfree() 67 free((char *)g->sets); in regfree()
|
D | regcomp.c | 197 g->sets = NULL; in regcomp() 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset() 1042 p->g->sets = (cset*)ptr; in allocset() 1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset() 1055 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset() 1058 cs = &p->g->sets[no]; in allocset() 1067 free(p->g->sets); in allocset() 1068 p->g->sets = NULL; in allocset() 1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset() 1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() [all …]
|
D | regex2.h | 132 cset *sets; /* -> cset [ncsets] */ member
|
D | engine.c | 507 cs = &m->g->sets[OPND(s)]; in backref() 885 cs = &g->sets[OPND(s)]; in step()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_filter_unittest.py | 47 import sets 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | realloc.m4 | 9 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
|
D | malloc.m4 | 9 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
|
D | lib-prefix.m4 | 166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under 173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
|
D | mbrtowc.m4 | 165 mbrtowc returns 2, and sets wc to 0x00F0. 166 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
|
D | acl.m4 | 133 # but sets errno = ENOENT for an existing file or directory.
|
D | lib-link.m4 | 51 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} 53 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs 166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 692 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | mbsnrtowcs.inc | 47 /* Invalid sequence - mbrtowc() sets errno. */
|
D | wcsnrtombs.inc | 44 /* Invalid character - wcrtomb() sets errno. */
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.sed | 18 # If line ends with .. then assume it sets a variable that will
|
D | BOOST.tests | 689 ; and again for sets: 724 ; and again for tricky sets with digraphs:
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 198 Many Unix Makefiles include a line which sets the SHELL, for 213 shell is *not* found, the line which sets it will be effectively 238 Makefiles to MSDOS and leave the line which sets the shell
|
D | config.ami | 110 /* Define if utime(file, NULL) sets file's timestamp to the present. */
|
D | config.h-vms | 131 /* Define if utime(file, NULL) sets file's timestamp to the present. */
|
D | config.log | 49 configure:1595: checking whether make sets $(MAKE)
|
/ndk/build/gmsl/ |
D | __gmsl | 456 # Returns: Returns the union of the two sets 464 # Returns: Returns the intersection of the two sets 480 # Returns: Returns $(true) if the two sets are identical
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 47 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 398 individual tests, and report both sets of numbers. 651 in double-colon rule sets are detected correctly (PR/1671). 761 exists: it sets the time to the _local_ time. We don't want
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 87 * fix bug in 'y' command in multi-byte character sets 274 * `y' command supports multibyte character sets
|
/ndk/docs/text/ |
D | NDK-GDB.text | 33 element that sets the android:debuggable attribute to "true"
|
D | APPLICATION-MK.text | 85 > sets the `android:debuggable` attribute to "`true`" in its `<application>`
|
12