HomeSort by relevance Sort by last modified time
    Searched full:updated (Results 176 - 200 of 6390) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/layers/
tiled_layer.cc 316 // Returns true if tile is dirty and only part of it needs to be updated.
328 bool* updated) {
348 *updated = true;
740 bool updated = false; local
746 updated |= ContentsScalingLayer::Update(queue, occlusion);
763 UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
764 if (updated)
765 return updated;
772 return updated;
781 left, top, right, bottom, queue, occlusion, &updated);
894 bool updated = !tile->update_rect.IsEmpty(); local
    [all...]
picture_layer.cc 86 bool updated = Layer::Update(queue, occlusion); local
92 return updated;
113 updated |= pile_->Update(client_,
122 if (updated) {
130 return updated;
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /frameworks/rs/driver/runtime/
rs_structs.h 11 * build-time. This layout may need to be updated whenever
73 * build-time. This layout may need to be updated whenever
107 * build-time. This layout may need to be updated whenever
135 * build-time. This layout may need to be updated whenever
167 * build-time. This layout may need to be updated whenever
205 * build-time. This layout may need to be updated whenever
241 * build-time. This layout may need to be updated whenever
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 57 ' Updated text-expected.txt',
75 ' Updated text-expected.txt',
94 ' Updated text-expected.txt',
115 ' Updated text-expected.txt',
136 ' Updated text-expected.txt',
161 ' Updated image-expected.checksum',
162 ' Updated image-expected.png',
203 ' Updated image-expected.checksum',
204 ' Updated image-expected.png',
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h 129 // Update an accessibility node with an updated WebAccessibility node
131 // the node's children will also be updated, otherwise only the node
132 // itself is updated. Returns the updated node or NULL if no node was
133 // updated.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 45 * [out] updated coefficient rwo buffer
47 * [out] updated coefficient column buffer
70 * [out] ppBitStream *ppBitStream is updated after the block is
73 * [out] pBitOffset *pBitOffset is updated so that it points to the
78 * [out] pCoefBufRow pointer to the updated coefficient row buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 51 * [out] updated coefficient rwo buffer
53 * [out] updated coefficient column buffer
76 * [out] ppBitStream *ppBitStream is updated after the block is
79 * [out] pBitOffset *pBitOffset is updated so that it points to the
84 * [out] pCoefBufRow pointer to the updated coefficient row buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 65 * ppBitStream - *ppBitStream is updated after the block is decoded, so
67 * pBitOffset - *pBitOffset is updated so that it points to the current bit
71 * pCoefBufRow - pointer to the updated coefficient row buffer.
72 * pCoefBufCol - pointer to the updated coefficient column buffer Note:
73 * The coefficient buffers must be updated in accordance with the
  /external/chromium_org/third_party/sqlite/src/src/
update.c 96 Table *pTab; /* The table to be updated */
104 int *aRegIdx = 0; /* One register assigned to each index to be updated */
113 int iDb; /* Database containing the table being updated */
130 int regRowSet = 0; /* Rowset of rows to be updated */
146 ** updated is a view.
189 ** for each column to be updated in the pChanges array. For each
190 ** column to be updated, make sure we have authorization to change
235 ** array for each index associated with table being updated. Fill in
317 /* Remember the rowid of every item to be updated.
329 /* Initialize the count of updated row
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 71 * @return Returns 1 if the data was updated or 0 if it was not updated.
98 * @return Returns 1 if the data was updated or 0 if it was not updated.
122 * @return Returns 1 if the data was updated or 0 if it was not updated.
152 * @return Returns 1 if the data was updated or 0 if it was not updated.
178 * @return Returns 1 if the data was updated or 0 if it was not updated.
    [all...]
  /development/samples/CrossCompatibility/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
22 Properties related to the SDK location or the project target should be updated
31 <!-- The default.properties file is created and updated by the 'android' tool, as well
  /development/samples/training/basic/ActivityLifecycle/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
31 <!-- The project.properties file is created and updated by the 'android'
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
RecentlyClosedBridge.java 20 * Callback interface for getting notified when the list of recently closed tabs is updated.
24 * This method will be called every time the list of recently closed tabs is updated.
27 * updated list of tabs.
  /external/chromium_org/chrome/browser/extensions/
extension_icon_image.h 40 // when the image get updated. Until the resource is loaded, the UI code will be
43 // icon was supplied in the constructor, icon image will be updated with the
103 // The icon with whose representation |image_skia_| should be updated if
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UserActionElementSet.cpp 96 unsigned updated = found->value & ~flags; local
97 if (!updated) {
103 found->value = updated;
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
40 <!-- The project.properties file is created and updated by the 'android'
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.h 76 // - handle : Updated instance.
87 // Returns the last calculated delay updated by the function
117 // - new_value : The new value the mean should be updated with.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 50 * ppBitStream - *ppBitStream is updated after each block is decoded.
51 * Buffer position (*ppPosCoefBuf) is updated upon return, unless
55 * pOffset - *pOffset is updated after each block is decoded
  /frameworks/volley/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
40 <!-- The project.properties file is created and updated by the 'android'
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReference.java 11 * An object reference that may be updated atomically. See the {@link
77 * Atomically sets the value to the given updated value
89 * Atomically sets the value to the given updated value
  /sdk/apps/DeviceConfig/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
31 <!-- The project.properties file is created and updated by the 'android'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 92 boolean updated = false;
99 updated = true;
105 if (!updated) {
  /sdk/templates/
build.template 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
40 <!-- The project.properties file is created and updated by the 'android'
uibuild.template 4 <!-- The local.properties file is created and updated by the 'android' tool.
23 be updated using the 'android' tool with the 'update' action.
40 <!-- The project.properties file is created and updated by the 'android'

Completed in 443 milliseconds

1 2 3 4 5 6 78 91011>>