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

<<81828384858687888990>>

  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 18 #include <string>
33 const std::string& name() const { return name_; }
37 std::string GetPeerIdHeader() const;
41 // Returns a string in the form "name,id\n".
42 std::string GetEntry() const;
48 void QueueResponse(const std::string& status, const std::string& content_type,
49 const std::string& extra_headers, const std::string& data);
55 std::string status, content_type, extra_headers, data
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
Base64.h 35 sp<Buffer> decodeBase64(const std::string &s);
36 void encodeBase64(const void *data, size_t size, std::string *out);
38 void encodeBase64Url(const void *data, size_t size, std::string *out);
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Stream.h 23 #include <string>
37 Stream(const std::string &mappingValue,
43 virtual bool sendToHW(std::string &error);
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestResources.java 23 public String getString(int id) throws NotFoundException {
25 case R.string.root_name:
27 case R.string.error_busy_device:
29 case R.string.error_locked_device:
36 public String getString(int id, Object... formatArgs) throws NotFoundException {
37 return String.format(getString(id), formatArgs);
  /frameworks/base/tools/aapt2/io/
Io.h 20 #include <string>
55 virtual std::string GetError() const { return {}; }
90 virtual std::string GetError() const { return {}; }
  /frameworks/compile/libbcc/lib/
RSScriptGroupFusion.h 21 #include <string>
44 const std::string& fusedName,
48 const std::string& newName, llvm::Module* mergedModule);
  /frameworks/rs/rsov/compiler/
Builtin_test.cpp 29 const std::string testFile("greyscale.spv");
30 const std::string testDataPath(
32 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
  /hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
FooHelper.h 3 #include <string>
20 std::string to_string(const IFoo::StringMatrix5x3 &M);
21 std::string to_string(const IFoo::StringMatrix3x5 &M);
23 std::string to_string(const hidl_string &s);
26 std::string to_string(const T *elems, size_t n) {
27 std::string out;
41 std::string to_string(const hidl_array<T, SIZE> &array) {
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) {
47 std::string out;
70 std::string to_string(const hidl_vec<T> &vec)
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDevice.h 26 #include <string>
34 static sp<HidRawSensorDevice> create(const std::string &devName);
43 explicit HidRawSensorDevice(const std::string &devName);
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_nmea.h 35 #include <string>
39 std::vector<std::string> &nmeaArraystr);
44 std::vector<std::string> &nmeaArraystr);
  /hardware/qcom/gps/msm8998/utils/
loc_nmea.h 35 #include <string>
39 std::vector<std::string> &nmeaArraystr);
44 std::vector<std::string> &nmeaArraystr);
  /packages/services/Car/tools/keventreader/server/
event.h 20 #include <string>
28 KeypressEvent(const std::string source = "", uint32_t keycode = 0, bool keydown = false);
30 std::string source;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SpecialCaseList.h 21 // If category is not specified, it is assumed to be empty string.
59 #include <string>
70 /// 0 and writes an error message to string.
72 create(const std::vector<std::string> &Paths, std::string &Error);
74 /// 0 and writes an error message to string.
76 std::string &Error);
80 createOrDie(const std::vector<std::string> &Paths);
95 bool createInternal(const std::vector<std::string> &Paths,
96 std::string &Error)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SpecialCaseList.h 21 // If category is not specified, it is assumed to be empty string.
59 #include <string>
70 /// 0 and writes an error message to string.
72 create(const std::vector<std::string> &Paths, std::string &Error);
74 /// 0 and writes an error message to string.
76 std::string &Error);
80 createOrDie(const std::vector<std::string> &Paths);
95 bool createInternal(const std::vector<std::string> &Paths,
96 std::string &Error)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SpecialCaseList.h 21 // If category is not specified, it is assumed to be empty string.
59 #include <string>
70 /// 0 and writes an error message to string.
72 create(const std::vector<std::string> &Paths, std::string &Error);
74 /// 0 and writes an error message to string.
76 std::string &Error);
80 createOrDie(const std::vector<std::string> &Paths);
95 bool createInternal(const std::vector<std::string> &Paths,
96 std::string &Error)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SpecialCaseList.h 21 // If category is not specified, it is assumed to be empty string.
59 #include <string>
70 /// 0 and writes an error message to string.
72 create(const std::vector<std::string> &Paths, std::string &Error);
74 /// 0 and writes an error message to string.
76 std::string &Error);
80 createOrDie(const std::vector<std::string> &Paths);
95 bool createInternal(const std::vector<std::string> &Paths,
96 std::string &Error)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
CodegenNameGenerator.h 19 #include <string>
37 /// Version of \c writeName function that returns a string.
38 std::string getName(const Decl *D);
42 std::vector<std::string> getAllManglings(const Decl *D);

Completed in 1543 milliseconds

<<81828384858687888990>>