Searched refs:string (Results 451 - 475 of 1337) sorted by relevance

<<11121314151617181920>>

/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp37 #include <string.h>
46 #include <string>
52 std::string inFile;
53 std::string outFile;
54 std::string infoFile;
103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll";
104 infoFile = std::string(inFile.begin(), inFile.end() - 3) + ".bcinfo";
328 std::string errmsg;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h18 #include <string>
71 virtual const std::string& name() const = 0;
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h15 #include <string>
33 * - remember the argument string for MsgHandler
50 ak_std_string, // std::string
109 std::string ArgumentStrs[MaxArguments];
H A DEhFrame.h100 void setPersonalityName(const std::string& pStr) {
103 const std::string& getPersonalityName() const { return m_PersonalityName; }
105 void setAugmentationData(const std::string& pStr) {
108 const std::string& getAugmentationData() const {
127 std::string m_PersonalityName;
128 std::string m_AugmentationData;
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp39 LDSection::LDSection(const std::string& pName,
66 LDSection* LDSection::Create(const std::string& pName,
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp20 #include <string>
37 void handleItem(const std::string &Item) {
84 std::string PackageName;
98 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid);
124 void handleItem(const std::string &Item) {
181 std::string Precision = getName();
191 std::string PreviousPrecision = mContext->getPrecision();
269 // If not ')', eat the following string literal as the license
272 // Eat the whole string literal
278 this->handleItem(std::string(StringLitera
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DNoIdTest.java71 String expectedValue = view.getResources().getString(R.string.app_name);
79 String expectedValue = view.getResources().getString(android.R.string.ok);
/frameworks/minikin/include/minikin/
H A DMinikinFont.h20 #include <string>
30 // The hyphen edit represents an edit to the string when a word is
63 std::string fontFeatureSettings;
/frameworks/native/services/inputflinger/
H A DEventHub.cpp26 #include <string.h>
85 SHA1_Update(&ctx, reinterpret_cast<const u_char*>(in.string()), in.size());
293 axis, device->identifier.name.string(), device->fd, errno);
402 axis, device->identifier.name.string(), device->fd, errno);
618 ALOGV("Created descriptor: raw=%s, cooked=%s", rawDescriptor.string(),
619 identifier.descriptor.string());
636 device->identifier.name.string(), errno);
649 device->identifier.name.string(), errno);
671 device->identifier.name.string(), errno);
735 device->id, device->path.string());
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp61 String8(clientPackageName).string(), clientPid, clientUid);
121 String8(TClientBase::mClientPackageName).string(),
136 write(fd, result.string(), result.size());
149 write(fd, result.string(), result.size());
153 write(fd, result.string(), result.size());
161 write(fd, result.string(), result.size());
/frameworks/base/cmds/idmap/
H A Dscan.cpp46 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
175 if (unlink(filename.string()) != 0 && errno != ENOENT) {
206 if (idmap_create_path(target_apk_path, overlay_apk_path, idmap_path.string()) != 0) {
208 target_apk_path, overlay_apk_path, idmap_path.string());
218 if (!writePackagesList(filename.string(), overlayVector)) {
/frameworks/base/core/java/android/util/
H A DTypedValue.java35 /** The <var>string</var> field holds string data. In addition, if
36 * <var>data</var> is non-zero then it is the string block
37 * index of the string and <var>assetCookie</var> is the set of
38 * assets the string came from. */
172 /** If the value holds a string, this is it. */
173 public CharSequence string; field in class:TypedValue
424 * string value. For example, a color type will be converted to a
425 * string of the form #aarrggbb.
427 * @return CharSequence The coerced string valu
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java74 ap.mMessage = getString(R.string.usb_accessory_confirm_prompt, appName);
77 ap.mMessage = getString(R.string.usb_device_confirm_prompt, appName);
80 ap.mPositiveButtonText = getString(android.R.string.ok);
81 ap.mNegativeButtonText = getString(android.R.string.cancel);
91 mAlwaysUse.setText(R.string.always_use_accessory);
93 mAlwaysUse.setText(R.string.always_use_device);
H A DUsbPermissionActivity.java87 ap.mMessage = getString(R.string.usb_accessory_permission_prompt, appName);
90 ap.mMessage = getString(R.string.usb_device_permission_prompt, appName);
93 ap.mPositiveButtonText = getString(android.R.string.ok);
94 ap.mNegativeButtonText = getString(android.R.string.cancel);
104 mAlwaysUse.setText(R.string.always_use_accessory);
106 mAlwaysUse.setText(R.string.always_use_device);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java85 mAlertParams.mTitle = getText(R.string.legacy_title);
90 mAlertParams.mPositiveButtonText = getText(R.string.configure);
93 mAlertParams.mNeutralButtonText = getText(R.string.disconnect);
95 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel);
158 mDataReceived.setText(getString(R.string.data_value_format,
162 mDataTransmitted.setText(getString(R.string.data_value_format,
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java37 * The device name is a user friendly string to identify a Wi-Fi p2p device
114 /** Detailed device string pattern with WFD info
155 * @param string formats supported include
171 public WifiP2pDevice(String string) throws IllegalArgumentException { argument
172 String[] tokens = string.split("[ \n]");
182 deviceAddress = string;
185 match = twoTokenPattern.matcher(string);
192 match = threeTokenPattern.matcher(string);
199 match = detailedDevicePattern.matcher(string);
394 Log.e(TAG, "Failed to parse hex string "
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll17 #include <string>
227 /* Expression string */
229 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
230 yylval->string = &str;
236 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
237 yylval->string = &str;
242 /*" c string literal */
243 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
244 yylval->string = &str;
250 const std::string
[all...]
/frameworks/native/libs/input/
H A DKeyboard.cpp52 deviceIdenfifier.name.string(), keyLayoutName.string());
63 deviceIdenfifier.name.string(), keyLayoutName.string());
91 deviceIdenfifier.name.string());
167 return strstr(deviceIdentifier.name.string(), "-keypad");
/frameworks/rs/
H A DrsCppUtils.h44 #include <string>
60 class String8: public std::string {
62 String8(const char *ptr) : std::string(ptr) {
65 String8(const char *ptr, size_t len) : std::string(ptr, len) {
68 String8() : std::string() {
72 const char* string() const { function in class:android::String8
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java148 ? com.android.internal.R.string.reboot_safemode_confirm
150 ? com.android.internal.R.string.shutdown_confirm_question
151 : com.android.internal.R.string.shutdown_confirm);
162 ? com.android.internal.R.string.reboot_safemode_title
163 : com.android.internal.R.string.power_off)
165 .setPositiveButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {
170 .setNegativeButton(com.android.internal.R.string.no, null)
266 pd.setTitle(context.getText(com.android.internal.R.string.reboot_to_update_title));
268 com.android.internal.R.string.reboot_to_update_prepare));
276 pd.setTitle(context.getText(com.android.internal.R.string
[all...]
/frameworks/base/tools/aapt/
H A DStringPool.cpp81 printf("String #" ZD ": %s\n", (ZD_TYPE) s, str.string());
153 fprintf(stderr, "Failure adding string %s\n", String8(value).string());
162 configTypeName->string(), ent.configTypeName.string());
172 // Add this to the set of configs associated with the string.
180 printf("*** inserting config: %s\n", config->toString().string());
189 printf("*** adding config: %s\n", config->toString().string());
208 printf("Adding string %s to pool: pos=%zd eidx=%zd vidx=%zd\n",
209 String8(value).string(), SSIZ
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp3 #include <string.h>
6 #include <string.h>
32 static void generate_create_from_data(Type* t, StatementBlock* addTo, const string& key,
38 static string
43 return string(str);
46 static string
47 class_name_leaf(const string& str)
49 string::size_type pos = str.rfind('.');
50 if (pos == string::npos) {
53 return string(st
[all...]
/frameworks/av/media/libnbaio/
H A DNBLog.cpp23 #include <string.h>
91 void NBLog::Writer::log(const char *string) argument
96 size_t length = strlen(string);
100 log(EVENT_STRING, string, length);
225 void NBLog::LockedWriter::log(const char *string) argument
228 Writer::log(string);
441 dprintf(mFd, "%.*s%s %s\n", mIndent, "", timestamp.string(), body.string());
443 ALOGI("%.*s%s %s", mIndent, "", timestamp.string(), body.string());
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java171 .setNeutralButton(R.string.ok, null)
185 messageId = R.string.kg_too_many_failed_pattern_attempts_dialog_message;
188 messageId = R.string.kg_too_many_failed_pin_attempts_dialog_message;
191 messageId = R.string.kg_too_many_failed_password_attempts_dialog_message;
213 message = mContext.getString(R.string.kg_failed_attempts_almost_at_wipe,
217 message = mContext.getString(R.string.kg_failed_attempts_almost_at_erase_user,
221 message = mContext.getString(R.string.kg_failed_attempts_almost_at_erase_profile,
232 message = mContext.getString(R.string.kg_failed_attempts_now_wiping,
236 message = mContext.getString(R.string.kg_failed_attempts_now_erasing_user,
240 message = mContext.getString(R.string
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp60 static std::string findSharedObjectName(const char *cacheDir,
63 std::string scriptSOName(cacheDir);
66 if (cutPos != std::string::npos) {
77 std::string scriptSOName("lib");
95 std::string sharedLibName = findSharedObjectName(cacheDir, resName);
96 std::string objFileName = cacheDir;
101 std::string linkDriverName = driverName;
138 std::string scriptSOName = findSharedObjectName(nativeLibDir, resName);
140 std::string scriptSOName = findSharedObjectName(cacheDir, resName);
157 std::string scriptSONameSyste
[all...]

Completed in 801 milliseconds

<<11121314151617181920>>