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

<<51525354555657585960>>

  /frameworks/base/core/java/android/content/
ContentResolver.java 281 * explicit values in the {@code selection} parameter, so that queries
282 * that differ only by those values will be recognized as the same
295 * replaced by the values from selectionArgs, in the order that they
296 * appear in the selection. The values will be bound as Strings.
718 * @param values The initial values for the newly inserted row. The key is the column name for
722 public final Uri insert(Uri url, ContentValues values)
730 Uri createdRow = provider.insert(url, values);
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 137 for (SipSessionGroupExt group : mSipGroups.values()) {
341 for (SipSessionGroupExt group : mSipGroups.values()) {
414 for (SipSessionGroupExt group : mSipGroups.values()) {
426 for (SipSessionGroupExt group : mSipGroups.values()) {
484 // of timeout values
672 // variety of timeout values
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 278 results.values = new DefaultFilterResult(
301 if (results.values != null) {
302 DefaultFilterResult defaultFilterResult = (DefaultFilterResult) results.values;
358 results.values = null;
381 results.values = tempEntries;
408 (ArrayList<TemporaryEntry>) results.values;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 716 * Fill the specified conversation with the values from the specified
958 ContentValues values = new ContentValues(1); local
993 ContentValues values = new ContentValues(1); local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 478 public CharSequence inflateUsing(Context context, ContentValues values) {
479 final boolean validColumn = values.containsKey(mColumnName);
483 final CharSequence columnValue = validColumn ? values.getAsString(mColumnName) : null;
529 public CharSequence inflateUsing(Context context, ContentValues values) {
530 final Integer type = values.getAsInteger(getTypeColumn());
531 final String label = values.getAsString(getLabelColumn());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 231 * it strips out the @layout/ prefix, and eliminates the values for empty string
232 * values. The map can be restored by calling {@link #decodeMap}. The encoded String
248 List<String> values = map.get(key); local
254 if (values.size() > 0) {
258 for (String value : values) {
279 * @return a map corresponding to the encoded values, never null
306 List<String> values = new ArrayList<String>(); local
307 // Find values
323 values.add(encoded.substring(valueBegin, valueEnd));
338 map.put(key, values);
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 2122 UList *values = ulist_createEmptyList(status); local
    [all...]
  /external/jpeg/
jmemdosa.asm 19 ; values, which everybody returns in AX.
259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
260 ; These are loaded, the XMS call is performed, and the new values of the
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
341 ; These are loaded, the EMS trap is performed, and the new values of the
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 185 pxor xmm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
186 pxor xmm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
189 pxor xmm6, [GLOBAL(t80)] ; offset to convert to signed values
192 pxor xmm0, [GLOBAL(t80)] ; offset to convert to signed values
203 pand xmm1, xmm2 ; mask filter values we don't care about
404 pxor xmm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
405 pxor xmm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
406 pxor xmm6, [GLOBAL(t80)] ; offset to convert to signed values
407 pxor xmm0, [GLOBAL(t80)] ; offset to convert to signed values
420 pand xmm1, xmm2 ; mask filter values we don't care abou
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 181 // Check to see if we're setting style values
195 // ignore negative width and height values
420 values = [],
441 values.push( value );
445 return values;
468 var values = jQuery.makeArray(value);
471 this.selected = (jQuery.inArray( this.value, values ) >= 0 ||
472 jQuery.inArray( this.text, values ) >= 0);
475 if ( !values.length )
585 // Only deal with non-null/undefined values
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 93 All token names and values come directly from EXT_texture_array.
303 regardless of the actual values, when performing mipmap calculations.
350 values, as well as state for the red, green, blue, alpha, luminance,
354 three-dimensional proxy state values of the specified level-of-detail
359 supported by such a call to TexImage3D, the proxy state values are set
390 comprising all the state values listed in section 3.8.11, set to the
391 same initial values. If the new texture object is bound to TEXTURE_1D,
554 input values used for each coordinate of the texture lookup, the
657 that the additional pixel storage state values PACK_IMAGE_HEIGHT and
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 133 // Keys are the new names of the packages, values are the original
305 for (BasePermission bp : permissions.values()) {
692 for (final PackageSetting pkg : mPackages.values()) {
    [all...]
  /external/dbus/bus/
driver.c 833 DBusList *values, *value_link; local
853 * the environment keys and values to lists. The result will
858 values = NULL;
885 if (!_dbus_list_append (&values, value))
903 _dbus_assert (_dbus_list_get_length (&keys) == _dbus_list_get_length (&values));
906 value_link = values;
923 value_link = _dbus_list_get_next_link (&values, value_link);
941 _dbus_list_clear (&values);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 702 const Vector<std::pair<String, String> >& values = formState->textFieldValues(); local
705 webPage->injectedBundleFormClient().willSubmitForm(webPage, form, m_frame, sourceFrame, values, userData);
709 StringPairVector valuesVector(values);
    [all...]
  /external/icu4c/common/
uloc.c 58 char *values, int32_t valuesCapacity, int32_t *valLen,
645 char *values, int32_t valuesCapacity, int32_t *valLen,
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 450 for (NetworkPolicy policy : mNetworkPolicy.values()) {
709 for (NetworkPolicy policy : mNetworkPolicy.values()) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 153 // destroyed, it clears all mParentTab values in the children.
2060 ContentValues values = new ContentValues(); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 520 // test removing with the iterator does not null the values
663 * @tests java.util.Hashtable#values()
666 // Test for method java.util.Collection java.util.Hashtable.values()
667 Collection c = ht10.values();
670 assertTrue("Returned incorrect values", c.contains(e.nextElement()));
678 Collection values = myHashtable.values(); local
680 "Test Returned Collection From Hashtable.values()", values)
682 values.remove(new Integer(0))
    [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 773 const GLvoid *values, GLenum type)
790 program->ValuesUniform[start][0] = *(float *)values;
832 memcpy(program->ValuesUniform + start + i, values, elems * sizeof(float));
838 GLint location, GLsizei count, GLboolean transpose, const GLfloat *values)
852 column[j] = values[i * 4 + j];
862 // LOGD("pf2: GGLShaderUniformMatrix %.2f \t %.2f \t %.2f \t %.2f \n", values[i * 4 + 0],
863 // values[i * 4 + 1], values[i * 4 + 2], values[i * 4 + 3]);
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 218 jfloat* values = static_cast<jfloat*>( local
226 outRawPointerCoords->setAxisValue(axis, values[index++]);
229 env->ReleasePrimitiveArrayCritical(valuesArray, values, JNI_ABORT);
301 const float* values = rawPointerCoords->values; local
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 445 * values and write them to a byte array.
449 * @return The byte array of extracted values.
453 byte[][] values = new byte[settingsCount * 2][]; // keys and values
488 values[backedUpSettingIndex * 2] = keyBytes;
492 values[backedUpSettingIndex * 2 + 1] = valueBytes;
506 pos = writeInt(result, pos, values[i].length);
507 pos = writeBytes(result, pos, values[i]);
  /libcore/luni/src/main/java/java/security/
Provider.java 232 public Collection<Object> values() { method in class:Provider
233 return Collections.unmodifiableCollection(super.values());
457 lastServicesSet = new HashSet<Service>(serviceTable.values());
462 lastServicesSet.addAll(propertyServiceTable.values());
590 for (Iterator<Service> it = propertyServiceTable.values().iterator(); it
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 31 * <p>All elements are permitted as keys or values, including null.
51 * @param <V> the type of mapped values
119 private transient Collection<V> values; field in class:HashMap
246 result.values = null;
686 * Returns a collection of the values contained in this map. The collection
704 * @return a collection of the values contained in this map.
706 @Override public Collection<V> values() { method in class:HashMap
707 Collection<V> vs = values;
708 return (vs != null) ? vs : (values = new Values());
    [all...]
Hashtable.java 30 * <p>Neither keys nor values can be null. (Use {@code HashMap} or {@code LinkedHashMap} if you
31 * need null keys or values.)
34 * @param <V> the type of mapped values
98 private transient Collection<V> values; field in class:Hashtable
223 result.values = null;
601 * Returns a collection of the values contained in this {@code Hashtable}.
605 * @return a collection of the values.
607 public synchronized Collection<V> values() { method in class:Hashtable
608 Collection<V> vs = values;
609 return (vs != null) ? vs : (values = new Values())
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 353 for (BitmapHolder h : mBitmapHolderCache.snapshot().values()) {
377 for (Bitmap b : mBitmapCache.snapshot().values()) {
452 for (BitmapHolder holder : mBitmapHolderCache.snapshot().values()) {
619 for (BitmapHolder holder : mBitmapHolderCache.snapshot().values()) {
669 Iterator<Request> iterator = mPendingRequests.values().iterator();
    [all...]

Completed in 683 milliseconds

<<51525354555657585960>>