| /external/libbrillo/brillo/http/ |
| http_connection_fake.h | 9 #include <string> 23 Connection(const std::string& url, 24 const std::string& method, 38 std::string GetResponseStatusText() const override; 39 std::string GetProtocolVersion() const override; 40 std::string GetResponseHeader(const std::string& header_name) const override;
|
| http_transport.h | 9 #include <string> 31 using HeaderList = std::vector<std::pair<std::string, std::string>>; 52 const std::string& url, 53 const std::string& method, 55 const std::string& user_agent, 56 const std::string& referer,
|
| /external/libchrome/base/ |
| base64url.cc | 26 std::string* output) { 40 if (last_non_padding_pos != std::string::npos) 49 std::string* output) { 52 if (input.find_first_of(kBase64Chars) != std::string::npos) 57 input.find_first_of(kBase64UrlSafeChars) != std::string::npos; 70 if (input.find_first_of(kPaddingChar) != std::string::npos) 75 // If the string either needs replacement of URL-safe characters to normal 79 std::string base64_input;
|
| /external/libchrome/base/strings/ |
| stringprintf.h | 10 #include <string> 18 // Return a C++ string given printf-like input. 19 BASE_EXPORT std::string StringPrintf(_Printf_format_string_ const char* format, 28 // Return a C++ string given vprintf-like input. 29 BASE_EXPORT std::string StringPrintV(const char* format, va_list ap) 32 // Store result into a supplied string and return it. 33 BASE_EXPORT const std::string& SStringPrintf( 34 std::string* dst, 44 // Append result to a supplied string. 45 BASE_EXPORT void StringAppendF(std::string* dst [all...] |
| /external/libchrome/base/trace_event/ |
| memory_allocator_dump.h | 11 #include <string> 37 MemoryAllocatorDump(const std::string& absolute_name, 40 MemoryAllocatorDump(const std::string& absolute_name, 54 static const char kTypeString[]; // Type name for string attributes. 65 void AddString(const char* name, const char* units, const std::string& value); 68 const std::string& absolute_name() const { return absolute_name_; } 98 const std::string absolute_name_; 107 std::string string_conversion_buffer_;
|
| /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| PR20855_tuple_ref_binding_diagnostics.fail.cpp | 22 #include <string> 51 F<int, const std::string&>(std::make_tuple(1, "abc")); // expected-note 1 {{requested here}} 54 std::tuple<int, const std::string&> t(1, "a"); // expected-note 1 {{requested here}} 57 F<int, const std::string&>(std::tuple<int, const std::string&>(1, "abc")); // expected-note 1 {{requested here}} 73 std::tuple<std::string &&> t2("hello"); // expected-note {{requested here}} 74 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
|
| /external/libcxx/test/std/containers/unord/unord.map/ |
| bucket.pass.cpp | 23 #include <string> 32 typedef std::unordered_map<int, std::string> C; 33 typedef std::pair<int, std::string> P; 51 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 52 min_allocator<std::pair<const int, std::string>>> C; 53 typedef std::pair<int, std::string> P; 72 typedef std::unordered_map<int, std::string> C;
|
| bucket_size.pass.cpp | 23 #include <string> 32 typedef std::unordered_map<int, std::string> C; 33 typedef std::pair<int, std::string> P; 53 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 54 min_allocator<std::pair<const int, std::string>>> C; 55 typedef std::pair<int, std::string> P; 76 typedef std::unordered_map<int, std::string> C;
|
| /external/libcxx/test/std/containers/unord/unord.multimap/ |
| bucket.pass.cpp | 23 #include <string> 32 typedef std::unordered_multimap<int, std::string> C; 33 typedef std::pair<int, std::string> P; 51 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 52 min_allocator<std::pair<const int, std::string>>> C; 53 typedef std::pair<int, std::string> P; 72 typedef std::unordered_multimap<int, std::string> C;
|
| /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/ |
| cp_size_mode.pass.cpp | 18 #include <string> 25 assert(inout.str() == std::string("123 4.5 dog")); 28 std::string s("cat"); 33 assert(inout.str() == std::string("321 5.5 cat")); 45 assert(inout.str() == std::string("123 4.5 dog")); 48 std::string s; 58 assert(inout.str() == std::string("123 4.5 dog321 5.5 cat"));
|
| /external/llvm/lib/CodeGen/ |
| ScheduleDAGPrinter.cpp | 33 static std::string getGraphName(const ScheduleDAG *G) { 45 static std::string getNodeIdentifierLabel(const SUnit *Node, 47 std::string R; 55 static std::string getEdgeAttributes(const SUnit *Node, 66 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph); 67 static std::string getNodeAttributes(const SUnit *N, 79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
|
| /external/llvm/utils/TableGen/ |
| DisassemblerEmitter.cpp | 99 const std::string &PredicateNamespace, 100 const std::string &GPrefix, 101 const std::string &GPostfix, 102 const std::string &ROK, 103 const std::string &RFail, const std::string &L); 131 std::string PredicateNamespace = Target.getName();
|
| /external/parameter-framework/upstream/parameter/ |
| FormattedSubsystemObject.cpp | 38 using std::string; 48 const string &strMappingValue) 55 const string &strMappingValue, size_t firstAmendKey, size_t nbAmendKeys, 68 string CFormattedSubsystemObject::getFormattedMappingValue() const 79 string CFormattedSubsystemObject::formatMappingValue(const string &strMappingValue, 83 string strFormattedValue = strMappingValue; 86 string::size_type uiPercentPos = strFormattedValue.find('%', 0); 92 if (uiPercentPos != string::npos && uiPercentPos < strFormattedValue.size() - 1) { 105 // Make the amendment on the part of the string after the current Amen [all...] |
| SystemClass.h | 37 #include <string> 63 bool loadSubsystems(std::string &strError, const CSubsystemPlugins *pSubsystemPlugins, 84 virtual std::string getKind() const; 86 bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const override; 87 std::string getFormattedMapping() const override; 115 bool loadPlugins(std::list<std::string> &lstrPluginFiles, core::Results &errors);
|
| /external/perf_data_converter/src/quipper/ |
| perf_stat_parser.cc | 19 bool ParsePerfStatFileToProto(const string& path, PerfStatProto* proto) { 24 string data_str(data.begin(), data.end()); 28 bool ParsePerfStatOutputToProto(const string& data, PerfStatProto* proto) { 29 std::vector<string> lines; 38 std::vector<string> tokens; 43 const string& first_token = tokens[0]; 69 bool SecondsStringToMillisecondsUint64(const string& str, uint64_t* out) {
|
| /external/proguard/src/proguard/util/ |
| VariableStringMatcher.java | 25 * string and then match another given StringMatcher. 53 public boolean matches(String string) 55 if (string.length() < minimumLength) 63 if (!isAllowedCharacter(string.charAt(index))) 69 int maximumLength = Math.min(this.maximumLength, string.length()); 74 if (nextMatcher.matches(string.substring(index))) 79 if (!isAllowedCharacter(string.charAt(index))) 85 // Check the remaining characters in the string. 86 return nextMatcher.matches(string.substring(maximumLength)) [all...] |
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_enum_field.h | 39 #include <string> 59 string GetBoxedType() const; 63 map<string, string> variables_; 80 string GetBoxedType() const; 84 map<string, string> variables_;
|
| javamicro_message_field.h | 39 #include <string> 59 string GetBoxedType() const; 63 map<string, string> variables_; 81 string GetBoxedType() const; 85 map<string, string> variables_;
|
| javamicro_primitive_field.h | 39 #include <string> 59 string GetBoxedType() const; 63 map<string, string> variables_; 80 string GetBoxedType() const; 84 map<string, string> variables_;
|
| /external/rmi4utils/rmidevice/ |
| hiddevice.h | 22 #include <string> 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName); 82 static bool FindTransportDevice(int bus, std::string & hidDeviceName, 83 std::string & transportDeviceName, std::string & driverPath); 84 static bool FindHidRawFile(std::string & hidDeviceName, std::string & hidrawFile);
|
| /external/tensorflow/tensorflow/contrib/lite/toco/python/ |
| toco_python_api.cc | 15 #include <string> 48 return std::string(); 51 return std::string(buf, len); 56 std::string model_flags_proto_txt = 59 std::string toco_flags_proto_txt = 62 std::string input_contents_txt = ConvertArg(input_contents_txt_raw, &error); 77 string output_file_contents_txt;
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| session_mgr.h | 43 WorkerEnv* worker_env, const string& default_worker_name, 49 Status CreateSession(const string& session, const ServerDef& server_def, 53 std::shared_ptr<WorkerSession> WorkerSessionForSession(const string& session); 56 Status DeleteSession(const string& session); 58 static string WorkerNameFromServerDef(const ServerDef& server_def); 90 const string& session) EXCLUSIVE_LOCKS_REQUIRED(mu_); 94 std::map<string, std::shared_ptr<WorkerSession>> sessions_ GUARDED_BY(mu_);
|
| /external/tensorflow/tensorflow/core/framework/ |
| shape_inference_testutil.h | 33 typedef std::pair<string, DataType> ShapeAndType; 35 string name; 68 static Status InferShapes(ShapeInferenceTestOp op, const string& ins, 69 const string& expected_outs); 76 const string& spec, ShapeHandle* output); 88 string error_message = \ 92 const string& substring = error_substring; \
|
| /external/tensorflow/tensorflow/core/grappler/inputs/ |
| utils_test.cc | 27 string BaseDir() { return io::JoinPath(testing::TmpDir(), "base_dir"); } 42 string non_existent_file_; 43 string actual_file_; 48 EXPECT_FALSE(FilesExist(std::vector<string>{{non_existent_file_}})); 50 FilesExist(std::vector<string>{{non_existent_file_}, {actual_file_}})); 51 EXPECT_TRUE(FilesExist(std::vector<string>{{actual_file_}})); 55 std::vector<string>{{non_existent_file_}, {actual_file_}}, &status));
|
| /external/tensorflow/tensorflow/core/util/ |
| example_proto_fast_parsing.h | 19 #include <string> 44 string feature_name; 56 string feature_name; 78 gtl::ArraySlice<string> serialized, 79 gtl::ArraySlice<string> example_names, 86 const string& serialized, Result* result); 92 bool TestFastParse(const string& serialized, Example* example);
|