/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SQLResultSetRowListCustom.cpp | 69 const SQLValue& sqlValue = rowList->values()[valuesIndex + i];
|
/external/webkit/Source/WebCore/svg/ |
SVGParserUtilities.h | 69 bool parseGlyphName(const String& input, HashSet<String>& values);
|
/external/webkit/Source/WebKit/chromium/tests/ |
PODRedBlackTreeTest.cpp | 179 Vector<int> values; local 184 values.append(value); 190 int value = values[index]; 196 values[index] = value;
|
/external/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.h | 69 Vector<size_t> values; member in struct:WebKit::WebMemoryStatistics
|
/external/webkit/Source/WebKit2/UIProcess/cf/ |
WebPageProxyCF.cpp | 52 const void* values[2]; local 58 values[numValues] = sessionHistoryDictionary.get(); 70 values[numValues] = provisionalURLString.get(); 78 RetainPtr<CFDictionaryRef> stateDictionary(AdoptCF, CFDictionaryCreate(0, keys, values, numValues, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
|
/external/webkit/Tools/Scripts/ |
validate-committer-lists | 208 def _print_three_column_row(widths, values): 209 print "%s%s%s" % (values[0].ljust(widths[0]), values[1].ljust(widths[1]), values[2])
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
decoder.py | 161 values = [] 167 return values, end + 1 174 values.append(value) 183 return values, end 223 their corresponding ``float`` values, which is outside the JSON spec.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
update_html_tags_from_sources.sh | 29 grep -v "^#" $src_dir/Source/WebCore/css/CSSValueKeywords.in > ${tmp_prefix}.css-values 35 ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values 37 grep "map->add" $src_dir/Source/WebCore/html/HTMLInputElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values 59 | cut -d, -f1 > ${tmp_prefix}.css-values 68 grep "name.LowerCaseEqualsLiteral" $src_dir/docshell/base/nsDocShell.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values 69 egrep ' { "[a-z]+' $src_dir/content/html/content/src/nsGenericHTMLElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values 70 grep ' { "' $src_dir/content/html/content/src/nsHTMLInputElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values 71 grep -r value.LowerCaseEqualsLiteral $src_dir/content/base/src/* | cut -d\" -f2 >> ${tmp_prefix}.html-values 85 ruby -e '$stdin.readlines.join("").scan(/\"(.*?)\"/) { |tag| puts tag }' > ${tmp_prefix}.css-values 90 ruby -e '$stdin.readlines.join("").scan(/\"([-a-z]+)\"/) { |tag| puts tag }' > ${tmp_prefix}.html-values [all...] |
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 27 * to ensure the preference values remain in a consistent state and control 62 * Interface used for modifying values in a {@link SharedPreferences} 81 * Set a set of String values in the preferences editor, to be written 85 * @param values The new values for the preference. 89 Editor putStringSet(String key, Set<String> values); 156 * Mark in the editor to remove <em>all</em> values from the 182 * @return Returns true if the new values were successfully written 227 * Retrieve all values from the preferences. 251 * Retrieve a set of String values from the preferences [all...] |
/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 262 * Flag indicating if an item is a folder or bookmark. Non-zero values indicate 556 ContentValues values = new ContentValues(); local 557 values.put(KEY, KEY_SYNC_ENABLED); 558 values.put(VALUE, enabled ? 1 : 0); 559 context.getContentResolver().insert(CONTENT_URI, values);
|
/frameworks/base/drm/java/android/drm/ |
DrmInfo.java | 108 * Retrieves an iterator object that you can use to iterate over the values associated with 114 return mAttributes.values().iterator();
|
DrmInfoRequest.java | 123 * Retrieves an iterator object that you can use to iterate over the values associated with 129 return mRequestInformation.values().iterator();
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
ResultCode.java | 136 /** Error, required values are missing */ 179 for (ResultCode r : ResultCode.values()) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
UsimServiceTable.java | 140 return UsimService.values();
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Shader_Delegate.java | 62 for (TileMode tm : TileMode.values()) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadStateTest.java | 47 Thread.State [] thStates = Thread.State.values();
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyRepTypeTest.java | 59 * java.security.KeyRep.Type#values() 65 assertTrue(Arrays.equals(types, KeyRep.Type.values()));
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineResultHandshakeStatusTest.java | 30 * Test for <code> SSLEngineResult.HandshakeStatus.values() </code> 34 SSLEngineResult.HandshakeStatus[] enS = SSLEngineResult.HandshakeStatus.values();
|
SSLEngineResultStatusTest.java | 30 * Test for <code> SSLEngineResult.Status.values() </code> 35 SSLEngineResult.Status[] enS = SSLEngineResult.Status.values();
|
/packages/apps/Calendar/src/com/android/calendar/ |
AsyncQueryService.java | 162 * replaced by the values from selectionArgs, in the order that 163 * they appear in the selection. The values will be bound as 211 info.values = initialValues; 225 * @param values the ContentValues parameter passed to the update operation. 230 * replaced by the values from selectionArgs, in the order that 231 * they appear in the selection. The values will be bound as 237 public void startUpdate(int token, Object cookie, Uri uri, ContentValues values, 247 info.values = values; 267 * replaced by the values from selectionArgs, in the order tha [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorActivity.java | 186 Uri contactLookupUri, ArrayList<ContentValues> values) { 193 if (values != null && values.size() != 0) { 194 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, values);
|
/packages/apps/Email/src/com/android/email/activity/ |
MessageListItemCoordinates.java | 147 public static int[] getDensityDependentArray(int[] values, float density) { 148 int result[] = new int[values.length]; 149 for (int i = 0; i < values.length; ++i) { 150 result[i] = (int) (values[i] * density);
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetProvider.java | 134 ContentValues values = new ContentValues(); local 135 values.put(PhotoDatabaseHelper.FIELD_APPWIDGET_ID, appWidgetId); 136 values.put(PhotoDatabaseHelper.FIELD_PHOTO_BLOB, 141 values);
|