/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
DefaultPolicy.java | 206 // double check in case value has been put to cache 219 cache.put(pd, pc); 245 // double check in case value has been put to cache 258 cache.put(cs, pc); 300 // but there is possibility that concurrent thread will put
|
/external/grub/netboot/ |
ni5010.c | 256 outb(0, IE_MMODE); /* Put Xmit buffer on system bus */ 259 outsb(IE_XBUF, d, ETH_ALEN); /* Put dst in buffer */ 260 outsb(IE_XBUF, nic->node_addr, ETH_ALEN);/* Put src in buffer */ 263 outsb(IE_XBUF, p, s); /* Put data in buffer */ 328 outb(1, IE_MMODE); /* Put Rcv buffer on system bus */
|
/external/icu4c/common/ |
rbbicst.pl | 15 # rbbirpt.h generated file is put back into cvs. 55 # Put in a hash, together with the current state number, 313 # if this is the first row of the table for this state, put out the state name. 320 # Put out a comment showing the number (index) of this state row, 420 # Put out a C++ comment showing the number (index) of this state row,
|
/external/libffi/src/ |
closures.c | 540 #define PUT(idx) do { printf ("freeing p[%i]\n", (idx)); dlfree (p[idx]); } while (0) 543 PUT (1); 546 PUT (1); 547 PUT (0); 548 PUT (2);
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 566 classMap.put(newClassName, className); 579 classFieldMap.put(className, fieldMap); 587 fieldMap.put(newFieldName, fieldSet); 603 classMethodMap.put(className, methodMap); 611 methodMap.put(newMethodName, methodSet);
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmGenerator.java | 100 mRenameClasses.put(oldFqcn, newFqcn); 113 mDeleteReturns.put(renamedClass, returnTypes); 187 all.put(name, b); 194 all.put(name, b); 201 all.put(name, b);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksAdapter.java | 151 values.put(Browser.BookmarkColumns.TITLE, title); 156 values.put(Browser.BookmarkColumns.URL, url); 160 values.put(Browser.BookmarkColumns.THUMBNAIL, new byte[0]); 231 values.put(Browser.BookmarkColumns.BOOKMARK, 0); 269 values.put(Browser.BookmarkColumns.FAVICON,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoader.java | 175 mEntryCache.put(className, data); 212 mClassesFound.put(className, new ArrayList<IClassDescriptor>()); 293 mClassCache.put(name, ClassNotFoundException.class); 317 mClassCache.put(name, cached_class); 350 // loop on the entries of the intermediary package and put them in the final package.
|
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 78 _all.put(_items,this); 226 /* create a new transition object and put it in our list */ 303 /* build a state out of that item set and put it in our work set */ 308 _all_kernels.put(kernel, start_state); 372 /* put it in our kernel table */ 373 _all_kernels.put(kernel, new_st); 446 * @param act_table the action table to put entries in. 447 * @param reduce_table the reduce-goto table to put entries in. 481 /* if we don't already have an action put this one in */ 519 /* if we don't already have an action put this one in * [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Hashtable.java | 56 * constructor). It is never written to, and replaced on first put. Its size 111 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE 130 threshold = -1; // Forces first put() to replace EMPTY_TABLE 263 * @see #put 367 public synchronized V put(K key, V value) { method in class:Hashtable 396 * This method is just like put, except that it doesn't do things that 430 put(e.getKey(), e.getValue()); 555 * @see #put [all...] |
Properties.java | 403 put(temp.substring(0, keyLength), temp 453 put(temp.substring(0, keyLength), temp.substring(keyLength)); 474 set.put(keys.nextElement(), set); 478 set.put(keys.nextElement(), set); 516 return put(name, value); 528 * @param comment the comment to put at the beginning. 651 put(key, value); method
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | 199 mSmsStamp.put(appName, new ArrayList<Long>()); 572 values.put("date", new Long(sms.getTimestampMillis())); 573 values.put("pdu", HexDump.toHexString(sms.getPdu())); 574 values.put("address", sms.getOriginatingAddress()); 575 values.put("reference_number", concatRef.refNumber); 576 values.put("count", concatRef.msgCount); 577 values.put("sequence", concatRef.seqNumber); 579 values.put("destination_port", portAddrs.destPort); 781 map.put("smsc", smsc); 782 map.put("pdu", pdu) [all...] |
/external/guava/javadoc/com/google/common/collect/ |
EnumBiMap.html | 227 An alternate form of <code>put</code> that silently removes any existing entry 228 with the value <code>value</code> before proceeding with the <A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)"><CODE>BiMap.put(K, V)</CODE></A> 259 <TD><CODE><B><A HREF="../../../../com/google/common/collect/EnumBiMap.html#put(K, V)">put</A></B>(K key, 441 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 442 put</H3> 444 public V <B>put</B>(K key, 447 <DD><B>Description copied from interface: <CODE><A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)">BiMap</A></CODE></B></DD [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManagerService.java | 423 values.put(ACCOUNTS_NAME, account.name); 424 values.put(ACCOUNTS_TYPE, account.type); 425 values.put(ACCOUNTS_PASSWORD, password); 450 values.put(EXTRAS_KEY, key); 451 values.put(EXTRAS_ACCOUNTS_ID, accountId); 452 values.put(EXTRAS_VALUE, value); 638 values.put(AUTHTOKENS_ACCOUNTS_ID, accountId); 639 values.put(AUTHTOKENS_TYPE, type); 640 values.put(AUTHTOKENS_AUTHTOKEN, authToken); 714 values.put(ACCOUNTS_PASSWORD, password) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 575 /** Object to put into the m_NSInfos table that tells that a node has not been 580 /** Object to put into the m_NSInfos table that tells that a node has not been 585 /** Object to put into the m_NSInfos table that tells that a node has not been 590 /** Object to put into the m_NSInfos table that tells that a node has been 595 /** Object to put into the m_NSInfos table that tells that a node has been 600 /** Object to put into the m_NSInfos table that tells that a node has been 741 m_NSInfos.put(parent, nsInfo); 778 m_NSInfos.put(m_candidateNoAncestorXMLNS.elementAt(i), 783 m_NSInfos.put(m_candidateNoAncestorXMLNS.elementAt(i), 800 m_NSInfos.put(n, m_NSInfoNullWithXMLNS) [all...] |
/frameworks/base/core/java/android/provider/ |
Telephony.java | 239 values.put(ADDRESS, address); 241 values.put(DATE, date); 243 values.put(READ, read ? Integer.valueOf(1) : Integer.valueOf(0)); 244 values.put(SUBJECT, subject); 245 values.put(BODY, body); 247 values.put(STATUS, STATUS_PENDING); 250 values.put(THREAD_ID, threadId); 289 values.put(TYPE, folder); 291 values.put(READ, Integer.valueOf(0)); 293 values.put(READ, Integer.valueOf(1)) [all...] |
/frameworks/base/core/java/android/webkit/ |
CallbackProxy.java | [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 188 sAlbumCache.put(ALBUM_CACHE_DIRTY_INDEX, sDummyData, 0); 212 sAlbumCache.put(ALBUM_CACHE_DIRTY_BUCKET_INDEX, data, 0); 562 sSkipThumbnailIds.put(thumbnailId, sDummyData, 0); 685 thumbnailCache.put(thumbId, retVal, timestamp); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyContactImporter.java | [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
Security.java | 136 secprops.put("security.provider.1", "org.apache.harmony.security.provider.cert.DRLCertFactory"); //$NON-NLS-1$ //$NON-NLS-2$ 137 secprops.put("security.provider.2", "org.apache.harmony.security.provider.crypto.CryptoProvider"); //$NON-NLS-1$ //$NON-NLS-2$ 138 secprops.put("security.provider.3", "org.apache.harmony.xnet.provider.jsse.JSSEProvider"); //$NON-NLS-1$ //$NON-NLS-2$ 139 secprops.put("security.provider.4", "org.bouncycastle.jce.provider.BouncyCastleProvider"); //$NON-NLS-1$ //$NON-NLS-2$ 339 hm.put(filter, ""); //$NON-NLS-1$ 341 hm.put(filter.substring(0, i), filter.substring(i + 1)); 484 secprops.put(key, datnum);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 141 m_properties.put(key, value); 184 m_properties.put(key.toNamespacedString(), value ? "yes" : "no"); 196 m_properties.put(key, value ? "yes" : "no"); 252 m_properties.put(key, Integer.toString(value)); 435 m_properties.put(key, fsb.toString()); 614 m_properties.put(key, val); 618 m_properties.put(key, (String) oldValue + " " + (String) src.get(key));
|
/external/libpcap/ |
inet.c | 267 * interfaces are put at the end of the list. 290 * Yes - we have to put the new entry 303 * Yes, we should put the new entry 317 * sure that we never put a loopback interface 319 * always put a non-loopback interface before all 326 * Yes - we should put the new entry 347 * pointer to it, and put "curdev" before
|
/external/stlport/src/ |
locale_impl.cpp | 306 locale::facet *put = 0; local 326 put = new time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(__time); 333 _STLP_UNWIND(delete wget; delete put; delete get; _STLP_PRIV __release_time(__time)); 341 this->insert(put, time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); 571 // and also to money_get/put, num_get/put, and time_get/put
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 80 * <code>false</code. if this is a put request 477 * Since this is a put request if the final bit is set or 618 // to deal with outputstream in put operation 625 // How to deal with inputstream in put operation ? 645 // to deal with outputstream in put operation 664 * According to the IrOBEX specification, after the final put, you 674 // how to deal with input stream in put stream ?
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 188 * Put next share if available,or finish the transfer. 301 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); method 332 updateValues.put(BluetoothShare.STATUS, info.mStatus); 339 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); 340 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); 341 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); 742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
|