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

1 2 3 4 56 7 8 91011>>

  /bootable/recovery/tests/common/
test_constants.h 22 #include <string>
25 static const std::string kATxtContents("abcdefghabcdefgh\n");
26 static const std::string kBTxtContents("abcdefgh\n");
27 static const std::string kCTxtContents("abcdefghabcdefgh\n");
28 static const std::string kDTxtContents("abcdefgh\n");
31 static const std::string kATxtSha1Sum("32c96a03dc8cd20097940f351bca6261ee5a1643");
33 static const std::string kBTxtSha1Sum("e414af7161c9554089f4106d6f1797ef14a73666");
35 static std::string from_testdata_base(const std::string& fname) {
37 static std::string data_root = getenv("ANDROID_DATA")
    [all...]
  /device/google/cuttlefish_common/common/libs/strings/
str_split.h 21 #include <string>
24 std::vector<std::string> StrSplit(const std::string& src, char delimiter);
  /external/google-breakpad/src/common/
using_std_string.h 35 // global string (::string) exists.
40 // string type is defined (i.e. ::string). Now, let's suppose that ::string
41 // is different that std::string and you'd like to have the option to easily
42 // choose between the two string types. Ideally you'd like to control which
43 // string type is chosen by simply #defining an identifier.
48 // globally replace std::string with string. Then include this heade
    [all...]
  /external/libchrome/dbus/
util.cc 9 std::string GetAbsoluteMemberName(const std::string& interface_name,
10 const std::string& member_name) {
  /external/libcxx/test/libcxx/extensions/hash/
specializations.fail.cpp 12 #include <string>
16 assert(__gnu_cxx::hash<std::string>()(std::string()) == 0); // error
  /external/libtextclassifier/util/base/
logging_raw.h 20 #include <string>
30 void LowLevelLogging(LogSeverity severity, const std::string &tag,
31 const std::string &message);
  /external/llvm/include/llvm/Support/
Errno.h 17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
  /external/parameter-framework/upstream/parameter/
MappingData.h 32 #include <string>
37 typedef std::map<std::string, std::string>::const_iterator KeyToValueMapConstIterator;
47 bool init(const std::string &rawMapping, std::string &error);
50 bool getValue(const std::string &strkey, const std::string *&pStrValue) const;
55 * @return the formatted std::string
57 std::string asString() const;
60 bool addValue(const std::string &strkey, const std::string &strValue)
    [all...]
  /external/parameter-framework/upstream/parameter/log/include/log/
ILogger.h 32 #include <string>
43 virtual void info(const std::string &strLog) = 0;
44 virtual void warning(const std::string &strLog) = 0;
  /external/perfetto/include/perfetto/base/
file_utils.h 20 #include <string>
25 bool ReadFile(const std::string& path, std::string* out);
string_utils.h 20 #include <string>
25 bool StartsWith(const std::string& str, const std::string& prefix);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Errno.h 17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Errno.h 17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
cluster_utils.h 18 #include <string>
22 // Check if string x includes string search_pattern.
23 bool StrContains(const string& x, const string& search_pattern);
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format_lib.h 19 #include <string>
28 Status ConvertConstantsToImmutable(const string& in_graph_filename,
29 const string& out_graph_filename,
  /external/webrtc/webrtc/system_wrappers/include/
field_trial.h 14 #include <string>
21 // std::string webrtc::field_trial::FindFullName(const std::string& trial).
59 // Returns the group name chosen for the named trial, or the empty string
63 std::string FindFullName(const std::string& name);
  /external/webrtc/webrtc/test/
histogram.h 14 #include <string>
21 int LastHistogramSample(const std::string& name);
24 int NumHistogramSamples(const std::string& name);
  /external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.h 14 #include <string>
21 // Returns the empty string on failure.
22 const std::string& long_audio_file_path() const {
27 std::string long_audio_file_path_;
  /frameworks/compile/mclinker/include/mcld/Support/
Demangle.h 12 #include <string>
16 std::string demangleName(const std::string& mangled_name);
  /frameworks/native/cmds/installd/
globals.h 22 #include <string>
31 extern std::string android_app_dir;
32 extern std::string android_app_ephemeral_dir;
33 extern std::string android_app_lib_dir;
34 extern std::string android_app_private_dir;
35 extern std::string android_asec_dir;
36 extern std::string android_data_dir;
37 extern std::string android_media_dir;
38 extern std::string android_mnt_expand_dir;
39 extern std::string android_profiles_dir
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetOptions.h 18 #include <string>
29 std::string Triple;
33 std::string HostTriple;
36 std::string CPU;
39 std::string FPMath;
42 std::string ABI;
45 std::string EABIVersion;
47 /// If given, the version string of the linker in use.
48 std::string LinkerVersion;
51 std::vector<std::string> FeaturesAsWritten
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Errno.h 17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetOptions.h 18 #include <string>
28 std::string Triple;
32 std::string HostTriple;
35 std::string CPU;
38 std::string FPMath;
41 std::string ABI;
44 std::string EABIVersion;
46 /// If given, the version string of the linker in use.
47 std::string LinkerVersion;
50 std::vector<std::string> FeaturesAsWritten
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Errno.h 17 #include <string>
22 /// Returns a string representation of the errno value, using whatever
26 std::string StrError();
29 std::string StrError(int errnum);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetOptions.h 18 #include <string>
28 std::string Triple;
32 std::string HostTriple;
35 std::string CPU;
38 std::string FPMath;
41 std::string ABI;
44 std::string EABIVersion;
46 /// If given, the version string of the linker in use.
47 std::string LinkerVersion;
50 std::vector<std::string> FeaturesAsWritten
    [all...]

Completed in 934 milliseconds

1 2 3 4 56 7 8 91011>>