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

<<121122123124125126127128129130>>

  /external/libtextclassifier/
zlib-utils.h 35 bool Decompress(const CompressedBuffer* compressed_buffer, std::string* out);
48 void Compress(const std::string& uncompressed_content,
69 std::string CompressSerializedModel(const std::string& model);
73 const UniLib& unilib, const flatbuffers::String* uncompressed_pattern,
75 std::string* result_pattern_text = nullptr);
  /external/llvm/include/llvm/Support/
Regex.h 20 #include <string>
36 /// null string after any newline in the string in addition to its normal
37 /// function, and the $ anchor matches the null string before any
38 /// newline in the string in addition to its normal function.
63 bool isValid(std::string &Error);
70 /// matches - Match the regex against a given \p String.
73 /// with references to the matched group expressions (inside \p String),
77 bool match(StringRef String, SmallVectorImpl<StringRef> *Matches = nullptr);
80 /// \p String with the \p Repl string. Backreferences like "\0" in th
    [all...]
  /external/parameter-framework/upstream/parameter/
EnumValuePair.cpp 34 using std::string;
37 string CEnumValuePair::getKind() const
48 string CEnumValuePair::getNumericalAsString() const
58 std::string name;
70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const
SelectionCriterion.h 38 #include <string>
45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
53 virtual std::string getCriterionName() const;
67 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
70 virtual std::string getKind() const;
  /external/perf_data_converter/src/quipper/
quipper.cc 6 #include <string>
10 #include "compat/string.h"
18 int StringToInt(const string& s) {
26 bool ParseArguments(int argc, char* argv[], std::vector<string>* perf_args,
49 std::vector<string> perf_args;
55 string output_string;
  /external/perfetto/include/perfetto/base/
temp_file.h 20 #include <string>
36 const std::string& path() const { return path_; }
54 std::string path_;
65 const std::string& path() const { return path_; }
72 std::string path_;
  /external/perfetto/src/base/test/
test_task_runner.h 25 #include <string>
54 std::function<void()> CreateCheckpoint(const std::string& checkpoint);
55 void RunUntilCheckpoint(const std::string& checkpoint,
70 std::string pending_checkpoint_;
71 std::map<std::string, bool> checkpoints_;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 9 ATTRIBUTE Framed-Filter-Id 11 string
12 ATTRIBUTE Old-Password 17 string
13 ATTRIBUTE Port-Message 18 string
14 ATTRIBUTE Dialback-No 19 string
15 ATTRIBUTE Dialback-Name 20 string
16 ATTRIBUTE Challenge-State 24 string
29 ATTRIBUTE Login-Callback-Number 19 string
30 ATTRIBUTE Framed-Callback-Id 20 string
31 ATTRIBUTE Client-Port-DNIS 30 string
32 ATTRIBUTE Caller-ID 31 string
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers_unittest.cc 42 string input_for_decode("abcdefghIJ");
43 string desired_output_for_decode;
44 string expected;
45 string result;
50 expected = string("\0zbcdefghIJ\0", 12);
56 expected = string("\0abcdezghIJ\0", 12);
64 expected = string("\0abcdefghI\0", 11);
72 expected = string("\0abcdefghIJz\0", 13);
79 string input_for_decode("abcdefghIJ");
80 string desired_output_for_decode
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
StringPool.java 47 public void intern(@Nonnull CharSequence string) {
48 internedItems.put(string.toString(), 0);
51 public void internNullable(@Nullable CharSequence string) {
52 if (string != null) {
53 intern(string);
  /external/swiftshader/src/OpenGL/compiler/
DirectiveHandler.h 36 const std::string& msg);
39 const std::string& name,
40 const std::string& value,
44 const std::string& name,
45 const std::string& behavior);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Memory.h 18 #include <string>
58 std::string *ErrMsg = 0);
67 static bool ReleaseRWX(MemoryBlock &block, std::string *ErrMsg = 0);
78 static bool setExecutable(MemoryBlock &M, std::string *ErrMsg = 0);
83 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = 0);
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveInternals.h 23 #define ARFILE_MAGIC "!<arch>\n" ///< magic string
24 #define ARFILE_MAGIC_LEN (sizeof(ARFILE_MAGIC)-1) ///< length of magic string
28 #define ARFILE_STRTAB_NAME "// " ///< Name of string table
77 std::vector<std::string>& symbols,
78 std::string* ErrMsg);
81 const std::string& ModuleID,
83 std::vector<std::string>& symbols,
84 std::string* ErrMsg);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.cpp 24 MipsSubtarget::MipsSubtarget(const std::string &TT, const std::string &CPU,
25 const std::string &FS, bool little) :
32 std::string CPUName = CPU;
36 // Parse features string.
52 if (TT.find("linux") == std::string::npos)
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h 17 #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 TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Regex.h 20 #include <string>
36 /// null string after any newline in the string in addition to its normal
37 /// function, and the $ anchor matches the null string before any
38 /// newline in the string in addition to its normal function.
60 bool isValid(std::string &Error);
67 /// matches - Match the regex against a given \p String.
70 /// with references to the matched group expressions (inside \p String),
74 bool match(StringRef String, SmallVectorImpl<StringRef> *Matches = nullptr);
77 /// \p String with the \p Repl string. Backreferences like "\0" in th
    [all...]
  /external/tensorflow/tensorflow/c/
