HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 301 - 325 of 1385) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/bindings/js/
JSWebGLArrayBufferConstructor.h 70 OwnFastMallocPtr<T> values(static_cast<T*>(tempValues));
75 values.get()[i] = static_cast<T>(v.toNumber(exec));
78 return C::create(values.get(), length);
  /external/webkit/WebCore/platform/network/cf/
ResourceResponseCFNet.cpp 103 Vector<const void*, 128> values(headerCount);
104 CFDictionaryGetKeysAndValues(headers.get(), keys.data(), values.data());
106 m_httpHeaderFields.set((CFStringRef)keys[i], (CFStringRef)values[i]);
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 109 Collection values = mHandlerMap.values(); local
110 Iterator iter = values.iterator();
  /packages/apps/DeskClock/src/com/android/deskclock/
RepeatPreference.java 30 // Initial value that can be set with the values saved in the database.
40 String[] values = new String[] { local
49 setEntries(values);
50 setEntryValues(values);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockCorpora.java 60 return Collections.unmodifiableCollection(mCorporaByName.values());
72 for (Corpus corpus : mCorporaByName.values()) {
87 for (Corpus corpus : mCorporaByName.values()) {
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 251 ContentValues values = new ContentValues(); local
253 // Assign values for each row.
254 values.put(BodyColumns.MESSAGE_KEY, mMessageKey);
255 values.put(BodyColumns.HTML_CONTENT, mHtmlContent);
256 values.put(BodyColumns.TEXT_CONTENT, mTextContent);
257 values.put(BodyColumns.HTML_REPLY, mHtmlReply);
258 values.put(BodyColumns.TEXT_REPLY, mTextReply);
259 values.put(BodyColumns.SOURCE_MESSAGE_KEY, mSourceKey);
260 values.put(BodyColumns.INTRO_TEXT, mIntroText);
261 return values;
605 ContentValues values = new ContentValues(); local
1490 ContentValues values = new ContentValues(); local
1802 ContentValues values = new ContentValues(); local
2071 ContentValues values = new ContentValues(); local
2229 ContentValues values = new ContentValues(); local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 68 ActivityManager.MemoryInfo values = local
70 assertEquals(AVAILMEM, values.availMem);
71 assertEquals(THRESHOLD, values.threshold);
72 assertEquals(LOWMEMORY, values.lowMemory);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiCoverage.java 38 return Collections.unmodifiableCollection(mPackages.values());
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 132 * an array of values, in the format specified by "encoded_array Format"
187 for (DexEncodedValueType type : values()) {
  /cts/tools/signature-tools/src/signature/model/
Modifier.java 44 for (Modifier modifier : values()) {
  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 33 for (SigPrimitiveType primitive : values()) {
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 81 for (Data data : dataMap.values()) {
85 for (Data data : sortedData.values()) {
97 for (Data data : dataMap.values()) {
101 for (Data data : sortedData.values()) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 42 "sensorChanged (" + event.values[0] + ", " + event.values[1] + ", " + event.values[2] + ")");
43 mValues = event.values;
  /external/chromium/third_party/icu/source/common/
triedict.h 75 * <p>Returns true if the dictionary contains values associated with each word.</p>
88 * @param values An array that is filled with the values associated with the matched words.
96 uint16_t *values = NULL) const = 0;
152 * @param containsValue True if the dictionary stores values associated with each word.
162 * Indicate whether the MutableTrieDictionary stores values associated with each word
169 * <p>Returns true if the dictionary contains values associated with each word.</p>
184 * @param values An array that is filled with the values associated with the matched words.
192 uint16_t *values = NULL) const
    [all...]
  /external/guava/src/com/google/common/collect/
BiMap.java 28 * its values as well as that of its keys. This constraint enables bimaps to
30 * as this bimap but with reversed keys and values.
86 * <p>Because a bimap has unique values, this method returns a {@link Set},
90 Set<V> values(); method in interface:BiMap
94 * values to its associated key. The two bimaps are backed by the same data;
  /external/iproute2/misc/
lnstat.h 20 unsigned long values[2]; /* two buffers for values */ member in struct:lnstat_field
  /external/proguard/src/proguard/evaluation/
TracedVariables.java 149 if (values[index] == null)
151 producerVariables.values[index] = null;
155 other.producerVariables.values[index] = null;
181 // Account for the extra space required by Category 2 values.
219 Value value = this.values[index];
  /external/webkit/WebCore/platform/graphics/filters/
FEColorMatrix.h 48 const Vector<float>& values() const;
  /external/webkit/WebCore/storage/
SQLResultSetRowList.h 44 const Vector<SQLValue>& values() const { return m_result; } function in class:WebCore::SQLResultSetRowList
  /external/webkit/WebKit/chromium/public/
WebVector.h 109 void assign(const U* values, size_t size)
112 initializeFrom(values, size);
144 void initializeFrom(const U* values, size_t size)
152 new (&m_ptr[i]) T(values[i]);
  /frameworks/base/core/java/android/database/sqlite/
SqliteWrapper.java 77 ContentValues values, String where, String[] selectionArgs) {
79 return resolver.update(uri, values, where, selectionArgs);
99 Uri uri, ContentValues values) {
101 return resolver.insert(uri, values);
  /frameworks/base/core/java/com/google/android/mms/util/
SqliteWrapper.java 89 ContentValues values, String where, String[] selectionArgs) {
91 return resolver.update(uri, values, where, selectionArgs);
111 Uri uri, ContentValues values) {
113 return resolver.insert(uri, values);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextColor.java 56 for (TextColor e : TextColor.values()) {
  /frameworks/base/tools/preload/
PrintPsTree.java 40 for (Proc proc : root.processes.values()) {
WritePreloadedClassFile.java 52 for (LoadedClass loadedClass : root.loadedClasses.values()) {
80 for (LoadedClass loadedClass : root.loadedClasses.values()) {
98 for (Proc proc : root.processes.values()) {
135 for (Proc proc : root.processes.values()) {

Completed in 1608 milliseconds

<<11121314151617181920>>