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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/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/linux-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/linux-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/linux-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/linux-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/linux-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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
50 string pw_passwd<>; /* encrypted password */
53 string pw_gecos<>; /* in real life name */
54 string pw_dir<>; /* home directory */
55 string pw_shell<>; /* default shell */
59 string oldpass<>; /* unencrypted old password */
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/extensions/hash/
specializations.fail.cpp 12 #include <string>
16 assert(__gnu_cxx::hash<std::string>()(std::string()) == 0); // error
  /system/core/init/
property_type.h 20 #include <string>
25 bool CheckType(const std::string& type_string, const std::string& value);
  /system/core/libunwindstack/tests/
LogFake.h 20 #include <string>
25 std::string GetFakeLogBuf();
26 std::string GetFakeLogPrint();
  /system/tpm/attestation/common/
crypto_utility.h 20 #include <string>
32 virtual bool GetRandom(size_t num_bytes, std::string* random_data) const = 0;
36 virtual bool CreateSealedKey(std::string* aes_key,
37 std::string* sealed_key) = 0;
43 virtual bool EncryptData(const std::string& data,
44 const std::string& aes_key,
45 const std::string& sealed_key,
46 std::string* encrypted_data) = 0;
52 virtual bool UnsealKey(const std::string& encrypted_data,
53 std::string* aes_key
    [all...]
mock_crypto_utility.h 22 #include <string>
33 MOCK_CONST_METHOD2(GetRandom, bool(size_t, std::string*));
36 bool(std::string* aes_key, std::string* sealed_key));
39 bool(const std::string& data,
40 const std::string& aes_key,
41 const std::string& sealed_key,
42 std::string* encrypted_data));
45 bool(const std::string& encrypted_data,
46 std::string* aes_key
    [all...]
  /external/protobuf/src/google/protobuf/testing/
file.h 49 static bool Exists(const string& name);
51 // Read an entire file to a string. Return true if successful, false
53 static bool ReadFileToString(const string& name, string* output);
56 static void ReadFileToStringOrDie(const string& name, string* output);
58 // Create a file and write a string to it.
59 static bool WriteStringToFile(const string& contents,
60 const string& name);
63 static void WriteStringToFileOrDie(const string& contents
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_string.i 4 * Typemaps for std::string and const std::string&
7 * To use non-const std::string references, use the following %apply. Note
9 * %apply const std::string & {std::string &};
13 #include <string>
18 %naturalvar string;
20 class string;
23 // string
24 %typemap(ctype) string, const string & "char *
    [all...]
  /external/webrtc/webrtc/test/testsupport/
perf_test.h 18 #include <string>
34 // string to specify a particular graph and the |trace| to identify a trace
36 void PrintResult(const std::string& measurement,
37 const std::string& modifier,
38 const std::string& trace,
40 const std::string& units,
43 void AppendResult(std::string& output,
44 const std::string& measurement,
45 const std::string& modifier,
46 const std::string& trace
    [all...]
  /external/libbrillo/brillo/
url_utils.h 8 #include <string>
22 BRILLO_EXPORT std::string Combine(
23 const std::string& url,
24 const std::string& subpath) WARN_UNUSED_RESULT;
25 BRILLO_EXPORT std::string CombineMultiple(
26 const std::string& url,
27 const std::vector<std::string>& parts) WARN_UNUSED_RESULT;
29 // Removes the query string/fragment from |url| and returns the query string.
33 BRILLO_EXPORT std::string TrimOffQueryString(std::string* url)
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.h 35 #include <string>
48 bool createDomain(const std::string &strName, std::string &strError);
62 bool addDomain(CConfigurableDomain &domain, bool bOverwrite, std::string &strError);
73 bool deleteDomain(const std::string &strName, std::string &strError);
75 bool renameDomain(const std::string &strName, const std::string &strNewName,
76 std::string &strError);
77 bool setSequenceAwareness(const std::string &strDomain, bool bSequenceAware
    [all...]
  /bionic/libc/kernel/uapi/linux/
string.h 21 #include <string.h>
  /bootable/recovery/update_verifier/include/update_verifier/
update_verifier.h 19 #include <string>
24 bool verify_image(const std::string& care_map_name);
  /bootable/recovery/updater/include/updater/
blockimg.h 20 #include <string>
  /build/make/tools/atree/
files.h 5 #include <string>
21 string listFile;
24 string sourceBase;
25 string sourceName;
26 string sourcePath;
32 string outName;
33 string outPath;
40 int read_list_file(const string& filename,
41 const map<string, string>& variables
    [all...]
  /device/generic/goldfish/dhcp/common/
utils.h 21 #include <string>
23 std::string addrToStr(in_addr_t address);
  /external/adhd/cras/src/server/
cras_utf8.h 8 /* Checks if a string is valid UTF-8.
18 * string[in] - a string.
22 * 1 if it is a vlid utf-8 string. 0 otherwise.
23 * bad_pos contains the strlen() of the string if it is
26 int valid_utf8_string(const char *string, size_t *bad_pos);
28 /* Checks if a string is a valid utf-8 string.
31 * string[in] - a string
    [all...]
  /external/clang/test/CodeGenCXX/
partial-init.cpp 4 struct string { struct in namespace:std
6 string(const char *s);
7 ~string();
16 std::string c;

Completed in 1491 milliseconds

1 2 3 4 5 67 8 91011>>