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

<<11121314151617181920>>

  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.h 34 #include <string>
39 typedef std::map<std::string, int>::const_iterator NumToLitMapConstIt;
45 virtual bool addValuePair(int iValue, const std::string &strValue, std::string &strError);
47 * Retrieve the numerical value from the std::string representation of the criterion type.
54 * @return true if integer value retrieved from the std::string one, false otherwise.
56 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const;
57 virtual bool getLiteralValue(int iValue, std::string &strValue) const;
61 std::string listPossibleValues() const;
64 virtual std::string getFormattedState(int iValue) const
    [all...]
SubsystemLibrary.h 35 #include <string>
51 virtual std::string getBuilderType(const CXmlElement &xmlElement) const
54 std::string type;
SubsystemPlugins.h 33 #include <string>
39 CSubsystemPlugins(const std::string &strName, const std::string &strKind)
  /external/parameter-framework/upstream/remote-processor/
RequestMessage.h 37 #include <string>
42 CRequestMessage(const std::string &strCommand);
46 void setCommand(const std::string &strCommand);
47 virtual const std::string &getCommand() const;
50 virtual void addArgument(const std::string &strArgument);
52 virtual const std::string &getArgument(size_t argument) const;
53 virtual const std::vector<std::string> &getArguments() const;
54 virtual const std::string packArguments(size_t startArgument, size_t nbArguments) const;
73 // Trim input std::string
74 static std::string trim(const std::string &strToTrim)
    [all...]
  /external/parameter-framework/upstream/utility/
Utility.h 33 #include <string>
49 * let [first, last[ = list<string>{"1", "2", "3"}
65 * Format the items of a map into a string as a list of key-value pairs. The map must be
73 std::string asString(const std::list<std::string> &lstr, const std::string &separator = "\n");
76 * Format the items of a map into a string as a list of key-value pairs. The map must be
85 std::string asString(const std::map<std::string, std::string> &mapStr
    [all...]
  /external/perf_data_converter/src/quipper/
conversion_utils.h 8 #include <string>
10 #include "compat/string.h"
14 // Format string for perf.data.
17 // Format string for protobuf text format.
23 string filename;
27 string format;
string_utils.h 10 #include "compat/string.h"
15 void TrimWhitespace(string* str);
18 void SplitString(const string& str, char delimiter,
19 std::vector<string>* tokens);
  /external/perfetto/src/ftrace_reader/test/
cpu_reader_support.h 21 #include <string>
37 ProtoTranslationTable* GetTable(const std::string& name);
40 std::unique_ptr<uint8_t[]> PageFromXxd(const std::string& text);
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 42 #include <string>
78 const string& parameter,
80 string* error) const = 0;
101 const string& parameter,
103 string* error) const {
136 virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0;
139 virtual io::ZeroCopyOutputStream* OpenForAppend(const string& filename);
148 const string& filename, const string& insertion_point);
169 extern void ParseGeneratorParameter(const string&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreSubtarget.cpp 24 XCoreSubtarget::XCoreSubtarget(const std::string &TT,
25 const std::string &CPU, const std::string &FS)
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.h 20 #include <string>
39 StatusOr<string> CompileToPtx(llvm::Module* module,
42 const string& libdevice_dir_path);
  /external/tensorflow/tensorflow/contrib/lite/schema/builtin_ops_header/
generator.h 25 bool IsValidInputEnumName(const std::string& name);
29 std::string ConstantizeVariableName(const std::string& name);
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_db_writer.h 36 Status CreateSummaryDbWriter(Sqlite* db, const string& experiment_name,
37 const string& run_name, const string& user_name,
  /external/tensorflow/tensorflow/core/api_def/
excluded_ops.cc 20 const std::unordered_set<std::string>* GetExcludedOps() {
21 static std::unordered_set<std::string>* excluded_ops =
22 new std::unordered_set<std::string>(
  /external/tensorflow/tensorflow/core/framework/
op_gen_lib.h 19 #include <string>
32 inline string Spaces(int n) { return string(n, ' '); }
38 string WordWrap(StringPiece prefix, StringPiece str, int width);
46 string PBTxtToMultiline(StringPiece pbtxt,
47 const std::vector<string>& multi_line_fields);
48 string PBTxtFromMultiline(StringPiece multiline_pbtxt);
65 Status LoadFileList(Env* env, const std::vector<string>& filenames);
72 Status LoadFile(Env* env, const string& filename);
74 // Load ApiDefs from string containing ApiDefs text proto
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
http_request.h 19 #include <string>
54 virtual void SetUri(const string& uri) = 0;
63 virtual void AddHeader(const string& name, const string& value) = 0;
70 virtual void AddResolveOverride(const string& hostname, int64 port,
71 const string& ip_addr) = 0;
74 virtual void AddAuthBearerHeader(const string& auth_token) = 0;
83 virtual Status SetPutFromFile(const string& body_filepath, size_t offset) = 0;
118 /// If the header is not found, returns an empty string.
119 virtual string GetResponseHeader(const string& name) const = 0
    [all...]
  /external/tensorflow/tensorflow/core/platform/
load_library.h 28 string FormatLibraryFileName(const string& name, const string& version);
  /external/webrtc/talk/media/devices/
deviceinfo.h 31 #include <string>
37 bool GetUsbId(const Device& device, std::string* usb_id);
38 bool GetUsbVersion(const Device& device, std::string* usb_version);
  /external/webrtc/webrtc/examples/peerconnection/server/
utils.h 16 #include <string>
22 std::string int2str(int i);
23 std::string size_t2str(size_t i);
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.h 14 #include <string>
34 int EditFrames(const std::string& in_path, int width, int height,
36 int last_frame_to_process, const std::string& out_path);
  /frameworks/base/tools/aapt2/
AppInfo.h 20 #include <string>
29 std::string package;
41 Maybe<std::string> split_name;
  /frameworks/compile/slang/
slang_pragma_list.h 21 #include <string>
26 typedef std::list< std::pair<std::string, std::string> > PragmaList;
  /frameworks/native/opengl/libs/EGL/
FileBlobCache.h 21 #include <string>
30 const std::string& filename);
38 std::string mFilename;
  /frameworks/native/services/sensorservice/
SensorServiceUtils.h 21 #include <string>
28 virtual std::string dump() const = 0;
29 virtual void setFormat(std::string ) {}
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_string.i 4 * std::string typemaps for LUA
8 #include <string>
12 Only std::string and const std::string& are typemapped
15 std::string& and std::string* are not
20 std::string test_value(std::string x) {
33 %naturalvar string;
37 Lua strings and std::string can contain embedded zero byte
    [all...]

Completed in 1300 milliseconds

<<11121314151617181920>>