HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 1176 - 1200 of 46739) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/cmd/cgo/
zdefaultcc.go 6 func defaultCC(goos, goarch string) string {
11 func defaultCXX(goos, goarch string) string {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
zdefaultcc.go 6 func DefaultCC(goos, goarch string) string {
11 func DefaultCXX(goos, goarch string) string {
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
conversions.go 3 type Units string
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
p1.go 3 type O map[string]map[string]string
5 func (opts O) RemoveOption(sect, opt string) bool {
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.swigcxx 10 #include <string>
  /prebuilts/go/linux-x86/src/cmd/cgo/
zdefaultcc.go 6 func defaultCC(goos, goarch string) string {
11 func defaultCXX(goos, goarch string) string {
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
zdefaultcc.go 6 func DefaultCC(goos, goarch string) string {
11 func DefaultCXX(goos, goarch string) string {
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
conversions.go 3 type Units string
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
p1.go 3 type O map[string]map[string]string
5 func (opts O) RemoveOption(sect, opt string) bool {
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/fonts/
font.conf 6 <string>Consolas</string>
9 <string>Noto Sans Mono CJK JP</string>
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/fonts/
font.conf 6 <string>Consolas</string>
9 <string>Noto Sans Mono CJK JP</string>
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 4 * SWIG typemaps for std::string
8 #include <string>
12 %naturalvar string;
15 %insert(closprefix) %{ (declare (hide <std-string>)) %}
16 %nodefault string;
17 %rename("std-string") string;
18 class string {
20 ~string() {}
22 %extend string {
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/
capacity.pass.cpp 26 #include <string>
49 test ( { std::string("1"), std::string("1"), std::string("2"), std::string("3"),
50 std::string("5"), std::string("8")} );
54 test<std::string> ( {} );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/strings/basic.string/string.modifiers/
erase_pop_back_db1.pass.cpp 10 // <string>
18 #include <string>
27 std::string s;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.locales/
getloc.pass.cpp 17 #include <string>
33 assert(t.getloc().name() == std::string("C"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp 16 #include <string>
21 std::string m1 = e_cat1.name();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterators.general/
gcc_workaround.pass.cpp 12 #include <string>
14 void f(const std::string &s) { s.begin(); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 25 typedef SM::string_type string; typedef
27 assert(sm.compare(string()) == 0);
32 assert(sm.compare(string()) > 0);
33 assert(sm.compare(string("123")) == 0);
38 typedef SM::string_type string; typedef
40 assert(sm.compare(string()) == 0);
45 assert(sm.compare(string()) > 0);
46 assert(sm.compare(string(L"123")) == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
initializer_list_assignment.pass.cpp 12 // <string>
16 #include <string>
24 std::string s;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_op_plus_equal/
initializer_list.pass.cpp 12 // <string>
16 #include <string>
24 std::string s("123");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.hash/
enabled_hashes.pass.cpp 12 // <string>
14 // Test that <string> provides all of the arithmetic, enum, and pointer
17 #include <string>
24 test_hash_enabled_for_type<std::string>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.members/
name.pass.cpp 17 #include <string>
24 assert(std::string(t1.name()) == ti.name());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
dtor.pass.cpp 25 #include <string>
35 std::pair<int, std::string> >::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
string_util.h 5 #include <string>
11 void AppendHumanReadable(int n, std::string* str);
13 std::string HumanReadableNumber(double n);
15 std::string StringPrintF(const char* format, ...);
29 inline std::string StrCat(Args&&... args) {
35 void ReplaceAll(std::string* str, const std::string& from,
36 const std::string& to);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
string_cast.hpp 49 #include <string>
64 /// Create a string from a GLM type value.
67 GLM_FUNC_DECL std::string to_string(genType const & x);

Completed in 1395 milliseconds

<<41424344454647484950>>