HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 76 - 100 of 1828) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPathRestricting.java 61 public int update(Uri uri, ContentValues values, String selection, method in class:PermissionContentProviderPathRestricting
PrivateContentProvider.java 61 public int update(Uri uri, ContentValues values, String selection, method in class:PrivateContentProvider
PrivateContentProviderGranting.java 61 public int update(Uri uri, ContentValues values, String selection, method in class:PrivateContentProviderGranting
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
AmbiguousContentProvider.java 61 public int update(Uri uri, ContentValues values, String selection, method in class:AmbiguousContentProvider
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
BasicContentProvider.java 61 public int update(Uri uri, ContentValues values, String selection, method in class:BasicContentProvider
  /cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/
DragSourceContentProvider.java 68 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DragSourceContentProvider
  /cts/tests/tests/telephony/src/android/telephony/cts/
MmsPduProvider.java 64 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MmsPduProvider
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsFileProvider.java 63 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MmsFileProvider
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 73 * because of an {@link #update update}.
84 * because of an {@link #update update}.
96 * because of an {@link #update update}.
173 void update(Socket sock, HttpHost target, method in interface:OperatedClientConnection
  /external/autotest/client/cros/tendo/n_faced_peerd/
service.py 94 def update(self, service_info, ip_info): member in class:Service
95 """Update service metadata and trigger DBus signals.
  /external/autotest/client/deps/webgl_mpd/src/
cros_fps.js 16 crosFpsCounter.prototype.update = function(
  /external/boringssl/src/crypto/digest/
internal.h 81 /* update hashes |len| bytes of |data| into the state in |ctx->md_data|. */
82 void (*update)(EVP_MD_CTX *ctx, const void *data, size_t count); member in struct:env_md_st
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java 41 digest.update(password, 0, password.length);
42 digest.update(salt, 0, salt.length);
47 digest.update(digestBytes, 0, digestBytes.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
DigestInputStream.java 29 digest.update((byte)b);
43 digest.update(b, off, n);
DigestOutputStream.java 22 digest.update((byte)b);
31 digest.update(b, off, len);
MacInputStream.java 29 mac.update((byte)b);
43 mac.update(b, off, n);
MacOutputStream.java 22 mac.update((byte)b);
31 mac.update(b, off, len);
  /external/chromium-trace/catapult/systrace/systrace/
update_systrace_trace_viewer.py 50 def update(no_auto_update=False, no_min=False): function
51 """Update the systrace trace viewer html file.
53 When the html file exists, do not update the file if
90 parser.add_option('--no-auto-update', dest='no_auto_update',
91 default=False, action='store_true', help='force update the '
99 update(options.no_auto_update, options.no_min)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
identity.py 51 def update(self, comment=None): member in class:OriginAccessIdentity
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpc.py 77 self.__dict__.update(updated.__dict__)
91 def update(self, validate=False, dry_run=False): member in class:VPC
104 :return: self.classic_link_enabled after update has occurred.
vpc_peering_connection.py 151 self.__dict__.update(updated.__dict__)
153 def update(self, validate=False, dry_run=False): member in class:VpcPeeringConnection
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
config.py 78 self.update(module, config)
102 # Load default configuration and update config.
164 def update(self, module, values): member in class:Config
168 The module to update the configuration, e.g.: `webapp2.ext.i18n`.
176 dict.__getitem__(self, module).update(values)
  /external/clang/test/OpenMP/
atomic_messages.cpp 156 T update() { function
158 // Test for atomic update
159 #pragma omp atomic update
160 // expected-error@+2 {{the statement for 'atomic update' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
163 // expected-error@+1 {{directive '#pragma omp atomic' cannot contain more than one 'update' clause}}
164 #pragma omp atomic update update
170 #pragma omp atomic update
171 // expected-error@+2 {{the statement for 'atomic update' must be an expression statement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr binop x', where x is an l-value expression with scalar type}}
174 #pragma omp atomic update
247 int update() { function
    [all...]
  /external/guava/guava/src/com/google/common/hash/
Crc32cHashFunction.java 113 public void update(byte b) { method in class:Crc32cHashFunction.Crc32cHasher
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 47 crc.update(b, 0, b.length);

Completed in 394 milliseconds

1 2 34 5 6 7 8 91011>>