Searched refs:string (Results 401 - 425 of 1337) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp21 #include <string.h>
57 const char *string() const { function in struct:android::MyString8
148 write(fd, result.string(), result.size());
165 write(fd, result.string(), result.size());
/frameworks/av/media/libmediaplayerservice/
H A DActivityManager.cpp53 String8(uri).string(), exceptionCode);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c20 #include <string.h>
276 void H264SwDecTrace(char *string) argument
285 fwrite(string, 1, strlen(string), fp);
/frameworks/av/media/mtp/
H A DMtpDataPacket.h56 bool getString(MtpStringBuffer& string);
90 void putString(const MtpStringBuffer& string);
91 void putString(const char* string);
92 void putString(const uint16_t* string);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.cpp21 using std::string;
H A DStrategy.cpp21 using std::string;
/frameworks/base/core/java/android/os/storage/
H A DDiskInfo.java100 return res.getString(com.android.internal.R.string.storage_sd_card_label, label);
102 return res.getString(com.android.internal.R.string.storage_sd_card);
106 return res.getString(com.android.internal.R.string.storage_usb_drive_label, label);
108 return res.getString(com.android.internal.R.string.storage_usb_drive);
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java76 mCurApp, R.string.old_app_action, R.string.old_app_description);
78 mNewApp, R.string.new_app_action, R.string.new_app_description);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProcFileReaderTest.java134 fail("somehow read a string value?");
169 private static ProcFileReader buildReader(String string) throws IOException { argument
170 return buildReader(string, 2048);
173 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { argument
175 new ByteArrayInputStream(string.getBytes(StandardCharsets.US_ASCII)), bufferSize);
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c19 #include <string.h>
77 static void send_string(struct usb_device *device, int index, const char* string) { argument
79 ACCESSORY_SEND_STRING, 0, index, (void *)string, strlen(string) + 1, 0);
/frameworks/base/libs/usb/tests/accessorytest/
H A Daccessory.c20 #include <string.h>
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCreateDirectoryFragment.java69 builder.setTitle(R.string.menu_create_dir);
72 builder.setPositiveButton(android.R.string.ok, new OnClickListener() {
84 builder.setNegativeButton(android.R.string.cancel, null);
130 Toast.makeText(mActivity, R.string.create_error, Toast.LENGTH_SHORT).show();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DOppProfile.java79 return R.string.bluetooth_profile_opp;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java156 setTitle(context.getString(R.string.guest_wipe_session_title));
157 setMessage(context.getString(R.string.guest_wipe_session_message));
161 context.getString(R.string.guest_wipe_session_wipe), this);
163 context.getString(R.string.guest_wipe_session_dontwipe), this);
H A DSomnambulator.java48 resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DHotspotTile.java79 final String title = mContext.getString(R.string.quick_settings_reset_confirmation_title,
92 state.label = mContext.getString(R.string.quick_settings_hotspot_label);
110 return mContext.getString(R.string.accessibility_quick_settings_hotspot_changed_on);
112 return mContext.getString(R.string.accessibility_quick_settings_hotspot_changed_off);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java147 text = mContext.getString(R.string.accessibility_multi_user_switch_switcher);
150 R.string.accessibility_multi_user_switch_switcher_with_current,
154 text = mContext.getString(R.string.accessibility_multi_user_switch_quick_contact);
159 R.string.accessibility_multi_user_switch_inactive,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java126 isZenPriority() ? mContext.getString(R.string.interruption_level_priority)
127 : isZenAlarms() ? mContext.getString(R.string.interruption_level_alarms)
128 : isZenNone() ? mContext.getString(R.string.interruption_level_none)
135 isForever ? mContext.getString(com.android.internal.R.string.zen_mode_forever_dnd)
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp22 #include <string.h>
H A Dcontrast.cpp22 #include <string.h>
/frameworks/base/tools/aapt/
H A DApkBuilder.cpp39 "in another split.\n", iter->toString().string());
118 fprintf(stderr, "APK Split '%s'\n", mName.string());
122 fprintf(stderr, " %s (%s)\n", iter->getPath().string(), iter->getFile()->getSourceFile().string());
/frameworks/base/tools/aapt2/
H A DProguardRules.h27 #include <string>
/frameworks/compile/libbcc/lib/Renderscript/
H A Dgenerate-whitelist.sh43 #include <string>
45 extern std::vector<std::string> stubList;
55 std::vector<std::string> stubList = {
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags)
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h13 #include <string>

Completed in 589 milliseconds

<<11121314151617181920>>