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

<<51525354555657585960>>

  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 381 public Object put(Object key, Object value) { method in class:Attributes
382 return map.put((Name) key, (String) value);
513 return (String) map.put(new Attributes.Name(name), val);
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
FileChannelImpl.java 370 buffers[i].put(buf); method
375 buffers[i].put(buf); method
600 directBuffer.put(buffer);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKKeyPairGenerator.java 400 // ecParameters.put(new Integer(192), new ECGenParameterSpec("prime192v1"));
401 // ecParameters.put(new Integer(239), new ECGenParameterSpec("prime239v1"));
402 // ecParameters.put(new Integer(256), new ECGenParameterSpec("prime256v1"));
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.c 142 /* Found a new place to put the store - move it here */
365 /* Found a new place to put the load - move it here */
469 /* Found a new place to put the load - move it here */
  /external/guava/javadoc/com/google/common/collect/
MutableClassToInstanceMap.html 219 <TD><CODE><B><A HREF="../../../../com/google/common/collect/MutableClassToInstanceMap.html#put(K, V)">put</A></B>(K&nbsp;key,
285 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#keySet()" title="class or interface in java.util">keySet</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util">values</A></CODE></TD>
409 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3>
410 put</H3>
412 public V <B>put</B>(K&nbsp;key,
416 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is (…)
    [all...]
  /external/icu4c/i18n/
regexcst.pl 17 # regexcst.h generated file is put back into cvs.
56 # Put in a hash, together with the current state number,
298 # Put out a C++ comment showing the number (index) of this state row,
  /external/icu4c/test/intltest/
svccoll.cpp 352 fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status);
353 fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status);
354 fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status);
  /external/kernel-headers/original/linux/
module.h 166 /* Get/put a kernel symbol (calls must be symmetric) */
437 /* This is a #define so the string doesn't get put in every .o file */
503 /* Get/put a kernel symbol (calls should be symmetric) */
  /external/libpcap/
wlan_filtering.patch 85 + * that put the length of that prefix into the X register.
111 + * that should be the value that we put here
121 + * that should be the value that we put here
  /external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp 325 // Get current position of put pointer
612 int32 currentPos = PVA_FF_AtomUtils::getCurrentFilePosition(&_pofstream); // Get current position of put pointer
619 PVA_FF_AtomUtils::seekFromStart(&_pofstream, currentPos); // Return the ostream's put pointer
  /external/stlport/stlport/stl/
_num_put.c 283 // put sign if needed or requested
296 // put sign if requested
325 // put leading '0' if showbase is set
_ostream.c 114 * Helper struct (guard) to put back a character in a streambuf
202 __failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf()),
408 basic_ostream<_CharT, _Traits>::put(char_type __c) { function in class:_Traits
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
175 // If the put pointer is somewhere in the middle of the string,
218 // If the put pointer is somewhere in the middle of the string,
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 190 void JSCallbackObject<Base>::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSCallbackObject
239 JSCallbackObject<Base>::putDirect(propertyName, value); // put as override property
245 return Base::put(exec, propertyName, value, slot);
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 252 // If the node is in document, put it in the ownerDocument's object group.
258 // Otherwise, the node is put in an object group identified by the root
267 // If the attribute has no element, no need to put it in the group,
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 164 // Put HTML on the pasteboard.
171 // Put the attributed string on the pasteboard (RTF/RTFD format).
183 // Put plain string on the pasteboard.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 64 output_dir: directory to put crash stack traces into
134 output_dir: Directory to put crash stacks into.
336 self._result_queue.put((filename, failures))
  /external/zlib/contrib/ada/
test.adb 269 Put (Msg);
272 Ada.Text_IO.Put ("size =");
274 Count_IO.Put
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 263 fixes.put("a", "<a@gmail.com>");
264 fixes.put("a b", "<ab@gmail.com>");
265 fixes.put("a@b", "<a@b>");
  /frameworks/base/obex/javax/obex/
ClientSession.java 176 Operation op = put(header);
246 public Operation put(HeaderSet header) throws IOException { method in class:ClientSession
376 * Set request inactive. Allows Put and get operation objects to tell this
  /packages/apps/IM/src/com/android/im/app/
ContactListActivity.java 405 values.put(Imps.AccountStatus.ACCOUNT, mAccountId);
406 values.put(Imps.AccountStatus.PRESENCE_STATUS, Imps.Presence.OFFLINE);
407 values.put(Imps.AccountStatus.CONNECTION_STATUS, Imps.ConnectionStatus.OFFLINE);
  /packages/apps/IM/src/com/android/im/provider/
Imps.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 423 mFzkPatterns.put(key, fzks);
480 mAllIndepWordBag.put(input, words);
489 mIndepWordBag.put(input, words);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 129 childrenPadding.put(child, p);
350 * Nodes with no id are ignored and not put in the map.
359 map.put(cleanUpIdReference(viewId), node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 367 results.put(Integer.MIN_VALUE, mi);
377 results.put(rating, mi);
394 results.put(rating, mAst.newSimpleName(var.getName()));

Completed in 386 milliseconds

<<51525354555657585960>>