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

<<21222324252627282930>>

  /external/tensorflow/tensorflow/core/platform/
cuda_libdevice_path.cc 22 string LibdeviceRoot() {
demangle.h 26 string Demangle(const char* mangled);
host_info.h 25 string Hostname();
strong_hash.h 25 // The hash function is deterministic on the content of the string within the
32 // string input = "input string";
35 uint64 StrongKeyedHash(const uint64 (&)[2], const string&); member in namespace:tensorflow
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.h 36 const string& fname, std::unique_ptr<RandomAccessFile>* result) override;
38 Status NewWritableFile(const string& fname,
41 Status NewAppendableFile(const string& fname,
45 const string& fname,
48 Status FileExists(const string& fname) override;
50 Status GetChildren(const string& dir, std::vector<string>* result) override;
52 Status DeleteFile(const string& fname) override;
54 Status CreateDir(const string& name) override;
56 Status DeleteDir(const string& name) override
    [all...]
  /external/tensorflow/tensorflow/core/platform/posix/
error.h 23 Status IOError(const string& context, int err_number);
  /external/tensorflow/tensorflow/go/
version.go 19 // #include <string.h>
23 // Version returns a string describing the version of the underlying TensorFlow
25 func Version() string { return C.GoString(C.TF_Version()) }
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.h 18 #include <string>
31 const std::vector<string>& hidden_ops,
33 const string& source_file_name = "");
39 string GetEagerPythonWrappers(const char* op_list_buf, size_t op_list_len);
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.h 44 std::vector<string> RunCppShapeInference(
45 int graph_def_version, const string& serialized_node_def,
46 const std::vector<string>& input_serialized_shapes,
48 const std::vector<string>& input_constant_tensor_as_shape_values,
  /external/tensorflow/tensorflow/stream_executor/lib/
demangle.h 25 string Demangle(const char* mangled);
  /external/testng/src/main/java/org/testng/
TestNGException.java 19 * @param string
21 public TestNGException(String string) {
22 super("\n" + string);
25 public TestNGException(String string, Throwable t) {
26 super("\n" + string, t);
  /external/v8/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 37 // simply stores two values a string and an integer, which are returned via
40 #import <string>
44 Widget(int number, const std::string& name);
51 // Public accessors to the string data
52 std::string GetStringValue() const;
58 std::string name_;
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginOptions.h 9 #include <string>
17 std::set<std::string> ignored_classes;
18 std::set<std::string> checked_namespaces;
19 std::vector<std::string> ignored_directories;
  /external/valgrind/tests/
is_ppc64_BE.c 3 #include <string.h>
  /external/vulkan-validation-layers/layers/
vk_layer_config.h 23 #include <string>
43 const std::unordered_map<std::string, VkFlags> debug_actions_option_definitions = {
44 {std::string("VK_DBG_LAYER_ACTION_IGNORE"), VK_DBG_LAYER_ACTION_IGNORE},
45 {std::string("VK_DBG_LAYER_ACTION_CALLBACK"), VK_DBG_LAYER_ACTION_CALLBACK},
46 {std::string("VK_DBG_LAYER_ACTION_LOG_MSG"), VK_DBG_LAYER_ACTION_LOG_MSG},
47 {std::string("VK_DBG_LAYER_ACTION_BREAK"), VK_DBG_LAYER_ACTION_BREAK},
49 {std::string("VK_DBG_LAYER_ACTION_DEBUG_OUTPUT"), VK_DBG_LAYER_ACTION_DEBUG_OUTPUT},
51 {std::string("VK_DBG_LAYER_ACTION_DEFAULT"), VK_DBG_LAYER_ACTION_DEFAULT}};
53 const std::unordered_map<std::string, VkFlags> report_flags_option_definitions = {
54 {std::string("warn"), VK_DEBUG_REPORT_WARNING_BIT_EXT}
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.h 37 // simply stores two values a string and an integer, which are returned via
40 #import <string>
44 Widget(int number, const std::string& name);
51 // Public accessors to the string data
52 std::string GetStringValue() const;
58 std::string name_;
  /external/webrtc/talk/app/webrtc/
dtmfsenderinterface.h 31 #include <string>
48 virtual void OnToneChange(const std::string& tone) = 0;
80 virtual bool InsertDtmf(const std::string& tones, int duration,
87 virtual std::string tones() const = 0;
  /external/webrtc/webrtc/base/objc/
NSString+StdString.h 13 #include <string>
19 @property(nonatomic, readonly) std::string stdString;
21 + (std::string)stdStringForString:(NSString *)nsString;
22 + (NSString *)stringForStdString:(const std::string&)stdString;
  /external/webrtc/webrtc/base/
proxyinfo.h 14 #include <string>
31 std::string autoconfig_url;
33 std::string bypass_list;
34 std::string username;
  /external/webrtc/webrtc/libjingle/xmpp/
saslhandler.h 14 #include <string>
31 // returns the empty string if none are suitable
32 virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) = 0;
37 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
  /external/webrtc/webrtc/test/
field_trial.h 14 #include <string>
20 // Parses enabled field trials from a string config, such as the one passed
33 void InitFieldTrialsFromString(const std::string& config);
39 explicit ScopedFieldTrials(const std::string& config);
42 std::string current_field_trials_;
  /external/webrtc/webrtc/tools/
simple_command_line_parser.h 15 #include <string>
23 // should set up the flags - we provide a name and a string value and map these.
51 void SetUsageMessage(std::string usage_message);
59 void SetFlag(std::string flag_name, std::string default_flag_value);
64 std::string GetFlag(std::string flag_name);
68 std::vector<std::string> args_;
70 std::map<std::string, std::string> flags_
    [all...]
  /external/xmlrpcpp/src/
XmlRpcException.h 12 # include <string>
26 XmlRpcException(const std::string& message, int code=-1) :
30 const std::string& getMessage() const { return _message; }
36 std::string _message;
XmlRpcServerConnection.h 11 # include <string>
34 static const std::string SYSTEM_MULTICALL;
35 static const std::string METHODNAME;
36 static const std::string PARAMS;
38 static const std::string FAULTCODE;
39 static const std::string FAULTSTRING;
61 std::string parseRequest(XmlRpcValue& params);
64 bool executeMethod(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result);
67 bool executeMulticall(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result);
70 void generateResponse(std::string const& resultXml)
    [all...]
  /frameworks/base/libs/androidfw/tests/
TestHelpers.h 20 #include <string>
30 ::testing::AssertionResult ReadFileFromZipToString(const std::string& zip_path,
31 const std::string& file,
32 std::string* out_contents);

Completed in 1165 milliseconds

<<21222324252627282930>>