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

<<111112113114115116117118119120>>

  /external/webrtc/webrtc/base/objc/
NSString+StdString.mm 15 - (std::string)stdString {
19 + (std::string)stdStringForString:(NSString *)nsString {
21 return std::string(reinterpret_cast<const char *>(charData.bytes),
25 + (NSString *)stringForStdString:(const std::string&)stdString {
26 // std::string may contain null termination character so we construct
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
output_wav_file.h 14 #include <string>
27 OutputWavFile(const std::string& file_name, int sample_rate_hz)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h 14 #include <string>
34 std::string* estimator_used);
  /external/webrtc/webrtc/p2p/base/
p2ptransport.cc 13 #include <string>
23 P2PTransport::P2PTransport(const std::string& name, PortAllocator* allocator)
p2ptransport.h 14 #include <string>
22 P2PTransport(const std::string& name, PortAllocator* allocator);
portallocator.h 14 #include <string>
82 RelayCredentials(const std::string& username, const std::string& password)
85 std::string username;
86 std::string password;
94 RelayServerConfig(const std::string& address,
96 const std::string& username,
97 const std::string& password,
114 PortAllocatorSession(const std::string& content_name,
116 const std::string& ice_ufrag
    [all...]
stunrequest.h 15 #include <string>
57 void set_origin(const std::string& origin) { origin_ = origin; }
63 typedef std::map<std::string, StunRequest*> RequestMap;
67 std::string origin_;
87 const std::string& id() { return msg_->transaction_id(); }
90 const std::string& origin() const { return origin_; }
91 void set_origin(const std::string& origin) { origin_ = origin; }
105 std::string origin_;
  /external/webrtc/webrtc/
video_receive_stream.h 15 #include <string>
34 std::string ToString() const;
45 std::string payload_name;
54 std::string decoder_implementation_name = "unknown";
70 std::string c_name;
81 std::string ToString() const;
88 std::string ToString() const;
152 // Identifier for an A/V synchronization group. Empty string to disable.
155 std::string sync_group;
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.h 14 #include <string>
30 std::string fake_microphone_input_file_;
  /external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.cc 16 std::string filename = "audio_long16.pcm";
20 std::string resource_path = webrtc::test::ProjectRootPath();
  /external/xmlrpcpp/src/
XmlRpcClient.h 13 # include <string>
42 //! @param uri An optional string to be sent as the URI in the HTTP GET header
79 virtual std::string generateHeader(std::string const& body);
90 std::string _host;
91 std::string _uri;
95 std::string _request;
96 std::string _header;
97 std::string _response;
  /frameworks/av/services/minijail/
av_services_minijail_unittest.cpp 15 #include <string>
27 const std::string base_policy_ =
33 const std::string additional_policy_ =
37 const std::string full_policy_ = base_policy_ + std::string("\n") + additional_policy_;
42 std::string final_string;
43 android::base::unique_fd fd(android::WritePolicyToPipe(base_policy_, std::string()));
52 std::string final_string;
  /frameworks/base/cmds/statsd/src/config/
ConfigListener.h 22 #include <string>
29 using std::string;
  /frameworks/base/core/java/android/util/
Size.java 80 * Return the size represented as a string with the format {@code "WxH"}
82 * @return string representation of the size
85 public String toString() {
89 private static NumberFormatException invalidSize(String s) {
94 * Parses the specified string as a size value.
106 * where <i>width</i> and <i>height</i> are string integers potentially
115 * @param string the string representation of a size value.
116 * @return the size value represented by {@code string}.
118 * @throws NumberFormatException if {@code string} cannot be parse
    [all...]
  /frameworks/base/core/jni/
fd_utils.h 21 #include <string>
51 void Allow(const std::string& path) {
59 bool IsAllowed(const std::string& path) const;
66 std::vector<std::string> whitelist_;
79 std::string* error_msg);
81 bool Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg);
86 bool ReopenOrDetach(std::string* error_msg);
91 bool RestatInternal(std::set<int>& open_fds, std::string* error_msg);
  /frameworks/base/core/proto/android/app/
notification.proto 32 optional string channel_id = 1 [ (.android.privacy).dest = DEST_EXPLICIT ];
36 optional string category = 5 [ (.android.privacy).dest = DEST_EXPLICIT ];
37 optional string group_key = 6 [ (.android.privacy).dest = DEST_EXPLICIT ];
38 optional string sort_key = 7 [ (.android.privacy).dest = DEST_EXPLICIT ];
pendingintent.proto 31 optional string target = 1;
  /frameworks/base/core/proto/android/os/
batterytype.proto 28 optional string type = 1;
data.proto 31 optional string filename = 1;
  /frameworks/base/core/proto/android/service/
batterystats.proto 39 optional string start_platform_version = 3;
40 optional string end_platform_version = 4;
49 optional string tag = 3;
55 repeated string csv_lines = 6;
  /frameworks/base/libs/hwui/tests/common/
TestScene.cpp 25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() {
26 static std::unordered_map<std::string, TestScene::Info> testMap;
  /frameworks/base/tools/bit/
make.cpp 27 #include <string>
33 #include <string.h>
37 map<string,string> g_buildVars;
39 string
40 get_build_var(const string& name, bool quiet)
44 map<string,string>::iterator it = g_buildVars.find(name);
50 string output = trim(get_command_output(cmd, &err, quiet));
55 return string();
    [all...]
  /frameworks/base/tools/streaming_proto/
stream_proto_utils.h 19 * Get the string name for a field.
21 string get_proto_type(const FieldDescriptorProto& field);
26 bool should_generate_for_file(const CodeGeneratorRequest& request, const string& file);
  /frameworks/compile/libbcc/lib/
FileMutex.h 20 #include <string>
30 explicit FileMutex(const std::string &pFileToLock)
  /frameworks/compile/mclinker/include/mcld/Script/
FileToken.h 27 FileToken(const std::string& pName, bool pAsNeeded);
37 static FileToken* create(const std::string& pName, bool pAsNeeded);

Completed in 949 milliseconds

<<111112113114115116117118119120>>