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

<<31323334353637383940>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 54 private static final String[] QUERY_PROJECTION_SHORTCUT_UNSUPPORTED =
56 private static final String[] QUERY_PROJECTION_SHORTCUT_SUPPORTED =
58 private static final String[] QUERY_PROJECTION =
65 private static final String[] ADAPTER_FROM_SHORTCUT_UNSUPPORTED = {
69 private static final String[] ADAPTER_FROM_SHORTCUT_SUPPORTED = {
73 private static final String[] ADAPTER_FROM = IS_SHORTCUT_API_SUPPORTED ?
89 private static final String QUERY_SELECTION =
91 private static final String QUERY_SELECTION_ALL_LOCALES =
94 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD
96 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WOR
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 62 import java.lang.String;
85 private static final String LOG_TAG = "CallFeaturesSetting";
88 // String keys for preference lookup
94 private static final String VOICEMAIL_SETTING_SCREEN_PREF_KEY = "button_voicemail_category_key";
95 private static final String BUTTON_FDN_KEY = "button_fdn_key";
96 private static final String BUTTON_RETRY_KEY = "button_auto_retry_key";
97 private static final String BUTTON_GSM_UMTS_OPTIONS = "button_gsm_more_expand_key";
98 private static final String BUTTON_CDMA_OPTIONS = "button_cdma_more_expand_key";
100 private static final String PHONE_ACCOUNT_SETTINGS_KEY =
103 private static final String ENABLE_VIDEO_CALLING_KEY = "button_enable_video_calling"
    [all...]
GsmUmtsCallForwardOptions.java 20 private static final String LOG_TAG = "GsmUmtsCallForwardOptions";
23 private static final String NUM_PROJECTION[] = {
27 private static final String BUTTON_CFU_KEY = "button_cfu_key";
28 private static final String BUTTON_CFB_KEY = "button_cfb_key";
29 private static final String BUTTON_CFNRY_KEY = "button_cfnry_key";
30 private static final String BUTTON_CFNRC_KEY = "button_cfnrc_key";
32 private static final String KEY_TOGGLE = "toggle";
33 private static final String KEY_STATUS = "status";
34 private static final String KEY_NUMBER = "number";
58 getActionBar(), getResources(), R.string.call_forwarding_settings_with_label)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 90 } string; member in union:_SPD_ELEMENT_DATA::__anon41573
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 35 import string namespace
55 __doc__ documentation string
63 __doc__ documentation string
71 __doc__ documentation string
146 __doc__ documentation string
214 co_code string of raw compiled bytecode
231 __doc__ documentation string
269 0. The name (a string).
284 info, like a __doc__ string.
352 expline = string.expandtabs(line
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
36 import string namespace
60 text = string.join(string.split(text, '\r'), '\n')
65 text = string.join(string.split(text, '\n'), '\r')
71 """Display a MESSAGE string.
75 The MESSAGE string can be at most 255 characters long.
98 """Display a PROMPT string and a text entry field with a DEFAULT string
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
string_tests.py 5 import unittest, string, sys, struct namespace
25 # UserString and the string module.
137 # replacing all occurrences and then differencing the string lengths
380 # by string
470 # by string
575 # Operations on the empty string
    [all...]
test_weakset.py 6 import string namespace
43 self.letters = [SomeClass(c) for c in string.ascii_letters]
372 items = [SomeClass(c) for c in string.ascii_letters]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 35 import string namespace
55 __doc__ documentation string
63 __doc__ documentation string
71 __doc__ documentation string
146 __doc__ documentation string
214 co_code string of raw compiled bytecode
231 __doc__ documentation string
269 0. The name (a string).
284 info, like a __doc__ string.
352 expline = string.expandtabs(line
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
string_tests.py 5 import unittest, string, sys, struct namespace
25 # UserString and the string module.
137 # replacing all occurrences and then differencing the string lengths
380 # by string
470 # by string
575 # Operations on the empty string
    [all...]
test_weakset.py 6 import string namespace
43 self.letters = [SomeClass(c) for c in string.ascii_letters]
372 items = [SomeClass(c) for c in string.ascii_letters]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 35 import string namespace
55 __doc__ documentation string
63 __doc__ documentation string
71 __doc__ documentation string
146 __doc__ documentation string
214 co_code string of raw compiled bytecode
231 __doc__ documentation string
269 0. The name (a string).
284 info, like a __doc__ string.
352 expline = string.expandtabs(line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
36 import string namespace
60 text = string.join(string.split(text, '\r'), '\n')
65 text = string.join(string.split(text, '\n'), '\r')
71 """Display a MESSAGE string.
75 The MESSAGE string can be at most 255 characters long.
98 """Display a PROMPT string and a text entry field with a DEFAULT string
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 5 import unittest, string, sys, struct namespace
25 # UserString and the string module.
137 # replacing all occurrences and then differencing the string lengths
380 # by string
470 # by string
575 # Operations on the empty string
    [all...]
test_weakset.py 6 import string namespace
43 self.letters = [SomeClass(c) for c in string.ascii_letters]
372 items = [SomeClass(c) for c in string.ascii_letters]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 35 import string namespace
55 __doc__ documentation string
63 __doc__ documentation string
71 __doc__ documentation string
146 __doc__ documentation string
214 co_code string of raw compiled bytecode
231 __doc__ documentation string
269 0. The name (a string).
284 info, like a __doc__ string.
352 expline = string.expandtabs(line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py 5 import unittest, string, sys, struct namespace
25 # UserString and the string module.
137 # replacing all occurrences and then differencing the string lengths
380 # by string
470 # by string
575 # Operations on the empty string
    [all...]
test_weakset.py 6 import string namespace
43 self.letters = [SomeClass(c) for c in string.ascii_letters]
372 items = [SomeClass(c) for c in string.ascii_letters]
  /system/connectivity/shill/
property_store_unittest.cc 22 #include <string>
44 using std::string;
65 const brillo::Any PropertyStoreTest::kStringV = brillo::Any(string());
98 string()) { function in namespace:shill
138 PropertyStore* store, const string& name, Error* error);
192 PropertyStore* store, const string& name, Error* error) {
198 PropertyStore* store, const string& name, Error* error) {
204 PropertyStore* store, const string& name, Error* error) {
209 template<> bool PropertyStoreTypedTest<string>::SetProperty(
210 PropertyStore* store, const string& name, Error* error)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 74 * Build a string dictionary entry for a .stabX symbol.
83 get_stab_string_offset (const char *string, const char *stabstr_secname)
95 length = strlen (string);
100 /* Create the stab string section. */
106 /* Make sure the first string is empty. */
118 strcpy (p, string);
137 aout_process_stab (what, string, type, other, desc)
139 const char *string;
150 symbol = symbol_create (string, undefined_section, 0,
182 char *string, *saved_string_obstack_end local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
crx-dis.c 27 /* String to print when opcode was not matched. */
53 /* Cinv printed string. */
55 /* Value corresponding to the string. */
169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
245 getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop)
250 string[0] = '{';
251 string[1] = '\0';
258 strcat (string, "ulo,uhi");
260 strcat (string, "lo,hi");
285 strcat (string, temp_string)
507 char string[200]; local
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 19 import string namespace
202 2. Set Bluetooth local name to random string of size 4
404 string.ascii_lowercase + string.ascii_uppercase + string.digits)):
408 size: Input size of string.
409 chars: (Optional) Chars to use in generating a random string.
412 String of random input chars at the input size.
  /tools/test/connectivity/acts/framework/acts/
utils.py 26 import string namespace
51 ascii_letters_and_digits = string.ascii_letters + string.digits
146 A time string representing the input time.
161 A string representing one of the Olson IDs of the local (non-DST)
208 """Loads the content of a file into a base64 string.
214 A base64 string representing the content of the file in utf-8 encoding.
244 """Generates a random string of specified length, composed of ascii letters
248 length: The number of characters in the string.
251 The random string generated
    [all...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /external/robolectric/v1/lib/main/
json-20080701.jar 

Completed in 1538 milliseconds

<<31323334353637383940>>