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

1 2 3 4 5 6 7 891011>>

  /external/v8/build/
download_gold_plugin.py 37 'update.py')
46 import update namespace
54 update.ReadStampFile().strip() == update.PACKAGE_VERSION):
56 # the clang update step! I.e. afterwards clang would always be up-to-date.
72 # stdin->stderr redirect in update.py to do something else (crbug.com/494442).
  /frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.cpp 152 CDrcPresModeWrapper::update() function in class:CDrcPresModeWrapper
318 // update the decoder
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:SuggestionProvider
98 throw new UnsupportedOperationException("update not supported");
  /frameworks/base/tests/CoreTests/android/core/
Sha1Test.java 49 digest.update(mTestData[i].input.getBytes());
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxClassifier.java 78 public boolean update(final HashMap<Integer, Float> sample, int target) { method in class:BordeauxClassifier
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
SqliteWrapper.java 88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
  /frameworks/support/v4/java/android/support/v4/app/
ActivityOptionsCompat.java 190 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImplJB
193 mImpl.update(otherImpl.mImpl);
211 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl21
215 mImpl.update(otherImpl.mImpl);
235 * Update the current values in this ActivityOptions from those supplied in
239 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
ak8975.cxx 141 bool AK8975::update(bool selfTest) function in class:AK8975
205 // now update current data (without enabling a measurement)
206 update(true);
  /hardware/bsp/intel/peripheral/libupm/src/tm1637/
tm1637.cxx 85 update();
94 update();
107 update();
116 update();
127 update();
137 update();
141 update();
171 void upm::TM1637::update() { function in class:upm::TM1637
  /libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java 28 public void update(Observable observed, Object arg) { method in class:OldObserverTest.Mock_Observer
  /libcore/ojluni/src/main/java/java/util/
Observable.java 38 * to their <code>update</code> method.
59 * @see java.util.Observer#update(java.util.Observable, java.lang.Object)
104 * Each observer has its <code>update</code> method called with two
112 * @see java.util.Observer#update(java.util.Observable, java.lang.Object)
124 * Each observer has its <code>update</code> method called with two
130 * @see java.util.Observer#update(java.util.Observable, java.lang.Object)
161 arrLocal[i].update(this, arg); method
  /packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
SpammySuggestionProvider.java 74 public int update(Uri uri, ContentValues values, String selection, method in class:SpammySuggestionProvider
  /packages/apps/TV/src/com/android/tv/menu/
MenuRowFactory.java 84 update(); method
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 32 private static final String ACTION_UPDATE = "update";
49 final int update = intent.getIntExtra("update", 0); local
51 Log.v(TAG, "id: " + id + " when: " + when + " update: " + update);
53 NotificationService.makeSmsNotification(this, update, id, when));
60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) {
66 updateIntent.putExtra("update", update);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForNickname.java 54 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForNickname
59 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
DataRowHandlerForOrganization.java 53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForOrganization
55 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
DataRowHandlerForStructuredName.java 65 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForStructuredName
77 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);
120 public void fixStructuredNameComponents(ContentValues augmented, ContentValues update) {
121 final String unstruct = update.getAsString(StructuredName.DISPLAY_NAME);
124 final boolean touchedStruct = !areAllEmpty(update, STRUCTURED_FIELDS);
129 name.toValues(update);
131 && (touchedStruct || areAnySpecified(update, STRUCTURED_FIELDS))) {
132 // We need to update the display name when any structured components
145 update.put(StructuredName.DISPLAY_NAME, joined);
147 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 145 update(PB_DS_node_begin_imp(), (node_update*)this);
193 update(PB_DS_node_begin_imp(), (node_update* )this);
241 update(node_iterator, null_node_update_pointer) function in class:PB_DS_CLASS_C_DEC
248 update(node_iterator nd_it, Node_Update* p_update) function in class:PB_DS_CLASS_C_DEC
253 update(nd_it.get_l_child(), p_update);
254 update(nd_it.get_r_child(), p_update);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 145 update(PB_DS_node_begin_imp(), (node_update*)this);
193 update(PB_DS_node_begin_imp(), (node_update* )this);
241 update(node_iterator, null_node_update_pointer) function in class:PB_DS_CLASS_C_DEC
248 update(node_iterator nd_it, Node_Update* p_update) function in class:PB_DS_CLASS_C_DEC
253 update(nd_it.get_l_child(), p_update);
254 update(nd_it.get_r_child(), p_update);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 145 update(PB_DS_node_begin_imp(), (node_update*)this);
193 update(PB_DS_node_begin_imp(), (node_update* )this);
241 update(node_iterator, null_node_update_pointer) function in class:PB_DS_CLASS_C_DEC
248 update(node_iterator nd_it, Node_Update* p_update) function in class:PB_DS_CLASS_C_DEC
253 update(nd_it.get_l_child(), p_update);
254 update(nd_it.get_r_child(), p_update);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 145 update(PB_DS_node_begin_imp(), (node_update*)this);
193 update(PB_DS_node_begin_imp(), (node_update* )this);
241 update(node_iterator, null_node_update_pointer) function in class:PB_DS_CLASS_C_DEC
248 update(node_iterator nd_it, Node_Update* p_update) function in class:PB_DS_CLASS_C_DEC
253 update(nd_it.get_l_child(), p_update);
254 update(nd_it.get_r_child(), p_update);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 109 public void update(ControlPoint pos) { method in class:Gesture
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateLabelProvider.java 82 public void update(ViewerCell cell) { method in class:StateLabelProvider
  /system/core/include/mincrypt/
hash-internal.h 40 void (* const update)(struct HASH_CTX*, const void*, int); member in struct:HASH_VTAB
54 #define HASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)

Completed in 2366 milliseconds

1 2 3 4 5 6 7 891011>>