checkpoint_reader.h 20 #include <string>
42 CheckpointReader(const string& filepattern, TF_Status* out_status);
44 bool HasTensor(const string& name) const;
45 const string DebugString() const;
57 void GetTensor(const string& name,
  /external/tensorflow/tensorflow/compiler/xla/client/
executable_build_options.cc 53 string ExecutableBuildOptions::ToString() const {
54 string result_layout = "nullopt";
58 string generate_hlo_graph = "nullopt";
69 string regex) {
74 const tensorflow::gtl::optional<string>&
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
custom_call_target_registry.h 23 #include <string>
43 void Register(const std::string& symbol, void* address);
44 void* Lookup(const std::string& symbol) const;
47 std::unordered_map<std::string, void*> registered_symbols_;
53 explicit RegisterCustomCallTarget(const std::string& name, void* address) {
  /external/tensorflow/tensorflow/contrib/lite/testing/
tflite_driver.h 34 void LoadModel(const string& bin_file_path) override;
41 void ReshapeTensor(int id, const string& csv_values) override;
44 void SetInput(int id, const string& csv_values) override;
45 void SetExpectation(int id, const string& csv_values) override;
48 string ReadOutput(int id) override { return "no-op"; }
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_concatenation_input.cc 17 #include <string>
41 std::vector<string> trivial_inputs;
42 std::vector<string> nontrivial_inputs;
43 for (const string& input : concat_op->inputs) {
59 for (const string& input : trivial_inputs) {
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
candidate_graph_runner.h 17 #include <string>
30 typedef std::vector<std::pair<string, ::tensorflow::Tensor>>
38 CandidateGraphRunner(const string& graph_dir,
61 void RunOp(const string& name, const TensorNameValueList& inputs,
62 const std::vector<string>& output_tensor_names,
  /external/tensorflow/tensorflow/core/debug/
debug_node_key.cc 26 DebugNodeKey::DebugNodeKey(const string& device_name, const string& node_name,
27 const int32 output_slot, const string& debug_op)
45 const string DebugNodeKey::DeviceNameToDevicePath(const string& device_name) {
debugger_state_impl.h 33 // See the doc string of DebuggerStateInterface::PublishDebugMetadata() for
38 const std::vector<string>& input_names,
39 const std::vector<string>& output_names,
40 const std::vector<string>& target_names) override;
43 std::unordered_set<string> debug_urls_;
53 Status PublishGraph(const Graph& graph, const string& device_name) override;
  /external/tensorflow/tensorflow/core/framework/
allocator_registry.h 20 #include <string>
32 void Register(const string& name, int priority, Allocator* allocator);
43 string name;
50 Allocator* GetRegisteredAllocator(const string& name, int priority);
60 AllocatorRegistration(const string& name, int priority,

Completed in 878 milliseconds

<<121122123124125126127128129130>>