/bootable/recovery/ |
verifier_test.sh | 85 expect_fail alter-metadata.zip 86 expect_fail alter-footer.zip
|
/external/webkit/Source/WebCore/page/ |
DOMSelection.h | 62 void modify(const String& alter, const String& direction, const String& granularity);
|
DOMSelection.idl | 77 void modify(in DOMString alter, in DOMString direction, in DOMString granularity);
|
DOMSelection.cpp | 296 SelectionController::EAlteration alter; 298 alter = SelectionController::AlterationExtend; 300 alter = SelectionController::AlterationMove; 340 m_frame->selection()->modify(alter, direction, granularity, false);
|
/external/libpcap/ |
optimize.c | 610 vstore(s, valp, newval, alter) 614 int alter; 616 if (alter && *valp == newval) 947 * anything it defines in the value table 'val'. If 'alter' is true, 952 opt_stmt(s, val, alter) 955 int alter; 966 vstore(s, &val[A_ATOM], v, alter); 973 if (alter && vmap[v].is_const) { 981 vstore(s, &val[A_ATOM], v, alter); 986 vstore(s, &val[A_ATOM], v, alter); [all...] |
/external/kernel-headers/original/linux/ |
sem.h | 115 int alter; /* does the operation alter the array? */ member in struct:sem_queue
|
/external/webkit/Source/WebCore/editing/ |
SelectionController.cpp | 245 // FIXME: When endpoints are removed, we should just alter the selection, instead of blowing it away. 345 void SelectionController::willBeModified(EAlteration alter, SelectionDirection direction) 347 if (alter != AlterationExtend) 755 bool SelectionController::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, bool userTriggered) 761 trialSelectionController.modify(alter, direction, granularity, false); 768 willBeModified(alter, direction); 775 if (alter == AlterationMove) 781 if (alter == AlterationExtend) 787 if (alter == AlterationMove) 793 if (alter == AlterationExtend [all...] |
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 21 ; including commercial applications, and to alter it and redistribute it
|
/external/zlib/contrib/masmx86/ |
match686.asm | 173 ;; including commercial applications, and to alter it and redistribute it
|
/external/chromium/chrome/browser/resources/net_internals/ |
main.js | 90 // Create a view which allows the user to query and alter the HSTS database. [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | [all...] |