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

<<919293949596979899100>>

  /system/core/include/arch/linux-x86/
AndroidConfig.h 28 * This file is included by ALL C/C++ source files. Don't put anything in
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 14 * This file is included by ALL C/C++ source files. Don't put anything in
  /system/core/include/arch/windows/
AndroidConfig.h 33 * This file is included by ALL C/C++ source files. Don't put anything in
  /system/core/logcat/
event.logtags 14 # Optionally, after the tag names can be put a description for the value(s)
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 297 values.put(People.NAME, "CTS test contact");
301 values.put(People.Phones.TYPE, People.Phones.TYPE_HOME);
302 values.put(People.Phones.NUMBER, "+18005552871");
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 105 * Put all the primitive types into the intern table. This needs
117 * Note: VOID isn't put in the intern table, since it's special and
851 internTable.put(descriptor, type);
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ManifestTest.java 547 .put(Attributes.Name.IMPLEMENTATION_VENDOR, vendor);
548 m.getAttributes(ATT_ENTRY_NAME).put(
550 m.getEntries().get(ATT_ENTRY_NAME).put(
  /dalvik/libcore/luni/src/main/java/java/lang/
StringBuffer.java 731 fields.put("count", length()); //$NON-NLS-1$
732 fields.put("shared", false); //$NON-NLS-1$
733 fields.put("value", getValue()); //$NON-NLS-1$
  /dalvik/libcore/luni/src/main/java/java/util/
TimeZone.java 108 // AvailableZones.put(GMT.getID(), GMT);
110 // AvailableZones.put(zones[i].getID(), zones[i]);
129 // AvailableZones.put(name, zone);
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 888 out.put((char) input[i]);
897 // out.put("flush");
900 // out.put("flush", 0, out.remaining());
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 629 dst.put(alert_data);
700 dst.put(remaining_wrapped_data);
720 dst.put(remaining_hsh_data);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 500 // Put the common copy of charInfo in the cache, but return
502 m_getCharInfoCache.put(entitiesFileName, charInfo);
732 m_charToString.put(character, outputString);
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 627 prefixTable.put(prefix, uri);
628 uriTable.put(uri, prefix); // may wipe out another prefix
712 table.put(name[2], name);
  /external/bluetooth/glib/gobject/
glib-mkenums.in 13 # guess where to put the underscores.
241 # put auto-generation comment
497 # put auto-generation comment
  /external/gtest/test/
gtest_output_test_golden_lin.txt 223 of the classes to put the tests into different test cases.
234 of the classes to put the tests into different test cases.
248 of the classes to put the tests into different test cases.
gtest_output_test_golden_win.txt 211 of the classes to put the tests into different test cases.
221 of the classes to put the tests into different test cases.
234 of the classes to put the tests into different test cases.
  /external/guava/javadoc/com/google/common/collect/
LinkedListMultimap.html 111 multimap.put(key1, foo);
112 multimap.put(key2, bar);
113 multimap.put(key1, baz);</code></pre>
317 <TD><CODE><B><A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/LinkedListMultimap.html" title="type parameter in LinkedListMultimap">K</A>&nbsp;key,
    [all...]
  /external/icu4c/i18n/
uspoof_buildconf.cpp 268 // put them into the appropriate mapping table.
288 // Put the map (value) string into the string pool
378 // Put the assembled data into the flat runtime array
  /external/jpeg/
ansi2knr.c 660 /* Put out the function name and left parenthesis. */
663 /* Put out the declaration. */
679 /* Put out the argument declarations */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
autocorr.cpp 41 Description: Put into template...starting optimization.
254 L_Extract (sum, &r_h[0], &r_l[0]); // Put in DPF format (see oper_32b)
418 /* Put in DPF format (see oper_32b) */
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 145 // Put the returned chunk in the free pool
604 // enough space to put in a block info header plus the minimum buffer for the new free block
727 // Put in one free block in the new buffer
    [all...]
  /external/openssl/crypto/rsa/
rsa_eay.c 55 * copied and put under another distribution licence
233 /* put in leading 0 bytes if the number is less than the
456 /* put in leading 0 bytes if the number is less than the
  /external/svox/pico/lib/
picodata.c 283 /* all ok, now put complete item */
301 /* put single byte */
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 154 void JSGlobalObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSGlobalObject
160 JSVariableObject::put(exec, propertyName, value, slot);
172 JSVariableObject::put(exec, propertyName, value, slot);

Completed in 516 milliseconds

<<919293949596979899100>>