Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 40) sorted by relevance

12

/ndk/sources/host-tools/ndk-stack/regex/
Dregfree.c66 if (g->sets != NULL) in regfree()
67 free((char *)g->sets); in regfree()
Dregcomp.c197 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 …]
Dregex2.h132 cset *sets; /* -> cset [ncsets] */ member
Dengine.c507 cs = &m->g->sets[OPND(s)]; in backref()
885 cs = &g->sets[OPND(s)]; in step()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_filter_unittest.py47 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/
Drealloc.m49 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
Dmalloc.m49 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
Dlib-prefix.m4166 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
Dmbrtowc.m4165 mbrtowc returns 2, and sets wc to 0x00F0.
166 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
Dacl.m4133 # but sets errno = ENOENT for an existing file or directory.
Dlib-link.m451 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/
Dmbsnrtowcs.inc47 /* Invalid sequence - mbrtowc() sets errno. */
Dwcsnrtombs.inc44 /* Invalid character - wcrtomb() sets errno. */
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed18 # If line ends with .. then assume it sets a variable that will
DBOOST.tests689 ; and again for sets:
724 ; and again for tricky sets with digraphs:
/ndk/sources/host-tools/make-3.81/
DREADME.DOS198 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
Dconfig.ami110 /* Define if utime(file, NULL) sets file's timestamp to the present. */
Dconfig.h-vms131 /* Define if utime(file, NULL) sets file's timestamp to the present. */
Dconfig.log49 configure:1595: checking whether make sets $(MAKE)
/ndk/build/gmsl/
D__gmsl456 # 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/
Dlib-link.m445 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/
DChangeLog398 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/
DNEWS87 * fix bug in 'y' command in multi-byte character sets
274 * `y' command supports multibyte character sets
/ndk/docs/text/
DNDK-GDB.text33 element that sets the android:debuggable attribute to "true"
DAPPLICATION-MK.text85 > sets the `android:debuggable` attribute to "`true`" in its `<application>`

12