HomeSort by relevance Sort by last modified time
    Searched full:put (Results 626 - 650 of 4625) sorted by null

<<21222324252627282930>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-8-n.js 40 4. Call the [[Put]] method of Result(2), passing GetPropertyName(V)
43 6. Call the [[Put]] method for the global object, passing
12.6.3-9-n.js 40 4. Call the [[Put]] method of Result(2), passing GetPropertyName(V)
43 6. Call the [[Put]] method for the global object, passing
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-72964.js 52 // Now put a space in the middle; first half of string should match
67 // Now put a space in the middle; first half of string should match
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-131510-001.js 54 * Put same example in function scope instead of global scope
61 * Put these examples in eval scope
  /frameworks/base/core/java/android/pim/
RecurrenceSet.java 213 values.put(Calendar.Events.DTSTART, millis);
221 values.put(Calendar.Events.RRULE, rrule);
222 values.put(Calendar.Events.RDATE, rdate);
223 values.put(Calendar.Events.EXRULE, exrule);
224 values.put(Calendar.Events.EXDATE, exdate);
225 values.put(Calendar.Events.EVENT_TIMEZONE, tzid);
226 values.put(Calendar.Events.DURATION, duration);
227 values.put(Calendar.Events.ALL_DAY, allDay ? 1 : 0);
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 50 map.put("event", event);
51 map.put("path", path);
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
CharacterDataImpl.h 41 * implementation may not put arbitrary limits on the amount of data
59 * implementation may not put arbitrary limits on the amount of data
  /frameworks/base/tests/CoreTests/android/core/
TreeMapTest.java 59 tm.put(new Integer(val), "V:" + val);
60 hm.put(new Integer(val), "V:" + val);
  /frameworks/base/tools/preload/
Root.java 78 loadedClasses.put(name, loadedClass);
122 processes.put(proc.id, proc);
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 34 displayMap.put(item, displayItem);
141 displayMap.put(displayItem.mItemRef, displayItem);
GridQuad.java 126 buffer.put(i, (char) i);
223 mVertexBuffer.put(posIndex, x);
224 mVertexBuffer.put(posIndex + 1, y);
225 mVertexBuffer.put(posIndex + 2, z);
252 mBaseTexCoordBuffer.put(baseTexIndex, u);
253 mBaseTexCoordBuffer.put(baseTexIndex + 1, v);
256 mOverlayTexCoordBuffer.put(texIndex, u);
257 mOverlayTexCoordBuffer.put(texIndex + 1, v);
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
EntrySchema.java 137 values.put(columnName, (String) field.get(object));
140 values.put(columnName, field.getBoolean(object));
143 values.put(columnName, field.getShort(object));
146 values.put(columnName, field.getInt(object));
149 values.put(columnName, field.getLong(object));
152 values.put(columnName, field.getFloat(object));
155 values.put(columnName, field.getDouble(object));
158 values.put(columnName, (byte[]) field.get(object));
  /packages/apps/IM/src/com/android/im/app/
SignoutActivity.java 97 values.put(Imps.AccountStatus.PRESENCE_STATUS,
99 values.put(Imps.AccountStatus.CONNECTION_STATUS,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableCorpora.java 152 mCorporaByName.put(corpus.getName(), corpus);
154 mCorporaBySource.put(source, corpus);
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 80 // Put a spelling string to the table.
92 // Sort the spelling strings and put them from the begin of the buffer.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkheaders 67 # Directory in which to put host dependent programs and libraries
69 # Directory in which to put the directories used by the compiler.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkheaders 67 # Directory in which to put host dependent programs and libraries
69 # Directory in which to put the directories used by the compiler.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkheaders 68 # Directory in which to put host dependent programs and libraries
70 # Directory in which to put the directories used by the compiler.
  /sdk/traceview/src/com/android/traceview/
ColorController.java 71 colorCache.put(key, color);
86 imageCache.put(key, image);
  /bionic/libc/
CAVEATS 3 we wish we'll never put in there.

Completed in 110 milliseconds

<<21222324252627282930>>