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

<<131132133134135136137138139140>>

  /art/patchoat/
patchoat_test.cc 21 #include <string>
40 const std::string& dir,
41 const std::string& suffix,
42 std::vector<std::string>* filenames,
43 std::string* error_msg) {
60 std::string basename(e->d_name);
61 std::string filename = dir + "/" + basename;
77 static void AddRuntimeArg(std::vector<std::string>& args, const std::string& arg) {
82 bool CompileBootImage(const std::vector<std::string>& extra_args
    [all...]
  /build/blueprint/proptools/
typeequal_test.go 29 in1: struct{ S1 string }{},
30 in2: struct{ S1 string }{},
35 in1: struct{ S1 string }{},
36 in2: struct{ S2 string }{},
41 in1: &struct{ S1 string }{},
42 in2: &struct{ S1 string }{},
47 in1: &struct{ S1 string }{},
48 in2: &struct{ S2 string }{},
53 in1: struct{ S struct{ S1 string } }{},
54 in2: struct{ S struct{ S1 string } }{},
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 88 private void tryString(final int resid, final String expected) {
92 assertEquals("Expecting string value " + expected + " got " + v
94 expected, v.string);
99 tryString(R.string.coerceIntegerToString, "100");
100 tryString(R.string.coerceBooleanToString, "true");
101 tryString(R.string.coerceColorToString, "#fff");
102 tryString(R.string.coerceFloatToString, "100.0");
103 tryString(R.string.coerceDimensionToString, "100px");
104 tryString(R.string.coerceFractionToString, "100%");
107 private static void checkString(final int resid, final String actual, final String expected)
    [all...]
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 11 #include <string.h>
26 // Example string table:
33 ElfStringTable() : table_("", 1) {} // index 0 is the empty string.
34 // Returns the index to use in place of the string.
35 GElf_Word Add(string value) {
41 const string &table() { return table_; }
44 string table_;
52 Elf_Data *AddDataToSection(Elf_Scn *section, const string &data_str) {
76 void WriteElfWithBuildid(string filename, string section_name, string buildid)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_params.h 50 typedef map<string, string> NameMap;
51 typedef set<string> NameSet;
53 string empty_;
54 string base_name_;
74 Params(const string & base_name) :
93 const string& base_name() const {
97 bool has_java_package(const string& file_name) const {
101 void set_java_package(const string& file_name,
102 const string& java_package)
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
utility.h 38 #include <string>
72 const string& option_name, bool default_value);
78 const string& option_name, int64 default_value);
84 const string& option_name, double default_value);
86 // Returns string option value. If the option isn't found, returns the
88 LIBPROTOBUF_EXPORT string GetStringOptionOrDefault(
90 const string& option_name, const string& default_value);
104 // Returns string value contained in Any type.
105 LIBPROTOBUF_EXPORT string GetStringFromAny(const google::protobuf::Any& any)
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_reader_ops.cc 34 Status GetTableAttrs(OpKernelConstruction* context, string* project_id,
35 string* dataset_id, string* table_id,
36 int64* timestamp_millis, std::vector<string>* columns,
37 string* test_end_point) {
55 const string& node_name)
69 Status ReadLocked(string* key, string* value, bool* produced,
97 string table_id;
98 string project_id
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 52 static Status SendTensors(const string& source_device,
53 const string& target_device,
54 const string& key_prefix, int64 src_incarnation,
69 const string& source_device, const string& target_device,
70 const string& key_prefix, int64 src_incarnation, int64 num_tensors,
78 FunctionLibraryRuntime* GetFLR(const string& device_name) const;
81 Status GetDeviceIncarnation(const string& device_name, int64* incarnation);
88 const string& function_key, const string& device_name
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.h 58 const std::vector<std::pair<string, Tensor>>& input_node_info_list,
59 const std::vector<string>& output_node_names,
67 const string& graph_def_path,
68 const std::vector<std::pair<string, Tensor>>& input_node_info_list,
69 const std::vector<string>& output_node_names, const bool is_text_proto,
75 void SortParams(const std::vector<string>& output_node_names);
80 void SetSerializedGraphTransferInfo(const string& serialized_proto);
88 // Dump verification string of parameters to verify with offline tools
111 const std::vector<std::pair<string, Tensor>>& input_node_info_list,
117 const std::vector<std::pair<string, Tensor>>& input_node_info_list
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
rename_attribute_test.cc 87 std::pair<string, std::vector<string>>({"op_name", {string("*")}}));
88 context.params.insert(std::pair<string, std::vector<string>>(
89 {"old_attribute_name", {string("foo")}}));
90 context.params.insert(std::pair<string, std::vector<string>>(
91 {"new_attribute_name", {string("baz")}}));
94 std::map<string, const NodeDef*> node_lookup
    [all...]
  /external/webrtc/webrtc/p2p/base/
transport.h 29 #include <string>
136 std::string transport_name;
152 bool BadTransportDescription(const std::string& desc, std::string* err_desc);
154 bool IceCredentialsChanged(const std::string& old_ufrag,
155 const std::string& old_pwd,
156 const std::string& new_ufrag,
157 const std::string& new_pwd);
161 Transport(const std::string& name, PortAllocator* allocator);
165 const std::string& name() const { return name_;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 74 public static String resolveAddress(AbstractGalleryActivity activity, double[] latlng,
84 public static void resolveResolution(String path, ResolutionResolvingListener listener) {
102 public static String getDetailsName(Context context, int key) {
105 return context.getString(R.string.title);
107 return context.getString(R.string.description);
109 return context.getString(R.string.time);
111 return context.getString(R.string.location);
113 return context.getString(R.string.path);
115 return context.getString(R.string.width);
117 return context.getString(R.string.height)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 18 #include <string>
60 bool IsFile(const std::string &Path);
61 long GetEpoch(const std::string &Path);
62 std::string FileToString(const std::string &Path);
63 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
67 void WriteToFile(const Unit &U, const std::string &Path);
68 void CopyFileToErr(const std::string &Path);
69 void DeleteFile(const std::string &Path);
71 std::string DirPlusFile(const std::string &DirPath
    [all...]
  /system/extras/simpleperf/
utils.h 23 #include <string>
53 const char* AllocateString(const std::string& s);
64 static FileHelper OpenReadOnly(const std::string& filename);
65 static FileHelper OpenWriteOnly(const std::string& filename);
91 ArchiveHelper(int fd, const std::string& debug_filename);
150 std::vector<std::string> GetEntriesInDir(const std::string& dirpath);
151 std::vector<std::string> GetSubDirs(const std::string& dirpath);
152 bool IsDir(const std::string& dirpath)
    [all...]
  /system/libvintf/
utils.h 35 // Return the file from the given location as a string.
41 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) {
58 virtual status_t fetch(const std::string& path, std::string& fetched, std::string* error) {
61 virtual status_t fetch(const std::string& path, std::string& fetched) {
64 virtual status_t listFiles(const std::string& path, std::vector<std::string>* out
    [all...]
  /system/tools/hidl/
ScalarType.cpp 46 std::string ScalarType::typeName() const {
50 std::string ScalarType::getCppType(StorageMode, bool) const {
68 std::string ScalarType::getJavaType(bool /* forInitializer */) const {
86 std::string ScalarType::getJavaWrapperType() const {
104 std::string ScalarType::getJavaSuffix() const {
122 std::string ScalarType::getVtsType() const {
126 std::string ScalarType::getVtsScalarType() const {
146 const std::string &name,
147 const std::string &parcelObj,
163 const std::string &name
    [all...]
  /system/tools/hidl/c2hal/
main.cpp 24 #include <string>
47 static void addPackageRootToMap(const std::string &val,
48 std::map<std::string, std::string> &packageRootPaths) {
50 CHECK(index != std::string::npos);
58 static bool isPathPrefix(const std::string &prefix, const std::string &base) {
73 const std::map<std::string, std::string> &packageRootPaths,
74 const std::string &package
    [all...]
  /system/vold/
VolumeManager.h 26 #include <string>
66 DiskSource(const std::string& sysPattern, const std::string& nickname, int flags) :
70 bool matches(const std::string& sysPath) {
74 const std::string& getNickname() { return mNickname; }
78 std::string mSysPattern;
79 std::string mNickname;
85 std::shared_ptr<android::vold::Disk> findDisk(const std::string& id);
86 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
88 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list)
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.hpp 109 std::string type;
110 std::string precision;
111 std::string initializer_with_ones;
112 std::string initializer_with_zeroes;
113 std::string iterator_initialization;
114 std::string iterator_type;
115 std::string specific_element;
116 std::string variable_type_initializer1;
117 std::string variable_type_initializer2;
118 std::string coord_param_for_texture_function
    [all...]
  /system/tpm/attestation/common/
print_interface_proto.cc 21 #include <string>
30 std::string GetProtoDebugString(AttestationStatus value) {
34 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
63 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value) {
67 std::string GetProtoDebugStringWithIndent(
70 std::string indent(indent_size, ' ');
71 std::string output =
115 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value) {
119 std::string GetProtoDebugStringWithIndent(
122 std::string indent(indent_size, ' ')
    [all...]
  /art/compiler/utils/
jni_macro_assembler_test.h 41 typedef std::string (*TestFn)(JNIMacroAssemblerTest* assembler_test, Ass* assembler);
43 void DriverFn(TestFn f, const std::string& test_name) {
48 void DriverStr(const std::string& assembly_string, const std::string& test_name) {
91 virtual std::string GetArchitectureString() = 0;
94 virtual std::string GetAssemblerCmdName() {
99 virtual std::string GetAssemblerParameters() {
104 virtual std::string GetObjdumpCmdName() {
109 virtual std::string GetObjdumpParameters() {
114 virtual std::string GetDisassembleCmdName()
    [all...]
  /art/runtime/ti/
agent.h 40 explicit AgentSpec(const std::string& arg);
42 const std::string& GetName() const {
46 const std::string& GetArgs() const {
56 /*out*/std::string* error_msg);
63 /*out*/std::string* error_msg);
69 /*out*/std::string* error_msg);
76 /*out*/std::string* error_msg);
78 std::string name_;
79 std::string args_;
99 const std::string& GetName() const
    [all...]
  /build/soong/cc/config/
mips64_device.go 24 mips64Cflags = []string{
31 mips64ClangCflags = append(mips64Cflags, []string{
35 mips64Cppflags = []string{}
37 mips64Ldflags = []string{
41 mips64ArchVariantCflags = map[string][]string{
42 "mips64r2": []string{
46 "mips64r6": []string{
94 cflags, clangCflags string
95 toolchainCflags, toolchainClangCflags string
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 41 private readonly string _grammarDecisionDescription;
48 public NoViableAltException(string grammarDecisionDescription) {
52 public NoViableAltException(string message, string grammarDecisionDescription)
57 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException)
62 public NoViableAltException(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
69 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
76 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
NoViableAltException.cs 43 private readonly string _grammarDecisionDescription;
51 public NoViableAltException(string grammarDecisionDescription)
56 public NoViableAltException(string message, string grammarDecisionDescription)
62 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException)
68 public NoViableAltException(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
76 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
84 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, (…)
    [all...]

Completed in 1290 milliseconds

<<131132133134135136137138139140>>