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

<<221222223224225226227228229230>>

  /external/libmojo/base/i18n/
rtl.h 8 #include <string>
40 BASE_I18N_EXPORT std::string GetConfiguredLocale();
42 // Canonicalize a string (eg. a POSIX locale string) to a Chrome locale name.
43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const std::string& locale);
52 BASE_I18N_EXPORT void SetICUDefaultLocale(const std::string& locale_string);
73 // Given the string in |text|, returns the directionality of the first or last
74 // character with strong directionality in the string. If no character in the
84 // Given the string in |text|, returns LEFT_TO_RIGHT or RIGHT_TO_LEFT if all th
    [all...]
  /external/libmojo/mojo/edk/embedder/
embedder.h 11 #include <string>
62 ConnectToPeerProcess(ScopedPlatformHandle pipe, const std::string& peer_token);
66 MOJO_SYSTEM_IMPL_EXPORT void ClosePeerConnection(const std::string& peer_token);
155 CreateChildMessagePipe(const std::string& token);
157 // Generates a random ASCII token string for use with various APIs that expect
158 // a globally unique token string.
159 MOJO_SYSTEM_IMPL_EXPORT std::string GenerateRandomToken();
  /external/libtextclassifier/util/
flatbuffers.h 23 #include <string>
48 // Same as above but takes string.
50 const FlatbufferMessage* LoadAndVerifyFlatbuffer(const std::string& buffer) {
69 // Same as above but takes string.
72 LoadAndVerifyMutableFlatbuffer(const std::string& buffer) {
85 // Packs the mutable flatbuffer message to string.
87 std::string PackFlatbuffer(
92 return std::string(reinterpret_cast<const char*>(builder.GetBufferPointer()),
  /external/libvpx/libvpx/test/
user_priv_test.cc 13 #include <string>
30 using std::string;
45 string DecodeFile(const string &filename) {
88 return string(md5.Get());
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 81 #include <string>
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
155 std::string name; // the name of the flag
156 std::string type; // the type of the flag: int32, etc
157 std::string description; // the "help text" associated with the flag
158 std::string current_value; // the current value, as a string
159 std::string default_value; // the default value, as a string
    [all...]
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 81 #include <string>
134 extern GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag, bool (*validate_fn)(const char*, const std::string&));
155 std::string name; // the name of the flag
156 std::string type; // the type of the flag: int32, etc
157 std::string description; // the "help text" associated with the flag
158 std::string current_value; // the current value, as a string
159 std::string default_value; // the default value, as a string
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 33 #include <string>
63 [&](const std::string &Name) {
68 [](const std::string &Name) {
86 JITSymbol findSymbol(const std::string Name) {
87 std::string MangledName;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 55 void setGlobalMapping(const std::string &Name, TargetAddress Addr) {
60 void eraseGlobalMapping(const std::string &Name) {
73 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
88 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name,
102 std::map<std::string, TargetAddress> SymbolTable;
  /external/llvm/lib/Support/
DataStream.cpp 22 #include <string>
64 std::error_code OpenFile(const std::string &Filename) {
78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) {
81 *StrError = std::string("Could not open ") + Filename + ": " +
Process.cpp 29 Optional<std::string> Process::FindInEnvPath(const std::string& EnvName,
30 const std::string& FileName)
33 Optional<std::string> FoundPath;
34 Optional<std::string> OptPath = Process::GetEnv(EnvName);
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 25 #include <string>
34 std::string TargetName;
55 NVPTXSubtarget(const Triple &TT, const std::string &CPU,
56 const std::string &FS, const NVPTXTargetMachine &TM);
98 std::string getTargetName() const { return TargetName; }
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
codegen.hpp 45 std::string
54 std::string &r_log);
59 std::string &r_log);
61 std::string
67 const std::map<std::string, unsigned> &offsets,
  /external/parameter-framework/upstream/parameter/
SelectionCriteriaDefinition.cpp 33 std::string CSelectionCriteriaDefinition::getKind() const
40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger)
51 const std::string &strName) const
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName)
62 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string> &lstrResult,
  /external/parameter-framework/upstream/remote-processor/
Message.h 34 #include <string>
67 * @param[out] strError on failure, a string explaining the error,
74 Result serialize(Socket &&socket, bool bOut, std::string &strError);
94 /** Write string to the message
96 * @param[in] strData the string to write
98 void writeString(const std::string &strData);
100 /** Write string to the message
102 * @param[out] strData the string to read to
104 void readString(std::string &strData);
106 /** @return string length plus room to store its lengt
    [all...]
  /external/parameter-framework/upstream/test/test-platform/
main.cpp 36 #include <string>
42 using std::string;
52 static void showInvalidUsage(const string &error)
69 using Options = std::list<string>;
107 string strError;
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemBinary.cpp 31 #include <string.h>
32 #include <string>
44 const std::string &strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement,
50 std::string CTESTSubsystemBinary::toString(const void *pvValue, size_t size) const
67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size)
  /external/pdfium/third_party/bigint/
BigIntegerUtils.hh 11 #include <string>
15 * - Convenient std::string <-> BigUnsigned/BigInteger conversion routines
18 // std::string conversion routines. Base 10 only.
19 std::string bigUnsignedToString(const BigUnsigned &x);
20 std::string bigIntegerToString(const BigInteger &x);
21 BigUnsigned stringToBigUnsigned(const std::string &s);
22 BigInteger stringToBigInteger(const std::string &s);
  /external/perf_data_converter/src/
perf_to_profile_lib_test.cc 18 string desc;
20 string expectedInput;
21 string expectedOutput;
68 string input;
69 string output;
  /external/perf_data_converter/src/quipper/
binary_data_utils.h 18 #include "compat/string.h"
60 uint64_t Md5Prefix(const string& input);
63 // Returns a string that represents |array| in hexadecimal.
64 string RawDataToHexString(const u8* array, size_t length);
66 // Given raw data in |str|, returns a string that represents the binary data as
68 string RawDataToHexString(const string& str);
70 // Given a string |str| containing data represented in hexadecimal, converts to
72 // |length| bytes - if there are more characters in the string, they are
74 bool HexStringToRawData(const string& str, u8* array, size_t length)
    [all...]
scoped_temp_path.cc 34 // A vector<char> is used because string does not have an API for mutable
35 // direct access to the char data. That is, string::data() returns
38 std::vector<char> MakeTempfileTemplate(string path_template) {
50 ScopedTempFile::ScopedTempFile(const string prefix) {
55 path_ = string(filename.data());
60 ScopedTempDir::ScopedTempDir(const string prefix) {
63 path_ = string(dirname.data()) + "/";
  /external/piex/src/
piex_types.h 21 #include <string>
77 std::string date_stamp; // Giving as "YYYY:MM:DD" format.
93 std::string maker;
94 std::string model;
95 std::string date_time;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.h 34 #include <string>
60 std::vector<std::string> field_names_;
72 std::string class_name();
73 std::string full_class_name();
76 const std::vector<std::string>& field_names();
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.h 39 #include <string>
79 const string& scope,
82 map<string, string>* vars_pointer);
102 string scope_;
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_generator.cc 49 const string& parameter,
51 string* error) const {
57 vector<pair<string, string> > options;
77 string filepath = FilePath(file);
objectivec_message.h 34 #include <string>
57 MessageGenerator(const string& root_classname,
67 void DetermineForwardDeclarations(set<string>* fwd_decls);
81 const string root_classname_;
84 const string class_name_;

Completed in 1687 milliseconds

<<221222223224225226227228229230>>