HomeSort by relevance Sort by last modified time
    Searched full:updates (Results 1 - 25 of 1088) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 26 <string name="summary_mintime_preference">The suggested minimum time interval for location updates, in seconds</string>
29 <string name="summary_mindistance_preference">Minimum distance interval for location updates, in meters</string>
33 <string name="summary_network_preference">Listen for updates to network location (Wi-Fi/cellid)</string>
35 <string name="summary_gps_preference">Listen for updates to GPS location</string>
37 <string name="summary_signal_preference">Listen for updates to signal strength</string>
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
package.html 13 For example the class <i>javax.security.auth.SubjectDomainCombiner</i> updates the
  /external/clearsilver/man/man3/
dictSetValue.3 32 Updates the <id>/<value> pair into <dict>.
cs_render.3 44 side-effects, it updates the HDF data used by the
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 126 * @tests UpdateFunctionalityTest2#testUpdate1(). Updates row with no
131 notes = "Functionality test: Updates row with no referencing ones and RESTRICT action",
168 * rows and then updates referenced one
172 notes = "Functionality test: Deletes all referencing rows and then updates referenced one",
209 * @tests UpdateFunctionalityTest2#testUpdate5(). Updates row with
216 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated",
222 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated",
270 * @tests UpdateFunctionalityTest2#testUpdate7(). Updates table using
278 notes = "Functionality test: Updates table using subquery in WHERE clause. Not supported: FK",
284 notes = "Functionality test: Updates table using subquery in WHERE clause. Not supported: FK."
    [all...]
UpdateFunctionalityTest.java 109 * @tests UpdateFunctionalityTest#testUpdate1(). Updates all values in one
115 notes = "Functionality test: Updates all values in one column in the table",
121 notes = "Functionality test: Updates all values in one column in the table",
148 * @tests UpdateFunctionalityTest#testUpdate2(). Updates values in one
154 notes = "Functionality test: Updates values in one column in the table using where condition in update command",
160 notes = "Functionality test: Updates values in one column in the table using where condition in update command",
194 * @tests UpdateFunctionalityTest#testUpdate3(). Updates values in a several
200 notes = "Functionality test: Updates values in a several columns in the table",
206 notes = "Functionality test: Updates values in a several columns in the table",
237 * @tests UpdateFunctionalityTest#testUpdate4(). Updates values in a severa
    [all...]
  /external/libffi/
libtool-version 3 # a separate file so that version updates don't involve re-running
12 # release of your software. More frequent updates are unnecessary,
  /dalvik/libdex/
DexClass.h 59 /* Read and verify the header of a class_data_item. This updates the
65 /* Read and verify an encoded_field. This updates the
79 /* Read and verify an encoded_method. This updates the
93 /* Read, verify, and return an entire class_data_item. This updates
119 * updates the given data pointer to point past the end of the read
129 /* Read an encoded_field without verification. This updates the
145 /* Read an encoded_method without verification. This updates the
  /dalvik/libcore/archive/src/main/java/java/util/zip/
CRC32.java 48 * Updates this checksum with the byte value provided as integer.
58 * Updates this checksum with the bytes contained in buffer {@code buf}.
68 * Updates this checksum with n bytes of data obtained from buffer {@code
Checksum.java 40 * Updates the checksum with the given bytes.
52 * Updates the checksum value with the given byte.
  /device/htc/common/updater/
Android.mk 20 # doing radio and hboot updates on HTC devices.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
watch-expected.txt 1 Tests that watchPosition correctly reports position updates and errors from the Geolocation service.
  /frameworks/base/media/java/android/media/
IAudioFocusDispatcher.aidl 20 * AIDL for the AudioService to signal audio focus listeners of focus updates.
  /hardware/ril/reference-ril/
at_tok.c 26 * updates *p_cur with current position
93 * updates *p_cur
132 * updates *p_cur
143 * updates *p_cur
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
package-info.java 37 * each provide access and updates to a single variable of the
53 * <p>The memory effects for accesses and updates of atomics generally
90 * atomic updates. These classes enable greater flexibility in how
91 * and when to use atomic updates, at the expense of more awkward
120 * statistics when such updates are unrelated to the other
123 * not necessarily see updates to any <em>other</em> variables that
136 * series of updates.
141 * replacement for locking. It applies only when critical updates for an
  /external/opencore/fileformats/mp4/composer/src/
sampletableatom.cpp 114 // Updates chunkOffset atom with new sample
119 // Updates chunkOffset atom with new sample
160 // Updates chunkOffset atom with new sample
165 // Updates chunkOffset atom with new sample
205 // Updates chunkOffset atom with new sample
210 // Updates chunkOffset atom with new sample
253 // Updates chunkOffset atom with new sample
258 // Updates chunkOffset atom with new sample
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 30 * and it updates the stack for the invocation of a class member.
53 * Updates the given stack corresponding to the execution of the given
  /external/webkit/WebCore/html/
DateComponents.h 86 // 'length', and updates some fields of this instance. The parsing starts at
113 // For Date type. Updates m_year, m_month and m_monthDay.
115 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
117 // For DateTimeLocal type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
119 // For Month type. Updates m_year and m_month.
121 // For Week type. Updates m_year and m_week.
124 // For Time type. Updates m_hour, m_minute, m_second and m_millisecond.
127 // Another initializer for Month type. Updates m_year and m_month.
  /frameworks/base/core/java/android/database/
Cursor.java 303 * Returns <code>true</code> if the cursor supports updates.
305 * @return whether the cursor supports updates.
314 * Returns <code>true</code> if there are pending updates that have not yet been committed.
316 * @return <code>true</code> if there are pending updates that have not yet been committed.
325 * Updates the value for the given column in the row the cursor is
326 * currently pointing at. Updates are not committed to the backing store
340 * Updates the value for the given column in the row the cursor is
341 * currently pointing at. Updates are not committed to the backing store
355 * Updates the value for the given column in the row the cursor is
356 * currently pointing at. Updates are not committed to the backing stor
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetProvider.java 43 * Threshold to check against when building widget updates. If system clock
49 * Maximum time to hold {@link WakeLock} when performing widget updates.
72 // Handle calendar-specific updates ourselves because they might be
88 // Enable updates for timezone and date changes
101 // Unsubscribe from all AlarmManager updates
106 // Disable updates for timezone and date changes
142 * updates to any widgets, if they exist.
  /dalvik/libcore/sql/src/main/java/java/sql/
BatchUpdateException.java 63 * successful updates (or another status code) for each command
81 * successful updates (or another status code) for each command
101 * successful updates (or another status code) for each command
123 * successful updates (or another status code) for each command
150 * <li>the number of successful updates</li> <li>{@code
ResultSet.java 177 * Cancels any updates made to the current row in the {@code ResultSet}.
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
MacSpi.java 66 * Updates this {@code MacSpi} instance with the specified byte.
74 * Updates this {@code MacSpi} instance with the data from the specified
88 * Updates this {@code MacSpi} instance with the data from the specified
  /dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 35 * Enable heap info updates.
46 * Enable heap segment updates for the java (isNative == false) or
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 56 "Thread updates enabled by default", getFieldEditorParent());
60 "Heap updates enabled by default", getFieldEditorParent());

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011>>