HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 226 - 250 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 1276 (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1279 { return new sc_Char(String.fromCharCode(n)); }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 1276 (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1279 { return new sc_Char(String.fromCharCode(n)); }
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 42 #include <string.h>
58 #include <string>
260 String g_executable_path;
279 String UnitTestOptions::GetOutputFormat() {
281 if (gtest_output_flag == NULL) return String("");
285 String(gtest_output_flag) :
286 String(gtest_output_flag, colon - gtest_output_flag);
291 String UnitTestOptions::GetOutputFile() {
294 return String("");
298 return String(kDefaultOutputFile)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 25 #include <string>
    [all...]
  /external/v8/include/
v8.h 82 class String;
185 * incompatible handles, for instance from a Handle<String> to a
188 * Handle<String> to a variable declared as Handle<Value>, is legal
189 * because String is a subclass of Value.
195 * handles. For example, converting from a Handle<String> to a
271 * handles. For example, converting from a Handle<String> to a
328 * persistent handles, for instance from a Persistent<String> to a
331 * Persistent<String> to a variable declared as Persistent<Value>,
332 * is allowed as String is a subclass of Value.
338 * handles. For example, converting from a Handle<String> to
    [all...]
  /external/v8/src/
hydrogen-instructions.h 37 #include "string-stream.h"
344 static HType String() { return HType(kString); }
4306 HValue* string() { return OperandAt(1); } function in class:v8::HStringCharCodeAt
    [all...]
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...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 55 if (typeof a1 == 'string'){
63 if (typeof a1 == 'string') return add(this, a1, a2, a3);
91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String};
99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
699 Script: String.js
700 Contains String Prototypes like camelCase, capitalize, test, and toInt.
706 String.implement({
709 return ((typeof regex == 'string') ? new RegExp(regex, params) : regex).test(this);
712 contains: function(string, separator)
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 105 private static final String TAG = "SyncManager";
153 private static final String SYNC_WAKE_LOCK_PREFIX = "*sync*";
154 private static final String HANDLE_SYNC_ALARM_WAKE_LOCK = "SyncManagerHandleSyncAlarm";
155 private static final String SYNC_LOOP_WAKE_LOCK = "SyncLoopWakeLock";
195 String action = intent.getAction();
334 String action = intent.getAction();
348 private static final String ACTION_SYNC_ALARM = "android.content.syncmanager.SYNC_ALARM";
375 public void onSyncRequest(Account account, int userId, int reason, String authority,
496 public int getIsSyncable(Account account, int userId, String providerName) {
573 String requestedAuthority, Bundle extras, long delay
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 49 private static final String TAG = "PhotoView";
265 mContext.getString(R.string.no_thumbnail),
765 throw new RuntimeException(String.valueOf(mRotation));
    [all...]
  /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/clang/lib/Sema/
SemaChecking.cpp 71 /// and the second argument is a non-wide string literal.
85 // Second argument should be a constant string.
508 // Refuse POD arguments that weren't caught by the format string
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 114 public static final String AUTHORITY = "com.android.contacts";
129 public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";
137 public static final String DIRECTORY_PARAM_KEY = "directory";
143 public static final String LIMIT_PARAM_KEY = "limit";
155 public static final String PRIMARY_ACCOUNT_NAME = "name_for_primary_account";
161 public static final String PRIMARY_ACCOUNT_TYPE = "type_for_primary_account";
171 public static final String STREQUENT_PHONE_ONLY = "strequent_phone_only";
180 public static final String DEFERRED_SNIPPETING = "deferred_snippeting";
187 public static final String DEFERRED_SNIPPETING_QUERY = "deferred_snippeting_query";
197 public static final String REMOVE_DUPLICATE_ENTRIES = "remove_duplicate_entries"
    [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;
391 String mLastEnabled = "";
407 String newEnabled = mSettings.getEnabledInputMethodsStr()
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 105 private static final String TAG = "AccountManagerService";
108 private static final String DATABASE_NAME = "accounts.db";
125 private static final String TABLE_ACCOUNTS = "accounts";
126 private static final String ACCOUNTS_ID = "_id";
127 private static final String ACCOUNTS_NAME = "name";
128 private static final String ACCOUNTS_TYPE = "type";
129 private static final String ACCOUNTS_TYPE_COUNT = "count(type)";
130 private static final String ACCOUNTS_PASSWORD = "password";
132 private static final String TABLE_AUTHTOKENS = "authtokens";
133 private static final String AUTHTOKENS_ID = "_id"
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 142 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
144 // ::string, which is different to std::string).
145 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
258 // string.
261 // string.
279 // StringFromGTestEnv() - parses a string environment variable.
285 #include <string.h>
293 #include <string> // NOLINT
428 // The user told us that ::std::string isn't available
3080 operator ::std::string() const { return ::std::string(c_str(), length()); } function in class:testing::internal::String::operator::std
3087 operator ::string() const { return ::string(c_str(), length()); } function in class:testing::internal::String::operator
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 122 public SuperNotCalledException(String msg) {
128 public RemoteServiceException(String msg) {
143 public static final String TAG = "ActivityThread";
189 final HashMap<String, BackupAgent> mBackupAgents = new HashMap<String, BackupAgent>();
193 String mInstrumentationAppDir = null;
194 String mInstrumentationAppLibraryDir = null;
195 String mInstrumentationAppPackage = null;
196 String mInstrumentedAppDir = null;
197 String mInstrumentedAppLibraryDir = null
    [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/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 222 private static final String PREAUTHORIZED_URI_TOKEN = "perm_token";
224 private static final String PREF_LOCALE = "locale";
228 private static final String AGGREGATE_CONTACTS = "sync.contacts.aggregate";
239 private static final String DEBUG_PROPERTY_KEEP_STALE_ACCOUNT_DATA =
245 private static final String FREQUENT_ORDER_BY = DataUsageStatColumns.TIMES_USED + " DESC,"
248 /* package */ static final String UPDATE_TIMES_CONTACTED_CONTACTS_TABLE =
253 /* package */ static final String UPDATE_TIMES_CONTACTED_RAWCONTACTS_TABLE =
258 /* package */ static final String PHONEBOOK_COLLATOR_NAME = "PHONEBOOK";
262 /* package */ static final String QUERY_TOKENIZER_REGEX = "[^\\w@]+";
382 private static final Map<Integer, String> INSERT_URI_ID_VALUE_MAP = Maps.newHashMap()
    [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/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 1746 milliseconds

1 2 3 4 5 6 7 8 91011