/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 69 * {@link #put} should check for and remove all mappings whose soft values 221 public Object put (final Object key, final Object value) method in class:SoftValueMap 416 out.append ("size threshold = " + m_sizeThreshold + ", get clear frequency = " + m_readClearCheckFrequency + ", put clear frequency = " + m_writeClearCheckFrequency + EOL); 417 out.append ("get count: " + m_readAccessCount + ", put count: " + m_writeAccessCount + EOL); 583 // no match found this can happen if a soft value got replaced by a put 602 private final int m_readClearCheckFrequency, m_writeClearCheckFrequency; // parameters determining frequency of running removeClearedKeys() by get() and put()/remove(), respectively
|
/external/iproute2/misc/ |
arpd.c | 391 dbase->put(dbase, &dbkey, &dbdat, 0); 409 dbase->put(dbase, &dbkey, &dbdat, 0); 421 dbase->put(dbase, &dbkey, &dbdat, 0); 530 dbase->put(dbase, &dbkey, &dbdat, 0); 717 if (dbase->put(dbase, &dbkey, &dbdat, 0)) { 718 perror("hash->put");
|
/external/webkit/JavaScriptCore/jit/ |
JITCall.cpp | 365 // Put the return value in dst. In the interpreter, op_ret does this. 405 // Put the return value in dst. 504 // Put the return value in dst. In the interpreter, op_ret does this. 571 // Put the return value in dst. In the interpreter, op_ret does this. 656 // Put the return value in dst. In the interpreter, op_ret does this. 696 // Put the return value in dst.
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 492 mHeaderMap.put(field, value); 541 mHeaderMap.put(field, value); 606 mHeaderMap.put(field, value); 641 mHeaderMap.put(field, list); 672 mHeaderMap.put(field, list); 719 mHeaderMap.put(field, value);
|
/packages/apps/Email/src/com/android/email/ |
SecurityPolicy.java | 327 cv.put(AccountColumns.FLAGS, account.mFlags); 344 cv.put(AccountColumns.FLAGS, flags & ~Account.FLAGS_SECURITY_HOLD); 369 // Put up a notification 556 cv.put(AccountColumns.SECURITY_FLAGS, account.mSecurityFlags); 557 cv.put(AccountColumns.SECURITY_SYNC_KEY, account.mSecuritySyncKey); 630 cv.put(AccountColumns.SECURITY_FLAGS, 0);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ClientData.java | 481 heapInfo.put(HEAP_MAX_SIZE_BYTES, maxSizeInBytes); 482 heapInfo.put(HEAP_SIZE_BYTES, sizeInBytes); 483 heapInfo.put(HEAP_BYTES_ALLOCATED, bytesAllocated); 484 heapInfo.put(HEAP_OBJECTS_ALLOCATED, objectsAllocated); 485 mHeapInfoMap.put(heapId, heapInfo); 529 mThreadMap.put(threadId, attr);
|
/packages/apps/Email/src/com/android/exchange/utility/ |
CalendarUtilities.java | 159 // Put a 4-byte long into a byte array (little endian) 172 // Put a 2-byte word into a byte array (little endian) 333 sTziStringCache.put(tz, tziString); 711 sTimeZoneCache.put(timeZoneString, timeZone); [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 33 * <tt>put</tt> and <tt>remove</tt>). Retrievals reflect the results 415 V put(K key, int hash, V value, boolean onlyIfAbsent) { method in class:ConcurrentHashMap.Segment 860 public V put(K key, V value) { method in class:ConcurrentHashMap 864 return segmentFor(hash).put(key, hash, value, false); 1321 put(key, value); method [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 957 bInput.put(b, 0, 10); 976 bInput.put(b, 0, 16); [all...] |
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/ |
JDBCDatabaseMetaData.java | 627 h.put(rs0.tr.column[i], new Integer(i)); 754 h0.put(rs0.tr.column[i], new Integer(i)); 758 h1.put(rs1.tr.column[i], new Integer(i)); 785 h2.put(rs2.tr.column[k], new Integer(k)); 872 h0.put(rs0.tr.column[i], new Integer(i)); 899 h1.put(rs1.tr.column[k], new Integer(k)); 931 h0.put(rs0.tr.column[i], new Integer(i)); 966 h0.put(in.tr.column[i], new Integer(i)); [all...] |
/external/guava/src/com/google/common/collect/ |
Maps.java | 304 onBoth.put(leftKey, leftValue); 307 differences.put(leftKey, new ValueDifferenceImpl<V>( 312 onlyOnLeft.put(leftKey, leftValue); 456 builder.put(keyFunction.apply(value), value); 481 builder.put(key, properties.getProperty(key)); 855 * put()} and {@code putAll()} methods throw an {@link 892 * other methods are supported by the map and its views. The {@link Map#put}, 928 * put()} and {@code putAll()} methods throw an {@link [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 184 void put(const char *const var_name, Pick *const var_ref = NULL){ function in class:SymbolTable 523 symbol_table->put(varName, varRef); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 405 put = strm->next_out; \ 416 strm->next_out = put; \ 504 enough bits to put the accumulator on a byte boundary. After BYTEBITS() 560 unsigned char FAR *put; /* next output */ local 826 zmemcpy(put, next, copy); 830 put += copy; [all...] |
/external/zlib/ |
inflate.c | 405 put = strm->next_out; \ 416 strm->next_out = put; \ 504 enough bits to put the accumulator on a byte boundary. After BYTEBITS() 560 unsigned char FAR *put; /* next output */ local 826 zmemcpy(put, next, copy); 830 put += copy; [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 419 mProvidersByName.put(provider.getName(), provider); 737 mRecordsByProvider.put(provider, records); 780 mReceivers.put(binder, receiver); 798 mReceivers.put(intent, receiver); 871 UpdateRecord oldRecord = receiver.mUpdateRecords.put(provider, r); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 276 outputResources.put(fixedName, bytes); 280 outputResources.put(fixedName, bytes); 476 * Make or modify the manifest (as appropriate), put the dex 486 outputResources.put(DEX_IN_JAR_NAME, dexArray); 539 attribs.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 554 attribs.put(CREATED_BY, createdBy); 677 meths.put(meth.getRef().getNat(), meth); [all...] |
/external/icu4c/io/ |
uscanf_p.c | 329 /* put the final character back on the input */ 363 /* put the final character back on the input */ 799 /* put the character from the input onto the target */ 824 /* put the final character we read back on the input */ 886 /* put the character from the input onto the target */ 895 /* put the final character we read back on the input */ [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSArray.cpp | 274 void JSArray::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::JSArray 279 put(exec, i, value); 293 JSObject::put(exec, propertyName, value, slot); 296 void JSArray::put(ExecState* exec, unsigned i, JSValue value) function in class:JSC::JSArray 330 put(exec, Identifier::from(exec, i), value, slot); 357 // We have decided that we'll put the new item into the vector. 920 // Put undefined values back in. [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RunningServices.java | 306 mServices.put(service.service, si); 471 mProcesses.put(si.uid, procs); 477 procs.put(si.process, proc); 489 mActiveProcesses.put(pid, proc); 516 mRunningProcesses.put(pi.pid, proc); 537 client.mDependentProcesses.put(proc.mPid, proc); [all...] |
/external/icu4c/i18n/ |
translit.cpp | 675 // Start is valid where it is. Limit needs to be put back where [all...] |
/external/libpcap/ |
pcap-linux.c | 50 * interfaces we put into promiscuous mode, take them out of [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdManager.java | 582 values.put(AVD_INI_SKIN_NAME, skinName); 583 values.put(AVD_INI_SKIN_PATH, skinName); 593 values.put(AVD_INI_SKIN_PATH, skinPath); 594 values.put(AVD_INI_SKIN_NAME, skinName); 600 // sdcard value is an external sdcard, so we put its path into the config.ini 601 values.put(AVD_INI_SDCARD_PATH, sdcard); 604 // in the AVD folder, and do not put any value in config.ini. 650 values.put(AVD_INI_SDCARD_SIZE, sdcard); 695 // finally put the hardware provided by the user. [all...] |
/cts/tools/dasm/src/java_cup/ |
parser.java | 403 /* if we aren't just starting out, put on a dot */ 490 /* put it in the non_terms table */ 491 non_terms.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, this_nt); 493 /* build a production_part and put it in the symbols table */ 494 symbols.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, new symbol_part(this_nt)); 514 /* build a production_part and put it in the table */ 515 symbols.put((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
ByteBuffer.java | 735 public abstract ByteBuffer put(byte b); method in class:ByteBuffer 742 * {@code put(src, 0, src.length)}. 752 public final ByteBuffer put(byte[] src) { method in class:ByteBuffer 753 return put(src, 0, src.length); 777 public ByteBuffer put(byte[] src, int off, int len) { method in class:ByteBuffer 787 put(src[i]); 808 public ByteBuffer put(ByteBuffer src) { method in class:ByteBuffer 817 put(contents); 835 public abstract ByteBuffer put(int index, byte b); method in class:ByteBuffer [all...] |