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

<<181182183184185186187188189190>>

  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 64 const string& parameter,
66 string* error) const {
67 string filename = "Test.java";
77 void TryInsert(const string& filename, const string& insertion_point,
109 string proto_path = "-I" + TestTempDir();
110 string java_out = "--java_out=" + TestTempDir();
111 string test_out = "--test_out=" + TestTempDir();
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_map_field.h 35 #include <string>
54 virtual void DetermineForwardDeclarations(set<string>* fwd_decls) const;
  /external/python/cpython2/Mac/Modules/ah/
ahsupport.py 6 import string
14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
  /external/python/cpython2/PC/VS7.1/
field3.py 23 string = sys.version.split()[0] # like '2.3a0' variable
25 print " * For %s," % string
  /external/python/cpython2/PC/VS8.0/
field3.py 23 string = sys.version.split()[0] # like '2.3a0' variable
25 print(" * For %s," % string)
  /external/python/cpython2/PC/VS9.0/
field3.py 23 string = sys.version.split()[0] # like '2.3a0' variable
25 print(" * For %s," % string)
  /external/python/cpython2/PCbuild/
field3.py 23 string = sys.version.split()[0] # like '2.3a0' variable
25 print(" * For %s," % string)
  /external/python/cpython3/Modules/clinic/
sha256module.c.h 27 "Return the digest value as a string of binary data.");
45 "Return the digest value as a string of hexadecimal digits.");
63 "Update this hash object\'s state with the provided string.");
69 "sha256($module, /, string=b\'\')\n"
72 "Return a new SHA-256 hash object; optionally initialized with a string.");
78 _sha256_sha256_impl(PyObject *module, PyObject *string);
84 static const char * const _keywords[] = {"string", NULL};
86 PyObject *string = NULL; local
89 &string)) {
92 return_value = _sha256_sha256_impl(module, string);
116 PyObject *string = NULL; local
    [all...]
sha512module.c.h 27 "Return the digest value as a string of binary data.");
45 "Return the digest value as a string of hexadecimal digits.");
63 "Update this hash object\'s state with the provided string.");
69 "sha512($module, /, string=b\'\')\n"
72 "Return a new SHA-512 hash object; optionally initialized with a string.");
78 _sha512_sha512_impl(PyObject *module, PyObject *string);
84 static const char * const _keywords[] = {"string", NULL};
86 PyObject *string = NULL; local
89 &string)) {
92 return_value = _sha512_sha512_impl(module, string);
116 PyObject *string = NULL; local
    [all...]
  /external/python/cpython3/PCbuild/
field3.py 23 string = sys.version.split()[0] # like '2.3a0' variable
25 print(" * For %s," % string)
  /external/skqp/src/core/
SkStringUtils.h 16 * Add 'flagStr' to 'string' and set 'needSeparator' to true only if 'flag' is
21 void SkAddFlagToString(SkString* string, bool flag,
40 /** Indents every non-empty line of the string by tabCnt tabs */
41 SkString SkTabString(const SkString& string, int tabCnt);
  /external/swiftshader/src/OpenGL/compiler/
glslang.h 20 const char* const string[],
  /external/swiftshader/third_party/LLVM/include/llvm/Assembly/
Parser.h 17 #include <string>
34 const std::string &Filename, ///< The name of the file to parse
40 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
44 /// @brief Parse LLVM Assembly from a string
46 const char *AsmString, ///< The string containing assembly
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 46 /// the LinkItems function. It is composed of string/bool pairs. The string
51 typedef std::vector<std::pair<std::string,bool> > ItemList;
116 /// This method returns an error string suitable for printing to the user.
121 /// the Quiet control flag is not set, the error string will have already
124 const std::string &getLastError() const { return Error; }
142 void addPaths(const std::vector<std::string>& paths);
186 /// occurs, the Linker's error string is set.
200 /// LinkInArchive. If an error occurs, the Linker's error string is set.
206 const std::vector<std::string> & Libraries ///< Libraries to link i
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetIntrinsicInfo.h 17 #include <string>
42 virtual std::string getName(unsigned IID, Type **Tys = 0,
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Main.cpp 32 cl::opt<std::string>
36 cl::opt<std::string>
40 cl::opt<std::string>
43 cl::list<std::string>
75 std::string Error;
94 const std::vector<std::string> &Dependencies = Parser.getDependencies();
95 for (std::vector<std::string>::const_iterator I = Dependencies.begin(),
113 } catch (const std::string &Error) {
  /external/syslinux/gpxe/src/hci/mucurses/widgets/
editbox.c 21 #include <string.h>
49 box->string.buf = buf;
50 box->string.len = len;
51 box->string.cursor = strlen ( buf );
72 cursor_offset = ( box->string.cursor - box->first );
84 cursor_offset = ( box->string.cursor - first );
86 /* Construct underscore-padded string portion */
89 len = ( strlen ( box->string.buf ) - first );
95 memcpy ( buf, ( box->string.buf + first ), len );
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_supported_ops.cc 20 #include <string>
35 void PrintSupportedOps(const string& device, const string& regen_run) {
49 std::vector<string> constraints;
51 std::vector<string> types;
70 std::vector<string> device_names = XlaOpRegistry::BackendNames();
74 string device;
81 string usage = Flags::Usage(argv[0], flag_list);
xla_resource.h 39 XlaResource(Kind kind, int arg_num, string name, DataType type,
43 const std::set<string>& tensor_array_gradients);
58 const string& name() const { return name_; }
98 Status GetOrCreateTensorArrayGradient(const string& source,
116 Status SetFromPack(const std::set<string>& gradient_sources,
132 // string, irrespective of the number of calls to TensorArrayGrad. The map
135 const std::map<string, std::unique_ptr<XlaResource>>& tensor_array_gradients()
143 const string name_;
152 std::map<string, std::unique_ptr<XlaResource>> tensor_array_gradients_;
  /external/tensorflow/tensorflow/compiler/xla/tools/
hlo_proto_to_json.cc 25 #include <string>
38 using xla::string;
43 StatusOr<string> ToJson(const tensorflow::protobuf::Message& message) {
44 string json_output;
57 void RealMain(const string& input, const string& output) {
75 string input_file, output_file;
80 const string usage = tensorflow::Flags::Usage(argv[0], flag_list);
  /external/tensorflow/tensorflow/contrib/tensorrt/segment/
segment.h 30 using SegmentNodesVector = std::vector<std::set<string>>;
35 std::set<string> exclude_node_list;
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_bfc_allocator.cc 26 const string& name)
31 const string& name)
  /external/tensorflow/tensorflow/core/common_runtime/
session_state.cc 23 Status SessionState::GetTensor(const string& handle, Tensor* tensor) {
34 Status SessionState::AddTensor(const string& handle, const Tensor& tensor) {
43 Status SessionState::DeleteTensor(const string& handle) {
57 Status TensorStore::AddTensor(const string& name, const TensorAndKey& tk) {
66 Status TensorStore::SaveTensors(const std::vector<string>& output_names,
71 for (const string& name : output_names) {
73 const string& op_name = id.first.ToString();
77 string key = it->second.GetHandle(op_name);
  /external/tensorflow/tensorflow/core/debug/
debug_service.proto 38 string node_name = 2;
40 string debug_op = 4;
64 string call_key = 2;
73 // string values (e.g., file paths, function names).
74 map<int64, string> origin_id_to_string = 4;
  /external/tensorflow/tensorflow/core/example/
example_parser_configuration.h 19 #include <string>
41 const tensorflow::GraphDef& graph, const string& node_name,

Completed in 1058 milliseconds

<<181182183184185186187188189190>>