Home
last modified time | relevance | path

Searched refs:REMOVE (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms74 REMOVE = delete_/noConfirm/noLog # ditto
157 @- if f$search("scan.c").nes."" then $(REMOVE) scan.c;*
162 @- if f$search("y_tab.%").nes."" then $(REMOVE) y_tab.%;*
170 @- $(REMOVE) y_tab.c;*
219 @- if f$search("scan.c").nes."" then $(REMOVE) scan.c;*
221 @- $(REMOVE) scan.c;*
223 @- $(REMOVE) scan.c;*
225 @- $(REMOVE) scan.c;*
227 @- $(REMOVE) scan.c;*
229 @- $(REMOVE) scan.c;*
[all …]
Dbuild.com88 $ if f$search("y_tab.%").nes."" then 'REMOVE' y_tab.%;*
94 $ 'REMOVE' y_tab.c;*
/external/chromium/chrome/browser/webdata/
Dautofill_change.cc23 DCHECK(type == REMOVE ? !profile : true); in AutofillProfileChange()
33 (type() != REMOVE) ? *profile() == *change.profile() : true; in operator ==()
41 DCHECK(type == REMOVE ? !credit_card : true); in AutofillCreditCardChange()
51 (type() != REMOVE) ? *credit_card() == *change.credit_card() : true; in operator ==()
Dweb_data_service_unittest.cc206 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)) in TEST_F()
238 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)), in TEST_F()
239 AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_)) in TEST_F()
302 AutofillProfileChange::REMOVE, profile.guid(), NULL); in TEST_F()
422 AutofillCreditCardChange::REMOVE, credit_card.guid(), NULL); in TEST_F()
533 AutofillProfileChange::REMOVE, profile.guid(), NULL); in TEST_F()
544 AutofillCreditCardChange::REMOVE, credit_card.guid(), NULL); in TEST_F()
Dautofill_change.h22 REMOVE enumerator
Dweb_data_service.cc996 changes.push_back(AutofillChange(AutofillChange::REMOVE, in RemoveFormValueForElementNameImpl()
1088 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL); in RemoveAutofillProfileImpl()
1124 AutofillProfileChange change(AutofillProfileChange::REMOVE, in EmptyMigrationTrashImpl()
1227 AutofillCreditCardChange change(AutofillCreditCardChange::REMOVE, in RemoveCreditCardImpl()
1263 AutofillProfileChange change(AutofillProfileChange::REMOVE, *iter, in RemoveAutofillProfilesAndCreditCardsModifiedBetweenImpl()
1273 AutofillCreditCardChange change(AutofillCreditCardChange::REMOVE, in RemoveAutofillProfilesAndCreditCardsModifiedBetweenImpl()
Dautofill_table_unittest.cc45 case AutofillChange::REMOVE: { in operator <<()
257 AutofillChange(AutofillChange::REMOVE, in TEST_F()
260 AutofillChange(AutofillChange::REMOVE, in TEST_F()
263 AutofillChange(AutofillChange::REMOVE, in TEST_F()
266 AutofillChange(AutofillChange::REMOVE, in TEST_F()
383 EXPECT_EQ(AutofillChange(AutofillChange::REMOVE, in TEST_F()
/external/chromium/base/allocator/
Dprep_libc.sh37 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT
38 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
DEndpointEvent.java45 public enum Type { ADD, REMOVE }; enumConstant
65 return new EndpointEvent( source, p, Type.REMOVE ); in createRemove()
/external/llvm/test/Analysis/BasicAA/
Dfeaturetest.ll27 %REMOVE = load i32* %pointer ; redundant with above load
28 %retval = sub i32 %REMOVE, %val
101 %REMOVE = load i32* %X
102 %retval = sub i32 %Y, %REMOVE
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper.cc107 REMOVE, enumerator
130 case REMOVE: in OnSettingsOpCompleted()
151 case REMOVE: in CreateOp()
360 add_to_whitelist ? WhitelistOpContext::ADD : WhitelistOpContext::REMOVE, in StartWhitelistOp()
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetBasherTest.java142 case REMOVE: { in call()
164 REMOVE, enumConstant
/external/chromium/chrome/browser/password_manager/
Dpassword_store_x.cc64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl()
86 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, in RemoveLoginsCreatedBetweenImpl()
Dpassword_store_default.cc152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl()
168 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, in RemoveLoginsCreatedBetweenImpl()
Dpassword_store_change.h18 REMOVE, enumerator
Dpassword_store_default_unittest.cc501 PasswordStoreChange(PasswordStoreChange::REMOVE, *form), in TEST_F()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java98 private static final String REMOVE = "REMOVE"; field in DiskLruCache
271 if (parts[0].equals(REMOVE) && parts.length == 2) { in readJournalLine()
495 journalWriter.write(REMOVE + ' ' + entry.key + '\n'); in completeEdit()
536 journalWriter.append(REMOVE + ' ' + key + '\n'); in remove()
/external/chromium/net/base/
Dcookie_monster_unittest.cc846 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type); in TEST()
861 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[3].type); in TEST()
876 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[5].type); in TEST()
908 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type); in TEST()
1356 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[2].type); in TEST()
1364 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[4].type); in TEST()
1468 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[0].type); in TEST()
1469 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type); in TEST()
1470 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[2].type); in TEST()
1471 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[3].type); in TEST()
[all …]
Dcookie_monster_store_test.h23 REMOVE, enumerator
Dcookie_monster_store_test.cc51 CookieStoreCommand(CookieStoreCommand::REMOVE, cookie)); in DeleteCookie()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile()); in ActOnChange()
151 case AutofillProfileChange::REMOVE: { in ActOnChange()
Dpassword_change_processor.cc104 case PasswordStoreChange::REMOVE: { in Observe()
/external/eigen/cmake/
DCMakeDetermineVSServicePack.cmake77 file(REMOVE "${CMAKE_BINARY_DIR}/return0.cc")
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DKernelAdapter.java245 if( event.getType() == EndpointEvent.Type.REMOVE ) { in createAndDispatch()
/external/chromium/net/disk_cache/
Drankings.cc23 REMOVE enumerator
330 Transaction lock(control_data_, node->address(), REMOVE, list); in Remove()
636 } else if (REMOVE == control_data_->operation) { in CompleteTransaction()

12