Searched refs:string (Results 426 - 450 of 1337) sorted by relevance

<<11121314151617181920>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h13 #include <string>
H A Draw_ostream.h14 #include <string>
22 /// be immediately destroyed; the string will be empty if no error occurred.
/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp35 void MsgHandler::addString(const std::string& pStr) const {
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp40 std::string Message;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DDefaultBindingTest.java32 assertEquals(getActivity().getResources().getString(android.R.string.cancel),
/frameworks/native/libs/ui/
H A DFence.cpp83 result = sync_merge(name.string(), f1->mFenceFd, f2->mFenceFd);
85 result = sync_merge(name.string(), f1->mFenceFd, f1->mFenceFd);
87 result = sync_merge(name.string(), f2->mFenceFd, f2->mFenceFd);
94 name.string(), f1->mFenceFd, f2->mFenceFd,
/frameworks/native/opengl/libs/EGL/
H A DLoader.h21 #include <string.h>
H A Degl_display.h97 char const * getVendorString() const { return mVendorString.string(); }
98 char const * getVersionString() const { return mVersionString.string(); }
99 char const * getClientApiString() const { return mClientApiString.string(); }
100 char const * getExtensionString() const { return mExtensionString.string(); }
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h23 #include <string>
61 operator std::string();
96 operator std::string();
111 std::string hwcTestRect2str(const struct hwc_rect& rect);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp17 #include <string.h>
/frameworks/opt/net/voip/src/jni/rtp/
H A Dutil.cpp18 #include <string.h>
/frameworks/wilhelm/tests/sandbox/
H A Dgetch.c7 #include <string.h>
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp25 #include <string.h>
40 itemsStr.appendFormat("%s ", items[i].toString().string());
118 snprintf(buffer, SIZE, " Name: %s\n", infos[j].client->getName().string());
124 snprintf(buffer, SIZE, " %s\n", resources[k].toString().string());
132 write(fd, result.string(), result.size());
151 String8 log = String8::format("config(%s)", getString(policies).string());
172 pid, (long long) clientId, getString(resources).string());
222 callingPid, getString(resources).string());
337 type.string(), mMap.keyAt(i));
345 ALOGV("getAllClients_l: didn't find any resource %s", type.string());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java166 mContext.getString(R.string.accessibility_status_bar_hotspot));
172 mContext.getString(R.string.accessibility_managed_profile));
233 zenDescription = mContext.getString(R.string.quick_settings_dnd_label);
237 zenDescription = mContext.getString(R.string.interruption_level_none);
241 zenDescription = mContext.getString(R.string.interruption_level_priority);
248 volumeDescription = mContext.getString(R.string.accessibility_ringer_silent);
253 volumeDescription = mContext.getString(R.string.accessibility_ringer_vibrate);
287 mContext.getString(R.string.accessibility_quick_settings_bluetooth_on);
293 contentDescription = mContext.getString(R.string.accessibility_bluetooth_connected);
312 mContext.getString(R.string
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java92 String typefaceFamily = res.getString(R.string.radial_numbers_typeface);
94 String typefaceFamilyRegular = res.getString(R.string.sans_serif);
107 res.getString(R.string.circle_radius_multiplier_24HourMode));
110 res.getString(R.string.circle_radius_multiplier));
112 Float.parseFloat(res.getString(R.string.ampm_circle_radius_multiplier));
120 res.getString(R.string.numbers_radius_multiplier_outer));
122 res.getString(R.string.text_size_multiplier_outer));
124 res.getString(R.string.numbers_radius_multiplier_inner));
126 res.getString(R.string.text_size_multiplier_inner));
132 res.getString(R.string
[all...]
/frameworks/av/media/mtp/
H A DMtpProperty.h39 // string in UTF8 format
89 void setDefaultValue(const uint16_t* string);
90 void setCurrentValue(const uint16_t* string);
/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp54 if (strstr(field, match.string())) {
55 ALOGV("Matched uevent message with pattern: %s", match.string());
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithEmptyView.java76 menu.add(0, MENU_ADD, 0, R.string.menu_add)
78 menu.add(0, MENU_REMOVE, 0, R.string.menu_remove)
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java126 return R.string.bluetooth_profile_pbap;
130 return R.string.bluetooth_profile_pbap_summary;
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java56 ap.mPositiveButtonText = getString(android.R.string.ok);
57 ap.mNegativeButtonText = getString(android.R.string.cancel);
/frameworks/base/tools/aapt/
H A DFileFinder.cpp62 if (isDirectory(fullPath.string()) ) {
69 if (isFile(fullPath.string()) ) {
/frameworks/base/tools/aapt2/
H A DLogger.h24 #include <string>
76 return out.write(utf8.string(), utf8.size());
H A DXliffXmlPullParser.cpp19 #include <string>
60 const std::string& XliffXmlPullParser::getLastError() const {
/frameworks/base/tools/aidl/
H A Doptions.cpp6 #include <string.h>
133 string::size_type pos = options->outputFileName.size()-5;
/frameworks/base/tools/split-select/
H A DTestRules.cpp82 << "Expected: " << expectedStr.string() << "\n"
83 << " Actual: " << actualStr.string();

Completed in 843 milliseconds

<<11121314151617181920>>