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

<<71727374757677787980>>

  /external/googletest/googletest/test/
gtest-options_test.cc 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(),
87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(),
93 const std::string expected_output_file =
95 FilePath(std::string("path") + GTEST_PATH_SEP_ +
96 GetCurrentExecutableName().string() + ".xml")).string();
97 const std::string& output_file =
107 const std::string exe_str = GetCurrentExecutableName().string();
139 EXPECT_NE(original_working_dir_.string(),
    [all...]
  /external/libbrillo/brillo/errors/
error.cc 15 const std::string& domain,
16 const std::string& code,
17 const std::string& message) {
30 const std::string& domain,
31 const std::string& code,
32 const std::string& message) {
37 const std::string& domain,
38 const std::string& code,
39 const std::string& message,
48 const std::string& domain
    [all...]
  /external/tensorflow/tensorflow/core/profiler/
tfprof_options.h 20 #include <string>
101 static tensorflow::Status FromProtoStr(const string& opts_proto_str,
116 tensorflow::int64 step, const string& order_by,
117 const std::vector<string>& account_type_regexes,
118 const std::vector<string>& start_name_regexes,
119 const std::vector<string>& trim_name_regexes,
120 const std::vector<string>& show_name_regexes,
121 const std::vector<string>& hide_name_regexes,
122 bool account_displayed_op_only, const std::vector<string>& select,
123 const string& output_type
    [all...]
  /external/v8/testing/gtest/test/
gtest-options_test.cc 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(),
87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(),
93 const std::string expected_output_file =
95 FilePath(std::string("path") + GTEST_PATH_SEP_ +
96 GetCurrentExecutableName().string() + ".xml")).string();
97 const std::string& output_file =
107 const std::string exe_str = GetCurrentExecutableName().string();
133 EXPECT_NE(original_working_dir_.string(),
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-options_test.cc 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(),
87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(),
93 const std::string expected_output_file =
95 FilePath(std::string("path") + GTEST_PATH_SEP_ +
96 GetCurrentExecutableName().string() + ".xml")).string();
97 const std::string& output_file =
107 const std::string exe_str = GetCurrentExecutableName().string();
133 EXPECT_NE(original_working_dir_.string(),
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 27 void set_user(const std::string& user) { user_ = user; }
28 void set_host(const std::string& host) { host_ = host; }
30 void set_auth_token(const std::string& mechanism,
31 const std::string& token) {
35 void set_resource(const std::string& resource) { resource_ = resource; }
38 void set_test_server_domain(const std::string& test_server_domain) {
41 void set_token_service(const std::string& token_service) {
45 const std::string& user() const { return user_; }
46 const std::string& host() const { return host_; }
48 const std::string& auth_mechanism() const { return auth_mechanism_;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-options_test.cc 81 EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(),
87 EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(),
93 const std::string expected_output_file =
95 FilePath(std::string("path") + GTEST_PATH_SEP_ +
96 GetCurrentExecutableName().string() + ".xml")).string();
97 const std::string& output_file =
107 const std::string exe_str = GetCurrentExecutableName().string();
133 EXPECT_NE(original_working_dir_.string(),
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 33 * Returns the string resource ID's for CMAS and ETWS emergency alerts.
42 * @param context a Context for resource string access
50 buf.append(context.getString(R.string.delivery_time_heading));
69 appendMessageDetail(context, buf, R.string.cmas_category_heading, categoryId);
75 appendMessageDetail(context, buf, R.string.cmas_response_heading, responseId);
81 appendMessageDetail(context, buf, R.string.cmas_severity_heading, severityId);
87 appendMessageDetail(context, buf, R.string.cmas_urgency_heading, urgencyId);
93 appendMessageDetail(context, buf, R.string.cmas_certainty_heading, certaintyId);
111 * Returns the string resource ID for the CMAS category.
112 * @return a string resource ID, or 0 if the CMAS category is unknown or not presen
    [all...]
  /system/tools/hidl/
Type.h 24 #include <string>
122 virtual std::string typeName() const = 0;
145 virtual std::string getCppType(
149 std::string decorateCppName(
150 const std::string &name,
154 std::string getCppStackType(bool specifyNamespaces = true) const;
156 std::string getCppResultType(bool specifyNamespaces = true) const;
158 std::string getCppArgumentType(bool specifyNamespaces = true) const;
161 // end of the returned string.
164 virtual std::string getJavaType(bool forInitializer = false) const
    [all...]
EnumType.h 42 LocalIdentifier *lookupIdentifier(const std::string &name) const override;
47 std::string typeName() const override;
51 std::string getCppType(StorageMode mode,
54 std::string getJavaType(bool forInitializer) const override;
56 std::string getJavaSuffix() const override;
58 std::string getJavaWrapperType() const override;
60 std::string getVtsType() const override;
62 std::string getBitfieldCppType(StorageMode mode, bool specifyNamespaces = true) const;
63 std::string getBitfieldJavaType(bool forInitializer = false) const;
64 std::string getBitfieldJavaWrapperType() const
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 26 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
30 std::string printStmt(const Stmt *S) {
31 std::string Str;
47 std::string VisitUnknownVal(UnknownVal V) {
51 std::string VisitUndefinedVal(UndefinedVal V) {
55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
68 std::string Str;
74 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) {
78 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V)
    [all...]
  /external/libbrillo/brillo/http/
http_utils.h 8 #include <string>
25 using FormFieldList = std::vector<std::pair<std::string, std::string>>;
57 const std::string& method,
58 const std::string& url,
61 const std::string& mime_type,
69 const std::string& method,
70 const std::string& url,
81 const std::string& method,
82 const std::string& url
    [all...]
http_form_data.cc 32 FormField::FormField(const std::string& name,
33 const std::string& content_disposition,
34 const std::string& content_type,
35 const std::string& transfer_encoding)
42 std::string FormField::GetContentDisposition() const {
43 std::string disposition = content_disposition_;
49 std::string FormField::GetContentType() const {
53 std::string FormField::GetContentHeader() const {
66 std::string result;
75 TextFormField::TextFormField(const std::string& name
    [all...]
http_transport_fake.h 10 #include <string>
49 void AddHandler(const std::string& url,
50 const std::string& method,
54 void AddSimpleReplyHandler(const std::string& url,
55 const std::string& method,
57 const std::string& reply_text,
58 const std::string& mime_type);
60 HandlerCallback GetHandler(const std::string& url,
61 const std::string& method) const;
87 const std::string& url
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 39 #include <string>
67 string ClassName(const Descriptor* descriptor, bool qualified);
68 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
72 string DependentBaseClassTemplateName(const Descriptor* descriptor);
76 string SuperClassName(const Descriptor* descriptor, const Options& options);
78 // Returns a string that down-casts from the dependent base class to the
80 string DependentBaseDownCast();
81 string DependentBaseConstDownCast();
87 string FieldName(const FieldDescriptor* field);
90 string EnumValueName(const EnumValueDescriptor* enum_value)
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.h 25 #include <string>
37 // std::vector<std::string>
71 DurationReporter(const std::string& title, bool log_only = false);
76 std::string title_;
110 Progress(const std::string& path = "");
128 void Dump(int fd, const std::string& prefix) const;
132 const std::string& path = ""); // Used by test cases.
141 const std::string& path_;
149 static std::string VERSION_CURRENT = "2.0";
155 static std::string VERSION_SPLIT_ANR = "3.0-dev-split-anr"
    [all...]
  /system/libvintf/include/vintf/
parse_string.h 22 #include <string>
57 std::string to_string(const T &obj) {
63 bool parse(const std::string &s, HalFormat *hf);
64 bool parse(const std::string &s, Transport *tr);
65 bool parse(const std::string &s, Arch *ar);
66 bool parse(const std::string &s, KernelConfigType *il);
67 bool parse(const std::string &s, KernelConfigKey *key);
68 bool parse(const std::string &s, Tristate *tr);
69 bool parse(const std::string &s, SchemaType *ver);
70 bool parse(const std::string& s, XmlSchemaFormat* ver)
    [all...]
  /system/tpm/trunks/
tpm_utility.h 20 #include <string>
71 virtual TPM_RC AllocatePCR(const std::string& platform_password) = 0;
75 virtual TPM_RC TakeOwnership(const std::string& owner_password,
76 const std::string& endorsement_password,
77 const std::string& lockout_password) = 0;
81 virtual TPM_RC StirRandom(const std::string& entropy_data,
88 std::string* random_data) = 0;
95 const std::string& extend_data,
100 virtual TPM_RC ReadPCR(int pcr_index, std::string* pcr_value) = 0;
110 const std::string& plaintext
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerPositiveTestActivity.java 49 private static final String TAG = "DeviceOwnerPositiveTestActivity";
51 private static final String ACTION_CHECK_DEVICE_OWNER =
53 static final String EXTRA_TEST_ID = "extra-test-id";
55 private static final String CHECK_DEVICE_OWNER_TEST_ID = "CHECK_DEVICE_OWNER";
56 private static final String DEVICE_ADMIN_SETTINGS_ID = "DEVICE_ADMIN_SETTINGS";
57 private static final String WIFI_LOCKDOWN_TEST_ID = WifiLockdownTestActivity.class.getName();
58 private static final String DISABLE_STATUS_BAR_TEST_ID = "DISABLE_STATUS_BAR";
59 private static final String DISABLE_KEYGUARD_TEST_ID = "DISABLE_KEYGUARD";
60 private static final String LOCK_TASK_UI_TEST_ID = "LOCK_TASK_UI";
61 private static final String CHECK_PERMISSION_LOCKDOWN_TEST_ID
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.cpp 37 using std::string;
39 string CConfigurableDomains::getKind() const
78 std::string info;
95 std::string info;
116 bool CConfigurableDomains::createDomain(const string &strName, string &strError)
132 bool CConfigurableDomains::addDomain(CConfigurableDomain &domain, bool bOverwrite, string &strError)
134 string strErrorDrop;
136 string strDomainName(domain.getName());
161 bool CConfigurableDomains::deleteDomain(const string &strName, string &strError
    [all...]
  /system/tools/hidl/utils/
StringHelper.cpp 34 std::string StringHelper::Uppercase(const std::string &in) {
35 std::string out{in};
44 std::string StringHelper::Lowercase(const std::string &in) {
45 std::string out{in};
54 std::string StringHelper::Capitalize(const std::string &in) {
55 std::string out{in};
64 void StringHelper::Tokenize(const std::string &in
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.h 22 #include <string>
50 std::string ReferenceOutputFile; // Name of `good' output file
52 std::vector<std::string> PassesToRun;
78 bool addSources(const std::vector<std::string> &FileNames);
79 void addPass(std::string p) { PassesToRun.push_back(std::move(p)); }
80 void setPassesToRun(const std::vector<std::string> &PTR) {
83 const std::vector<std::string> &getPassesToRun() const {
91 bool run(std::string &ErrMsg);
97 bool debugOptimizerCrash(const std::string &ID = "passes");
102 bool debugCodeGeneratorCrash(std::string &Error)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 22 #include <string>
49 std::string ReferenceOutputFile; // Name of `good' output file
51 std::vector<std::string> PassesToRun;
77 bool addSources(const std::vector<std::string> &FileNames);
78 void addPass(std::string p) { PassesToRun.push_back(p); }
79 void setPassesToRun(const std::vector<std::string> &PTR) {
82 const std::vector<std::string> &getPassesToRun() const {
90 bool run(std::string &ErrMsg);
96 bool debugOptimizerCrash(const std::string &ID = "passes");
101 bool debugCodeGeneratorCrash(std::string &Error);
    [all...]
  /external/webrtc/webrtc/p2p/base/
candidate.h 20 #include <string>
44 const std::string& protocol,
47 const std::string& username,
48 const std::string& password,
49 const std::string& type,
51 const std::string& foundation)
64 const std::string & id() const { return id_; }
65 void set_id(const std::string & id) { id_ = id; }
70 const std::string & protocol() const { return protocol_; }
71 void set_protocol(const std::string & protocol) { protocol_ = protocol;
    [all...]
  /art/compiler/utils/
assembler_test.h 34 // Helper for a constexpr string length.
61 typedef std::string (*TestFn)(AssemblerTest* assembler_test, Ass* assembler);
63 void DriverFn(TestFn f, const std::string& test_name) {
68 void DriverStr(const std::string& assembly_string, const std::string& test_name) {
76 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) {
83 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) {
90 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt)
    [all...]

Completed in 970 milliseconds

<<71727374757677787980>>