HomeSort by relevance Sort by last modified time
    Searched full:clearing (Results 226 - 250 of 937) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/media-compat/java/android/support/v4/media/
TransportPerformer.java 43 * Request to completely stop playback of the media, clearing whatever state the
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteActivity.java 189 // Let's reset the view, clearing the ImageView and resetting the background colors
  /libcore/luni/src/main/java/java/math/
BitLevel.java 26 * <li>Bit clearing</li>
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 299 * This is the only way this flag can be cleared, except clearing
  /libcore/ojluni/src/main/java/java/nio/
package-info.java 94 * well as methods for <i>clearing</i>, <i>flipping</i>, and <i>rewinding</i>, for
  /libcore/support/src/test/java/tests/support/
Support_ListTest.java 112 assertEquals("ListTest - Clearing the sublist did not remove the appropriate elements from the original list",
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageScrollView.java 145 LogUtils.d(LOG_TAG, "IN ScrollView.dispatchTouch, clearing flags");
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.doc 102 cause the program to stop execution, but unlike clearing a
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.doc 102 cause the program to stop execution, but unlike clearing a
  /prebuilts/misc/windows/sdl2/
WhatsNew.txt 82 * Fixed clearing a D3D render target larger than the window
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc 102 cause the program to stop execution, but unlike clearing a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc 102 cause the program to stop execution, but unlike clearing a
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 190 * Responds to a bridge change by clearing the full installation list.
  /system/connectivity/shill/
eap_credentials.h 145 // Clearing the property will be handled by invoking |clear|, or
  /system/security/keystore/
key_store_service.h 152 * uids are allowed to act on their own (ie: clearing all entries for a
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 33 // TODO: for caching, does clearing of entries make sense? only to save
36 // entry clearing is needed so that the hash table does not get polluted with
38 // TODO: provide mode that disables entry clearing
  /external/icu/icu4c/source/i18n/unicode/
stsearch.h 173 * matches. User is responsible for the clearing of this
205 * the clearing of this object.
234 * matches. User is responsible for the clearing of this
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 183 /* When clearing, the layer (width*height) is horizontally split
337 * clearing 4 dwords clears blocks like this:
345 * clearing 8 dwords clears blocks like this:
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 424 * Private method to initiate clearing user data when the user clicks the clear data
431 Log.i(TAG, "Clearing user data for package : " + packageName);
439 // Clearing data failed for some obscure reason. Just log error for now
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 451 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
462 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
597 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
754 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 443 // calcSpillCost - Return the cost of spilling clearing out PhysReg and
647 DEBUG(dbgs() << "Clearing dubious kill: " << MO << "\n");
650 DEBUG(dbgs() << "Clearing dubious dead: " << MO << "\n");
658 DEBUG(dbgs() << "Clearing clean kill: " << MO << "\n");
661 DEBUG(dbgs() << "Clearing clean dead: " << MO << "\n");
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp     [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 239 * so that we're ready for the next time. This involves clearing out the 'dirty'
250 Log.i(TAG, "*** Clearing Sync-related Flags");
258 Log.i(TAG, "Clearing dirty flag for: " + rawContact.getBestName());
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 689 if (dirty && layer->clearing) {
779 s->layers[i].clearing = i ? false : true;
846 s->layers[layer].clearing = is_clearing;
    [all...]

Completed in 1535 milliseconds

1 2 3 4 5 6 7 8 91011>>