HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 276 - 300 of 36494) sorted by null

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.hpp 37 const std::string& name,
46 virtual std::string getSparseImageTypeName (void) const = 0;
47 virtual std::string getUniformConstSparseImageTypeName (void) const = 0;
49 virtual std::string sparseImageOpString (const std::string& resultVariable,
50 const std::string& resultType,
51 const std::string& image,
52 const std::string& coord,
53 const std::string& mipLevel) const = 0;
60 const std::string& name
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.h 14 #include <string>
26 void AddXmlns(const std::string& prefix, const std::string& ns);
32 std::pair<std::string, bool> NsForPrefix(const std::string& prefix);
33 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
34 std::pair<std::string, bool> PrefixForNs(const std::string& ns, bool isAttr);
35 std::pair<std::string, bool> AddNewPrefix(const std::string& ns, bool isAttr)
    [all...]
  /system/core/adb/
adb_utils.h 20 #include <string>
28 bool getcwd(std::string* cwd);
29 bool directory_exists(const std::string& path);
32 std::string adb_get_homedir_path();
35 std::string adb_get_android_dir_path();
37 bool mkdirs(const std::string& path);
39 std::string escape_arg(const std::string& s);
41 std::string dump_hex(const void* ptr, size_t byte_count);
43 std::string perror_str(const char* msg)
    [all...]
  /system/tools/aidl/
io_delegate.h 23 #include <string>
40 static bool GetAbsolutePath(const std::string& path,
41 std::string* absolute_path);
45 virtual std::unique_ptr<std::string> GetFileContents(
46 const std::string& filename,
47 const std::string& content_suffix = "") const;
50 const std::string& file_path) const;
52 virtual bool FileIsReadable(const std::string& path) const;
55 const std::string& base_dir,
56 const std::vector<std::string>& nested_subdirs) const
    [all...]
  /system/tools/hidl/
Annotation.h 23 #include <string>
32 AnnotationParam(const std::string &name,
33 std::vector<std::string> *values);
34 AnnotationParam(const std::string &name,
37 const std::string &getName() const;
38 const std::vector<std::string> *getValues() const;
40 const std::string &getSingleValue() const;
43 std::string getSingleString() const;
49 const std::string mName;
50 std::vector<std::string> *mValues
    [all...]
  /system/update_engine/common/
mock_prefs.h 20 #include <string>
32 bool(const std::string& key, std::string* value));
33 MOCK_METHOD2(SetString, bool(const std::string& key,
34 const std::string& value));
35 MOCK_CONST_METHOD2(GetInt64, bool(const std::string& key, int64_t* value));
36 MOCK_METHOD2(SetInt64, bool(const std::string& key, const int64_t value));
38 MOCK_CONST_METHOD2(GetBoolean, bool(const std::string& key, bool* value));
39 MOCK_METHOD2(SetBoolean, bool(const std::string& key, const bool value));
41 MOCK_CONST_METHOD1(Exists, bool(const std::string& key))
    [all...]
action_pipe_unittest.cc 20 #include <string>
23 using std::string;
34 typedef string OutputObjectType;
35 typedef string InputObjectType;
41 typedef string InputObjectType;
42 typedef string OutputObjectType;
43 ActionPipe<string>* in_pipe() { return in_pipe_.get(); }
44 ActionPipe<string>* out_pipe() { return out_pipe_.get(); }
46 string Type() const { return "ActionPipeTestAction"; }
  /art/runtime/
