Searched defs:DIRTY (Results 1 - 5 of 5) sorted by relevance

/external/netperf/
H A Dnettest_sctp.c5 #define DIRTY macro
385 #ifdef DIRTY
403 #ifdef DIRTY
405 #endif /* DIRTY */
562 #ifdef DIRTY
565 #endif /* DIRTY */
686 #ifdef DIRTY
702 #ifdef DIRTY
718 #endif /* DIRTY */
1086 #ifdef DIRTY
[all...]
H A Dnettest_sdp.c5 #define DIRTY macro
389 #ifdef DIRTY
392 #endif /* DIRTY */
514 #ifdef DIRTY
519 #endif /* DIRTY */
1087 #ifdef DIRTY
1090 #endif /* DIRTY */
1238 #ifdef DIRTY
1243 #endif /* DIRTY */
1808 /* there used to be an #ifdef DIRTY cal
[all...]
H A Dnettest_unix.c3 #define DIRTY macro
250 #ifdef DIRTY
265 #ifdef DIRTY
267 #endif /* DIRTY */
391 #ifdef DIRTY
394 #endif /* DIRTY */
473 #ifdef DIRTY
481 #ifdef DIRTY
497 #endif /* DIRTY */
723 #ifdef DIRTY
[all...]
H A Dnettest_xti.c10 #define DIRTY macro
624 #ifdef DIRTY
626 #endif /* DIRTY */
777 #ifdef DIRTY
780 #endif /* DIRTY */
900 #ifdef DIRTY
911 #endif /* DIRTY */
1549 #ifdef DIRTY
1560 #endif /* DIRTY */
1575 #ifdef DIRTY
[all...]
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java97 private static final String DIRTY = "DIRTY"; field in class:DiskLruCache
109 // DIRTY 335c4c6028171cfddfbaae1a9c313c52
112 // DIRTY 1ab96a171faeeee38496d8b330771a7a
124 // o DIRTY lines track that an entry is actively being created or updated.
125 // Every successful DIRTY action should be followed by a CLEAN or REMOVE
126 // action. DIRTY lines without a matching CLEAN or REMOVE indicate that
286 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
340 writer.write(DIRTY + ' ' + entry.key + '\n');
421 journalWriter.write(DIRTY
[all...]

Completed in 114 milliseconds