HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 201 - 225 of 36494) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 11 #include <string>
16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types2.fail.cpp 19 #include <string>
25 std::tuple<int, char*, std::string, double&> t(2, nullptr, "text");
  /external/libmojo/mojo/common/
user_agent.h 8 #include <string>
15 std::string MOJO_COMMON_EXPORT GetUserAgent();
  /external/parameter-framework/upstream/parameter/
Results.h 33 #include <string>
38 /** String list type which can hold list of error/info */
39 typedef std::list<std::string> Results;
  /external/parameter-framework/upstream/remote-processor/
RemoteCommandHandler.h 33 #include <string>
40 std::string &strResult) = 0;
RemoteProcessorServerInterface.h 33 #include <string>
38 virtual bool start(std::string &strError) = 0;
  /external/proguard/src/proguard/util/
EmptyStringMatcher.java 32 public boolean matches(String string)
34 return string.length() == 0;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_names.h 41 #include <string>
59 string GetFileNamespace(const FileDescriptor* descriptor);
66 string GetClassName(const Descriptor* descriptor);
75 string GetReflectionClassName(const FileDescriptor* descriptor);
89 // of failure, this function will return empty string and error parameter
91 string GetOutputFile(
93 const string file_extension,
95 const string base_namespace,
96 string* error);
  /frameworks/base/rs/java/android/renderscript/
RSRuntimeException.java 26 public RSRuntimeException(String string) {
27 super(string);
  /frameworks/compile/libbcc/lib/
RSStubsWhiteList.h 22 #include <string>
24 extern std::vector<std::string> stubList;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RSDriverException.java 25 public RSDriverException(String string) {
26 super(string);
RSIllegalArgumentException.java 25 public RSIllegalArgumentException(String string) {
26 super(string);
RSInvalidStateException.java 25 public RSInvalidStateException(String string) {
26 super(string);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal1.pass.cpp 10 #include <string>
18 std::string foo = ""s;
literal2.fail.cpp 10 #include <string>
16 std::string foo = ""s; // should fail w/conversion operator not found
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 11 #include <string>
16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types2.fail.cpp 17 #include <string>
23 std::tuple<int, char*, std::string, double&> t(2, nullptr, "text");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal1.pass.cpp 10 #include <string>
18 std::string foo = ""s;
literal2.fail.cpp 10 #include <string>
16 std::string foo = ""s; // should fail w/conversion operator not found
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 11 #include <string>
16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types2.fail.cpp 19 #include <string>
25 std::tuple<int, char*, std::string, double&> t(2, nullptr, "text");
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_names.h 41 #include <string>
59 string GetFileNamespace(const FileDescriptor* descriptor);
66 string GetClassName(const Descriptor* descriptor);
75 string GetReflectionClassName(const FileDescriptor* descriptor);
89 // of failure, this function will return empty string and error parameter
91 string GetOutputFile(
93 const string file_extension,
95 const string base_namespace,
96 string* error);
  /system/core/base/include/android-base/
errors.h 27 // special handling to get the error string. Refer to Microsoft documentation
33 #include <string>
38 // Returns a string describing the given system error code. |error_code| must
41 std::string SystemErrorCodeToString(int error_code);
  /system/core/init/
bootchart.h 20 #include <string>
23 int do_bootchart(const std::vector<std::string>& args);
  /system/extras/perfprofd/
perf_data_converter.h 6 #include <string>
11 RawPerfDataToAndroidPerfProfile(const std::string &perf_file);

Completed in 1052 milliseconds

1 2 3 4 5 6 7 891011>>