HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1376 - 1400 of 2119) sorted by null

<<51525354555657585960>>

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableCellElement17.js 78 The headers attribute specifies a list of id attribute values for
HTMLTableCellElement18.js 78 The headers attribute specifies a list of id attribute values for
table30.js 78 List of id attribute values for header cells.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesetuserdata01.js 80 Using setUserData with null values for the UserData and the handler parameters, check
nodesetuserdata02.js 80 Using setUserData with values for the UserData as this Document and the handler as null
textreplacewholetext01.js 80 verifying the values returned by wholeText
textreplacewholetext03.js 79 new value. Verify the repalceWholeText by verifying the values returned by
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 260 protected void onProgressUpdate(Integer... values) {
261 final TaskDescription td = descriptions.get(values[0]);
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 82 * <li>"handlers". This property's values should be a list of class names for
253 Collection<Logger> allLoggers = loggers.values();
389 Collection<Logger> allLoggers = loggers.values();
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java     [all...]
  /ndk/sources/host-tools/make-3.81/
configure.bat 23 rem in which case the values will be truncated and the whole thing
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 265 ArrayList<ContentValues> values, AccountWithDataSet account) {
269 ContactDetailActivity.this, values, account,
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 292 results.values = suggestionsList;
298 List<SuggestedMember> suggestionsList = (List<SuggestedMember>) results.values;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 281 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
287 return new ArrayList<MtpDevice>(mDevices.values());
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 96 public Uri insert(Uri uri, ContentValues values) {
223 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 60 public Uri insert(Uri uri, ContentValues values) {
86 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 116 // Current attachment type of the message; one of the above values.
1345 ContentValues values = new ContentValues(1); local
1595 ContentValues values = new ContentValues(3); local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 160 for (ContactsSource source : mSources.values()) {
170 for (ContactsSource source : mSources.values()) {
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 425 Vector values = new Vector(); local
431 values.add(new Integer(gc.getLeastMaximum(i)));
434 assertTrue("Wrong least max for " + result + " = " + values, result
462 Vector values = new Vector(); local
468 values.add(new Integer(gc.getMaximum(i)));
471 assertTrue("Wrong max for " + result + " = " + values,
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 531 // Make sure the right values remain.
751 // Keys and values are a semicolon separated list of expected values in the
754 const std::string values; member in struct:TestData
778 std::vector<std::string> values; local
780 base::SplitString(data[i].values, ';', &values);
781 ASSERT_TRUE(keys.size() == values.size());
787 ASSERT_EQ(values[j], term_iterator->second);
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 234 for i,values in enumerate(fieldValues):
235 for v in values:
244 values = list(self.getTestValues(t.elementType))
245 if not values:
248 for v in values:
249 elements = [random.choice(values) for i in range(t.numElements)]
253 raise NotImplementedError,'Cannot make tests values of type: "%s"'%(t,)
  /external/freetype/src/psaux/
psobjs.c 848 /* NB: `values' can be NULL if we just want to skip the */
855 FT_Fixed* values,
879 /* now, read the values */
899 if ( values != NULL && count >= max_values )
904 *( values != NULL ? &values[count] : &dummy ) =
    [all...]
  /external/v8/test/mjsunit/
object-seal.js 74 // update values.
92 // update the values.
145 // Since the values in the array is still writable this object
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 243 const VGfloat values[] = { 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0 - opacity }; local
244 vgSetfv(VG_COLOR_TRANSFORM_VALUES, 8, values);
295 VGfloat values[] = { 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, opacity }; local
296 vgSetfv(VG_COLOR_TRANSFORM_VALUES, 8, values);
299 VGfloat values[] = { 1.0, 1.0, 1.0, opacity, 0.0, 0.0, 0.0, 0.0 }; local
300 vgSetfv(VG_COLOR_TRANSFORM_VALUES, 8, values);
741 // Scissor rectangles are defined by float values, but e.g. painting
938 // Try to align lines to pixels, centering them between pixels for odd thickness values.
    [all...]

Completed in 388 milliseconds

<<51525354555657585960>>