| /external/parameter-framework/upstream/remote-processor/ |
| AnswerMessage.cpp | 35 using std::string; 37 CAnswerMessage::CAnswerMessage(const string &strAnswer, bool bSuccess) 47 void CAnswerMessage::setAnswer(const string &strAnswer) 52 const string &CAnswerMessage::getAnswer() const 85 string strAnswer;
|
| RemoteCommandHandlerTemplate.h | 51 * @param[out] strResult a string containing the result of the command. 56 const IRemoteCommand &remoteCommand, std::string &strResult); 63 CRemoteCommandParserItem(const std::string &strCommandName, RemoteCommandParser pfnParser, 64 size_t minArgumentCount, const std::string &strHelp, 65 const std::string &strDescription) 72 const std::string &getCommandName() const { return _strCommandName; } 74 const std::string &getDescription() const { return _strDescription; } 77 std::string usage() const { return _strCommandName + " " + _strHelp; } 80 std::string &strResult) const 85 strResult = std::string("Not enough arguments supplied\nUsage:\n") + usage() [all...] |
| /external/perf_data_converter/src/quipper/ |
| string_utils.cc | 11 void TrimWhitespace(string* str) { 14 if (end != string::npos) { 18 // The string contains only whitespace. 23 void SplitString(const string& str, char delimiter, 24 std::vector<string>* tokens) { 26 string token;
|
| /external/perfetto/include/perfetto/tracing/core/ |
| chrome_config.h | 32 #include <string> 60 const std::string& trace_config() const { return trace_config_; } 61 void set_trace_config(const std::string& value) { trace_config_ = value; } 64 std::string trace_config_ = {}; 68 std::string unknown_fields_;
|
| data_source_descriptor.h | 32 #include <string> 60 const std::string& name() const { return name_; } 61 void set_name(const std::string& value) { name_ = value; } 64 std::string name_ = {}; 68 std::string unknown_fields_;
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| objectivec_oneof.h | 34 #include <string> 65 string DescriptorName(void) const; 66 string HasIndexAsString(void) const; 70 map<string, string> variables_;
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
| BuilderStringReference.java | 40 @Nonnull final String string; field in class:BuilderStringReference 43 BuilderStringReference(@Nonnull String string) { 44 this.string = string; 47 @Nonnull @Override public String getString() { 48 return string;
|
| /external/swiftshader/src/OpenGL/compiler/ |
| Diagnostics.h | 38 const std::string& reason, 39 const std::string& token, 40 const std::string& extra); 42 void writeDebug(const std::string& str); 47 const std::string& text);
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
| dump_ir_pass.h | 19 #include <string> 32 IrDumpingPassManager(const string& input_filename, const string& output_dir, 42 string input_filename_; 43 string output_dir_;
|
| /external/tensorflow/tensorflow/contrib/verbs/ |
| rdma_mgr.h | 21 #include <string> 38 RdmaChannel* FindChannel(const string& key); 42 const string& local_worker() { return local_worker_; } 45 string local_worker_; 50 typedef std::unordered_map<string, RdmaChannel*> ChannelTable;
|
| verbs_util.cc | 28 string VerbsUtil::AppendStepidToKey(const string& key, int64 step_id) { 33 void VerbsUtil::GetKeyAndStepId(const string& key_with_step_id, string& key, 43 std::vector<string> parts = str_util::Split(s, ';');
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| grpc_session.h | 20 #include <string> 58 const std::vector<string>& containers); 69 Status Run(const std::vector<std::pair<string, Tensor> >& inputs, 70 const std::vector<string>& output_tensor_names, 71 const std::vector<string>& target_node_names, 74 const std::vector<std::pair<string, Tensor> >& inputs, 75 const std::vector<string>& output_tensor_names, 76 const std::vector<string>& target_node_names, 85 ::tensorflow::Status PRunSetup(const std::vector<string>& input_names, 86 const std::vector<string>& output_names [all...] |
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| worker_session.h | 19 #include <string> 35 const string session_name; 38 const string worker_name; 56 WorkerSession(const string& session_name, const string& worker_name,
|
| /external/tensorflow/tensorflow/core/graph/ |
| subgraph.h | 19 #include <string> 68 Graph* g, const gtl::ArraySlice<string>& fed_outputs, 69 const gtl::ArraySlice<string>& fetch_outputs, 70 const gtl::ArraySlice<string>& target_node_names, 85 const gtl::ArraySlice<string>& fetch_outputs,
|
| /external/tensorflow/tensorflow/core/grappler/ |
| grappler_item_builder.h | 21 #include <string> 49 string assets_directory_override; 53 std::set<string> feed_nodes; 59 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg); 65 const std::unordered_map<string, AttrValue>& func_attr,
|
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| hexagon_ops_definitions.h | 34 int GetOpIdFor(const string& op_type, const DataTypeVector& dt) const final; 43 const string& op_type, const DataTypeVector& dt_vec, 45 std::unordered_map<string, std::vector<DataTypeToOp>>* map); 47 static std::unordered_map<string, std::vector<DataTypeToOp>> 50 const std::unordered_map<string, std::vector<DataTypeToOp>>
|
| /external/tensorflow/tensorflow/core/util/ |
| tensor_slice_reader_cache.h | 43 const string& filepattern, 62 const string& filepattern, 68 typedef Status (*OpenFuncType)(const string&, TensorSliceReader::Table**); 74 std::unordered_map<string, std::pair<OpenFuncType, TensorSliceReader*>> 78 std::set<string> still_opening_;
|
| /external/webrtc/webrtc/base/ |
| logsinks.h | 14 #include <string> 29 FileRotatingLogSink(const std::string& log_dir_path, 30 const std::string& log_prefix, 37 void OnLogMessage(const std::string& message) override; 58 CallSessionFileRotatingLogSink(const std::string& log_dir_path,
|
| /external/webrtc/webrtc/examples/peerconnection/client/ |
| peer_connection_client.h | 16 #include <string> 24 typedef std::map<int, std::string> Peers; 29 virtual void OnPeerConnected(int id, const std::string& name) = 0; 31 virtual void OnMessageFromPeer(int peer_id, const std::string& message) = 0; 60 void Connect(const std::string& server, int port, 61 const std::string& client_name); 63 bool SendToPeer(int peer_id, const std::string& message); 79 void OnMessageFromPeer(int peer_id, const std::string& message); 82 bool GetHeaderValue(const std::string& data, size_t eoh, 85 bool GetHeaderValue(const std::string& data, size_t eoh [all...] |
| /external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
| rtp_file_source.h | 15 #include <string> 35 static RtpFileSource* Create(const std::string& file_name); 38 static bool ValidRtpDump(const std::string& file_name); 39 static bool ValidPcap(const std::string& file_name); 57 bool OpenFile(const std::string& file_name);
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
| bwe_test_fileutils.h | 16 #include <string> 32 static ResourceFileReader* Create(const std::string& filename, 33 const std::string& extension); 47 static OutputFileWriter* Create(const std::string& filename, 48 const std::string& extension);
|
| /frameworks/base/tools/streaming_proto/ |
| string_utils.cpp | 10 string 11 to_camel_case(const string& str) 13 string result; 39 string 40 make_constant_name(const string& str) 42 string result; 63 string 64 file_base_name(const string& str) 67 if (start == string::npos) { 73 if (end == string::npos) [all...] |
| /frameworks/compile/mclinker/include/mcld/Script/ |
| StrToken.h | 15 #include <string> 26 enum Kind { Unknown, String, Input, Wildcard }; 33 StrToken(Kind pKind, const std::string& pString); 40 const std::string& name() const { return m_Name; } 43 return pToken->kind() == StrToken::String; 47 static StrToken* create(const std::string& pString); 53 std::string m_Name;
|
| /frameworks/compile/slang/ |
| slang_rs_reflection_cpp.h | 23 #include <string> 31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory, 32 const std::string &RSSourceFileName, 33 const std::string &BitCodeFileName); 40 std::string Type; 41 std::string Name; 42 std::string DefaultValue; 43 Argument(std::string Type, std::string Name, std::string DefaultValue = "" [all...] |
| /frameworks/minikin/tests/util/ |
| UnicodeUtils.h | 18 #include <string> 28 std::vector<uint16_t> parseUnicodeStringWithOffset(const std::string& in, size_t* offset); 29 std::vector<uint16_t> parseUnicodeString(const std::string& in); 32 std::vector<uint16_t> utf8ToUtf16(const std::string& text); 33 std::string utf16ToUtf8(const U16StringPiece& u16String);
|