/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 48 CS cs; in main() local 62 CS cs; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/ |
D | index.pass.cpp | 29 const S& cs = s; in main() local 43 const S& cs = s; in main() local
|
D | at.pass.cpp | 27 const S& cs = s; in test() local
|
D | back.pass.cpp | 28 const S& cs = s; in test() local
|
D | front.pass.cpp | 28 const S& cs = s; in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/ |
D | rend.pass.cpp | 24 const S& cs = s; in test() local
|
D | end.pass.cpp | 24 const S& cs = s; in test() local
|
D | rbegin.pass.cpp | 24 const S& cs = s; in test() local
|
D | begin.pass.cpp | 24 const S& cs = s; in test() local
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regex2.h | 113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument 114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument 115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument 116 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument 117 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument 118 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
|
D | regcomp.c | 627 cset *cs; in p_bracket() local 704 p_b_term(struct parse *p, cset *cs) in p_b_term() 767 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass() 800 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass() 1027 cset *cs; in allocset() local 1081 freeset(struct parse *p, cset *cs) in freeset() 1103 freezeset(struct parse *p, cset *cs) in freezeset() 1134 firstch(struct parse *p, cset *cs) in firstch() 1150 nch(struct parse *p, cset *cs) in nch() 1166 mcadd( struct parse *p, cset *cs, const char *cp) in mcadd() [all …]
|
D | engine.c | 488 cset *cs; in backref() local 845 cset *cs; in step() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_copy/ |
D | copy.pass.cpp | 28 const S& cs = str; in test() local
|
/ndk/sources/host-tools/make-3.81/ |
D | main.c | 2404 register const struct command_switch *cs; in decode_switches() local 2665 register const struct command_switch *cs; in define_makeflags() local 2679 const struct command_switch *cs; in define_makeflags() member
|
/ndk/tests/device/test-stlport/unit/ |
D | string_test.cpp | 539 string const& cs = s; in replace() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | string_test.cpp | 539 string const& cs = s; in replace() local
|