| /external/llvm/utils/TableGen/ |
| CodeGenIntrinsics.h | 18 #include <string> 28 std::string Name; // The name of the LLVM function "llvm.bswap.i32" 29 std::string EnumName; // The name of the enum "bswap_i32" 30 std::string GCCBuiltinName; // Name of the corresponding GCC builtin, or "". 31 std::string MSBuiltinName; // Name of the corresponding MS builtin, or "". 32 std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
|
| /external/ltp/tools/pounder21/src/time_tests/ |
| drift-test.py | 29 import string 46 sleep_time = string.atoi(arg) 58 line = string.split(cmd) 61 start_offset = string.atof(line[-2]); 69 line = string.split(cmd) 72 now_offset = string.atof(line[-2]);
|
| /external/parameter-framework/upstream/parameter/ |
| BitParameterType.h | 36 #include <string> 44 CBitParameterType(const std::string &strName); 52 // String 53 bool toBlackboard(const std::string &strValue, uint64_t &uiValue, 55 void fromBlackboard(std::string &strValue, const uint64_t &uiValue, 69 virtual void showProperties(std::string &strResult) const; 72 virtual std::string getKind() const;
|
| ComponentType.cpp | 38 CComponentType::CComponentType(const std::string &strName) : base(strName) 42 std::string CComponentType::getKind() const 52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const 66 std::string CComponentType::getFormattedMapping() const 89 std::string strExtendsType;
|
| SubsystemObject.h | 38 #include <string> 54 * @return A std::string containing the mapping value 56 virtual std::string getFormattedMappingValue() const; 81 virtual bool sendToHW(std::string &strError); 82 virtual bool receiveFromHW(std::string &strError); 84 virtual bool accessHW(bool bReceive, std::string &strError); 104 std::string &strError) override final;
|
| /external/parameter-framework/upstream/parameter/log/include/log/ |
| LogWrapper.h | 34 #include <string> 57 LogWrapper(ILogger &logger, const std::string &prolog = "") : mLogger(logger), mProlog(prolog) 97 * Simulate stream behaviour for string list 101 LogWrapper &operator<<(const std::list<std::string> &logs) 103 std::string separator = "\n" + mProlog; 104 std::string formatedLogs = utility::asString(logs, separator); 125 const std::string &mProlog;
|
| /external/parameter-framework/upstream/skeleton-subsystem/ |
| SkeletonSubsystemObject.cpp | 31 #include <string> 46 using std::string; 49 const string &strMappingValue, CInstanceConfigurableElement *pInstanceConfigurableElement, 78 bool CSkeletonSubsystemObject::accessHW(bool bReceive, string &strError) 91 bool CSkeletonSubsystemObject::sendToHW(string & /*strError*/) 107 bool CSkeletonSubsystemObject::receiveFromHW(string & /*strError*/)
|
| /external/parameter-framework/upstream/test/tmpfile/ |
| TmpFile.hpp | 34 #include <string> 49 TmpFile(std::string content) : mPath(mktmp()) 79 const std::string &getPath() const { return mPath; } 82 std::string mktmp(); 88 static void throwErrnoError(std::string context) 102 std::string mPath;
|
| /external/perf_data_converter/src/ |
| builder.h | 14 #include <string> 22 typedef std::string string; typedef in namespace:perftools::profiles 33 // - Manages the creation of the string table. 42 // Adds a string to the profile string table if not already present. 43 // Returns a unique integer id for this string. 62 // Serializes and compresses the profile into a string, replacing 65 bool Emit(string *output); 67 // Serializes and compresses a profile into a string, replacing it [all...] |
| perf_to_profile_lib.cc | 13 bool FileExists(const string& path) { 18 string ReadFileToString(const string& path) { 28 void CreateFile(const string& path, std::ofstream* file, bool overwriteOutput) { 45 bool ParseArguments(int argc, const char* argv[], string* input, string* output,
|
| /external/perf_data_converter/src/quipper/ |
| perf_protobuf_io.cc | 15 bool SerializeFromFile(const string& filename, PerfDataProto* perf_data_proto) { 20 bool SerializeFromFileWithOptions(const string& filename, 37 const string& filename) { 43 const string& filename) { 44 string output; 51 const string& filename) {
|
| /external/perfetto/include/perfetto/traced/ |
| data_source_types.h | 24 #include <string> 39 std::set<std::string> paths) 45 const std::set<std::string>& paths() const { return paths_; } 49 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } 50 void AddPath(std::string path) { paths_.emplace(std::move(path)); } 58 std::set<std::string> paths_;
|
| /external/perfetto/protos/perfetto/trace/chrome/ |
| chrome_trace_event.proto | 24 optional string name = 1; 30 optional string scope = 7; 33 optional string category_group_name = 10;
|
| /external/perfetto/src/ftrace_reader/test/ |
| cpu_reader_support.cc | 22 #include <string.h> 27 std::map<std::string, std::unique_ptr<ProtoTranslationTable>>* g_tables; 31 ProtoTranslationTable* GetTable(const std::string& name) { 34 new std::map<std::string, std::unique_ptr<ProtoTranslationTable>>(); 36 std::string path = "src/ftrace_reader/test/data/" + name + "/"; 45 std::unique_ptr<uint8_t[]> PageFromXxd(const std::string& text) {
|
| /external/perfetto/src/traced/probes/ |
| process_stats_data_source.h | 48 virtual std::string ReadProcPidFile(int32_t pid, const std::string& file); 54 void WriteProcess(int32_t pid, const std::string& proc_status); 55 void WriteThread(int32_t tid, int32_t tgid, const std::string& proc_status); 57 std::string ReadProcStatusEntry(const std::string& buf, const char* key);
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| objectivec_message_field.cc | 32 #include <string> 48 map<string, string>* variables) { 49 const string& message_type = ClassName(descriptor->message_type()); 70 set<string>* fwd_decls) const { 98 set<string>* fwd_decls) const {
|
| /external/skia/src/gpu/ops/ |
| GrClearStencilClipOp.h | 29 SkString string("Scissor ["); 32 string.appendf("L: %d, T: %d, R: %d, B: %d", r.fLeft, r.fTop, r.fRight, r.fBottom); 34 string.append("disabled"); 36 string.appendf("], insideMask: %s\n", fInsideStencilMask ? "true" : "false"); 37 string.append(INHERITED::dumpInfo()); 38 return string;
|
| /external/skqp/src/core/ |
| SkStringUtils.cpp | 11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { 14 string->append("|"); 16 string->append(flagStr); 38 SkString SkTabString(const SkString& string, int tabCnt) { 40 return string; 48 const char* input = string.c_str();
|
| /external/skqp/src/gpu/ops/ |
| GrClearStencilClipOp.h | 29 SkString string("Scissor ["); 32 string.appendf("L: %d, T: %d, R: %d, B: %d", r.fLeft, r.fTop, r.fRight, r.fBottom); 34 string.append("disabled"); 36 string.appendf("], insideMask: %s\n", fInsideStencilMask ? "true" : "false"); 37 string.append(INHERITED::dumpInfo()); 38 return string;
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| PrintModulePass.cpp | 26 std::string Banner; 33 PrintModulePass(const std::string &B, raw_ostream *o, bool DS) 51 std::string Banner; // String to print before each function 58 PrintFunctionPass(const std::string &B, raw_ostream *o, bool DS) 90 const std::string &Banner) { 96 FunctionPass *llvm::createPrintFunctionPass(const std::string &Banner,
|
| /external/swiftshader/third_party/subzero/pydir/ |
| bisection-test.py | 23 for string in args.include: 24 include_range = string.split(':') 31 for string in args.exclude: 32 exclude_range = string.split(':') 42 for string in args.crash: 43 crash_combination = string.split('x')
|
| /external/syslinux/com32/libutil/ |
| keyname.c | 36 #include <string.h> 45 const char *string; member in struct:keyname 98 for (name = key_names; name->string; name++) { 99 if (!strcasecmp(name->string, code)) 125 for (name = key_names; name->string; name++) { 127 return name->string;
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| gpu_executable.h | 20 #include <string> 52 GpuExecutable(const string& ptx, const std::vector<uint8>& cubin, 61 const string& ir_module_string() const { return ir_module_string_; } 64 void set_ir_module_string(const string& ir_module_string) { 106 // The LLVM IR, in string format, of the unoptimized module generated for this 107 // GpuExecutable. We save a string instead of an llvm::Module* because leaving 111 // This string should be modified only before ExecuteOnStream. 112 string ir_module_string_; 115 const string ptx_;
|
| /external/tensorflow/tensorflow/compiler/xla/tools/ |
| hex_floats_to_packed_literal.cc | 17 #include <string> 31 using xla::string; 35 string input_file = ""; 36 string output_file = ""; 41 string usage = tensorflow::Flags::Usage(argv[0], flag_list); 60 string line;
|
| /external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
| export.h | 25 // result in the given string. 27 string* output_file_contents); 29 inline void Export(const Model& model, string* output_file_contents) { 36 using TensorsMap = std::unordered_map<string, int>; 42 OperatorKey(OperatorType type, const std::string& custom_code) 45 const std::string custom_code; 60 std::hash<std::string>()(key.custom_code);
|