/external/strace/ |
PORTING | 56 their arguments can be decoded, you must do the dirty work of decoding
|
/external/v8/test/mjsunit/ |
array-elements-from-array-prototype.js | 40 // 'dirty' VM.
|
array-elements-from-object-prototype.js | 40 // 'dirty' VM.
|
/external/valgrind/main/VEX/priv/ |
guest_ppc_defs.h | 141 /* --- DIRTY HELPERS --- */
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TransferQueue.h | 117 // insert the bitmap into the queue, mark the tile dirty if failing
|
/external/webkit/Source/WebCore/rendering/ |
RootInlineBox.h | 182 // good for as long as the line has not been marked dirty.
|
/external/webkit/Source/WebCore/webaudio/ |
BiquadProcessor.cpp | 110 // Smooth all of the filter parameters. If they haven't yet converged to their target value then mark coefficients as dirty.
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSurfaceInterface.cpp | 121 // the surface may have expanded the dirty region so we must to pass that
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginControllerProxy.h | 156 // The dirty rect in plug-in coordinates.
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
ChunkedUpdateDrawingArea.cpp | 158 // Just set the dirty rect to the entire page size.
|
/external/webkit/Tools/QueueStatusServer/model/ |
attachment.py | 40 def dirty(cls, attachment_id): member in class:Attachment
|
/frameworks/base/core/java/android/content/ |
ContentQueryMap.java | 113 // mark dirty, since it is possible the cursor's backing data had changed before we
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDebug.java | 183 * Determines the number of dirty belonging to the SQLite
|
/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 227 // Trigger the dirty bit for the Settings Provider.
|
/frameworks/base/include/surfaceflinger/ |
Surface.h | 139 status_t lock(SurfaceInfo* info, Region* dirty = NULL);
|
/frameworks/base/libs/hwui/ |
Layer.h | 220 * Dirty region indicating what parts of the layer
|
/frameworks/base/services/surfaceflinger/ |
Layer.cpp | 472 // FIXME: mPostedDirtyRegion = dirty & bounds 528 // The dirty region is given in the layer's coordinate space 529 // transform the dirty region by the surface's transformation 535 // At this point, the dirty region is in screen space.
|
/packages/apps/Exchange/src/com/android/exchange/ |
CalendarSyncAdapterService.java | 47 Events.DIRTY + "=1 AND " + Events.ACCOUNT_NAME + "=?";
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 1865 int dirty = cursor.getInt(cursor.getColumnIndex(CalendarContract.Events.DIRTY)); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiTextAttributeNode.java | 146 * Simply mark the attribute as dirty if it really changed.
|
/system/core/include/private/pixelflinger/ |
ggl_context.h | 284 uint32_t dirty; member in struct:android::clear_state_t 331 uint8_t dirty; member in struct:android::surface_t::__anon25725::__anon25726 400 uint8_t dirty; member in struct:android::texture_t 516 uint32_t dirty; member in struct:android::context_t
|
/system/extras/micro_bench/ |
micro_bench.c | 18 * Some quick and dirty micro-benchmarks
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 171 " SET " + Events.DIRTY + "=1" + 335 // _id, _sync_account, _sync_account_type, dirty, _sync_mark, calendar_id [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 273 map.put(Bookmarks.DIRTY, Bookmarks.DIRTY); 408 Bookmarks.DIRTY + " INTEGER NOT NULL DEFAULT 0," + 532 db.insertOrThrow(TABLE_BOOKMARKS, Bookmarks.DIRTY, values); 636 values.put(Bookmarks.DIRTY, true); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | [all...] |