HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 976 - 1000 of 2901) sorted by null

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 94 private static final String TAG = "UserSettings";
97 private static final String SAVE_REMOVING_USER = "removing_user";
99 private static final String SAVE_ADDING_USER = "adding_user";
101 private static final String KEY_USER_LIST = "user_list";
102 private static final String KEY_USER_ME = "user_me";
103 private static final String KEY_ADD_USER = "user_add";
104 private static final String KEY_EMERGENCY_INFO = "emergency_info";
106 private static final String ACTION_EDIT_EMERGENCY_INFO = "android.settings.EDIT_EMERGENGY_INFO";
129 private static final String KEY_ADD_USER_LONG_MESSAGE_DISPLAYED =
132 private static final String KEY_TITLE = "title"
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 95 private static final String TAG = "WifiSettings";
113 private static final String SAVE_DIALOG_MODE = "dialog_mode";
114 private static final String SAVE_DIALOG_ACCESS_POINT_STATE = "wifi_ap_state";
115 private static final String SAVED_WIFI_NFC_DIALOG_STATE = "wifi_nfc_dlg_state";
117 private static final String PREF_KEY_EMPTY_WIFI_LIST = "wifi_empty_list";
135 private static final String EXTRA_ENABLE_NEXT_ON_CONNECT = "wifi_enable_next_on_connect";
136 // This string extra specifies a network to open the connect dialog on, so the user can enter
138 private static final String EXTRA_START_CONNECT_SSID = "wifi_start_connect_ssid";
150 private String mOpenSsid;
180 mAddPreference.setTitle(R.string.wifi_add_network)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 144 private static final String TAG = "DirectoryFragment";
159 private String mStateKey;
176 private String mQuery = null;
384 String id = getModelId(e);
392 private boolean handleViewItem(String id) {
400 final String docMimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
513 public boolean onBeforeItemStateChange(String modelId, boolean selected) {
521 final String docMimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
530 R.string.too_many_selected,
540 public void onItemStateChanged(String modelId, boolean selected)
    [all...]
  /art/runtime/
elf_file.cc 63 std::string* error_msg,
87 std::string* error_msg) {
102 std::string* error_msg) {
289 uint8_t** target, std::string* error_msg) {
333 bool ElfFileImpl<ElfTypes>::CheckSectionsExist(File* file, std::string* error_msg) const {
417 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap* map, std::string* error_msg) {
756 const std::string& symbol_name) const {
774 const std::string& symbol_name) const {
845 Elf_Word section_type, const std::string& symbol_name, bool build_map) {
949 uint8_t* string = strings + i; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon620::__anon622
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 37 private static final String FIRST_NUMBER = "123";
38 private static final String SECOND_NUMBER = "5555";
41 private static final String[] NUMBER_PROJECTION = new String[] {
199 String[] columnNames = cursorWrapper.getColumnNames();
285 final String STRING_TEXT = "Test String";
286 final String STRING_TEXT2 = "Test String2";
311 String sql = "INSERT INTO test2 (string_text, double_number, int_number, blob_data)"
374 String string = new String(charArrayBuffer.data) local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java 201 String s = "IBinder interface token";
256 // test String
258 p.writeValue("String");
260 assertEquals("String", p.readValue(mcl));
273 map.put("string", "String");
282 assertEquals("String", map.get("string"));
291 bundle.putString("string", "String");
1727 final String string = "Hello, Android!"; local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon1742::__anon1744
  /external/ImageMagick/MagickCore/
property.c 80 #include "MagickCore/string-private.h"
217 % DefineImageProperty() associates an assignment string of the form
356 % o format: A string describing the format to use to write the remaining
406 % The returned string is stored as a properity of the same name for faster
2366 *string; \/* return a string already stored somewher *\/ local
2742 *string; local
3463 *string; local
3494 *string; local
    [all...]
  /external/autotest/client/common_lib/
base_utils.py 20 import string namespace
73 SHELL_QUOTING_WHITELIST = frozenset(string.ascii_letters +
74 string.digits +
120 a list, or a string (in which case Popen will be called
134 @param nickname: Optional string, to be included in logging messages
160 # allow for easy stdin input by string, we'll let subprocess create
340 mail_from: string with email address of sender
341 mail_to: string or list with email address(es) of recipients
342 subject: string with subject of email
343 body: (multi-line) string with body of emai
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 34 import string namespace
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py 29 import string namespace
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 23 import string namespace
342 action = '_' in name and string.capwords(name, '_') or name
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py 69 The exception argument will be a human-readable string.
73 take a name, default value, help-string, and optional 'short' name
77 DEFINE_string: takes any input, and interprets it as a string.
96 error. Otherwise, assign to FLAGS.flag as a string.
370 3. DEFAULT_FLAG_VALUE is in serialized form, i.e., the string you can
375 string 'false' will be represented in the same way as the boolean
394 import string namespace
518 # If flagvalue is the empty string, then this exception is an due to a
707 """Takes a __doc__ string and reformats it as help."""
741 string). Returns (None, None) if the module could not b
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py 50 import string namespace
123 * They are cast to string for a user-readable description; it may be
290 """Returns the string representation of this InputReader."""
551 "Expected a single namespace string")
565 raise BadReaderParamsError("Property should be string: %s", prop)
567 raise BadReaderParamsError("Operator should be string: %s", op)
845 entity_kind: entity kind as string.
    [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py 69 The exception argument will be a human-readable string.
73 take a name, default value, help-string, and optional 'short' name
77 DEFINE_string: takes any input, and interprets it as a string.
96 error. Otherwise, assign to FLAGS.flag as a string.
370 3. DEFAULT_FLAG_VALUE is in serialized form, i.e., the string you can
375 string 'false' will be represented in the same way as the boolean
394 import string namespace
518 # If flagvalue is the empty string, then this exception is an due to a
707 """Takes a __doc__ string and reformats it as help."""
741 string). Returns (None, None) if the module could not b
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 6 // PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"
7 // vector<string> refers to two different types here. Make sure the message
10 typedef versa_string string; typedef
15 void f(vector<string> v);
19 typedef basic_string string; typedef in namespace:std
22 vector<string> v;
    [all...]
  /external/clang/test/SemaCXX/
overload-call.cpp 61 // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
68 // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
81 // expected-warning@-2 {{conversion from string literal to 'wchar_t *' is deprecated}}
104 // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
106 // expected-warning@-4 {{ISO C++11 does not allow conversion from string literal to 'char *'}}
201 double* q3 = quals_rank1("string literal");
316 class string { }; class
317 class opt : public string { };
320 SR(const string&);
466 struct String { String(char const*); }
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 140 /* Maps integer to string. */
144 char* string; member in struct:qpKeyStringMap_s
182 /* Key tag to string mapping. */
197 /* Sample value tag to string mapping. */
209 /* Image compression mode to string mapping. */
223 /* Image format to string mapping. */
235 /* Shader type to string mapping. */
269 return keyMap[key].string;
553 * \param format Format string of message
    [all...]
  /external/fio/
init.c 9 #include <string.h>
1442 char *string; local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMapTest.java 80 public static class MapTests extends AbstractMapTests<String, Integer> {
81 @Override protected SortedMap<String, Integer> makeEmptyMap() {
85 @Override protected SortedMap<String, Integer> makePopulatedMap() {
89 @Override protected String getKeyNotInPopulatedMap() {
99 extends AbstractMapTests<String, Integer> {
100 @Override protected SortedMap<String, Integer> makePopulatedMap() {
104 @Override protected String getKeyNotInPopulatedMap() {
113 public static class HeadMapTests extends AbstractMapTests<String, Integer> {
114 @Override protected SortedMap<String, Integer> makePopulatedMap() {
119 @Override protected String getKeyNotInPopulatedMap()
240 String string; field in class:ImmutableSortedMapTest.CreationTests.StringHolder
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 52 String simple = "a,b,c";
53 Iterable<String> letters = COMMA_SPLITTER.split(simple);
66 String simple = "a,b,c";
67 List<String> letters = COMMA_SPLITTER.splitToList(simple);
78 String simple = "a,b,c";
79 Iterable<String> letters = Splitter.on('.').split(simple);
84 String doubled = "a,,b,c";
85 Iterable<String> letters = COMMA_SPLITTER.split(doubled);
90 String doubled = "a,, b,c";
91 Iterable<String> letters = COMMA_SPLITTER.split(doubled)
373 String string = "foo<bar>bletch"; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 171 public static class MapTests extends AbstractMapTests<String, Integer> {
172 @Override protected Map<String, Integer> makeEmptyMap() {
176 @Override protected Map<String, Integer> makePopulatedMap() {
180 @Override protected String getKeyNotInPopulatedMap() {
190 extends AbstractMapTests<String, Integer> {
191 @Override protected Map<String, Integer> makePopulatedMap() {
195 @Override protected String getKeyNotInPopulatedMap() {
206 extends AbstractMapTests<String, Integer> {
207 @Override protected Map<String, Integer> makePopulatedMap() {
212 @Override protected String getKeyNotInPopulatedMap()
325 String string; field in class:ImmutableMapTest.CreationTests.StringHolder
    [all...]
ImmutableSortedMapTest.java 140 public static class MapTests extends AbstractMapTests<String, Integer> {
141 @Override protected SortedMap<String, Integer> makeEmptyMap() {
145 @Override protected SortedMap<String, Integer> makePopulatedMap() {
149 @Override protected String getKeyNotInPopulatedMap() {
159 extends AbstractMapTests<String, Integer> {
160 @Override protected SortedMap<String, Integer> makePopulatedMap() {
164 @Override protected String getKeyNotInPopulatedMap() {
175 extends AbstractMapTests<String, Integer> {
176 @Override protected SortedMap<String, Integer> makePopulatedMap() {
181 @Override protected String getKeyNotInPopulatedMap()
317 String string; field in class:ImmutableSortedMapTest.CreationTests.StringHolder
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 94 final Key<String> stringKey = Key.get(String.class);
95 final TypeLiteral<Optional<String>> optionalOfString = new TypeLiteral<Optional<String>>() {};
98 final TypeLiteral<Optional<Provider<String>>> optionalOfProviderString =
99 new TypeLiteral<Optional<Provider<String>>>() {};
102 final TypeLiteral<Optional<javax.inject.Provider<String>>> optionalOfJavaxProviderString =
103 new TypeLiteral<Optional<javax.inject.Provider<String>>>() {};
120 final TypeLiteral<List<String>> listOfStrings = new TypeLiteral<List<String>>() {};
1024 private final String string; field in class:OptionalBinderTest.StringGrabber
    [all...]

Completed in 2261 milliseconds

<<31323334353637383940>>