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

<<11121314151617181920>>

  /system/tpm/attestation/common/
print_common_proto.h 22 #include <string>
28 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size);
29 std::string GetProtoDebugString(KeyType value);
30 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size);
31 std::string GetProtoDebugString(KeyUsage value);
32 std::string GetProtoDebugStringWithIndent(CertificateProfile value,
34 std::string GetProtoDebugString(CertificateProfile value);
35 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size);
36 std::string GetProtoDebugString(const Quote& value);
37 std::string GetProtoDebugStringWithIndent(const EncryptedData& value
    [all...]
print_interface_proto.h 22 #include <string>
28 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
30 std::string GetProtoDebugString(AttestationStatus value);
31 std::string GetProtoDebugStringWithIndent(
34 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value);
35 std::string GetProtoDebugStringWithIndent(
38 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value);
39 std::string GetProtoDebugStringWithIndent(const GetKeyInfoRequest& value,
41 std::string GetProtoDebugString(const GetKeyInfoRequest& value);
42 std::string GetProtoDebugStringWithIndent(const GetKeyInfoReply& value
    [all...]
  /system/update_engine/common/
prefs_interface.h 22 #include <string>
39 virtual void OnPrefSet(const std::string& key) = 0;
42 virtual void OnPrefDeleted(const std::string& key) = 0;
47 // Gets a string |value| associated with |key|. Returns true on
50 virtual bool GetString(const std::string& key, std::string* value) const = 0;
52 // Associates |key| with a string |value|. Returns true on success,
54 virtual bool SetString(const std::string& key, const std::string& value) = 0;
59 virtual bool GetInt64(const std::string& key, int64_t* value) const = 0
    [all...]
  /system/tools/hidl/utils/include/hidl-util/
FQName.h 21 #include <string>
27 __attribute__((warn_unused_result)) static bool parse(const std::string& s, FQName* into);
32 explicit FQName(const std::string &s);
34 FQName(const std::string& package, const std::string& version, const std::string& name = "",
35 const std::string& valueName = "");
42 // Returns false if string isn't a valid FQName object.
43 __attribute__((warn_unused_result)) bool setTo(const std::string& s);
46 const std::string &defaultPackage
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
jid.h 14 #include <string>
31 explicit Jid(const std::string& jid_string);
32 explicit Jid(const std::string& node_name,
33 const std::string& domain_name,
34 const std::string& resource_name);
37 const std::string & node() const { return node_name_; }
38 const std::string & domain() const { return domain_name_; }
39 const std::string & resource() const { return resource_name_; }
41 std::string Str() const;
62 static std::string PrepNode(const std::string& node, bool* valid)
    [all...]
  /bionic/linker/
linker_utils.h 31 #include <string>
36 void format_string(std::string* str, const std::vector<std::pair<std::string, std::string>>& params);
38 bool file_is_in_dir(const std::string& file, const std::string& dir);
39 bool file_is_under_dir(const std::string& file, const std::string& dir);
40 bool normalize_path(const char* path, std::string* normalized_path);
41 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path)
    [all...]
  /system/bt/osi/include/
config.h 22 #include <string>
29 std::string key;
30 std::string value;
34 std::string name;
61 bool config_has_section(const config_t& config, const std::string& section);
65 bool config_has_key(const config_t& config, const std::string& section,
66 const std::string& key);
71 int config_get_int(const config_t& config, const std::string& section,
72 const std::string& key, int def_value);
77 uint64_t config_get_uint64(const config_t& config, const std::string& section
    [all...]
  /bootable/recovery/otautil/include/otautil/
cache_location.h 20 #include <string>
31 std::string cache_temp_source() const {
34 void set_cache_temp_source(const std::string& temp_source) {
38 std::string last_command_file() const {
41 void set_last_command_file(const std::string& last_command) {
45 std::string stash_directory_base() const {
48 void set_stash_directory_base(const std::string& base) {
60 std::string cache_temp_source_;
63 std::string last_command_file_;
66 std::string stash_directory_base_
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigStrings.uni 2 String definitions for TCG configuration form.
17 #string STR_TPM_TITLE #language en-US "TCG Configuration"
18 #string STR_TPM_HELP #language en-US "Press <Enter> to select TCG Setup options."
19 #string STR_TPM_STATE_PROMPT #language en-US "Current TPM State"
20 #string STR_TPM_STATE_HELP #language en-US "Current TPM device state: enabled or disabled; activated or deactivated."
21 #string STR_TPM_STATE_CONTENT #language en-US ""
23 #string STR_TPM_OPERATION #language en-US "TPM Operation"
24 #string STR_TPM_OPERATION_HELP #language en-US "Select one of the supported operation to change TPM state."
26 #string STR_ENABLE #language en-US "Enable"
27 #string STR_DISABLE #language en-US "Disable"
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/pike/
std_string.i 4 * SWIG typemaps for std::string
8 #include <string>
13 %naturalvar string;
15 class string;
19 %typemap(typecheck) string = char *;
20 %typemap(typecheck) const string & = char *;
22 %typemap(in, pikedesc="tStr") string {
24 Pike_error("Bad argument: Expected a string.\n");
25 $1.assign(STR0($input.u.string));
28 %typemap(in, pikedesc="tStr") const string & ($*1_ltype temp)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
Logger.h 38 #include <string>
50 void tbdFunctionality(const std::string& f);
52 void missingFunctionality(const std::string& f);
55 void warning(const std::string& w) { warnings.push_back(w); }
57 void error(const std::string& e) { errors.push_back(e); }
61 std::string getAllMessages() const;
66 std::vector<std::string> tbdFeatures;
67 std::vector<std::string> missingFeatures;
68 std::vector<std::string> warnings;
69 std::vector<std::string> errors
    [all...]
  /system/core/property_service/libpropertyinfoserializer/
space_tokenizer.h 25 SpaceTokenizer(const std::string& string)
26 : string_(string), it_(string_.begin()), end_(string_.end()) {}
28 std::string GetNext() {
29 auto next = std::string();
39 std::string GetRemaining() { return std::string(it_, end_); }
42 std::string string_;
43 std::string::const_iterator it_;
44 std::string::const_iterator end_
    [all...]
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 19 #include <string>
35 bool SaveToFile(const std::string& file) const ;
38 std::string PerInstancePath(const char* file_name) const;
40 std::string instance_name() const;
48 bool ReadKernelArgs(const std::string& cmdline_file,
49 const std::string& extra_args);
51 std::string instance_dir() const;
52 void set_instance_dir(const std::string& instance_dir);
54 std::string serial_number() const;
55 void set_serial_number(const std::string& serial_number)
    [all...]
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 43 #include <string>
44 #define GRPC_CUSTOM_STRING std::string
49 typedef GRPC_CUSTOM_STRING string; typedef in namespace:grpc
59 virtual grpc::string GetLeadingComments(const grpc::string prefix) const = 0;
60 virtual grpc::string GetTrailingComments(const grpc::string prefix) const = 0;
61 virtual std::vector<grpc::string> GetAllComments() const = 0;
68 virtual grpc::string name() const = 0;
70 virtual grpc::string input_type_name() const = 0
    [all...]
  /system/core/base/include/android-base/
strings.h 21 #include <string>
27 // Splits a string into a vector of strings.
29 // The string is split at each occurrence of a character in delimiters.
31 // The empty string is not a valid delimiter list.
32 std::vector<std::string> Split(const std::string& s,
33 const std::string& delimiters);
35 // Trims whitespace off both ends of the given string.
36 std::string Trim(const std::string& s)
    [all...]
  /system/tools/aidl/tests/
fake_io_delegate.h 25 #include <string>
40 std::unique_ptr<std::string> GetFileContents(
41 const std::string& filename,
42 const std::string& append_content_suffix = "") const override;
44 const std::string& file_path) const override;
45 bool FileIsReadable(const std::string& path) const override;
47 const std::string& base_dir,
48 const std::vector<std::string>& nested_subdirs) const override;
50 const std::string& file_path) const override;
51 void RemovePath(const std::string& file_path) const override
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.h 22 #include <string>
51 bool Read(const std::string& username,
52 const std::string& key_name,
53 std::string* key_data) override;
54 bool Write(const std::string& username,
55 const std::string& key_name,
56 const std::string& key_data) override;
57 bool Delete(const std::string& username,
58 const std::string& key_name) override;
59 bool DeleteByPrefix(const std::string& username
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6DxeStrings.uni 2 String definitions for IP6 configuration.
18 #string STR_IP6_CONFIG_FORM_TITLE #language en-US "IPv6 Network Configuration"
19 #string STR_IP6_CONFIG_FORM_HELP #language en-US "Configure IPv6 network parameters."
20 #string STR_IP6_DEVICE_FORM_TITLE #language en-US "IPv6 Current Setting"
21 #string STR_IP6_DEVICE_FORM_HELP #language en-US "Display IPv6 network parameters."
22 #string STR_IP6_INTERFACE_NAME #language en-US "Interface Name :"
23 #string STR_IP6_INTERFACE_NAME_HELP #language en-US "The name of the interface."
24 #string STR_IP6_INTERFACE_NAME_CONTENT #language en-US ""
25 #string STR_IP6_INTERFACE_TYPE #language en-US "Interface Type :"
26 #string STR_IP6_INTERFACE_TYPE_HELP #language en-US "The interface type of the network interface, defi (…)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstString.java 26 /** {@code non-null;} the string value */
27 private final CstUtf8 string; field in class:CstString
32 * @param string {@code non-null;} the string value
34 public CstString(CstUtf8 string) {
35 if (string == null) {
36 throw new NullPointerException("string == null");
39 this.string = string;
45 * @param string {@code non-null;} the string valu
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
IpSecConfigStrings.uni 2 String definitions for the Shell IpSecConfig application.
18 #string STR_IPSEC_CONFIG_UNKNOWN_OPERATION #language en-US "%s: Operation not specified.\n"
20 #string STR_IPSEC_CONFIG_INCORRECT_DB #language en-US "%s: Incorrect Database - %s.\n"
22 #string STR_IPSEC_CONFIG_PROTOCOL_INEXISTENT #language en-US "%s: IPSEC_CONFIG protocol inexistent.\n"
24 #string STR_IPSEC_CONFIG_MISSING_DB #language en-US "%s: Missing Database.\n"
26 #string STR_IPSEC_CONFIG_FILE_OPEN_FAILED #language en-US "%s: Open file failed - %s.\n"
28 #string STR_IPSEC_CONFIG_INCORRECT_PARAMETER_VALUE #language en-US "%s: Incorrect value of %s - %s.\n"
30 #string STR_IPSEC_CONFIG_ACCEPT_PARAMETERS #language en-US " Values could be:"
32 #string STR_IPSEC_CONFIG_MISSING_PARAMETER #language en-US "%s: Missing parameter - %s.\n"
34 #string STR_IPSEC_CONFIG_MISSING_ONE_OF_PARAMETERS #language en-US "%s: Missing one of the parameters - (…)
    [all...]
  /external/libchrome/dbus/
dbus_statistics.h 8 #include <string>
41 CHROME_DBUS_EXPORT void AddSentMethodCall(const std::string& service,
42 const std::string& interface,
43 const std::string& method);
44 CHROME_DBUS_EXPORT void AddReceivedSignal(const std::string& service,
45 const std::string& interface,
46 const std::string& method);
49 CHROME_DBUS_EXPORT void AddBlockingSentMethodCall(const std::string& service,
50 const std::string& interface,
51 const std::string& method)
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
projector_config.proto 21 string image_path = 1;
27 string tensor_name = 1;
28 string metadata_path = 2;
29 string bookmarks_path = 3;
36 string tensor_path = 6;
41 string model_checkpoint_path = 1;
45 string model_checkpoint_dir = 3;
  /external/v8/tools/clang/empty_string/tests/
test-original.cc 5 // Test file for the empty string clang tool.
7 #include <string>
9 // Tests for std::string declarations.
10 void TestDeclarations() { std::string a(""), b("abc"), c(""); }
12 // Tests for std::string allocated with new.
14 std::string* a = new std::string(""),
15 *b = new std::string("abc"),
16 *c = new std::string(""),
17 *d = new std::string();
    [all...]
  /external/webrtc/webrtc/base/
optionsfile.h 15 #include <string>
24 OptionsFile(const std::string &path);
32 bool GetStringValue(const std::string& option, std::string* out_val) const;
33 bool GetIntValue(const std::string& option, int* out_val) const;
34 bool SetStringValue(const std::string& option, const std::string& val);
35 bool SetIntValue(const std::string& option, int val);
36 bool RemoveValue(const std::string& option);
39 typedef std::map<std::string, std::string> OptionsMap
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 13 #include <string>
24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
25 return std::string();
28 int DataLog::AddTable(const std::string& /*table_name*/) {
32 int DataLog::AddColumn(const std::string& /*table_name*/,
33 const std::string& /*column_name*/,
38 int DataLog::NextRow(const std::string& /*table_name*/) {
55 int DataLogImpl::AddTable(const std::string& /*table_name*/) {
59 int DataLogImpl::AddColumn(const std::string& /*table_name*/
    [all...]

Completed in 1056 milliseconds

<<11121314151617181920>>