HomeSort by relevance Sort by last modified time
    Searched defs:clean (Results 76 - 100 of 319) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 302 mDecodeQueue.clean();
303 mUploadQueue.clean();
336 mDecodeQueue.clean();
337 mUploadQueue.clean();
393 mUploadQueue.clean();
394 mDecodeQueue.clean();
784 public void clean() { method in class:TiledImageRenderer.TileQueue
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 246 mDecodeQueue.clean();
247 mUploadQueue.clean();
279 mDecodeQueue.clean();
280 mUploadQueue.clean();
384 mUploadQueue.clean();
385 mDecodeQueue.clean();
751 public void clean() { method in class:TileImageView.TileQueue
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 302 mDecodeQueue.clean();
303 mUploadQueue.clean();
336 mDecodeQueue.clean();
337 mUploadQueue.clean();
393 mUploadQueue.clean();
394 mDecodeQueue.clean();
784 public void clean() { method in class:TiledImageRenderer.TileQueue
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 302 mDecodeQueue.clean();
303 mUploadQueue.clean();
336 mDecodeQueue.clean();
337 mUploadQueue.clean();
393 mUploadQueue.clean();
394 mDecodeQueue.clean();
784 public void clean() { method in class:TiledImageRenderer.TileQueue
  /art/openjdkjvmti/
events.cc 64 ArtJvmtiEventCallbacks clean; local
65 DCHECK_EQ(memcmp(&clean, this, sizeof(clean)), 0)
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 41 private boolean clean; // true if output is to be cleaned field in class:CodeMangler
88 clean = false;
124 clean = true;
224 if (clean && suffix.equals(".java")) {
227 throw new IllegalArgumentException("Cannot use 'clean' to overwrite .java files in same directory tree");
232 throw new IllegalArgumentException("Cannot use 'clean' to overrwrite .java files");
539 if (!clean) {
562 if (!clean || state.emit) {
    [all...]
  /external/ltp/testcases/network/nfsv4/locks/
locktests.c 240 void clean(void) function
543 if (m == CLEAN)
712 state = CLEAN;
715 case CLEAN:
717 tLock.test = CLEAN;
920 case CLEAN:
922 /* Send CLEAN Ack */
1031 clean();
  /external/proguard/src/proguard/classfile/visitor/
ClassCleaner.java 62 clean(programClass);
75 clean(libraryClass);
86 clean(constant);
94 clean(programMember);
102 clean(libraryMember);
110 clean(attribute);
116 clean(bootstrapMethodsAttribute);
124 clean(innerClassesAttribute);
132 clean(methodParametersAttribute);
140 clean(exceptionsAttribute)
360 private void clean(VisitorAccepter visitorAccepter) method in class:ClassCleaner
    [all...]
  /external/vogar/src/vogar/
Vogar.java 78 @Option(names = { "--clean-before" })
81 @Option(names = { "--clean-after" })
84 @Option(names = { "--clean" })
85 private boolean clean = true; field in class:Vogar
243 System.out.println(" --clean: synonym for --clean-before and --clean-after (default).");
244 System.out.println(" Disable with --no-clean if you want no files removed.");
343 System.out.println(" --clean-before: remove working directories before building and");
344 System.out.println(" running (default). Disable with --no-clean-before if you are")
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 106 private static final String CLEAN = "CLEAN";
122 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
124 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
127 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
142 * o CLEAN lines track a cache entry that has been successfully published
386 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) {
446 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n')
585 File clean = entry.getCleanFile(i); local
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 106 private static final String CLEAN = "CLEAN";
122 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
124 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
127 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
142 * o CLEAN lines track a cache entry that has been successfully published
386 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) {
446 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n')
585 File clean = entry.getCleanFile(i); local
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 106 private static final String CLEAN = "CLEAN";
122 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
124 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
127 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
142 * o CLEAN lines track a cache entry that has been successfully published
386 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) {
446 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n')
585 File clean = entry.getCleanFile(i); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 444 def clean(self): member in class:Maildir
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLimits.cpp 915 /* Let child class clean itself */
916 clean();
1277 void GeometryShaderMaxUniformComponentsTest::clean() function in class:glcts::GeometryShaderMaxUniformComponentsTest
1434 void GeometryShaderMaxUniformBlocksTest::clean() function in class:glcts::GeometryShaderMaxUniformBlocksTest
1622 void GeometryShaderMaxInputComponentsTest::clean() function in class:glcts::GeometryShaderMaxInputComponentsTest
1764 void GeometryShaderMaxOutputComponentsTest::clean() function in class:glcts::GeometryShaderMaxOutputComponentsTest
2092 void GeometryShaderMaxOutputComponentsSinglePointTest::clean() function in class:glcts::GeometryShaderMaxOutputComponentsSinglePointTest
2311 void GeometryShaderMaxTextureUnitsTest::clean() function in class:glcts::GeometryShaderMaxTextureUnitsTest
3034 void GeometryShaderMaxCombinedTextureUnitsTest::clean() function in class:glcts::GeometryShaderMaxCombinedTextureUnitsTest
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 92 private static final String CLEAN = "CLEAN";
105 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
107 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
110 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
122 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
125 * o CLEAN lines track a cache entry that has been successfully published
306 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) {
525 File clean = entry.getCleanFile(i); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 96 private static final String CLEAN = "CLEAN";
109 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
111 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
114 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
126 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
127 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
129 * o CLEAN lines track a cache entry that has been successfully published
336 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) {
538 File clean = entry.cleanFiles[i]; local
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 463 def clean(self): member in class:Maildir
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 85 Uses email.message.Message to create a 7bit clean string
197 # If a message is not 7bit clean, we refuse to handle it since it
477 def clean(self): member in class:Maildir
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 364 clean(s);
477 void clean(SNode s) { method in class:SynchronousQueue.TransferStack
483 * s. If there are multiple concurrent calls to clean, we
694 clean(t, s); method
769 void clean(QNode pred, QNode s) { method in class:SynchronousQueue.TransferQueue
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 888 cl.clean();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 457 def clean(self): member in class:Maildir
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 457 def clean(self): member in class:Maildir
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 457 def clean(self): member in class:Maildir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 457 def clean(self): member in class:Maildir
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 135 protected void clean(IProgressMonitor monitor) throws CoreException { method in class:PostCompilerBuilder
136 super.clean(monitor);
142 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName());
    [all...]

Completed in 563 milliseconds

1 2 34 5 6 7 8 91011>>