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

<<61626364656667686970>>

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 61 // to compute the values.
147 // opener.popup(width, height), where width and height are the values of the popup size;
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 247 methods.addAll(allMethods.values());
Stubs.java 444 if (("values".equals(method.name()) && "()".equals(method.signature()))
783 for (ClassInfo cl: pkg.allClasses().values()) {
789 writePackageXML(xmlWriter, pkg, pkg.allClasses().values(), notStrippable);
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 144 for (AtomicInteger frequency : backingMap.values()) {
ConcurrentHashMultiset.java 135 for (Integer value : countMap.values()) {
CustomConcurrentHashMap.java 47 * Map#get} atomically computes values on demand (see {@link
202 * @param <V> the type of values to be stored in the returned map
216 * supports atomic, on-demand computation of values. {@link Map#get}
243 * @param computer used to compute values for keys
246 * @param <V> the type of values to be stored in the returned map
285 * Setting values to null is not permitted, but entries may have null keys
286 * or values for various reasons. For example, the key or value may have
288 * CustomConcurrentHashMap treats entries with null keys and values as
297 * @param <V> the type of values to be stored in the returned map
339 * Sets the value of an entry using volatile semantics. Values are se
1570 Collection<V> values; field in class:CustomConcurrentHashMap.Impl
1587 @Override public Collection<V> values() { method in class:CustomConcurrentHashMap.Impl
    [all...]
  /external/skia/include/core/
SkScalar.h 28 to allow the calling code to manipulate SkScalar values without knowing which representation
34 /** SkScalar is our type for fractional values and coordinates. Depending on
309 /** Interpolate along the function described by (keys[length], values[length])
320 const SkScalar values[], int length);
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 128 const HashTableValue* values; // Fixed values generated by script. member in struct:JSC::HashTable
264 * Simplified version of getStaticPropertySlot in case there are no functions, only "values".
282 * Simplified version of getStaticPropertyDescriptor in case there are no functions, only "values".
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 175 // Extracts keyPath from values and returns the corresponding keys.
176 static void createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue> >& values, const String& keyPath, Vector<RefPtr<IDBKey> >& keys);
  /external/webkit/Tools/Scripts/
svn-create-patch 107 for my $path (sort patchpathcmp values %diffFiles) {
  /frameworks/base/core/java/android/net/
Uri.java 1614 ArrayList<String> values = new ArrayList<String>(); local
    [all...]
UrlQuerySanitizer.java 113 * Sanitize values based on which characters they contain. Illegal
410 * unregistered parameter values.
417 * parameter values.
425 * parameter values.
427 * parameter values.
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 33 new QwertyKeyListener[Capitalize.values().length * 2];
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 340 for (Entry entry : totalStats.values()) {
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 40 ; * of the following values:
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 95 for (Density d : Density.values()) {
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 593 Collection<Package> col = packages.values();
786 * with dummy values. The Package object is then put into the ClassLoader's
  /libcore/luni/src/main/java/java/util/
AbstractMap.java 109 * A key-value mapping with mutable values.
464 * iterator transforms this map's entry set iterator to return values.
466 public Collection<V> values() { method in class:AbstractMap
  /ndk/build/core/
build-binary.mk 16 # Check that LOCAL_MODULE is defined, then restore its LOCAL_XXXX values
78 $(call __ndk_info,WARNING: Invalid LOCAL_CPP_EXTENSION values: $(bad_cpp_extensions))
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 189 List<RawContactInfo> list = new ArrayList<RawContactInfo>(rawContactInfos.values());
  /packages/apps/Email/src/com/android/email/
RefreshManager.java 154 for (Status s : mMap.values()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 137 for (NinePatchInstance instance : mInstanceCache.values()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 126 for (LocaleEntry localeEntry : dictionaryIdLocaleMap.values()) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 640 * Integer values for USAGE_TYPE.
2744 ContentValues values = new ContentValues(); local
2780 ContentValues values = new ContentValues(); local
4373 ContentValues values = new ContentValues(); local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 148 for (NotificationItem item : mNotifications.values()) {

Completed in 942 milliseconds

<<61626364656667686970>>