Home
last modified time | relevance | path

Searched defs:string (Results 1 – 24 of 24) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
Dcompare_string_type.pass.cpp24 typedef SM::string_type string; in main() typedef
38 typedef SM::string_type string; in main() typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_fwd.h40 typedef basic_string<char, char_traits<char>, allocator<char> > string; typedef
Dmsl_string.h22 # define string __msl_string macro
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c103 # define IS_CHAR_CLASS(string) __wctype (string) argument
105 # define IS_CHAR_CLASS(string) wctype (string) argument
110 # define IS_CHAR_CLASS(string) \ argument
158 internal_fnmatch (pattern, string, no_leading_period, flags) in internal_fnmatch() argument
480 fnmatch (pattern, string, flags) in fnmatch() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
Dcompare.pass.cpp223 typedef std::basic_string<CharT> string; in test() typedef
Dstream.pass.cpp26 typedef std::basic_string<CharT> string; in test() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Drandom.cpp31 random_device::random_device(const string&) in random_device()
/ndk/sources/third_party/googletest/googletest/samples/
Dsample2.h63 MyString(const MyString& string) : c_string_(NULL) { in MyString()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h77 const std::string& string() const { return pathname_; } in string() function
/ndk/tests/device/test-stlport_static-exception/jni/
Drvalue1.cpp31 void foofun(String string) in foofun()
/ndk/tests/device/test-stlport_shared-exception/jni/
Drvalue1.cpp31 void foofun(String string) in foofun()
/ndk/tests/device/test-gnustl-full/unit/
Dcopy_test.cpp42 char string[23] = "A string to be copied."; in copy_array() local
/ndk/tests/device/test-stlport/unit/
Dcopy_test.cpp42 char string[23] = "A string to be copied."; in copy_array() local
/ndk/sources/host-tools/make-3.81/
Dexpand.c58 variable_buffer_output (char *ptr, char *string, unsigned int length) in variable_buffer_output()
197 variable_expand_string (char *line, char *string, long length) in variable_expand_string()
Dvmsfunctions.c161 static struct dsc$descriptor_s string = in vms_stat() local
Dmain.c104 string, /* One string per switch. */ enumerator
Dread.c2142 find_char_unquote (char *string, int stop1, int stop2, int blank, in find_char_unquote()
/ndk/
Dndk-gdb.py124 def log(string): argument
129 def error(string, errcode=1): argument
/ndk/sources/host-tools/nawk-20071023/
Dlex.c357 int string(void) in string() function
/ndk/sources/host-tools/ndk-stack/regex/
Dregexec.c139 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec()
Dengine.c128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher()
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngpriv.h265 # define png_warning_parameter(p,number,string) ((void)0) argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc1131 pair<ThreadLocal<std::string>*, std::string*> param) { in RetrieveThreadLocalValue()
Dgtest_unittest.cc4490 TEST(StreamableTest, string) { in TEST() argument