| /external/google-breakpad/src/common/ |
| language.h | 41 #include <string> 65 // NAME. If PARENT_NAME is the empty string, then NAME is a 77 virtual string MakeQualifiedName (const string &parent_name, 78 const string &name) const = 0;
|
| /external/google-breakpad/src/common/mac/ |
| string_utilities.h | 37 #include <string> 41 using std::string; 43 // Convert a CoreFoundation string into a std::string 44 string ConvertToString(CFStringRef str); 48 unsigned int IntegerValueAtIndex(string &str, unsigned int idx);
|
| /external/iproute2/genl/ |
| static-syms.c | 7 #include <string.h>
|
| /external/iproute2/ip/ |
| static-syms.c | 7 #include <string.h>
|
| /external/iproute2/tc/ |
| static-syms.c | 7 #include <string.h>
|
| /external/kernel-headers/original/uapi/linux/ |
| string.h | 8 #include <string.h>
|
| /external/mesa3d/src/mesa/drivers/dri/r200/ |
| r200_maos.c | 7 #include <string.h>
|
| /external/parameter-framework/upstream/parameter/include/ |
| CommandHandlerInterface.h | 32 #include <string> 63 virtual bool process(const std::string &command, const std::vector<std::string> &arguments, 64 std::string &output) = 0;
|
| /external/perf_data_converter/src/quipper/ |
| perf_stat_parser.h | 8 #include <string> 13 #include "compat/string.h" 25 bool ParsePerfStatFileToProto(const string& path, PerfStatProto* proto); 26 bool ParsePerfStatOutputToProto(const string& data, PerfStatProto* proto); 30 bool SecondsStringToMillisecondsUint64(const string& str, uint64_t* out);
|
| /external/swiftshader/src/Common/ |
| Configurator.hpp | 18 #include <string> 28 Configurator(std::string iniPath = ""); 32 std::string getValue(std::string sectionName, std::string valueName, std::string defaultValue = "") const; 33 int getInteger(std::string sectionName, std::string valueName, int defaultValue = 0) const; 34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const [all...] |
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| str_util.h | 16 // String utilities that are esoteric enough that they don't belong in 23 #include <string> 36 void ReplaceAllPairs(string* text, 37 const std::vector<std::pair<string, string>>& replace);
|
| /external/tensorflow/tensorflow/contrib/lite/toco/ |
| toco_graphviz_dump_options.h | 18 #include <string> 24 std::string graphviz_first_array; 25 std::string graphviz_last_array; 26 std::string dump_graphviz;
|
| /external/tensorflow/tensorflow/contrib/lite/tools/ |
| gen_op_registration.h | 19 #include "tensorflow/contrib/lite/string.h" 28 string NormalizeCustomOpName(const string& op); 34 std::vector<string>* builtin_ops, 35 std::vector<string>* custom_ops);
|
| /external/tensorflow/tensorflow/core/framework/ |
| resource_handle.h | 38 const string& device() const { return device_; } 39 void set_device(const string& device) { device_ = device; } 42 const string& container() const { return container_; } 43 void set_container(const string& container) { container_ = container; } 46 const string& name() const { return name_; } 47 void set_name(const string& name) { name_ = name; } 56 const string& maybe_type_name() const { return maybe_type_name_; } 57 void set_maybe_type_name(const string& value) { maybe_type_name_ = value; } 64 string SerializeAsString() const; 65 bool ParseFromString(const string& s) [all...] |
| /external/tensorflow/tensorflow/core/kernels/ |
| bitcast_op.h | 21 #include <string.h> // for memcpy
|
| /external/tensorflow/tensorflow/java/src/gen/cc/ |
| op_generator.h | 19 #include <string> 43 Status Run(const OpList& ops, const string& lib_name, 44 const string& base_package, const string& output_dir);
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| py_util.h | 22 // Fetch the exception message as a string. An exception must be set 24 string PyExceptionFetch();
|
| /external/tensorflow/tensorflow/tools/proto_text/ |
| gen_proto_text_functions_lib.h | 25 string header; // for a file named proto_name + ".pb_text.h" 26 string header_impl; // for a file named proto_name + ".pb_text-impl.h" 27 string cc; // for a file named proto_name + ".pb_text.cc" 49 const string& tf_header_prefix);
|
| /external/v8/tools/clang/empty_string/tests/ |
| test-expected.cc | 5 // Test file for the empty string clang tool. 7 #include <string> 9 // Tests for std::string declarations. 11 std::string a, b("abc"), c; 14 // Tests for std::string allocated with new. 16 std::string *a = new std::string, *b = new std::string("abc"), 17 *c = new std::string, *d = new std::string(); [all...] |
| /frameworks/compile/libbcc/lib/ |
| RSStubsWhiteList.cpp | 21 std::vector<std::string> stubList = { [all...] |
| /frameworks/minikin/tests/util/ |
| FileUtils.h | 17 #include <string> 20 std::vector<uint8_t> readWholeFile(const std::string& filePath);
|
| /frameworks/native/opengl/tools/glgen/stubs/gles11/ |
| glShaderSource.java | 1 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length ) 5 String string
|
| /frameworks/rs/script_api/ |
| Generator.h | 21 bool generateHeaderFiles(const std::string& directory); 24 bool generateTestFiles(const std::string& directory, unsigned int versionOfTestFiles); 30 bool generateDocumentation(const std::string& director); 36 bool generateStubsWhiteList(const std::string& slangTestDirectory, unsigned int maxApiLevel);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| string.h | 6 #include <string.h>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| strings.h | 10 This file is provided because non ANSI fuctions are described in string.h 16 #include <string.h>
|