HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 226 - 250 of 2582) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/apksig/src/main/java/com/android/apksig/internal/util/
MessageDigestSink.java 37 md.update(buf, offset, length);
46 // MessageDigest.update set the buffer's position to the buffer's limit.
48 md.update(buf);
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionUpdateRule.java 29 /** once an option is set, subsequent attempts to update it should be ignored. */
32 Object update(String optionName, Object current, Object update) method
34 if (current == null) return update;
42 Object update(String optionName, Object current, Object update) method
44 return update;
51 Object update(String optionName, Object current, Object update) method
53 if (current == null) return update;
67 Object update(String optionName, Object current, Object update) method
83 Object update(String optionName, Object current, Object update) method
92 abstract Object update(String optionName, Object current, Object update) method in class:OptionUpdateRule
99 public Object update(String optionName, Object optionSource, Field field, Object update) method in class:OptionUpdateRule
    [all...]
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
ota_runner.py 23 """Raised when an error in the OTA Update process occurs."""
27 """The base class for all OTA Update Runners."""
37 log.info('Starting Update. Beginning build info: %s', old_info)
41 self.ota_tool.update(self)
70 """Whether or not an update package is available for the device."""
85 can_update() before calling update().
97 def update(self): member in class:SingleUseOtaRunner
98 """Starts the update process."""
100 raise OtaError('A SingleUseOtaTool instance cannot update a phone '
118 checking can_update() before calling update()
130 def update(self): member in class:MultiUseOtaRunner
    [all...]
  /tools/test/connectivity/acts/framework/tests/libs/ota/
ota_updater_test.py 39 def update(self): member in class:MockOtaRunner
84 ota_updater.update(device)
92 ota_updater.update(device, ignore_update_errors=True)
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java 36 public static void update(ContentResolver resolver, long contactId, method in class:ContactUtil
39 resolver.update(uri, values, null, null);
134 Assert.assertEquals(1, resolver.update(AggregationExceptions.CONTENT_URI, values, null,
RawContactUtil.java 36 public static void update(ContentResolver resolver, long rawContactId, method in class:RawContactUtil
39 resolver.update(uri, values, null, null);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 125 digest.update(key, 0, keyLength);
149 ((Digest)opadState).update(outputBuf, 0, blockLength); method
152 digest.update(inputPad, 0, inputPad.length);
165 public void update( method in class:HMac
168 digest.update(in);
171 public void update( method in class:HMac
176 digest.update(in, inOff, len);
188 digest.update(outputBuf, blockLength, digest.getDigestSize());
192 digest.update(outputBuf, 0, outputBuf.length);
208 digest.update(inputPad, 0, inputPad.length)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java 132 * update the internal digest with the byte b
134 public void update( method in class:RSADigestSigner
137 digest.update(input);
141 * update the internal digest with the byte array in
143 public void update( method in class:RSADigestSigner
148 digest.update(input, inOff, length);
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 129 protected void update(byte b) { method in class:MessageDigestHashFunction.MessageDigestHasher
131 digest.update(b);
135 protected void update(byte[] b) { method in class:MessageDigestHashFunction.MessageDigestHasher
137 digest.update(b);
141 protected void update(byte[] b, int off, int len) { method in class:MessageDigestHashFunction.MessageDigestHasher
143 digest.update(b, off, len);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
ForStmt.java 58 * <li><i>update</i> is a list of expressions,
76 private NodeList<Expression> update; field in class:ForStmt
85 public ForStmt(final NodeList<Expression> initialization, final Expression compare, final NodeList<Expression> update, final Statement body) {
86 this(null, initialization, compare, update, body);
93 public ForStmt(TokenRange tokenRange, NodeList<Expression> initialization, Expression compare, NodeList<Expression> update, Statement body) {
97 setUpdate(update);
131 return update;
182 public ForStmt setUpdate(final NodeList<Expression> update) {
183 assertNotNull(update);
184 if (update == this.update)
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
StreamReader.java 60 this.update();
118 update(); method
146 update(); method
159 update(); method
179 private void update() { method in class:StreamReader
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 121 public static void update(ContentProviderClient provider, Uri uri, byte[] data) method in class:SyncStateContract.Helpers
125 provider.update(uri, values, null, null);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
Adler32Test.java 43 adl.update(1);
46 assertEquals("update(int) failed to update the checksum to the correct value ",
53 adl.update(Integer.MIN_VALUE);
56 assertEquals("update(min) failed to update the checksum to the correct value ",
66 adl.update(1);
69 assertEquals("update(int) failed to update the checksum to the correct value ",
77 * java.util.zip.Adler32#update(int
    [all...]
CRC32Test.java 43 crc.update(Integer.MAX_VALUE);
47 assertEquals("update(max) failed to update the checksum to the correct value ",
52 crc.update(byteEmpty);
56 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
60 crc.update(1);
64 // assertEquals("update(int) failed to update the checksum to the correct
77 crc.update(1)
    [all...]
  /libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/
DigestTest.java 65 oldDigest.update(data, 0, data.length);
76 newDigest.update(data, 0, data.length);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
MarkAsSeenAction.java 83 final int count = db.update(DatabaseHelper.MESSAGES_TABLE, values,
91 db.update(DatabaseHelper.MESSAGES_TABLE, values,
99 // After marking messages as seen, update the notifications. This will
101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
RawContactUtil.java 36 public static void update(ContentResolver resolver, long rawContactId, method in class:RawContactUtil
39 resolver.update(uri, values, null, null);
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsOptions.java 66 update(subId, queryService); method
70 // GsmUmtsOptions. When that happens, we update GsmUmtsOptions with new parameters.
71 protected void update(final int subId, INetworkQueryService queryService) { method in class:GsmUmtsOptions
119 log("update: addAPNExpand");
148 mNetworkOperator.update(subId, queryService);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerIncomingCallTestActivity.java 54 public void update(Observable observable, Object data) { method in class:DialerIncomingCallTestActivity
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ExposedProvider.java 96 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:ExposedProvider
  /cts/tests/tests/webkit/src/android/webkit/cts/
MockContentProvider.java 67 public int update(Uri uri, ContentValues values, String selection, method in class:MockContentProvider
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/common/assetprovider/
AssetProvider.java 137 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:AssetProvider
  /developers/samples/android/common/src/java/com/example/android/common/assetprovider/
AssetProvider.java 137 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:AssetProvider
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLVertex.java 73 public void update(IntBuffer vertexBuffer, M4 transform) { method in class:GLVertex
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java 91 * be used to perform the update. The remaining fields will be left unmodified. To mark a
92 * voicemail as read, create a new {@link Voicemail} that is marked as read, and call update.
99 public int update(Uri uri, Voicemail voicemail); method in interface:VoicemailProviderHelper

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>