HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 376 - 400 of 3176) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile.go 36 DefaultSampleType string
41 Comments []string
43 DropFrames string
44 KeepFrames string
58 stringTable []string
64 Type string // cpu, wall, inuse_space, etc
65 Unit string // seconds, nanoseconds, bytes, etc
75 Label map[string][]string
76 NumLabel map[string][]int6
564 func (m *Mapping) string() string { func
588 func (l *Location) string() string { func
618 func (s *Sample) string() string { func
    [all...]
  /prebuilts/go/linux-x86/test/
rename.go 47 string +
93 string = 30
92 string = 30 const
rename1.go 51 string = 30
50 string = 30 const
  /system/core/liblog/include/log/
log_event_list.h 25 #include <string>
71 char* string; member in union:__anon2795::__anon2796
205 android_log_event_list& operator<<(const std::string& value) {
236 * confusion, and adds access to string with length.
266 bool AppendString(const std::string& value) {
273 bool Append(const std::string& value) {
  /system/core/libutils/include/utils/
String8.h 20 #include <string> // for std::string
26 #include <string.h> // for strcmp
35 // DO NOT USE: please use std::string
37 //! This is a string holding UTF-8 characters. Does not allow the value more
69 inline const char* string() const;
72 static inline std::string std_string(const String8& str);
140 // return true if this string contains the specified substring
154 * These methods operate on the string as if it were a path name.
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); }
272 inline const char* String8::string() const function in class:android::String8
    [all...]
  /system/libhidl/base/
HidlSupport.cpp 166 hidl_string::hidl_string(const std::string &s) : hidl_string() {
202 hidl_string &hidl_string::operator=(const std::string &s) {
208 hidl_string::operator std::string() const {
209 return std::string(mBuffer, mSize);
221 LOG(FATAL) << "string size can't exceed 2^32 bytes: " << size;
255 LOG(FATAL) << "string size can't exceed 2^32 bytes: " << size;
  /toolchain/binutils/binutils-2.27/bfd/
cpu-arm.c 101 scan (const struct bfd_arch_info *info, const char *string)
106 if (strcasecmp (string, info->printable_name) == 0)
112 if (strcasecmp (string, processors [i].name) == 0)
120 if (strcasecmp (string, "arm") == 0)
218 unsigned char namesz[4]; /* Size of entry's owner string. */
287 string encoded in it, and set it to the current architecture if it is
353 const char * string; member in struct:__anon3940
385 string encoded in it, and set it to the current architecture if it is
403 /* Interpret the architecture string. */
405 if (strcmp (arch_string, architectures[i].string) == 0
    [all...]
  /art/cmdline/
cmdline_types.h 30 #include <string>
46 // The default specialization will always fail parsing the type from a string.
59 Result Parse(const std::string& args) {
73 Result Parse(const std::string& option) {
89 return Result::Failure(std::string("not a valid jdwp provider: ") + option);
99 Result Parse(const std::string& arg) {
105 return Result::Failure(std::string("not a valid memory value, or not divisible by ")
112 // Parse a string of the form /[0-9]+[kKmMgG]?/, which is used to specify
116 // "s" should point just past the "-Xm?" part of the string.
128 // so make sure our string starts with a decimal digit
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 51 static final String TAG = "ByodPresentMediaDialog";
53 private static final String KEY_VIDEO_URI = "video";
54 private static final String KEY_IMAGE_FILE = "image_file";
55 private static final String KEY_AUDIO_URI = "audio";
119 dialog.setTitle(getString(R.string.provisioning_byod_verify_video_title));
136 dialog.setTitle(getString(R.string.provisioning_byod_verify_image_title));
172 Toast.makeText(getActivity(), R.string.provisioning_byod_capture_image_error,
179 dialog.setTitle(getString(R.string.provisioning_byod_verify_audio_title));
193 Toast.makeText(getActivity(), R.string.provisioning_byod_capture_media_error,
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 52 private static final String TAG = "BluetoothChatFragment";
67 private String mConnectedDeviceName = null;
72 private ArrayAdapter<String> mConversationArrayAdapter;
75 * String buffer for outgoing messages
163 mConversationArrayAdapter = new ArrayAdapter<String>(getActivity(), R.layout.message);
177 String message = textView.getText().toString();
205 * @param message A string of text to send.
207 private void sendMessage(String message) {
210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
220 // Reset out string buffer to zero and clear the edit text fiel
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 52 private static final String TAG = "BluetoothChatFragment";
67 private String mConnectedDeviceName = null;
72 private ArrayAdapter<String> mConversationArrayAdapter;
75 * String buffer for outgoing messages
163 mConversationArrayAdapter = new ArrayAdapter<String>(getActivity(), R.layout.message);
177 String message = textView.getText().toString();
205 * @param message A string of text to send.
207 private void sendMessage(String message) {
210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
220 // Reset out string buffer to zero and clear the edit text fiel
    [all...]
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 52 private static final String TAG = "BluetoothChatFragment";
67 private String mConnectedDeviceName = null;
72 private ArrayAdapter<String> mConversationArrayAdapter;
75 * String buffer for outgoing messages
163 mConversationArrayAdapter = new ArrayAdapter<String>(getActivity(), R.layout.message);
177 String message = textView.getText().toString();
205 * @param message A string of text to send.
207 private void sendMessage(String message) {
210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
220 // Reset out string buffer to zero and clear the edit text fiel
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlsView.java 50 private static final String TAG = PipControlsView.class.getSimpleName();
258 mPlayPauseButtonView.setText(R.string.pip_pause);
261 mPlayPauseButtonView.setText(R.string.pip_play);
  /packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DeviceListFragment.java 53 private static final String TAG = "DeviceListFragment";
54 private static final String UPDATE_FILE_SUFFIX = ".zip";
72 Log.d(TAG, String.format(
99 Toast.makeText(context, R.string.cannot_access_storage, Toast.LENGTH_LONG).show();
165 mCurrentPathView.setText(getString(R.string.volumes, volumes.size()));
186 Toast.makeText(getContext(), R.string.invalid_file_type, Toast.LENGTH_LONG).show();
216 mCurrentPathView.setText(getString(R.string.path, folder.getAbsolutePath()));
230 Toast.makeText(getContext(), R.string.cannot_access_storage,
257 item.setTitle(getString(R.string.unknown_file));
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/
hamcrest-integration-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/
hamcrest-integration-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ByteStringTest.java 94 assertTrue("substring must contain the tail of the string",
133 String testString = "I love unicode \u1234\u5678 characters";
136 assertTrue("copyFrom string must respect the charset",
141 String testString = "I love unicode \u1234\u5678 characters";
144 assertTrue("copyFromUtf8 string must respect the charset",
179 + "byte string", ByteString.EMPTY, byteString);
404 String testString = "I love unicode \u1234\u5678 characters";
417 "String built from newOutput(int) must contain the expected bytes",
438 assertTrue("String built from newOutput() must contain the expected bytes",
458 assertTrue("String built from newOutput() must contain the expected bytes"
669 ByteString string = ByteString.copyFrom(bytes); local
684 ByteString string = ByteString.copyFrom(bytes); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 179 String string = "android"; local
180 mEditText1.setText(string, BufferType.EDITABLE);
183 assertEquals(string.length(), mEditText1.getSelectionEnd());
277 final String testStr = "This is a test str";
293 final String testStr = "This is a test str";
309 final String testStr = "This is a test str";
327 final String testStr = "This is a test str";
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 49 @Override public String toString() {
63 @Override public String toString() {
81 @Override public String toString() {
350 String string = "abcd" + repeat('e', Segment.SIZE); local
351 sink.writeUtf8(string);
352 assertByteArraysEquals(string.getBytes(UTF_8), source.readByteArray());
630 private void assertLongHexString(String s, long expected) throws IOException {
682 private void assertLongDecimalString(String s, long expected) throws IOException {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java 51 private static final String TAG = "ContactsFacade";
53 private static final String ERASE_COMPLETE = "ContactsErased";
61 private String mContactId;
62 private String mPrimary;
63 private String mPhoneNumber;
64 private String mHasPhoneNumber;
79 mContactId = (String) phone.getField("CONTACT_ID").get(null);
80 mPrimary = (String) phone.getField("IS_PRIMARY").get(null);
81 mPhoneNumber = (String) phone.getField("NUMBER").get(null);
82 mHasPhoneNumber = (String) phone.getField("HAS_PHONE_NUMBER").get(null)
423 StringBuilder string = new StringBuilder(); local
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 58 private static final String TEST_PACKAGE_NAME_1 = "com.test.packagea";
59 private static final String TEST_PACKAGE_NAME_2 = "com.test.packageb";
60 private static final String TEST_DEVICE_ADMIN_NAME = TEST_PACKAGE_NAME_1 + ".DeviceAdmin";
62 private static final String TEST_DEVICE_ADMIN_NAME_2 = TEST_PACKAGE_NAME_1 + ".DeviceAdmin2";
68 private static final String TEST_FILE_NAME = "testfile";
107 Set<String> res = mUtils.getCurrentSystemApps(mockIPackageManager, TEST_USER_ID);
339 final String fileLocation = getContext().getFilesDir().toString() + "/" + TEST_FILE_NAME;
340 String string = "Hello world!"; local
344 outputStream.write(string.getBytes())
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 118 const mirror::String* string = dex_cache->GetResolvedString(dex::StringIndex(i)); local
119 EXPECT_TRUE(string != nullptr) << "string_idx=" << i;
189 std::unordered_set<std::string>* GetCompiledMethods() OVERRIDE {
190 return new std::unordered_set<std::string>({
223 std::unique_ptr<std::unordered_set<std::string>> expected(GetCompiledMethods());
227 std::string name = m.PrettyMethod(true);
261 std::unordered_set<std::string> GetExpectedMethodsForClass(const std::string& clazz) {
263 return std::unordered_set<std::string>({
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 457 // Hack for String init:
459 // We assume that the input of String.<init> in verified code is always
752 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); local
764 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); local
    [all...]
  /art/runtime/mirror/
string-inl.h 19 #include "string.h"
37 inline uint32_t String::ClassSize(PointerSize pointer_size) {
51 // Sets string count in the allocation code path to ensure it is guarded by a CAS.
60 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); local
61 string->SetCount(count_);
62 DCHECK(!string->IsCompressed() || kUseStringCompression);
69 // Sets string count and value in the allocation code path to ensure it is guarded by a CAS.
80 ObjPtr<String> string = ObjPtr<String>::DownCast(obj) local
116 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); local
147 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); local
268 String* string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor); local
    [all...]

Completed in 1469 milliseconds

<<11121314151617181920>>