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

<<171172173174175176177178179180>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map3.s 8 .string "foo"
9 .string "world"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i36434.s 10 .string "\n"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
lto-12c.c 1 #include <string.h>
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
mixed1b.s 4 .string "Hello"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
RecentsRedactionActivity.java 37 private static final String TAG = RecentsRedactionActivity.class.getSimpleName();
39 public static final String ACTION_RECENTS =
50 /* title */ R.string.provisioning_byod_recents,
51 /* description */ R.string.provisioning_byod_recents_info,
52 /* instructions */ R.string.provisioning_byod_recents_instructions);
59 mPrepareTestButton.setText(R.string.provisioning_byod_recents_lock_now);
72 /* name */ R.string.provisioning_byod_recents_verify_redacted,
74 /* instruction */ R.string.provisioning_byod_recents_verify_redacted_instruction,
78 /* name */ R.string.provisioning_byod_recents_verify_not_redacted,
80 /* intruction */ R.string.provisioning_byod_recents_verify_not_redacted_instruction
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
MultiplePartitionsActivity.java 65 mCustomVirtualView.addPartition(getString(R.string.partition_credentials));
67 getString(R.string.username_label),
70 getString(R.string.password_label),
80 String typeMessage = getString(R.string.message_credit_card_expiration_type,
87 mCcPartition = mCustomVirtualView.addPartition(getString(R.string.partition_credit_card));
89 getString(R.string.credit_card_number_label),
92 getString(R.string.credit_card_expiration_day_label),
95 getString(R.string.credit_card_expiration_month_label),
98 getString(R.string.credit_card_expiration_year_label)
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
BasicHeuristicsService.java 38 private static final String TAG = "BasicHeuristicsService";
42 protected String getHint(@NonNull ViewNode node) {
46 String hint = super.getHint(node);
51 String viewHint = node.getHint();
60 String resourceId = node.getIdEntry();
86 * Uses heuristics to infer an autofill hint from a {@code string}.
91 protected String inferHint(@Nullable String string) {
92 if (string == null) return null
    [all...]
  /device/google/wahoo/thermal/
sensors.cpp 31 std::string Sensors::getSensorPath(const std::string& sensor_name) {
40 const std::string& sensor_name, const std::string& path,
50 const std::string& sensor_name, std::string* data,
51 std::string* file_path) const {
52 std::string sensor_reading;
69 const std::string& sensor_name, const float mult,
76 std::string sensor_reading
    [all...]
  /external/libchrome/base/json/
string_escape.cc 11 #include <string>
23 // Format string for printing a \uXXXX escape sequence.
35 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) {
81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) {
119 std::string* dest) {
125 std::string* dest) {
129 std::string GetQuotedJSONString(const StringPiece& str) {
130 std::string dest;
136 std::string GetQuotedJSONString(const StringPiece16& str) {
137 std::string dest
    [all...]
  /external/libchrome/base/process/
launch.h 12 #include <string>
95 // If true, use an empty string for the desktop name.
197 // string. Useful for situations where you need to control the
222 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
245 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);
249 std::string* output);
252 // A Windows-specific version of GetAppOutput that takes a command line string
255 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);
262 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
263 std::string* output)
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 20 #include <string>
30 typedef std::unordered_map<int, std::string> C;
31 typedef std::pair<int, std::string> P;
58 typedef std::unordered_map<int, std::string> C;
59 typedef std::pair<int, std::string> P;
86 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
87 min_allocator<std::pair<const int, std::string>>> C;
88 typedef std::pair<int, std::string> P;
115 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
116 min_allocator<std::pair<const int, std::string>>> C
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h 25 #include <string>
40 std::string name;
41 std::string type;
42 std::string domain;
43 std::string ip;
44 std::string text;
45 std::string ifIP;
46 std::string hostName;
51 std::string serviceType;
52 std::string description
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_query.hpp 16 #include <string>
47 * @param service A string identifying the requested service. This may be a
48 * descriptive name or a numeric string corresponding to a port number.
59 basic_resolver_query(const std::string& service,
84 * @param service A string identifying the requested service. This may be a
85 * descriptive name or a numeric string corresponding to a port number.
97 const std::string& service,
118 * @param host A string identifying a location. May be a descriptive name or
119 * a numeric address string. If an empty string and the passive flag has bee
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
data_spec.h 40 void ParseFromString(const string& serialized) {
41 std::vector<string> tokens = tensorflow::str_util::Split(serialized, ' ');
48 const string& name() const { return name_; }
54 void set_name(const string& n) { name_ = n; }
61 string name_;
77 void ParseFromString(const string& serialized) {
78 std::vector<string> tokens = tensorflow::str_util::Split(serialized, "[]");
79 std::vector<string> first_part =
118 void ParseColumns(const string& cols, std::vector<DataColumn>* vec) {
119 std::vector<string> tokens = tensorflow::str_util::Split(cols, "{}")
    [all...]
  /external/webrtc/webrtc/base/
fakesslidentity.h 27 explicit FakeSSLCertificate(const std::string& data)
29 explicit FakeSSLCertificate(const std::vector<std::string>& certs)
33 std::vector<std::string>::const_iterator it;
42 virtual std::string ToPEMString() const {
46 std::string der_string;
56 void set_digest_algorithm(const std::string& algorithm) {
59 virtual bool GetSignatureDigestAlgorithm(std::string* algorithm) const {
63 virtual bool ComputeDigest(const std::string& algorithm,
86 std::string data_;
88 std::string digest_algorithm_
    [all...]
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 37 file = fopen(filePath.string(), "r");
39 String8 string("");
48 string.append(bytes, length);
54 return string;
59 file = fopen(filePath.string(), "r");
80 file = fopen(filePath.string(), "w+");
87 if (size != write(fd, data.string(), size)) {
88 ALOGE("Failed to write the data to: %s", filePath.string());
97 file = fopen(filePath.string(), "a+");
103 if (size != write(fd, data.string(), size))
    [all...]
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 20 #include <string.h>
55 ALOGE("Error %d opening virtual key map file %s.", status, filename.string());
70 tokenizer->getFilename().string(), tokenizer->getLineNumber(),
97 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
98 mTokenizer->peekRemainderOfLine().string());
109 mTokenizer->getLocation().string());
121 mTokenizer->getLocation().string());
135 mTokenizer->getLocation().string(),
136 mTokenizer->peekRemainderOfLine().string());
164 *outValue = strtol(token.string(), &end, 0)
    [all...]
  /libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp 18 #include <string>
30 const std::string native_thread_name = "foozball";
44 return new std::string("Attach failed");
47 std::string* exception_message = nullptr;
54 exception_message = new std::string("expected_thread_name != thread_name: ");
64 exception_message = new std::string("unexpected thread name : ");
68 exception_message = new std::string("prctl(PR_GET_NAME) failed :");
74 exception_message = new std::string("Detach failed");
82 std::string result;
92 std::string* result_test1
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfirmLockdownFragment.java 35 private static final String TAG = "ConfirmLockdown";
42 private static final String ARG_REPLACING = "replacing";
43 private static final String ARG_ALWAYS_ON = "always_on";
44 private static final String ARG_LOCKDOWN_SRC = "lockdown_old";
45 private static final String ARG_LOCKDOWN_DST = "lockdown_new";
46 private static final String ARG_OPTIONS = "options";
81 final int titleId = (nowLockdown ? R.string.vpn_require_connection_title :
82 (replacing ? R.string.vpn_replace_vpn_title : R.string.vpn_set_vpn_title));
84 (replacing ? R.string.vpn_replace
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
JobStatus.java 33 /** Maps backend blocked reason codes to string resource IDs */
34 private static final Map<String, Integer> sBlockReasonsMap = new HashMap<>();
38 R.string.printer_door_open);
39 sBlockReasonsMap.put(BackendConstants.BLOCKED_REASON__JAMMED, R.string.printer_jammed);
41 R.string.printer_out_of_paper);
43 R.string.printer_check);
45 R.string.printer_out_of_ink);
47 R.string.printer_out_of_toner);
49 R.string.printer_low_on_ink);
51 R.string.printer_low_on_ink)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 20 #include <string>
30 typedef std::unordered_map<int, std::string> C;
31 typedef std::pair<int, std::string> P;
58 typedef std::unordered_map<int, std::string> C;
59 typedef std::pair<int, std::string> P;
86 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
87 min_allocator<std::pair<const int, std::string>>> C;
88 typedef std::pair<int, std::string> P;
115 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
116 min_allocator<std::pair<const int, std::string>>> C
    [all...]
  /test/vts/utils/python/io/
file_util_test.py 20 import string
39 random.choice(string.ascii_lowercase + string.digits)
62 random.choice(string.ascii_lowercase + string.digits)
73 random.choice(string.ascii_lowercase + string.digits)
84 random.choice(string.ascii_lowercase + string.digits)
89 random.choice(string.ascii_lowercase + string.digits
    [all...]
  /art/cmdline/
cmdline_type_parser.h 37 Result Parse(const std::string& args ATTRIBUTE_UNUSED) {
49 Result ParseAndAppend(const std::string& args ATTRIBUTE_UNUSED,
  /art/compiler/debug/
method_debug_info.h 20 #include <string>
30 std::string custom_name;
  /art/compiler/driver/
compiler_options_map.def 39 COMPILER_OPTIONS_KEY (std::string, CompilerFilter)
54 COMPILER_OPTIONS_KEY (std::string, DumpInitFailures)
55 COMPILER_OPTIONS_KEY (std::string, DumpCFG)
58 COMPILER_OPTIONS_KEY (std::string, RegisterAllocationStrategy)

Completed in 1915 milliseconds

<<171172173174175176177178179180>>