Searched refs:string (Results 1 - 25 of 19618) sorted by relevance

1234567891011>>

/external/v8/tools/clang/translation_unit/test_files/
H A Dtest_relative_sysroot.cc5 #include <string>
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.h34 #include <string>
45 GoogleCrashdumpUploader(const string& product,
46 const string& version,
47 const string& guid,
48 const string& ptime,
49 const string& ctime,
50 const string& email,
51 const string& comments,
52 const string& minidump_pathname,
53 const string
[all...]
H A Dhttp_upload.h32 // a set of string parameters (key/value pairs), and a file to upload.
38 #include <string>
61 static bool SendRequest(const string &url,
62 const map<string, string> &parameters,
63 const string &upload_file,
64 const string &file_part_name,
65 const string &proxy,
66 const string &proxy_user_pwd,
67 const string
[all...]
/external/libcxx/test/std/strings/basic.string.literals/
H A Dliteral1.fail.cpp13 #include <string>
18 using std::string;
20 string foo = ""s; // should fail w/conversion operator not found
H A Dliteral2.fail.cpp13 #include <string>
18 std::string foo = ""s; // should fail w/conversion operator not found
H A Dliteral3.pass.cpp13 #include <string>
20 string foo = ""s;
/external/parameter-framework/upstream/test/functional-tests-legacy/Util/
H A DACTLogging.py32 def E(self, string):
33 print "\nERROR: %s\n" % (string)
34 return "ERROR: %s" % (string)
36 def F(self, string):
37 print "\nFAIL : %s\n" % (string)
38 return "FAIL : %s" % (string)
40 def I(self, string):
41 print "INFO : %s" % (string)
42 return "INFO : %s" % (string)
44 def D(self, string)
[all...]
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dprint_model_analysis.h19 #include <string>
34 bool NewProfiler(const string* graph, const string* op_log);
38 double AddStep(int64 step, const string* graph, const string* run_meta,
39 const string* op_log);
42 void WriteProfile(const string* filename);
45 void ProfilerFromFile(const string* filename);
47 // Returns a binary string that represents the serialized ProfileProto.
48 string SerializeToStrin
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
H A DStringModule.java23 final String string; field in class:StringModule
25 StringModule(String string) { argument
26 this.string = string;
30 String string() { method in class:StringModule
31 return string;
/external/tensorflow/tensorflow/compiler/aot/
H A Dflags.h19 #include <string>
29 string graph;
30 string config;
32 string target_triple;
33 string target_cpu;
34 string target_features;
35 string entry_point;
36 string cpp_class;
37 string out_function_object;
38 string out_metadata_objec
[all...]
/external/elfutils/lib/
H A Dxstrdup.c1 /* Convenience function for string allocation.
33 #include <string.h>
39 xstrdup (const char *string) argument
41 return strcpy (xmalloc (strlen (string) + 1), string);
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_node_key.h19 #include <string>
30 DebugNodeKey(const string& device_name, const string& node_name,
31 const int32 output_slot, const string& debug_op);
33 // Converts a device name string to a device path string.
36 static const string DeviceNameToDevicePath(const string& device_name);
41 const string device_name;
42 const string node_nam
[all...]
/external/clang/test/CodeGenCXX/
H A Dtemplate-dependent-bind-temporary.cpp4 struct string { struct
5 string (const string& );
6 string ();
7 ~string();
10 string operator + (char ch, const string&);
15 string result;
/external/clang/test/Modules/Inputs/using-decl-redecl/
H A Da.h1 struct string {}; struct
3 namespace N { typedef ::string clstring; using ::n; }
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest_utils.h36 #include <string>
45 string GetHelperBinary();
/external/libcxx/test/std/strings/basic.string/string.capacity/
H A Dempty.fail.cpp11 // <string>
20 #include <string>
26 std::string c;
/external/perf_data_converter/src/compat/
H A Dstring_compat.h31 #include <string>
33 using std::string;
/external/perf_data_converter/src/quipper/compat/
H A Dstring.h8 #include <string>
11 using std::string;
/external/tensorflow/tensorflow/core/platform/
H A Dcuda_libdevice_path.h25 string CudaRoot();
28 string LibdeviceRoot();
/external/webrtc/webrtc/test/testsupport/
H A Dfileutils.h25 // const std::string kInputFile = webrtc::test::ProjectRootPath() +
67 #include <string>
90 // If the project root is not found, the string specified by
92 std::string ProjectRootPath();
104 std::string OutputPath();
108 std::string TempFilename(const std::string &dir, const std::string &prefix);
129 std::string ResourcePath(std::string nam
[all...]
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h41 #include <string>
56 typedef std::list<std::string> Results;
58 CParameterMgrFullConnector(const std::string &strConfigurationFilePath);
89 bool setTuningMode(bool bOn, std::string &strError);
100 bool setAutoSync(bool bAutoSyncOn, std::string &strError);
102 bool sync(std::string &strError);
105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
106 std::string &strError);
107 bool accessConfigurationValue(const std::string
[all...]
/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen_internal.h30 bool IsPythonReserved(const string& s);
33 string AvoidPythonReserved(const string& s);
37 string AttrValueToPython(const string& type, const AttrValue& value,
38 const string& dtype_module = "tf.");
40 void GenerateLowerCaseOpName(const string& str, string* result);
42 string DataTypeToPython(DataType dtype, const string
[all...]
/external/pdfium/testing/utils/
H A Dpath_service.h8 #include <string>
20 static bool EndsWithSeparator(const std::string& path);
23 static bool GetExecutableDir(std::string* path);
28 static bool GetSourceDir(std::string* path);
32 static bool GetTestDataDir(std::string* path);
35 static bool GetTestFilePath(const std::string& file_name, std::string* path);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dname_uniquer.h19 #include <string>
36 explicit NameUniquer(const string& separator = "__");
38 // Get a sanitized unique name in a string, with an optional prefix for
40 string GetUniqueName(tensorflow::StringPiece prefix = "");
44 static string GetSanitizedName(const string& name);
47 // The string to use to separate the prefix of the name from the uniquing
49 string separator_;
53 std::unordered_map<string, int64> generated_names_;
/external/parameter-framework/upstream/utility/
H A DDynamicLibrary.hpp34 #include <string>
45 DynamicLibrary(const std::string &path);
55 SymbolType getSymbol(const std::string &symbol) const
67 void *osGetSymbol(const std::string &symbol) const;
75 static std::string osSanitizePathName(const std::string &path);
85 const std::string _path;
91 static const std::string _osLibraryPrefix;
92 static const std::string _osLibrarySuffix;

Completed in 3945 milliseconds

1234567891011>>