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

<<211212213214215216217218219220>>

  /system/security/keystore/
grant_store.cpp 28 Grant::Grant(const std::string& alias, const std::string& owner_dir_name, const uid_t owner_uid,
33 static std::pair<uint64_t, std::string> parseGrantAlias(const std::string& grantAlias) {
35 if (pos == std::string::npos) return {kInvalidGrantNo, ""};
37 std::string wrapped_alias = grantAlias.substr(0, pos);
44 std::string GrantStore::put(const uid_t uid, const std::string& alias,
45 const std::string& owner_dir_name, const uid_t owner_uid) {
64 const Grant* GrantStore::get(const uid_t uid, const std::string& alias) const
    [all...]
  /system/tools/aidl/
type_java.h 20 #include <string>
37 Type(const JavaTypeNamespace* types, const std::string& name, int kind,
39 Type(const JavaTypeNamespace* types, const std::string& package,
40 const std::string& name, int kind, bool canWriteToParcel, bool canBeOut,
41 const std::string& declFile = "", int declLine = -1);
50 virtual std::string JavaType() const { return m_javaType; }
51 virtual std::string CreatorName() const;
52 virtual std::string InstantiableName() const;
72 std::string m_javaType;
73 std::string m_declFile
    [all...]
  /system/update_engine/
dbus_service.cc 27 using std::string;
37 const string& in_app_version,
38 const string& in_omaha_url) {
45 const string& in_app_version,
46 const string& in_omaha_url,
80 string* out_current_operation,
81 string* out_new_version,
100 const string& in_target_channel,
107 string* out_channel) {
112 string* out_cohort_hint)
    [all...]
  /system/vold/
KeyUtil.cpp 21 #include <string>
60 static std::string generateKeyRef(const char* key, int length) {
75 return std::string((char*)key_ref2, EXT4_KEY_DESCRIPTOR_SIZE);
98 static std::string keyname(const std::string& prefix, const std::string& raw_ref) {
119 bool installKey(const KeyBuffer& key, std::string* raw_ref) {
142 bool evictKey(const std::string& raw_ref) {
165 const std::string& key_path, const std::string& tmp_path
    [all...]
  /system/vold/fs/
Ext4.cpp 22 #include <string.h>
27 #include <string>
70 status_t Check(const std::string& source, const std::string& target) {
120 std::vector<std::string> cmd;
132 status_t Mount(const std::string& source, const std::string& target, bool ro,
157 status_t Resize(const std::string& source, unsigned long numSectors) {
158 std::vector<std::string> cmd;
167 status_t Format(const std::string& source, unsigned long numSectors
    [all...]
  /external/flatbuffers/src/
idl_gen_php.cpp 19 #include <string>
29 const std::string Indent = " ";
32 PhpGenerator(const Parser &parser, const std::string &path,
33 const std::string &file_name)
46 std::string enumcode;
57 std::string declcode;
65 void BeginFile(const std::string name_space_name,
66 const bool needs_imports, std::string *code_ptr) {
67 std::string &code = *code_ptr;
85 bool SaveType(const Definition &def, const std::string &classcode
    [all...]
  /developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
LongTextProviderService.java 58 getString(R.string.long_text_only)))
67 getString(R.string.long_text_with_icon)))
82 getString(R.string.long_text_with_icon_and_title)))
84 ComplicationText.plainText(getString(R.string.long_title)))
97 getString(R.string.long_text_with_title)))
99 ComplicationText.plainText(getString(R.string.long_title)))
108 getString(R.string.long_text_with_image)))
118 getString(R.string.long_text_with_image_and_title)))
120 ComplicationText.plainText(getString(R.string.long_title)))
  /developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
LongTextProviderService.java 58 getString(R.string.long_text_only)))
67 getString(R.string.long_text_with_icon)))
82 getString(R.string.long_text_with_icon_and_title)))
84 ComplicationText.plainText(getString(R.string.long_title)))
97 getString(R.string.long_text_with_title)))
99 ComplicationText.plainText(getString(R.string.long_title)))
108 getString(R.string.long_text_with_image)))
118 getString(R.string.long_text_with_image_and_title)))
120 ComplicationText.plainText(getString(R.string.long_title)))
  /device/google/cuttlefish_common/host/libs/adb_connection_maintainer/
