/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_test.cc | 198 enum State { CLEAN, MAP_DIRTY, REPEATED_DIRTY }; enumerator 215 case CLEAN: in MapFieldStateTest() 234 Expect(map_field, CLEAN, 1, 1, false); in AddOneStillClean() 273 case CLEAN: in Expect() 299 ::testing::Values(CLEAN, MAP_DIRTY, REPEATED_DIRTY)); 304 Expect(map_field_.get(), CLEAN, 1, 1, false); in TEST_P() 331 Expect(&other, CLEAN, 1, 1, false); in TEST_P() 361 Expect(&other, CLEAN, 1, 1, false); in TEST_P() 370 Expect(map_field_.get(), CLEAN, 1, 1, false); in TEST_P() 373 case CLEAN in TEST_P() [all...] |
H A D | map_field.cc | 98 // value of CLEAN after all previous changes have been synced. in SyncRepeatedFieldWithMap() 106 state_.store(CLEAN, std::memory_order_release); in SyncRepeatedFieldWithMap() 110 case CLEAN: in SyncRepeatedFieldWithMap() 113 if (state_.load(std::memory_order_relaxed) == CLEAN) { in SyncRepeatedFieldWithMap() 122 state_.store(CLEAN, std::memory_order_release); in SyncRepeatedFieldWithMap() 139 // value of CLEAN after all previous changes have been synced. in SyncMapWithRepeatedField() 146 state_.store(CLEAN, std::memory_order_release); in SyncMapWithRepeatedField() 188 // CLEAN which will invalidate previous reference to map. in Clear()
|
H A D | map_field.h | 353 CLEAN = 2, // data in map and repeated field are same enumerator
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress05.c | 61 #define CLEAN (void)close(fd); \ macro 75 #define CERROR(M) CLEAN; ERROR(M) 198 CLEAN; /*comment */ in main()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.c | 543 if (m == CLEAN) in masterClient() 712 state = CLEAN; in master() 715 case CLEAN: in master() 717 tLock.test = CLEAN; in master() 920 case CLEAN: in slave() 922 /* Send CLEAN Ack */ in slave()
|
H A D | locktests.h | 106 CLEAN, enumerator
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | bcc-dev.mk | 81 CLEAN += \
|
H A D | bcc.mk | 81 CLEAN += \
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | freetype.mk | 64 # CLEAN 339 -$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S) $(CLEAN) 355 -$(DELETE) $(subst /,$(SEP),$(OBJ_DIR)/*.$O $(CLEAN) $(NO_OUTPUT))
|
H A D | exports.mk | 74 CLEAN += $(EXPORTS_LIST) \
|
/third_party/cJSON/tests/unity/extras/fixture/ |
H A D | rakefile_helper.rb | 26 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | install.mk | 96 -$(DELETE) $(CLEAN)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | Makefile | 290 @echo " CLEAN"
|
/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 25 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
|
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 16 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
|
/third_party/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 20 CLEAN.include("#{$cfg['compiler']['build_path']}*.*") unless $cfg['compiler']['build_path'].nil?
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 141 CLEAN :
|
/third_party/libbpf/src/ |
H A D | Makefile | 172 $(call msg,CLEAN)
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 124 CLEAN :
|
/third_party/unity/test/ |
H A D | rakefile_helper.rb | 25 CLEAN.include('build/*.*')
|
/third_party/curl/ |
H A D | buildconf.bat | 59 set MODE=CLEAN
|
/third_party/curl/projects/ |
H A D | generate.bat | 64 set MODE=CLEAN
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 478 CLEAN : GODATA
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 459 CLEAN : GODATA
|