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

<<11121314151617181920>>

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
ClearKeyDrmProperties.h 20 #include <string.h>
28 static const std::string kVendorKey("vendor");
29 static const std::string kVendorValue("Google");
30 static const std::string kVersionKey("version");
31 static const std::string kVersionValue("1.1");
32 static const std::string kPluginDescriptionKey("description");
33 static const std::string kPluginDescriptionValue("ClearKey CDM");
34 static const std::string kAlgorithmsKey("algorithms");
35 static const std::string kAlgorithmsValue("");
36 static const std::string kListenerTestSupportKey("listenerTestSupport")
    [all...]
  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.h 19 #include <string>
24 enum Type { UNSIGNED, STRING, BYTES };
27 std::string getString() const;
31 bool parseFromString(std::string in);
35 std::string value_string_;
42 void parseFromFile(const std::string& file_name);
43 void parseFromString(const std::string& config);
45 bool hasKey(const std::string& key);
46 std::string getString(const std::string& key)
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
LocalLogBuffer.h 34 #include <string>
40 using ::std::string;
49 FunctionLog(string /* funcName */);
51 void addArg(string /* kw */, string /* arg */);
52 void addArg(string /* kw */, vector<string> /* args */);
53 void addArg(string /* kw */, uint64_t /* arg */);
54 void setResult(bool /* success */, string /* msg */);
57 string toString()
    [all...]
  /system/libvintf/include/vintf/
HalInterface.h 22 #include <string>
32 HalInterface(std::string&& name, std::set<std::string>&& instances)
34 HalInterface(const std::string& name, const std::set<std::string>& instances)
38 const std::function<bool(const std::string& interface, const std::string& instance,
43 bool insertInstance(const std::string& instanceOrPattern, bool isRegex);
46 bool removeInstance(const std::string& instanceOrPattern, bool isRegex);
48 const std::string& name() const { return mName;
    [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/include_hash/hidl-hash/
Hash.h 20 #include <string>
29 static const Hash &getHash(const std::string &path);
30 static void clearHash(const std::string& path);
35 static std::vector<std::string> lookupHash(const std::string& path,
36 const std::string& interfaceName, std::string* err,
39 static std::string hexString(const std::vector<uint8_t> &hash);
40 std::string hexString() const;
43 const std::string &getPath() const
    [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"; }
  /system/update_engine/
image_properties.h 24 #include <string>
33 std::string product_id;
35 std::string canary_product_id;
37 std::string system_id;
40 std::string version;
42 std::string system_version;
45 std::string product_components;
47 // A unique string that identifies this build. Normally a combination of the
49 std::string build_fingerprint;
52 // It's empty string on other platform
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.h 20 #include <string>
39 const string& fuzzer_extended_class_name) override;
43 const string& fuzzer_extended_class_name) override;
47 const string& fuzzer_extended_class_name) override;
51 const string& fuzzer_extended_class_name) override;
54 const StructSpecificationMessage& message, const string& parent_path);
57 const StructSpecificationMessage& message, const string& parent_path);
61 const string& fuzzer_extended_class_name,
62 const string& original_data_structure_name, const string& parent_path)
    [all...]
  /build/kati/
fileutil.h 21 #include <string>
39 int RunCommand(const string& shell,
40 const string& shellflag,
41 const string& cmd,
43 string* out);
45 void GetExecutablePath(string* path);
47 void Glob(const char* pat, vector<string>** files);
49 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/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.h 36 OpCompatibilityLib(const string& ops_prefix, const string& history_version,
37 const std::set<string>* stable_ops);
41 const string& ops_file() const { return ops_file_; }
46 const string& op_history_file() const { return op_history_file_; }
50 string OpsString() const { return op_list_.DebugString(); }
65 const string ops_file_;
66 const string op_history_file_;
67 const std::set<string>* stable_ops_;
  /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...]
  /frameworks/native/libs/graphicsenv/include/graphicsenv/
GraphicsEnv.h 20 #include <string>
35 void setDriverPath(const std::string path);
38 void setLayerPaths(android_namespace_t* appNamespace, const std::string layerPaths);
40 const std::string getLayerPaths();
42 void setDebugLayers(const std::string layers);
43 const std::string getDebugLayers();
47 std::string mDriverPath;
48 std::string mDebugLayers;
49 std::string mLayerPaths;
  /hardware/interfaces/tetheroffload/control/1.0/
IOffloadControl.hal 41 * @return errMsg a human readable string if eror has occured.
48 initOffload(ITetheringOffloadCallback cb) generates (bool success, string errMsg);
58 * @return errMsg a human readable string if eror has occured.
63 stopOffload() generates (bool success, string errMsg);
74 * @return errMsg a human readable string if eror has occured.
78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
95 getForwardedStats(string upstream) generates (uint64_t rxBytes, uint64_t txBytes);
125 * @return errMsg a human readable string if eror has occured.
127 setDataLimit(string upstream, uint64_t limit) generates (bool success, string errMsg)
    [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...]
  /art/runtime/base/
file_utils.h 22 #include <string>
30 bool ReadFileToString(const std::string& file_name, std::string* result);
31 bool PrintFileToLog(const std::string& file_name, android::base::LogSeverity level);
34 std::string GetAndroidRoot();
35 // Find $ANDROID_ROOT, /system, or return an empty string.
36 std::string GetAndroidRootSafe(std::string* error_msg);
41 const char* GetAndroidDataSafe(std::string* error_msg);
44 // Returns an empty string if ANDROID_ROOT is not set
    [all...]
  /art/runtime/
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);

Completed in 1316 milliseconds

<<11121314151617181920>>