adb_connection_maintainer.cpp 18 #include <string>
29 std::string MakeMessage(const std::string& user_message) {
38 std::string MakeIPAndPort(int port) {
43 std::string MakeConnectMessage(int port) {
49 bool SendAll(cvd::SharedFD sock, const std::string& msg) {
65 std::string RecvAll(cvd::SharedFD sock, const size_t count) {
82 // adb sends the length of what is to follow as a 4 characters string of hex
96 std::string RecvAdbResponse(cvd::SharedFD sock) {
125 if (devices_str.find(MakeIPAndPort(port)) == std::string::npos)
    [all...]
  /external/ImageMagick/Magick++/lib/
CoderInfo.cpp 44 Magick::CoderInfo::CoderInfo(const std::string &name_)
68 _description=std::string(magickInfo->description);
76 _mimeType=std::string(magickInfo->mime_type != (char *) NULL ?
78 _module=std::string(magickInfo->module);
79 _name=std::string(magickInfo->name);
115 std::string Magick::CoderInfo::description(void) const
135 std::string Magick::CoderInfo::mimeType(void) const
140 std::string Magick::CoderInfo::module(void) const
145 std::string Magick::CoderInfo::name(void) const
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 49 protected string data;
55 /** <summary>0..n-1 index into string of next char</summary> */
82 public string name;
88 /** <summary>Copy data in string to a local char array</summary> */
89 public SlimStringStream( string input )
94 public SlimStringStream( string input, string sourceName )
105 public SlimStringStream( char[] data, int numberOfActualCharsInArray, string sourceName )
109 this.data = new string( data );
320 public string Substring( int start, int length
    [all...]
  /external/autotest/client/profilers/powertop/src/
suggestions.c 28 #include <string.h>
45 char *string; member in struct:suggestion
68 free(ptr->string);
91 new->string = strdup(text);
125 if (strcmp(ptr->string, previous)==0 && displaytime > 0.0)
132 show_suggestion(ptr->string);
133 if (strcmp(ptr->string, previous)) {
135 strcpy(previous, ptr->string);
151 printf("\n%s\n", ptr->string);
  /external/deqp/framework/common/
tcuDefs.hpp 29 #include <string>
52 Exception (const std::string& message);
58 const std::string m_message;
66 TestException (const std::string& message, qpTestResult result);
81 TestError (const std::string& message, const char* expr, const char* file, int line);
82 TestError (const std::string& message);
91 InternalError (const std::string& message);
100 ResourceError (const std::string& message);
111 NotSupportedError (const std::string& message);
  /external/deqp/modules/gles31/functional/
es31fNegativeSSBOBlockTests.cpp 61 std::string data;
63 SsboArgData(const ArgMember& member_, const std::string& data_)
70 // class which manages string based argument used to build varying ssbo interface blocks and members
74 SsboArgs(const std::string version, tcu::TestLog& log);
83 std::map<std::string, std::string> populateArgsMap (void) const;
86 std::string m_negativeContextVersion;
87 std::string m_stdFormat;
88 std::string m_bindingPoint;
89 std::string m_matrixOrder
    [all...]
  /external/flatbuffers/grpc/samples/greeter/
client.cpp 8 #include <string>
15 std::string SayHello(const std::string &name) {
37 void SayManyHellos(const std::string &name, int num_greetings,
38 std::function<void(const std::string &)> callback) {
68 std::string server_address("localhost:50051");
74 std::string name("world");
76 std::string message = greeter.SayHello(name);
80 greeter.SayManyHellos(name, num_greetings, [](const std::string &message) {
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 24 X509* CertificateUtil::X509FromPEM(std::string pem) {
40 std::string CertificateUtil::X509ToPEM(X509* x509) {
48 std::string pem(data, data_size);
54 EVP_PKEY* CertificateUtil::PKEYFromPEM(std::string pem,
55 std::string passphrase) {
63 std::string CertificateUtil::PKEYToPEM(EVP_PKEY* pkey,
64 std::string passphrase) {
73 std::string pem(data, data_size);
87 std::string subject_name,
  /external/guava/guava-tests/benchmark/com/google/common/base/
StringsRepeatBenchmark.java 33 private String originalString;
41 String x = oldRepeat(originalString, count);
49 String x = mikeRepeat(originalString, count);
57 String x = martinRepeat(originalString, count);
64 private static String mikeRepeat(String string, int count) {
65 final int len = string.length();
67 string.getChars(0, len, strCopy, 0);
84 return new String(array)
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_object.h 41 brillo::dbus_utils::ExportedProperty<std::string> prop1_;
44 bool Method2(brillo::ErrorPtr* error, const std::string& message);
46 const std::string& message) {
50 "Message string cannot be empty");
65 #include <string>
119 DBusInterface(DBusObject* dbus_object, const std::string& interface_name);
124 const std::string& method_name,
133 inline void AddSimpleMethodHandler(const std::string& method_name,
142 inline void AddSimpleMethodHandler(const std::string& method_name,
151 inline void AddSimpleMethodHandler(const std::string& method_name
    [all...]
  /external/libbrillo/brillo/streams/
memory_containers.cc 104 StringPtr::StringPtr(std::string* string) : string_ptr_(string) {}
120 ReadOnlyStringRef::ReadOnlyStringRef(const std::string& string)
121 : string_ref_(string) {}
128 ReadOnlyStringCopy::ReadOnlyStringCopy(std::string string)
129 : ReadOnlyStringRef(string_copy_), string_copy_(std::move(string)) {}
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
init_size.pass.cpp 21 #include <string>
36 typedef std::unordered_map<int, std::string,
39 test_allocator<std::pair<const int, std::string> >
41 typedef std::pair<int, std::string> P;
61 (test_allocator<std::pair<const int, std::string> >()));
69 typedef std::unordered_map<int, std::string,
72 min_allocator<std::pair<const int, std::string> >
74 typedef std::pair<int, std::string> P;
94 (min_allocator<std::pair<const int, std::string> >()));
init_size_hash.pass.cpp 21 #include <string>
36 typedef std::unordered_map<int, std::string,
39 test_allocator<std::pair<const int, std::string> >
41 typedef std::pair<int, std::string> P;
62 (test_allocator<std::pair<const int, std::string> >()));
70 typedef std::unordered_map<int, std::string,
73 min_allocator<std::pair<const int, std::string> >
75 typedef std::pair<int, std::string> P;
96 (min_allocator<std::pair<const int, std::string> >()));
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 11 #include <string.h>
26 ValidationTestInputParser(const std::string& input,
29 std::string* error_message);
41 const std::string& value_string);
63 const std::string& value_string);
65 const std::string& value_string);
66 bool ParseFloat(const DataType& type, const std::string& value_string);
67 bool ParseDouble(const DataType& type, const std::string& value_string);
69 const std::string& value_string);
70 bool ParseDistance(const DataType& type, const std::string& value_string)
    [all...]
  /external/libxml2/os400/
xmlcatlgcl.c 11 #include <string.h>
15 /* Variable-length string, with 16-bit length. */
18 char string[5000]; member in struct:__anon26777
22 /* Variable-length string, with 32-bit length. */
25 char string[5000]; member in struct:__anon26778
85 if (len > sizeof(dst->string) - dst->len)
86 len = sizeof(dst->string) - dst->len;
89 memcpy(dst->string + dst->len, src, len);
117 vary4nappend(dst, arg->string, arg->len);
128 if (arg->string[i] == '\''
    [all...]
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 30 static std::string getGraphName(const Function *F) {
34 static std::string getSimpleNodeLabel(const BasicBlock *Node,
39 std::string Str;
46 static std::string getCompleteNodeLabel(const BasicBlock *Node,
49 std::string Str;
58 std::string OutStr = OS.str();
61 // Process string output to make it nicer...
91 std::string getNodeLabel(const BasicBlock *Node,
99 static std::string getEdgeSourceLabel(const BasicBlock *Node,
112 std::string Str
    [all...]
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 46 #include <string>
204 void emitError(const std::string &ErrMsg);
205 void emitWarning(const std::string &ErrMsg);
218 std::vector<std::string> CodegenOptions;
219 std::string FeatureStr;
220 std::string MCpu;
221 std::string MAttr;
222 std::string NativeObjectPath;
226 std::string TripleStr;

Completed in 1549 milliseconds

<<211212213214215216217218219220>>