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

<<31323334353637383940>>

  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 53 return strings.values();
177 for (StringIdItem s : strings.values()) {
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 140 ContentValues values = new ContentValues(); local
152 NotePad.Notes.COLUMN_NAME_TITLE, // column set to null if empty values map
153 TEST_NOTES[index].getContentValues() // the values map to insert
634 note.getContentValues() // the map of values to insert as a new record
673 ContentValues values = note.getContentValues(); local
676 values.put(NotePad.Notes._ID, (int) noteId);
681 rowUri = mMockResolver.insert(NotePad.Notes.CONTENT_URI, values);
754 ContentValues values = new ContentValues(); local
    [all...]
  /development/testrunner/
coverage_targets.py 46 return iter(self._target_map.values())
84 return self._target_map.values()
  /external/bluetooth/glib/gobject/
genums.h 123 * Checks whether the given #GValue can hold values derived from type %G_TYPE_ENUM.
132 * Checks whether the given #GValue can hold values derived from type %G_TYPE_FLAGS.
139 /* --- enum/flag values & classes --- */
150 * @n_values: the number of possible values.
151 * @values: an array of #GEnumValue structs describing the
152 * individual values.
155 * possible values.
165 GEnumValue *values; member in struct:_GEnumClass
170 * @mask: a mask covering all possible values.
171 * @n_values: the number of possible values
185 GFlagsValue *values; member in struct:_GFlagsClass
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 55 const std::vector<string16>& values);
57 std::vector<string16>* values) const;
59 // Returns |true| if |type| accepts multi-values.
104 // Returns true if there are no values (field types) set.
111 // GUIDs are not compared, only the values of the contents themselves.
125 // basis of comparison for new values that are submitted through forms to
130 // Profile. Or, for multi-valued fields append the new values.
  /external/chromium/testing/gtest/include/gtest/
gtest-typed-test.h 78 typename TestFixture::List values;
79 values.push_back(n);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 78 typename TestFixture::List values;
79 values.push_back(n);
  /external/proguard/examples/
library.pro 54 public static **[] values();
  /external/v8/test/mjsunit/
debug-evaluate-arguments.js 35 function checkArguments(frame, names, values) {
36 var argc = Math.max(names.length, values.length);
45 if (i < values.length) {
46 assertEquals(values[i], frame.argumentValue(i).value());
function-prototype.js 28 // Test that we can set function prototypes to non-object values. The
39 var values = [123, "asdf", true]; variable
41 values.forEach(TestNonObjectPrototype);
44 // Test moving between non-object and object values.
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.stderr.exp 18 Use --track-origins=yes to see where uninitialised values come from
  /external/webkit/Source/WebCore/inspector/front-end/
Database.js 123 sqlTransactionSucceeded: function(transactionId, columnNames, values)
131 callback(columnNames, values);
  /external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.cpp 56 virtual void replyIntArray(const int* values, int count)
64 m_popupClient->listBoxSelectItem(values[i],
128 // Possible values for enabledArray. Keep in Sync with values in
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 92 attributeValues:(NSArray *)values
106 - (void)setAttributeKeys:(NSArray *)keys andValues:(NSArray *)values;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFormDelegate.idl 95 //- (void)frame:(WebFrame *)frame sourceFrame:(WebFrame *)sourceFrame willSubmitForm:(DOMElement *)form withValues:(NSDictionary *)values submissionListener:(id <WebFormSubmissionListener>)listener;
96 HRESULT willSubmitForm([in] IWebFrame* frame, [in] IWebFrame* sourceFrame, [in] IDOMElement* form, [in] IPropertyBag* values, [in] IWebFormSubmissionListener* listener);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.cpp 127 for (HashMap<uint64_t, PluginProxy*>::const_iterator::Values it = m_plugins.begin().values(), end = m_plugins.end().values(); it != end; ++it) {
  /frameworks/base/core/java/android/content/
ContentProviderClient.java 81 public int update(Uri url, ContentValues values, String selection,
83 return mContentProvider.update(url, values, selection, selectionArgs);
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 162 for (Callback cb : mCallbacks.values()) {
242 for (Callback cb : mCallbacks.values()) {
  /frameworks/base/core/java/android/webkit/
DeviceMotionService.java 157 assert(event.values.length == 3);
167 mLastAcceleration = event.values;
  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 31 float* values = autoDir.ptr(); local
33 direction[i] = SkFloatToScalar(values[i]);
PathEffect.cpp 32 float* values = autoInterval.ptr(); local
37 intervals[i] = SkFloatToScalar(values[i]);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 90 * of values.
92 public void set(float[] values) {
93 System.arraycopy(values, 0, mValues, 0, MATRIX_SIZE);
119 float[] values = new float[MATRIX_SIZE]; local
120 values[0] = (float) matrix.getScaleX();
121 values[1] = (float) matrix.getShearX();
122 values[2] = (float) matrix.getTranslateX();
123 values[3] = (float) matrix.getShearY();
124 values[4] = (float) matrix.getScaleY();
125 values[5] = (float) matrix.getTranslateY()
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 166 for (ObjectIdentifier objectIdentifier : RFC2253_NAMES.values()) {
171 for (ObjectIdentifier o : RFC2459_NAMES.values()) {
396 Object[] values = (Object[]) in.content;
397 return new AttributeTypeAndValue((int[]) values[0], (AttributeValue) values[1]);
400 @Override protected void getValues(Object object, Object[] values) {
402 values[0] = atav.oid.getOid();
403 values[1] = atav.value;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockSharedPreferences.java 125 public Editor putStringSet(String key, Set<String> values) {
126 mTempValues.put(key, values);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java 139 * Test the frequency values list for a particular value
142 CharSequence[] values = mCheckFrequency.getEntryValues(); local
143 for (CharSequence listValue : values) {

Completed in 1911 milliseconds

<<31323334353637383940>>