HomeSort by relevance Sort by last modified time
    Searched defs:CLEAN (Results 1 - 25 of 31) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/
lib.mk 14 # and install targets. Common clean doesn't touch them.
92 define CLEAN
96 clean:
97 $(CLEAN)
117 .PHONY: run_tests all clean install emit_tests
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress05.c 61 #define CLEAN (void)close(fd); \
72 ERROR("couldn't clean up temp file"); \
75 #define CERROR(M) CLEAN; ERROR(M)
198 CLEAN; /*comment */
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 106 CLEAN,
  /external/protobuf/src/google/protobuf/
map_field.h 135 CLEAN = 2, // data in map and repeated field are same
152 // 2: CLEAN
map_field_test.cc 204 enum State { CLEAN, MAP_DIRTY, REPEATED_DIRTY };
228 case CLEAN:
247 Expect(map_field, CLEAN, 1, 1, false);
286 case CLEAN:
309 ::testing::Values(CLEAN, MAP_DIRTY, REPEATED_DIRTY));
314 Expect(map_field_.get(), CLEAN, 1, 1, false);
341 Expect(&other, CLEAN, 1, 1, false);
371 Expect(&other, CLEAN, 1, 1, false);
380 Expect(map_field_.get(), CLEAN, 1, 1, false);
383 case CLEAN
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 135 CLEAN = 2, // data in map and repeated field are same
152 // 2: CLEAN
  /external/arm-neon-tests/
stm-arm-neon-ref.h 189 #define CLEAN(VAR,T,W,N) \
632 /* Clean output buffers before execution */
636 CLEAN(result, int, 8, 8);
637 CLEAN(result, int, 16, 4);
638 CLEAN(result, int, 32, 2);
639 CLEAN(result, int, 64, 1);
640 CLEAN(result, uint, 8, 8);
641 CLEAN(result, uint, 16, 4);
642 CLEAN(result, uint, 32, 2);
643 CLEAN(result, uint, 64, 1)
    [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...]
  /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...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 317 milliseconds

1 2