| /external/perfetto/src/base/ |
| string_utils.cc | 22 bool StartsWith(const std::string& str, const std::string& prefix) {
|
| /external/perfetto/tools/trace_to_text/ |
| ftrace_event_formatter.h | 22 #include <string> 28 std::string FormatFtraceEvent(uint64_t timestamp,
|
| /external/proguard/src/proguard/util/ |
| ListUtil.java | 35 * Creates a comma-separated String from the given List of String objects. 37 public static String commaSeparatedString(List list, boolean quoteStrings) 53 String string = (String)list.get(index); local 57 string = quotedString(string); 60 buffer.append(string); 68 * Creates a List of String objects from the given comma-separated String 175 String string = commaSeparatedString(list, true); local [all...] |
| /external/protobuf/src/google/protobuf/stubs/ |
| stringprintf.h | 33 // Printf variants that place their output in a C++ string. 36 // string result = StringPrintf("%d %s\n", 10, "hello"); 44 #include <string> 52 // Return a C++ string 53 LIBPROTOBUF_EXPORT extern string StringPrintf(const char* format, ...); 55 // Store result into a supplied string and return it 56 LIBPROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, const char* format, ...); 58 // Append result to a supplied string 59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...) [all...] |
| /external/spirv-llvm/lib/SPIRV/Mangler/ |
| NameMangleAPI.h | 16 #include <string> 25 /// @brief Converts the given function descriptor to string that represents 31 /// @param std::string the mangled name if the mangling succeeds, 34 MangleError mangle(const FunctionDescriptor&, std::string &);
|
| /external/tensorflow/tensorflow/cc/framework/ |
| cc_op_gen.h | 27 const string& dot_h_fname, const string& dot_cc_fname);
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| hlo_profile_printer.h | 20 #include <string> 28 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
|
| /external/tensorflow/tensorflow/contrib/lite/toco/ |
| export_tensorflow.h | 18 #include <string> 23 void ExportTensorFlowGraphDef(const Model& model, string* output_file_contents);
|
| tensorflow_util.h | 18 #include <string> 27 void LogDumpGraphDef(int log_level, const string& message,
|
| /external/tensorflow/tensorflow/contrib/saved_model/cc/saved_model/ |
| signature_def_utils.h | 21 #include <string> 36 const string& signature_def_key, 44 const string& tensor_info_key, 52 const string& tensor_info_key, 59 const string& tensor_info_key, string* name); 65 const string& tensor_info_key, string* name);
|
| /external/tensorflow/tensorflow/contrib/session_bundle/ |
| bundle_shim.h | 39 const string& tensor_name, 40 const std::unordered_map<string, DataType>& tensor_name_to_dtype, 41 const string& input_map_key, SignatureDef* signature_def); 47 const string& tensor_name, 48 const std::unordered_map<string, DataType>& tensor_name_to_dtype, 49 const string& output_map_key, SignatureDef* signature_def); 65 const string& export_dir, const std::unordered_set<string>& tags,
|
| /external/tensorflow/tensorflow/core/framework/ |
| reader_interface.h | 20 #include <string> 37 // To use a Reader, you first encode "work" (some string, typically a 51 virtual void Read(QueueInterface* queue, string* key, string* value, 63 std::vector<string>* keys, std::vector<string>* value, 75 virtual Status SerializeState(string* state) = 0; 77 virtual Status RestoreState(const string& state) = 0; 79 string DebugString() override { return "a reader"; }
|
| /external/tensorflow/tensorflow/core/platform/windows/ |
| error.h | 19 #include <string> 26 std::string GetWindowsErrorMessage(DWORD err);
|
| /external/tensorflow/tensorflow/core/public/ |
| session_options.h | 19 #include <string> 55 string target;
|
| /external/v8/tools/clang/plugins/tests/ |
| nested_class_inline_ctor.h | 8 #include <string> 18 std::vector<std::string> a;
|
| /external/webrtc/webrtc/base/ |
| versionparsing.h | 14 #include <string> 18 // Parses a version string into an array. "num_expected_segments" must be the 23 bool ParseVersionString(const std::string& version_str,
|
| /frameworks/base/tools/aapt2/ |
| NameMangler_test.cpp | 19 #include <string> 26 std::string package = "android.appcompat"; 27 std::string name = "Platform.AppCompat"; 29 std::string mangled_name = NameMangler::MangleEntry(package, name); 32 std::string unmangled_package; 33 std::string unmangled_name = mangled_name; 40 std::string package; 41 std::string name = "foo_bar";
|
| /frameworks/compile/slang/ |
| slang_rs_reflect_utils.h | 21 #include <string> 45 const std::string *licenseNote; 54 static std::string GetFileNameStem(const char *fileName); 59 static std::string ComputePackagedPath(const char *prefixPath, 67 static std::string JavaClassNameFromRSFileName(const char *rsFileName); 78 static std::string BCFileNameFromRSFileName(const char *rsFileName); 85 static std::string JavaBitcodeClassNameFromRSFileName(const char *rsFileName); 95 std::string JoinPath(const std::string &path1, const std::string &path2) [all...] |
| /frameworks/native/libs/binder/include/binder/ |
| Map.h | 21 #include <string> 30 * Convenience typedef for ::std::map<::std::string,::android::binder::Value> 32 typedef ::std::map<::std::string, Value> Map;
|
| /frameworks/rs/support/java/src/android/support/v8/renderscript/ |
| RSRuntimeException.java | 26 public RSRuntimeException(String string) { 27 super(string);
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
| ServiceUnavailableException.java | 26 public ServiceUnavailableException(String string) { 27 super(string);
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 38 std::string OutputFile; 44 std::string HeaderIncludeOutputFile; 48 std::vector<std::string> Targets; 51 std::vector<std::string> ExtraDeps; 54 std::string ShowIncludesPretendHeader; 57 std::string DOTOutputFile; 60 std::string ModuleDependencyOutputDir;
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 38 std::string OutputFile; 44 std::string HeaderIncludeOutputFile; 48 std::vector<std::string> Targets; 51 std::vector<std::string> ExtraDeps; 54 std::string ShowIncludesPretendHeader; 57 std::string DOTOutputFile; 60 std::string ModuleDependencyOutputDir;
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 38 std::string OutputFile; 44 std::string HeaderIncludeOutputFile; 48 std::vector<std::string> Targets; 51 std::vector<std::string> ExtraDeps; 54 std::string ShowIncludesPretendHeader; 57 std::string DOTOutputFile; 60 std::string ModuleDependencyOutputDir;
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/ |
| DependencyOutputOptions.h | 13 #include <string> 38 std::string OutputFile; 44 std::string HeaderIncludeOutputFile; 48 std::vector<std::string> Targets; 51 std::vector<std::string> ExtraDeps; 54 std::string ShowIncludesPretendHeader; 57 std::string DOTOutputFile; 60 std::string ModuleDependencyOutputDir;
|