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

<<61626364656667686970>>

  /prebuilts/go/linux-x86/src/net/
hosts_test.go 14 in string
15 out []string
19 name string
25 {"odin", []string{"127.0.0.2", "127.0.0.3", "::2"}},
26 {"thor", []string{"127.1.1.1"}},
27 {"ullr", []string{"127.1.1.2"}},
28 {"ullrhost", []string{"127.1.1.2"}},
29 {"localhost", []string{"fe80::1%lo0"}},
35 {"odin", []string{"127.0.0.2"}},
41 {"localhost", []string{"127.0.0.1", "127.0.0.2", "127.0.0.3"}}
    [all...]
  /bionic/libc/malloc_debug/
Config.h 33 #include <string>
72 const std::string& backtrace_dump_prefix() const { return backtrace_dump_prefix_; }
91 const std::string& record_allocs_file() const { return record_allocs_file_; }
96 bool (Config::*process_func)(const std::string&, const std::string&);
99 bool ParseValue(const std::string& option, const std::string& value, size_t default_value,
102 bool ParseValue(const std::string& option, const std::string& value, size_t min_value,
105 bool SetGuard(const std::string& option, const std::string& value)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 59 * number of consecutive slashes within pattern and string will NOT match;
72 * path segment of string, and FNM_CASEFOLD to ignore alpha case.
81 * state of pattern and string (rewinding pattern and string repeatedly).
89 #include <string.h>
142 * Both pattern and string are **char to support pointer increment of arbitrary
145 static int fnmatch_ch(const char **pattern, const char **string, int flags)
173 ++*string;
190 if (classmatch(*pattern, **string, nocase, pattern)
216 if ((**string >= *startch) && (**string <= **pattern)
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 19 #include <string>
78 static Type Class(const string& name, const string& package = "") {
81 static Type Interface(const string& name, const string& package = "") {
84 static Type Enum(const string& name, const string& package = "") {
87 static Type Generic(const string& name = "") {
100 const string& name() const { return name_; }
101 const string& package() const { return package_;
    [all...]
  /system/netd/server/
NetdNativeService.h 47 binder::Status networkCreatePhysical(int32_t netId, const std::string& permission)
52 binder::Status networkAddInterface(int32_t netId, const std::string& iface) override;
53 binder::Status networkRemoveInterface(int32_t netId, const std::string& iface) override;
67 binder::Status setResolverConfiguration(int32_t netId, const std::vector<std::string>& servers,
68 const std::vector<std::string>& domains, const std::vector<int32_t>& params,
69 const std::string& tlsName,
70 const std::vector<std::string>& tlsServers,
71 const std::vector<std::string>& tlsFingerprints) override;
72 binder::Status getResolverInfo(int32_t netId, std::vector<std::string>* servers,
73 std::vector<std::string>* domains, std::vector<int32_t>* params
    [all...]
  /art/tools/veridex/
hidden_api.h 25 #include <string>
42 HiddenApiAccessFlags::ApiList GetApiList(const std::string& name) const {
54 bool IsInRestrictionList(const std::string& name) const {
58 static std::string GetApiMethodName(const DexFile& dex_file, uint32_t method_index);
60 static std::string GetApiFieldName(const DexFile& dex_file, uint32_t field_index);
62 static std::string GetApiMethodName(MethodReference ref) {
66 static std::string ToInternalName(const std::string& str) {
67 std::string val = str;
73 static bool IsInList(const std::string& name, const std::set<std::string>& list)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs 48 private readonly string _ruleName;
49 private readonly string _predicateText;
54 public FailedPredicateException(string message)
58 public FailedPredicateException(string message, Exception innerException)
62 public FailedPredicateException(IIntStream input, string ruleName, string predicateText)
68 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText)
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 50 private readonly string _ruleName;
51 private readonly string _predicateText;
57 public FailedPredicateException(string message)
62 public FailedPredicateException(string message, Exception innerException)
67 public FailedPredicateException(IIntStream input, string ruleName, string predicateText)
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText)
81 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException
    [all...]
  /external/deqp/modules/gles2/functional/
es2fStringQueryTests.cpp 21 * \brief String Query tests.
33 #include <string>
45 : TestCaseGroup (context, "string", "String Query tests")
59 const GLubyte* string = glGetString(GL_RENDERER);
60 if (string == NULL)
61 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
65 const GLubyte* string = glGetString(GL_VENDOR);
66 if (string == NULL)
67 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
    [all...]
  /external/flatbuffers/src/
idl_gen_grpc.cpp 49 grpc::string GetLeadingComments(const grpc::string) const {
52 grpc::string GetTrailingComments(const grpc::string) const {
55 std::vector<grpc::string> GetAllComments() const {
56 return std::vector<grpc::string>();
59 std::string name() const { return method_->name; }
61 std::string GRPCType(const StructDef &sd) const {
65 std::string get_input_type_name() const {
68 std::string get_output_type_name() const
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java 25 * Converts String to and from bytes using the encodings required by the Java specification. These encodings are specified in <a
36 * Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new
39 * @param string
40 * the String to encode
45 * @see #getBytesUnchecked(String, String)
47 public static byte[] getBytesIso8859_1(String string) {
48 return StringUtils.getBytesUnchecked(string, CharEncoding.ISO_8859_1);
52 * Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byt
    [all...]
  /external/stressapptest/src/
error_diag.h 24 #include <string>
36 explicit DeviceTree(string name);
40 DeviceTree *FindInSubTree(string name);
42 DeviceTree *FindOrAddDevice(string name);
44 void InsertSubDevice(string name);
48 void PrettyPrint(string spacer = " ");
58 DeviceTree *UnlockedFindInSubTree(string name);
60 std::map<string, DeviceTree*> subdevices_; // Map of sub-devices.
63 string name_; // Device name.
134 virtual int AddCeccError(string dimm_string)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/tools/
gen_op_registration_main.cc 20 #include <string>
34 using tensorflow::string;
36 void ParseFlagAndInit(int argc, char** argv, string* input_model,
37 string* output_registration, string* tflite_path) {
51 void GenerateFileContent(const std::string& tflite_path,
52 const std::string& filename,
53 const std::vector<string>& builtin_ops,
54 const std::vector<string>& custom_ops) {
99 string input_model
    [all...]
  /external/tensorflow/tensorflow/core/public/
session.h 19 #include <string>
121 virtual Status Run(const std::vector<std::pair<string, Tensor> >& inputs,
122 const std::vector<string>& output_tensor_names,
123 const std::vector<string>& target_node_names,
151 const std::vector<std::pair<string, Tensor> >& inputs,
152 const std::vector<string>& output_tensor_names,
153 const std::vector<string>& target_node_names,
161 virtual Status PRunSetup(const std::vector<string>& input_names,
162 const std::vector<string>& output_names,
163 const std::vector<string>& target_nodes
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_name.h 23 #include <string>
27 * Parameter name string supporting deferred formatting for array subscripts.
30 * a format string and a vector of index values, and performs string formatting when an accessor function is called to
31 * retrieve the name string. This class was primarily designed to be used with validation functions that receive a parameter name
32 * string and value as arguments, and print an error message that includes the parameter name when the value fails a validation
34 * formatted before each validation function is called, performing the string formatting even when the value passes validation
35 * and the string is not used:
39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
40 * provided to the validation function. String formatting is then performed only when the validation function retrieves th
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubclient.h 14 #include <string>
40 const std::string& node)
45 const std::string& node() const { return node_; }
60 const std::string&,
65 const std::string&,
69 const std::string&,
73 const std::string&> SignalRetractResult;
76 void PublishItem(const std::string& itemid,
78 std::string* task_id_out);
80 void PublishItem(const std::string& itemid
    [all...]
presencestatus.h 41 const std::string& status() const { return status_; }
42 const std::string& nick() const { return nick_; }
45 const std::string& error_string() const { return e_str_; }
51 const std::string& caps_node() const { return caps_node_; }
52 const std::string& version() const { return version_; }
54 const std::string& sent_time() const { return sent_time_; }
59 void set_status(const std::string& status) { status_ = status; }
60 void set_nick(const std::string& nick) { nick_ = nick; }
62 void set_error(int e_code, const std::string e_str)
69 void set_caps_node(const std::string& f) { caps_node_ = f;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
72 std::vector<std::pair<std::string, std::string> > MappedSources;
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 36 #include <string>
46 std::vector<std::string> CommandLine, Twine Output)
53 std::string Directory;
56 std::string Filename;
59 std::vector<std::string> CommandLine;
62 std::string Output;
72 std::vector<std::pair<std::string, std::string> > MappedSources;
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_name.h 23 #include <string>
27 * Parameter name string supporting deferred formatting for array subscripts.
30 * a format string and a vector of index values, and performs string formatting when an accessor function is called to
31 * retrieve the name string. This class was primarily designed to be used with validation functions that receive a parameter name
32 * string and value as arguments, and print an error message that includes the parameter name when the value fails a validation
34 * formatted before each validation function is called, performing the string formatting even when the value passes validation
35 * and the string is not used:
39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
40 * provided to the validation function. String formatting is then performed only when the validation function retrieves th
    [all...]
  /system/nfc/src/adaptation/
nfc_config.cc 31 std::string findConfigPath() {
32 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/",
34 const string file_name = "libnfc-nci.conf";
36 for (string path : search_path) {
48 string config_path = findConfigPath();
53 std::map<std::string, ConfigValue> configMap;
70 bool NfcConfig::hasKey(const std::string& key) {
74 std::string NfcConfig::getString(const std::string& key) {
78 std::string NfcConfig::getString(const std::string& key
    [all...]
  /system/tpm/tpm_manager/server/
mock_tpm_nvram.h 23 #include <string>
30 std::string data;
34 std::string authorization_value;
47 const std::string&,
51 NvramResult(uint32_t, const std::string&, const std::string&));
53 NvramResult(uint32_t, std::string*, const std::string&));
55 NvramResult(uint32_t, bool, bool, const std::string&));
70 const std::string& authorization_value
    [all...]
  /system/update_engine/client_library/
client_dbus.h 22 #include <string>
40 bool AttemptUpdate(const std::string& app_version,
41 const std::string& omaha_url,
47 std::string* out_new_version,
50 bool SetCohortHint(const std::string& cohort_hint) override;
51 bool GetCohortHint(std::string* cohort_hint) const override;
61 bool GetRollbackPartition(std::string* rollback_partition) const override;
65 bool GetPrevVersion(std::string* prev_version) const override;
69 bool SetTargetChannel(const std::string& target_channel,
72 bool GetTargetChannel(std::string* out_channel) const override
    [all...]
  /system/update_engine/payload_generator/
payload_signer.h 20 #include <string>
43 static bool LoadPayloadMetadata(const std::string& payload_path,
53 static bool VerifySignedPayload(const std::string& payload_path,
54 const std::string& public_key_path);
67 const std::string& private_key_path,
74 const std::vector<std::string>& private_key_paths,
84 static bool SignPayload(const std::string& unsigned_payload_path,
85 const std::vector<std::string>& private_key_paths,
94 const std::vector<std::string>& private_key_paths,
108 static bool HashPayloadForSigning(const std::string& payload_path
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.h 15 #include <string>
127 bool FromString(HttpVersion& version, const std::string& str);
130 bool FromString(HttpVerb& verb, const std::string& str);
133 bool FromString(HttpHeader& header, const std::string& str);
159 typedef std::pair<std::string, std::string> HttpAttribute;
162 std::string* composed);
166 const std::string& name,
167 std::string* value);
170 std::string* name
200 typedef typename Traits<CTYPE>::string string; typedef in class:rtc::Url
    [all...]

Completed in 1089 milliseconds

<<61626364656667686970>>