HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 326 - 350 of 360) sorted by null

<<1112131415

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 61 static final String TAG = "PinyinIME";
91 * View to show the composing string.
96 * Window to show the composing string.
158 * The decoding information, include spelling(Pinyin) string, decoding
312 commitResultText(String.valueOf((char) keyChar));
427 String result = String.valueOf(fullwidth_char);
443 String result = String.valueOf((char) keyChar);
457 // in Pinyin string
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 222 private static final String PREF_STRUCTURE = "design.structure"; //$NON-NLS-1$
225 private static final String PREF_PALETTE = "design.palette"; //$NON-NLS-1$
272 private Map<ResourceType, Map<String, ResourceValue>> mConfiguredFrameworkRes;
273 private Map<ResourceType, Map<String, ResourceValue>> mConfiguredProjectRes;
354 String initialState = null;
365 initialState = (String) file.getSessionProperty(NAME_INITIAL_STATE);
498 public void registerContextMenu(String menuId, MenuManager menuManager,
691 String data = ConfigurationDescription.getDescription(best);
    [all...]
  /external/chromium_org/v8/include/
v8.h 114 class String;
225 * incompatible handles, for instance from a Handle<String> to a
228 * Handle<String> to a variable declared as Handle<Value>, is legal
229 * because String is a subclass of Value.
235 * handles. For example, converting from a Handle<String> to a
361 * handles. For example, converting from a Handle<String> to a
409 friend class String;
1007 static ScriptData* PreCompile(Handle<String> source);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 71 /// and the second argument is a non-wide string literal.
85 // Second argument should be a constant string.
730 // Refuse POD arguments that weren't caught by the format string
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 116 public static final String AUTHORITY = "com.android.contacts";
131 public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";
139 public static final String DIRECTORY_PARAM_KEY = "directory";
145 public static final String LIMIT_PARAM_KEY = "limit";
157 public static final String PRIMARY_ACCOUNT_NAME = "name_for_primary_account";
163 public static final String PRIMARY_ACCOUNT_TYPE = "type_for_primary_account";
173 public static final String STREQUENT_PHONE_ONLY = "strequent_phone_only";
182 public static final String DEFERRED_SNIPPETING = "deferred_snippeting";
189 public static final String DEFERRED_SNIPPETING_QUERY = "deferred_snippeting_query";
199 public static final String REMOVE_DUPLICATE_ENTRIES = "remove_duplicate_entries"
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 120 private static final String LOG_TAG = "PrintJobConfigActivity";
124 public static final String INTENT_EXTRA_PRINTER_ID = "INTENT_EXTRA_PRINTER_ID";
155 private static final String MIN_COPIES_STRING = String.valueOf(MIN_COPIES);
190 private String mCallingPackageName;
196 setTitle(R.string.print_dialog);
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 130 static final String TAG = "InputMethodManagerService";
158 private static final String TAG_TRY_SUPPRESSING_IME_SWITCHER = "TrySuppressingImeSwitcher";
179 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
211 public String toString() {
241 public String toString() {
268 String mCurMethodId;
300 String mCurId;
393 String mLastEnabled = "";
409 String newEnabled = mSettings.getEnabledInputMethodsStr()
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 107 private static final String TAG = "AccountManagerService";
110 private static final String DATABASE_NAME = "accounts.db";
126 private static final String TABLE_ACCOUNTS = "accounts";
127 private static final String ACCOUNTS_ID = "_id";
128 private static final String ACCOUNTS_NAME = "name";
129 private static final String ACCOUNTS_TYPE = "type";
130 private static final String ACCOUNTS_TYPE_COUNT = "count(type)";
131 private static final String ACCOUNTS_PASSWORD = "password";
133 private static final String TABLE_AUTHTOKENS = "authtokens";
134 private static final String AUTHTOKENS_ID = "_id"
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 38 #include "string-stream.h"
319 static HType String() { return HType(kString); }
6986 HValue* string() const { return OperandAt(1); } function in class:v8::V8_FINAL
7292 HValue* string() const { return OperandAt(0); } function in class:v8::V8_FINAL
7336 HValue* string() { return OperandAt(1); } function in class:v8::V8_FINAL
    [all...]
objects.h 108 // - String
323 // The names of the string instance types are intended to systematically
329 // mentioned. Finally, the string is either a STRING_TYPE (if it is a normal
330 // string) or a INTERNALIZED_STRING_TYPE (if it is a internalized string).
332 // NOTE: The following things are some that depend on the string types having
444 // Since string types are not consecutive, this macro is used to
449 string, \
450 String) \
583 // string, and cleared if it is a string
    [all...]
  /external/v8/src/
objects.h 94 // - String
221 // The names of the string instance types are intended to systematically
227 // mentioned. Finally, the string is either a SYMBOL_TYPE (if it is a
230 // NOTE: The following things are some that depend on the string types having
333 // Since string types are not consecutive, this macro is used to
378 string, \
379 String) \
464 // string, and cleared if it is a string.
470 // There are not enough types that the non-string types (with bit 7 set) ca
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 122 public RemoteServiceException(String msg) {
137 public static final String TAG = "ActivityThread";
181 final ArrayMap<String, BackupAgent> mBackupAgents = new ArrayMap<String, BackupAgent>();
185 String mInstrumentationAppDir = null;
186 String mInstrumentationAppLibraryDir = null;
187 String mInstrumentationAppPackage = null;
188 String mInstrumentedAppDir = null;
189 String mInstrumentedAppLibraryDir = null;
201 final ArrayMap<String, WeakReference<LoadedApk>> mPackage
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 97 private static String TAG = "DayView";
100 private static final String PERIOD_SPACE = ". ";
142 private static final String[] CALENDARS_PROJECTION = new String[] {
149 private static final String CALENDARS_WHERE = Calendars._ID + "=%d";
183 private String mEventCountTemplate;
185 private String mLongPressTitle;
202 String tz = Utils.getTimeZone(mContext, this);
553 private String[] mHourStrs;
554 private String[] mDayStrs
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 145 private static final String TAG = LogTag.getLogTag();
150 public static String EMAIL_APP_MIME_TYPE;
153 public static final String DATABASE_NAME = "EmailProvider.db";
154 public static final String BODY_DATABASE_NAME = "EmailProviderBody.db";
156 private static final String BACKUP_DATABASE_NAME = "EmailProviderBackup.db";
163 private static final String ACTION_NOTIFY_MESSAGE_LIST_DATASET_CHANGED =
166 private static final String EMAIL_MESSAGE_MIME_TYPE =
168 private static final String EMAIL_ATTACHMENT_MIME_TYPE =
172 private static final String NOTIFICATION_OP_DELETE = "delete";
174 private static final String NOTIFICATION_OP_INSERT = "insert"
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 147 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
149 // ::string, which is different to std::string).
150 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
269 // string.
272 // string.
290 // StringFromGTestEnv() - parses a string environment variable.
296 #include <string.h>
309 #include <string> // NOLINT
472 // The user told us that ::std::string isn't available
3564 const std::string& string() const { return pathname_; } function in class:testing::internal::FilePath
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 226 private static final String PREAUTHORIZED_URI_TOKEN = "perm_token";
228 private static final String PREF_LOCALE = "locale";
232 private static final String AGGREGATE_CONTACTS = "sync.contacts.aggregate";
243 private static final String DEBUG_PROPERTY_KEEP_STALE_ACCOUNT_DATA =
249 private static final String FREQUENT_ORDER_BY = DataUsageStatColumns.TIMES_USED + " DESC,"
252 /* package */ static final String UPDATE_TIMES_CONTACTED_CONTACTS_TABLE =
257 /* package */ static final String UPDATE_TIMES_CONTACTED_RAWCONTACTS_TABLE =
262 /* package */ static final String PHONEBOOK_COLLATOR_NAME = "PHONEBOOK";
266 /* package */ static final String QUERY_TOKENIZER_REGEX = "[^\\w@]+";
388 private static final Map<Integer, String> INSERT_URI_ID_VALUE_MAP = Maps.newHashMap()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 2475 milliseconds

<<1112131415