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

<<51525354555657585960>>

  /external/selinux/restorecond/
stringslist.h 28 char *string; member in struct:stringsList
32 void strings_list_add(struct stringsList **list, const char *string);
34 int strings_list_find(struct stringsList *list, const char *string, int *exact);
  /external/swiftshader/third_party/LLVM/include/llvm/Assembly/
PrintModulePass.h 21 #include <string>
32 const std::string &Banner = "");
36 FunctionPass *createPrintFunctionPass(const std::string &Banner,
  /external/swiftshader/third_party/LLVM/include/llvm/
GVMaterializer.h 21 #include <string>
45 /// module is corrupt, this returns true and fills in the optional string with
48 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0) = 0;
58 /// On error, this returns true and fills in the optional string with
61 virtual bool MaterializeModule(Module *M, std::string *ErrInfo = 0) = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Host.h 18 #include <string>
39 /// The target triple is a string in the format of:
43 std::string getHostTriple();
50 std::string getHostCPUName();
56 /// \param Features - A string mapping feature names to either
PluginLoader.h 24 void operator=(const std::string &Filename);
26 static std::string& getPlugin(unsigned num);
31 static cl::opt<PluginLoader, false, cl::parser<std::string> >
  /external/swiftshader/third_party/LLVM/unittests/ADT/
FoldingSet.cpp 16 #include <string>
22 // Unaligned string test.
27 // An aligned string
28 std::string str1= "a test string";
31 // An unaligned string
32 std::string str2 = ">" + str1;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86DisassemblerShared.h 13 #include <string>
14 #include <string.h>
19 std::string name; \
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DataStream.h 21 #include <string>
34 std::unique_ptr<DataStreamer> getDataFileStreamer(const std::string &Filename,
35 std::string *Err);
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
DataStream.h 21 #include <string>
34 std::unique_ptr<DataStreamer> getDataFileStreamer(const std::string &Filename,
35 std::string *Err);
  /external/tensorflow/tensorflow/compiler/aot/
embedded_protocol_buffers.h 35 string cpp_shim_expression;
40 string cpp_variable_decl;
45 string object_file_data;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
external_constant_pool.h 46 void Insert(string name, const Literal& literal, int64 alignment);
50 const uint8* Find(const string& name);
59 tensorflow::gtl::FlatMap<string, std::unique_ptr<uint8, FreeDeleter>>
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
utils.h 20 #include <string>
36 std::unique_ptr<llvm::Module> LoadIRModule(const string& filename,
44 string ReplaceFilenameExtension(tensorflow::StringPiece filename,
  /external/tensorflow/tensorflow/compiler/xla/tests/
sample_file_test.cc 19 #include <string>
44 const string& filename = "compiler/xla/tests/isolated_convolution.hlo";
45 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot();
sample_text_test.cc 19 #include <string>
38 const string& hlo_string = R"(
53 const string& hlo_string = R"(
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.h 35 explicit TfDriver(const std::vector<string>& input_layer,
36 const std::vector<string>& input_layer_type,
37 const std::vector<string>& input_layer_shape,
38 const std::vector<string>& output_layer);
41 void LoadModel(const string& bin_file_path) override;
42 void SetInput(int id, const string& csv_values) override;
44 string ReadOutput(int id) override;
48 void ReshapeTensor(int id, const string& csv_values) override;
55 void SetExpectation(int id, const string& csv_values) override {}
62 std::vector<string> input_names_
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_types.h 18 #include <string>
29 using ::string;
31 using std::string;
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.h 19 #include <string>
43 const std::unordered_map<string, const CostGraphDef::Node*>& name_to_cost,
44 const std::unordered_map<string, const NodeDef*>& name_to_node);
48 DeviceProperties GetDeviceInfo(const string& device_str);
50 // Return a string describing a node given a nodeinfo.
51 string GetOpDescription(const OpInfo& op_info);
57 const std::unordered_map<string, const NodeDef*>& name_to_node,
83 std::string ToString() const;
104 string GetDeviceClassForNonChannelDevice(const string& device_name)
    [all...]
  /external/tensorflow/tensorflow/core/grappler/inputs/
trivial_test_graph_input_yielder.h 19 #include <string>
33 const std::vector<string>& device_names);
41 std::vector<string> device_names_;
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_rewriter_transform.cc 66 string* input_types_str, string* input_shapes_str,
67 string* fused_nodes_str, string* border_inputs_str,
68 string* border_outputs_str,
69 string* fused_op_types_str, bool* fuse_by_executor,
70 string* remote_fused_graph_node_name,
71 string* remote_graph_executor_name) {
105 static Status PlaceShapeType(const std::vector<string>& inputs,
106 const std::vector<string>& outputs
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
base64_test.cc 23 const string original = "a simple test message!";
24 string encoded;
28 string decoded;
  /external/tensorflow/tensorflow/core/lib/wav/
wav_io.h 21 #include <string>
38 // string wav_string;
44 string* wav_string);
53 Status DecodeLin16WaveAsFloatVector(const string& wav_string,
  /external/tensorflow/tensorflow/core/platform/
test.h 42 string TmpDir();
46 string TensorFlowSrcRoot();
56 std::unique_ptr<SubProcess> CreateSubProcess(const std::vector<string>& argv);
  /external/tensorflow/tensorflow/core/protobuf/
device_properties.proto 24 string type = 1;
26 string vendor = 2;
28 string model = 3;
35 map<string, string> environment = 6;
54 string name = 1;
  /external/valgrind/coregrind/m_gdbserver/
utils.c 29 void sr_perror (SysRes sr, const char *string,...)
36 va_start (args, string);
37 VG_(vmessage) ( Vg_UserMsg, string, args );
42 STRING is the error message, used as a fprintf string,
45 void error (const char *string,...)
48 va_start (args, string);
49 VG_(vmessage) ( Vg_UserMsg, string, args );
56 STRING and ARG are passed to fprintf. */
59 void fatal (const char *string,...
    [all...]
  /external/webrtc/talk/app/webrtc/
rtpreceiverinterface.h 34 #include <string>
49 virtual std::string id() const = 0;
60 PROXY_CONSTMETHOD0(std::string, id)

Completed in 1180 milliseconds

<<51525354555657585960>>