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

<<21222324252627282930>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
GenreBox.java 72 byteBuffer.put(Utf8.convert(genre));
73 byteBuffer.put((byte) 0);
PerformerBox.java 64 byteBuffer.put(Utf8.convert(performer));
65 byteBuffer.put((byte) 0);
TitleBox.java 75 byteBuffer.put(Utf8.convert(title));
76 byteBuffer.put((byte) 0);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleDataBox.java 81 byteBuffer.put(fourBytes, 0, 4);
82 byteBuffer.put(data);
AppleDataReferenceBox.java 55 byteBuffer.put(IsoFile.fourCCtoBytes(dataReferenceType));
57 byteBuffer.put(Utf8.convert(dataReference));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
AlbumArtistBox.java 71 byteBuffer.put(Utf8.convert(albumArtist));
72 byteBuffer.put((byte) 0);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 74 byteBuffer.put(systemId, 0, 16);
76 byteBuffer.put(content);
  /external/stlport/stlport/stl/
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, function in class:num_put
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax
  /external/webkit/Source/JavaScriptCore/runtime/
JSNotAnObject.h 68 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
69 virtual void put(ExecState*, unsigned propertyName, JSValue);
JSZombie.h 59 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&) { ASSERT_NOT_REACHED(); } function in class:JSC::JSZombie
60 virtual void put(ExecState*, unsigned, JSValue) { ASSERT_NOT_REACHED(); } function in class:JSC::JSZombie
  /external/webkit/Source/WebCore/bridge/
runtime_array.h 44 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
45 virtual void put(ExecState*, unsigned propertyName, JSValue);
  /external/webkit/Tools/QueueStatusServer/model/
workitems.py 61 work_items.put()
73 work_items.put()
  /frameworks/base/core/java/android/webkit/
SslClientCertLookupTable.java 48 privateKeys.put(host_and_port, privateKey);
49 certificateChains.put(host_and_port, chain);
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 96 public void put(String key, Object value) { method in class:DrmInfo
97 mAttributes.put(key, value);
DrmInfoRequest.java 101 public void put(String key, Object value) { method in class:DrmInfoRequest
102 mRequestInformation.put(key, value);
  /frameworks/base/nfc-extras/
Android.mk 13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DynamicIdMap.java 66 mDynamicIds.put(resource, value);
67 mRevDynamicIds.put(value, resource);
  /frameworks/ex/common/java/com/android/common/content/
ProjectionMap.java 80 super.put(alias, column);
84 public String put(String key, String value) { method in class:ProjectionMap
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
predictorHist.java 57 mCountHist.put(x.getKey(), x.getValue());
69 mCountHist.put(fs,histValue);
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java 68 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX);
69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_SENT, Mms.MESSAGE_BOX_SENT);
70 MATCH_TO_MSGBOX_ID_MAP.put(MMS_DRAFTS, Mms.MESSAGE_BOX_DRAFTS);
71 MATCH_TO_MSGBOX_ID_MAP.put(MMS_OUTBOX, Mms.MESSAGE_BOX_OUTBOX);
95 synchronized public boolean put(Uri uri, PduCacheEntry entry) { method in class:PduCache
100 mMessageBoxes.put(msgBoxId, msgBox);
107 mThreads.put(threadId, thread);
111 boolean result = super.put(finalKey, entry);
  /libcore/luni/src/main/java/java/security/
Security.java 75 secprops.put("security.provider.1", "org.apache.harmony.xnet.provider.jsse.OpenSSLProvider");
76 secprops.put("security.provider.2", "org.apache.harmony.security.provider.cert.DRLCertFactory");
77 secprops.put("security.provider.3", "org.bouncycastle.jce.provider.BouncyCastleProvider");
78 secprops.put("security.provider.4", "org.apache.harmony.security.provider.crypto.CryptoProvider");
79 secprops.put("security.provider.5", "org.apache.harmony.xnet.provider.jsse.JSSEProvider");
241 hm.put(filter, "");
243 hm.put(filter.substring(0, i), filter.substring(i + 1));
352 secprops.put(key, value);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineAppData.java 69 dsts[i].put(buffer, pos, len - pos); method
75 dsts[i].put(buffer, pos, rem); method
  /libcore/luni/src/test/java/libcore/java/lang/
OldIntegerTest.java 39 tProps.put("testIncInt", "notInt");
49 tProps.put("testIncInt", "notInt");
  /libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java 42 userPreferences.put("a", "lion");
51 p.put("key", "a<>&'\"\\b");

Completed in 3602 milliseconds

<<21222324252627282930>>