/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 74 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 …]
|
D | build.com | 88 $ if f$search("y_tab.%").nes."" then 'REMOVE' y_tab.%;* 94 $ 'REMOVE' y_tab.c;*
|
/external/chromium/chrome/browser/webdata/ |
D | autofill_change.cc | 23 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 ==()
|
D | web_data_service_unittest.cc | 206 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()
|
D | autofill_change.h | 22 REMOVE enumerator
|
D | web_data_service.cc | 996 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()
|
D | autofill_table_unittest.cc | 45 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/ |
D | prep_libc.sh | 37 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/ |
D | EndpointEvent.java | 45 public enum Type { ADD, REMOVE }; enumConstant 65 return new EndpointEvent( source, p, Type.REMOVE ); in createRemove()
|
/external/llvm/test/Analysis/BasicAA/ |
D | featuretest.ll | 27 %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/ |
D | signed_settings_helper.cc | 107 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/ |
D | ConcurrentHashMultisetBasherTest.java | 142 case REMOVE: { in call() 164 REMOVE, enumConstant
|
/external/chromium/chrome/browser/password_manager/ |
D | password_store_x.cc | 64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl() 86 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, in RemoveLoginsCreatedBetweenImpl()
|
D | password_store_default.cc | 152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl() 168 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, in RemoveLoginsCreatedBetweenImpl()
|
D | password_store_change.h | 18 REMOVE, enumerator
|
D | password_store_default_unittest.cc | 501 PasswordStoreChange(PasswordStoreChange::REMOVE, *form), in TEST_F()
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | DiskLruCache.java | 98 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/ |
D | cookie_monster_unittest.cc | 846 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 …]
|
D | cookie_monster_store_test.h | 23 REMOVE, enumerator
|
D | cookie_monster_store_test.cc | 51 CookieStoreCommand(CookieStoreCommand::REMOVE, cookie)); in DeleteCookie()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_change_processor.cc | 130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile()); in ActOnChange() 151 case AutofillProfileChange::REMOVE: { in ActOnChange()
|
D | password_change_processor.cc | 104 case PasswordStoreChange::REMOVE: { in Observe()
|
/external/eigen/cmake/ |
D | CMakeDetermineVSServicePack.cmake | 77 file(REMOVE "${CMAKE_BINARY_DIR}/return0.cc")
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
D | KernelAdapter.java | 245 if( event.getType() == EndpointEvent.Type.REMOVE ) { in createAndDispatch()
|
/external/chromium/net/disk_cache/ |
D | rankings.cc | 23 REMOVE enumerator 330 Transaction lock(control_data_, node->address(), REMOVE, list); in Remove() 636 } else if (REMOVE == control_data_->operation) { in CompleteTransaction()
|