oat_file_test.cc 19 #include <string>
32 EXPECT_EQ(std::string("/data/app/foo/base.apk"),
36 EXPECT_EQ(std::string("/system/framework/base.apk"),
40 EXPECT_EQ(std::string("/data/app/foo/base.apk"),
44 EXPECT_EQ(std::string("/data/app/foo/base.apk"),
48 EXPECT_EQ(std::string("/data/app/foo/base.apk:classes2.dex"),
52 EXPECT_EQ(std::string("/data/app/foo/base.apk:classes11.dex"),
56 EXPECT_EQ(std::string("base.apk"),
60 EXPECT_EQ(std::string("o/base.apk"),
exec_utils.h 20 #include <string>
29 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg);
30 int ExecAndReturnCode(std::vector<std::string>& arg_vector, std::string* error_msg);
  /build/kati/
fileutil.h 21 #include <string>
39 int RunCommand(const string& shell, const string& shellflag,
40 const string& cmd, RedirectStderr redirect_stderr,
41 string* out);
43 void GetExecutablePath(string* path);
45 void Glob(const char* pat, vector<string>** files);
47 const unordered_map<string, vector<string>*>& GetAllGlobCache();
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6Strings.uni 2 String definitions for the Shell Ping6 application.
18 #string STR_PING6_INVALID_IP #language en-US "%Ping6: Invalid IP6 address, %s\n"
19 #string STR_PING6_INVALID_INPUT #language en-US "%Ping6: Invalid input, please type 'Ping6 -?'for help\n"
20 #string STR_PING6_INVALID_SEND_NUMBER #language en-US "%Ping6: Invalid send number, %s\n"
21 #string STR_PING6_INVALID_BUFFER_SIZE #language en-US "%Ping6: Invalid buffer size, %s\n"
22 #string STR_PING6_INVALID_SOURCE #language en-US "%Ping6: Require source interface option\n"
23 #string STR_PING6_IP6_CONFIG #language en-US "%Ping6: Ip6->Config %r\n"
24 #string STR_PING6_IP6_GETMODE #language en-US "%Ping6: Ip6->GetModeData %r\n"
25 #string STR_PING6_IP6CFG_GETDATA #language en-US "%Ping6: Ip6Config->GetData %r\n"
26 #string STR_PING6_SEND_REQUEST #language en-US "Echo request sequence %d fails.\n"
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfigStrings.uni 2 String definitions for VLAN configuration Shell application.
18 #string STR_VCONFIG_LOCATE_FAIL #language en-US "Failed to locate EFI_VLAN_CONFIG_PROTOCOL - %r.\n"
19 #string STR_VCONFIG_MAC_FAIL #language en-US "Failed to get MAC address - %r.\n"
20 #string STR_VCONFIG_FIND_FAIL #language en-US "Failed to find VLAN configuration - %r.\n"
21 #string STR_VCONFIG_SET_FAIL #language en-US "Failed to set VLAN configuration - %r.\n"
22 #string STR_VCONFIG_REMOVE_FAIL #language en-US "Failed to remove VLAN - %r.\n"
23 #string STR_VCONFIG_NO_IF #language en-US "Network interface not specified.\n"
24 #string STR_VCONFIG_NO_VID #language en-US "VLAN ID not specified.\n"
25 #string STR_VCONFIG_INVALID_IF #language en-US "Invalid network interface - %s.\n"
26 #string STR_VCONFIG_INVALID_VID #language en-US "Invalid VLAN ID - %s.\n"
    [all...]
  /external/deqp/framework/common/
tcuResultCollector.hpp 29 #include <string>
47 ResultCollector (TestLog& log, const std::string& prefix = "");
50 const std::string getMessage (void) const { return m_message; }
52 void fail (const std::string& msg);
53 bool check (bool condition, const std::string& msg);
55 void addResult (qpTestResult result, const std::string& msg);
56 bool checkResult (bool condition, qpTestResult result, const std::string& msg);
62 const std::string m_prefix;
64 std::string m_message;
  /external/google-breakpad/src/common/
language.cc 43 string MakeQualifiedName(const string &parent_name,
44 const string &name) const {
57 string MakeQualifiedName(const string &parent_name,
58 const string &name) const {
71 string MakeQualifiedName(const string &parent_name,
72 const string &name) const {
  /external/protobuf/conformance/
conformance_test.h 42 #include <string>
69 virtual void RunTest(const std::string& test_name,
70 const std::string& input,
71 std::string* output) = 0;
88 // std::string output;
101 void SetFailureList(const std::vector<std::string>& failure_list);
109 bool RunSuite(ConformanceTestRunner* runner, std::string* output);
112 void ReportSuccess(const std::string& test_name);
113 void ReportFailure(const string& test_name,
117 void ReportSkip(const string& test_name
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 43 #include <string>
113 void RegisterGenerator(const string& flag_name,
115 const string& help_text);
125 void RegisterGenerator(const string& flag_name,
126 const string& option_flag_name,
128 const string& help_text);
159 void AllowPlugins(const string& exe_name_prefix);
183 void SetVersionInfo(const string& text) {
194 typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;
227 bool ParseArgument(const char* arg, string* name, string* value)
    [all...]
  /external/webrtc/webrtc/base/
sslfingerprint.h 14 #include <string>
25 static SSLFingerprint* Create(const std::string& algorithm,
28 static SSLFingerprint* Create(const std::string& algorithm,
31 static SSLFingerprint* CreateFromRfc4572(const std::string& algorithm,
32 const std::string& fingerprint);
34 SSLFingerprint(const std::string& algorithm,
42 std::string GetRfc4572Fingerprint() const;
44 std::string ToString();
46 std::string algorithm;
  /external/webrtc/webrtc/modules/audio_device/android/
build_info.h 15 #include <string>
33 std::string GetDeviceModel();
35 std::string GetBrand();
37 std::string GetDeviceManufacturer();
39 std::string GetAndroidBuildId();
41 std::string GetBuildType();
42 // The user-visible version string (e.g. "5.1").
43 std::string GetBuildRelease();
45 std::string GetSdkVersion();
49 // a string from Java
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 43 #include <string>
113 void RegisterGenerator(const string& flag_name,
115 const string& help_text);
125 void RegisterGenerator(const string& flag_name,
126 const string& option_flag_name,
128 const string& help_text);
159 void AllowPlugins(const string& exe_name_prefix);
183 void SetVersionInfo(const string& text) {
194 typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;
227 bool ParseArgument(const char* arg, string* name, string* value)
    [all...]
  /system/update_engine/
image_properties.h 24 #include <string>
33 std::string product_id;
35 std::string canary_product_id;
38 std::string version;
40 // A unique string that identifies this build. Normally a combination of the
42 std::string build_fingerprint;
45 std::string board;
48 std::string current_channel;
51 std::string omaha_url;
59 std::string target_channel
    [all...]
  /bionic/tests/
dlfcn_symlink_support.h 20 #include <string>
22 void create_dlfcn_test_symlink(const char* suffix, std::string* result);
23 void remove_dlfcn_test_symlink(const std::string& path);
35 const std::string& get_symlink_path() const {
40 std::string symlink_path_;
  /external/clang/test/CodeGenCXX/
crash.cpp 21 struct string { struct in namespace:PR17476
22 string(const char *__s);
23 string &operator+=(const string &__str);
28 string start("__");
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 70 #include <string>
75 using std::string;
83 string code_file;
84 string code_identifier;
85 string debug_file;
86 string debug_identifier;
87 string version;
100 // Converts |identifier|, a debug_identifier-formatted string, into its
104 bool InitializeFromString(const string &identifier);
140 // preference, with the first string in the vector identifying the firs
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestackmessage.h 18 #include <string>
33 explicit PairingRequestAckMessage(const std::string& server_name);
36 std::string server_name() const;
42 virtual std::string ToString() const;
44 std::string server_name_;
  /external/parameter-framework/upstream/parameter/
FrameworkConfigurationLocation.h 34 #include <string>
39 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind);
43 const std::string &getUri() const;
49 std::string _configurationUri;

Completed in 760 milliseconds

<<11121314151617181920>>